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-02-28T00:49:56.681Z||main|||||INFO|500||The following profiles are active: basic
2022-02-28T00:50:04.201Z||main|||||INFO|500||Starting service [Tomcat]
2022-02-28T00:50:04.201Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-02-28T00:50:04.276Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-02-28T00:50:05.999Z||main|||||INFO|500||catdb-pool - Starting...
2022-02-28T00:50:06.186Z||main|||||INFO|500||catdb-pool - Start completed.
2022-02-28T00:50:06.461Z||main|||||INFO|500||reqdb-pool - Starting...
2022-02-28T00:50:06.474Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-02-28T00:50:06.534Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-02-28T00:50:06.625Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-02-28T00:50:06.957Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-02-28T00:50:07.680Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-02-28T00:50:09.190Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-02-28T00:50:09.226Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-02-28T00:50:09.625Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-02-28T00:50:09.777Z||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-02-28T00:50:10.724Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-02-28T00:50:11.494Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-02-28T00:50:11.507Z||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$$7fa680a9.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-02-28T00:50:11.508Z||main|||||WARN|500||The sdc end point is not alive
2022-02-28T00:50:13.934Z||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-02-28T00:50:15.939Z||main|||||WARN|500||---
2022-02-28T00:50:15.939Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-02-28T00:50:15.939Z||main|||||WARN|500||---
2022-02-28T00:50:16.274Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-02-28T00:50:19.636Z||main|||||INFO|500||Started Application in 26.642 seconds (JVM running for 27.591)
2022-02-28T00:50:19.649Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-02-28T00:50:19.674Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-02-28T00:50:19.685Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-02-28T00:50:19.703Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-02-28T00:50:19.733Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c58e0be9-c445-4381-a38d-42fbb92a3913 url= /sdc/v1/artifactTypes
2022-02-28T00:50:19.733Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-02-28T00:50:19.947Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-02-28T00:50:19.975Z||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-02-28T00:50:19.993Z||scheduling-1|||||DEBUG|500||create keys
2022-02-28T00:50:19.998Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-02-28T00:50:20.530Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T00:50:20.545Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= a5683bd3-839f-4d54-8254-8ad36c943638 url= /sdc/v1/registerForDistribution
2022-02-28T00:50:20.740Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= a5683bd3-839f-4d54-8254-8ad36c943638 url= /sdc/v1/registerForDistribution
2022-02-28T00:50:20.740Z||scheduling-1|||||INFO|500||start DistributionClient
2022-02-28T00:50:20.749Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T00:50:20.750Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T00:50:20.752Z||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-02-28T00:50:20.752Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T00:50:20.752Z||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-02-28T00:50:20.752Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T00:50:20.757Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-02-28T00:50:32.355Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T00:50:32.610Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T00:51:20.747Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T00:51:20.748Z||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-02-28T00:51:20.748Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T00:51:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T00:51:20.749Z||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-02-28T00:51:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T00:51:30.308Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T00:51:30.310Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T00:52:20.747Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T00:52:20.749Z||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-02-28T00:52:20.749Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T00:52:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T00:52:20.750Z||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-02-28T00:52:20.750Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T00:52:30.302Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T00:52:30.307Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T00:53:20.747Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T00:53:20.748Z||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-02-28T00:53:20.749Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T00:53:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T00:53:20.749Z||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-02-28T00:53:20.750Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T00:53:30.301Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T00:53:30.306Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T00:54:20.747Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T00:54:20.748Z||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-02-28T00:54:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T00:54:20.749Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T00:54:20.750Z||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-02-28T00:54:20.750Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T00:54:30.303Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T00:54:30.308Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T00:55:20.747Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T00:55:20.748Z||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-02-28T00:55:20.749Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T00:55:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T00:55:20.749Z||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-02-28T00:55:20.750Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T00:55:30.300Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T00:55:30.300Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T00:56:20.747Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T00:56:20.748Z||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-02-28T00:56:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T00:56:20.749Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T00:56:20.751Z||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-02-28T00:56:20.751Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T00:56:30.308Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T00:56:30.311Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T00:57:20.747Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T00:57:20.748Z||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-02-28T00:57:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T00:57:20.749Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T00:57:20.750Z||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-02-28T00:57:20.751Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T00:57:30.301Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T00:57:30.302Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T00:58:20.748Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T00:58:20.748Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T00:58:20.749Z||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-02-28T00:58:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T00:58:20.749Z||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-02-28T00:58:20.750Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T00:58:30.297Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T00:58:30.303Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T00:59:20.747Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T00:59:20.748Z||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-02-28T00:59:20.749Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T00:59:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T00:59:20.749Z||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-02-28T00:59:20.750Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T00:59:30.295Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T00:59:30.303Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:00:02.374Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-02-28T01:00:20.747Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:00:20.748Z||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-02-28T01:00:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:00:20.749Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:00:20.750Z||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-02-28T01:00:20.750Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:00:30.303Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:00:30.304Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:01:20.747Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:01:20.748Z||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-02-28T01:01:20.749Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:01:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:01:20.749Z||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-02-28T01:01:20.750Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:01:30.292Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:01:30.299Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:02:20.747Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:02:20.748Z||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-02-28T01:02:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:02:20.749Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:02:20.749Z||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-02-28T01:02:20.750Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:02:30.300Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:02:30.300Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:03:20.748Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:03:20.749Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:03:20.750Z||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-02-28T01:03:20.750Z||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-02-28T01:03:20.750Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:03:20.750Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:03:30.301Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:03:30.304Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:04:20.747Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:04:20.749Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:04:20.749Z||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-02-28T01:04:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:04:20.749Z||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-02-28T01:04:20.750Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:04:30.302Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:04:30.306Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:05:20.747Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:05:20.748Z||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-02-28T01:05:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:05:20.749Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:05:20.749Z||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-02-28T01:05:20.750Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:05:30.297Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:05:30.297Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:06:20.747Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:06:20.748Z||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-02-28T01:06:20.748Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:06:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:06:20.749Z||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-02-28T01:06:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:06:30.297Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:06:30.299Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:07:20.747Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:07:20.748Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:07:20.749Z||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-02-28T01:07:20.749Z||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-02-28T01:07:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:07:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:07:30.299Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:07:30.301Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:08:20.747Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:08:20.748Z||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-02-28T01:08:20.748Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:08:20.749Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:08:20.749Z||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-02-28T01:08:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:08:30.303Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:08:30.304Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:09:20.747Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:09:20.748Z||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-02-28T01:09:20.748Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:09:20.748Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:09:20.749Z||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-02-28T01:09:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:09:30.299Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:09:30.302Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:10:20.747Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:10:20.748Z||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-02-28T01:10:20.748Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:10:20.749Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:10:20.749Z||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-02-28T01:10:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:10:30.297Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:10:30.300Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:11:20.747Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:11:20.748Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:11:20.748Z||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-02-28T01:11:20.749Z||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-02-28T01:11:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:11:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:11:30.312Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:11:30.321Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:12:20.747Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:12:20.748Z||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-02-28T01:12:20.748Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:12:20.749Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:12:20.749Z||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-02-28T01:12:20.750Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:12:30.298Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:12:30.300Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:13:20.747Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:13:20.748Z||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-02-28T01:13:20.748Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:13:20.749Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:13:20.749Z||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-02-28T01:13:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:13:30.295Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:13:30.300Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:14:20.747Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:14:20.748Z||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-02-28T01:14:20.748Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:14:20.748Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:14:20.749Z||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-02-28T01:14:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:14:30.295Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:14:30.300Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:15:20.747Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:15:20.748Z||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-02-28T01:15:20.748Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:15:20.748Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:15:20.749Z||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-02-28T01:15:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:15:30.310Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:15:30.313Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:16:20.747Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:16:20.748Z||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-02-28T01:16:20.748Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:16:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:16:20.749Z||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-02-28T01:16:20.750Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:16:30.296Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:16:30.311Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:17:20.747Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:17:20.748Z||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-02-28T01:17:20.748Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:17:20.748Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:17:20.749Z||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-02-28T01:17:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:17:30.301Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:17:30.301Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:18:20.747Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:18:20.748Z||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-02-28T01:18:20.748Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:18:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:18:20.749Z||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-02-28T01:18:20.750Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:18:30.291Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:18:30.299Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:19:20.747Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:19:20.748Z||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-02-28T01:19:20.748Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:19:20.748Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:19:20.749Z||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-02-28T01:19:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:19:30.297Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:19:30.301Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:20:20.747Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:20:20.748Z||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-02-28T01:20:20.748Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:20:20.748Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:20:20.749Z||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-02-28T01:20:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:20:30.297Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:20:30.299Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:21:20.747Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:21:20.748Z||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-02-28T01:21:20.748Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:21:20.748Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:21:20.749Z||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-02-28T01:21:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:21:30.289Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:21:30.296Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:22:20.747Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:22:20.748Z||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-02-28T01:22:20.748Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:22:20.748Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:22:20.749Z||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-02-28T01:22:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:22:30.299Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:22:30.301Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:23:20.747Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:23:20.748Z||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-02-28T01:23:20.748Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:23:20.748Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:23:20.749Z||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-02-28T01:23:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:23:30.300Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:23:30.302Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:24:20.747Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:24:20.748Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T01:24:20.748Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:24:20.748Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:24:20.749Z||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-02-28T01:24:20.750Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:24:24.679Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:24:24.682Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T01:24:24.682Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"f4c293b4-b463-4cf2-928e-30dc39f3a609","serviceName":"vFW 2022-02-28 01-22-01","serviceVersion":"1.0","serviceUUID":"86b0a66f-2be4-49cf-b12a-f8f4b17532a7","serviceDescription":"catalog service description","serviceInvariantUUID":"5847de4d-88e1-4c9d-8de5-a1f8d77ecb07","resources":[{"resourceInstanceName":"vFW 95f417ca-b504 0","resourceName":"vFW 95f417ca-b504","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f9f33da9-a409-4c3a-9575-ce7f6f2a290a","resourceInvariantUUID":"16c78fca-8a49-4956-9624-b2756864f2c9","resourceCustomizationUUID":"e135ab96-8e1a-432a-aeb8-14abd5ee1352","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/vf-license-model.xml","artifactChecksum":"NmU1NGRkZmQwOWNkY2Q1MGY1N2IxMzVmYTE2NzkxYmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f9859357-f3c4-4f22-b63d-ebb8be5883df","artifactVersion":"1"},{"artifactName":"vfw95f417cab5040_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/vfw95f417cab5040_modules.json","artifactChecksum":"OTNlNzk5ZmU1NGM3NzBjY2M1YTI1YTExMDllOTUwMmM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9699ec19-64dc-4842-aa46-d6e2329aeea1","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"daa88e24-de82-41c6-80b4-114f8be93975","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/vendor-license-model.xml","artifactChecksum":"YzczNzE0YTFiOGJlN2U0M2M4ZTVhNTNmNDAxMTgyNmU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f1cfe7ea-4468-4f39-8bfa-1c0ff60c3f02","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"41df3f4a-38f7-4039-981a-201f40af0f37","artifactVersion":"2","generatedFromUUID":"daa88e24-de82-41c6-80b4-114f8be93975"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220228012201-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220228012201/1.0/artifacts/service-Vfw20220228012201-template.yml","artifactChecksum":"NDk5ODQxODhmMWU0MWU4Mjk1Mzg2M2UwOWM4NDNjOGM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e978e685-634a-46f7-a2ca-62a1de76f823","artifactVersion":"1"},{"artifactName":"service-Vfw20220228012201-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220228012201/1.0/artifacts/service-Vfw20220228012201-csar.csar","artifactChecksum":"NDIyMzM4MjlhMzk0YjY2ZDY5ZWEzYTU0NmE0ZTQxNWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d6bf3a76-a8fa-4e50-a19b-6dae81d5af6c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-28T01:24:24.689Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T01:24:24.693Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-28T01:24:24.700Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T01:24:24.700Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646011460747,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:24:24.802Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-02-28T01:24:24.806Z||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-02-28T01:24:24.806Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:24:24.825Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:24:24.825Z||pool-3-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":3,"count":1}
2022-02-28T01:24:25.369Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:24:25.371Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:24:25.371Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646011460747,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:24:25.387Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:24:25.706Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T01:24:25.707Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-28T01:24:25.709Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T01:24:25.709Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646011460747,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/vfw95f417cab5040_modules.json",
  "status": "NOTIFIED"
}
2022-02-28T01:24:25.809Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-28T01:24:25.810Z||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-02-28T01:24:25.810Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:24:25.826Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:24:25.826Z||pool-4-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-02-28T01:24:26.710Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T01:24:26.711Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-28T01:24:26.713Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T01:24:26.714Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646011460747,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-02-28T01:24:26.814Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T01:24:26.814Z||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-02-28T01:24:26.815Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:24:26.829Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:24:26.830Z||pool-5-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-02-28T01:24:27.714Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T01:24:27.715Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-28T01:24:27.717Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T01:24:27.718Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646011460747,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:24:27.817Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-28T01:24:27.818Z||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-02-28T01:24:27.818Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:24:27.834Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:24:27.834Z||pool-6-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-02-28T01:24:28.718Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T01:24:28.719Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-28T01:24:28.721Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T01:24:28.721Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646011460747,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-02-28T01:24:28.821Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T01:24:28.822Z||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-02-28T01:24:28.822Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:24:28.837Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:24:28.837Z||pool-7-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-28T01:24:29.722Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T01:24:29.723Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-28T01:24:29.725Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T01:24:29.725Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646011460747,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/artifacts/service-Vfw20220228012201-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:24:29.825Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T01:24:29.826Z||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-02-28T01:24:29.826Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:24:29.841Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:24:29.842Z||pool-8-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-02-28T01:24:30.725Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T01:24:30.727Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-28T01:24:30.729Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T01:24:30.729Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646011460747,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/artifacts/service-Vfw20220228012201-csar.csar",
  "status": "NOTIFIED"
}
2022-02-28T01:24:30.829Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T01:24:30.830Z||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-02-28T01:24:30.830Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:24:30.846Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:24:30.846Z||pool-9-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-02-28T01:24:31.731Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
  "serviceName": "vFW 2022-02-28 01-22-01",
  "serviceVersion": "1.0",
  "serviceUUID": "86b0a66f-2be4-49cf-b12a-f8f4b17532a7",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "5847de4d-88e1-4c9d-8de5-a1f8d77ecb07",
  "resources": [
    {
      "resourceInstanceName": "vFW 95f417ca-b504 0",
      "resourceCustomizationUUID": "e135ab96-8e1a-432a-aeb8-14abd5ee1352",
      "resourceName": "vFW 95f417ca-b504",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f9f33da9-a409-4c3a-9575-ce7f6f2a290a",
      "resourceInvariantUUID": "16c78fca-8a49-4956-9624-b2756864f2c9",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw95f417cab5040_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/vfw95f417cab5040_modules.json",
          "artifactChecksum": "OTNlNzk5ZmU1NGM3NzBjY2M1YTI1YTExMDllOTUwMmM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "9699ec19-64dc-4842-aa46-d6e2329aeea1",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "daa88e24-de82-41c6-80b4-114f8be93975",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "41df3f4a-38f7-4039-981a-201f40af0f37",
            "generatedFromUUID": "daa88e24-de82-41c6-80b4-114f8be93975"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "41df3f4a-38f7-4039-981a-201f40af0f37",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220228012201-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/artifacts/service-Vfw20220228012201-csar.csar",
      "artifactChecksum": "NDIyMzM4MjlhMzk0YjY2ZDY5ZWEzYTU0NmE0ZTQxNWI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d6bf3a76-a8fa-4e50-a19b-6dae81d5af6c"
    }
  ],
  "workloadContext": "Production"
}
2022-02-28T01:24:31.732Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-28T01:24:31.733Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 86b0a66f-2be4-49cf-b12a-f8f4b17532a7 ASDC
2022-02-28T01:24:31.797Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:f4c293b4-b463-4cf2-928e-30dc39f3a609
ServiceName:vFW 2022-02-28 01-22-01
ServiceVersion:1.0
ServiceUUID:86b0a66f-2be4-49cf-b12a-f8f4b17532a7
ServiceInvariantUUID:5847de4d-88e1-4c9d-8de5-a1f8d77ecb07
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220228012201-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220228012201/1.0/artifacts/service-Vfw20220228012201-csar.csar
ArtifactUUID:d6bf3a76-a8fa-4e50-a19b-6dae81d5af6c
ArtifactChecksum:NDIyMzM4MjlhMzk0YjY2ZDY5ZWEzYTU0NmE0ZTQxNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 95f417ca-b504 0
ResourceCustomizationUUID:e135ab96-8e1a-432a-aeb8-14abd5ee1352
ResourceInvariantUUID:16c78fca-8a49-4956-9624-b2756864f2c9
ResourceName:vFW 95f417ca-b504
ResourceType:VF
ResourceUUID:f9f33da9-a409-4c3a-9575-ce7f6f2a290a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw95f417cab5040_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/vfw95f417cab5040_modules.json
ArtifactUUID:9699ec19-64dc-4842-aa46-d6e2329aeea1
ArtifactChecksum:OTNlNzk5ZmU1NGM3NzBjY2M1YTI1YTExMDllOTUwMmM=
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/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/base_vfw.yaml
ArtifactUUID:daa88e24-de82-41c6-80b4-114f8be93975
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/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/base_vfw.env
ArtifactUUID:41df3f4a-38f7-4039-981a-201f40af0f37
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/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/base_vfw.env
ArtifactUUID:41df3f4a-38f7-4039-981a-201f40af0f37
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-02-28T01:24:31.797Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 86b0a66f-2be4-49cf-b12a-f8f4b17532a7 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-02-28T01:24:31.958Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-28T01:24:31.959Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-02-28T01:24:31.960Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-02-28T01:24:31.960Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: d6bf3a76-a8fa-4e50-a19b-6dae81d5af6c from URL: /sdc/v1/catalog/services/Vfw20220228012201/1.0/artifacts/service-Vfw20220228012201-csar.csar
2022-02-28T01:24:31.960Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-02-28T01:24:31.961Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220228012201/1.0/artifacts/service-Vfw20220228012201-csar.csar
2022-02-28T01:24:32.304Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-02-28T01:24:32.320Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220228012201/1.0/artifacts/service-Vfw20220228012201-csar.csar d6bf3a76-a8fa-4e50-a19b-6dae81d5af6c 98944
2022-02-28T01:24:32.321Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220228012201/1.0/artifacts/service-Vfw20220228012201-csar.csar ASDC sendASDCNotification
2022-02-28T01:24:32.321Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220228012201/1.0/artifacts/service-Vfw20220228012201-csar.csar
2022-02-28T01:24:32.321Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-28T01:24:32.322Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-28T01:24:32.323Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T01:24:32.323Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646011472320,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/artifacts/service-Vfw20220228012201-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-28T01:24:32.424Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T01:24:32.424Z||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-02-28T01:24:32.425Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:24:32.440Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:24:32.440Z||pool-10-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-02-28T01:24:33.324Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-28T01:24:33.325Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-02-28T01:24:33.325Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: d6bf3a76-a8fa-4e50-a19b-6dae81d5af6c, URL: /sdc/v1/catalog/services/Vfw20220228012201/1.0/artifacts/service-Vfw20220228012201-csar.csar to file: /app/ASDC/1/service-Vfw20220228012201-csar.csar
2022-02-28T01:24:33.326Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220228012201-csar.csar
2022-02-28T01:24:33.374Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220228012201-csar.csar
2022-02-28T01:24:33.374Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220228012201-csar.csar
2022-02-28T01:24:33.916Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13001401474440802988/Definitions/service-Vfw20220228012201-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_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2022-02-28T01:24:36.164Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-28T01:24:36.168Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-02-28T01:24:36.168Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220228012201-csar.csar
2022-02-28T01:24:36.168Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-02-28T01:24:36.168Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220228012201-csar.csar
2022-02-28T01:24:36.168Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220228012201-csar.csar
2022-02-28T01:24:36.168Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 95f417ca-b504 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-Vfw20220228012201-csar.csar
2022-02-28T01:24:36.169Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220228012201-csar.csar
2022-02-28T01:24:36.169Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220228012201-csar.csar
2022-02-28T01:24:36.169Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220228012201-csar.csar
2022-02-28T01:24:36.169Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220228012201-csar.csar
2022-02-28T01:24:36.169Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220228012201-csar.csar
2022-02-28T01:24:36.169Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220228012201-csar.csar
2022-02-28T01:24:36.169Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220228012201-csar.csar
2022-02-28T01:24:36.169Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220228012201-csar.csar
2022-02-28T01:24:36.169Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220228012201-csar.csar
2022-02-28T01:24:36.169Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220228012201-csar.csar
2022-02-28T01:24:36.169Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-02-28T01:24:36.178Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T01:24:36.179Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-28 01-22-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T01:24:36.181Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vFW 95f417ca-b504 0 is matching search criteria
2022-02-28T01:24:36.182Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-02-28T01:24:36.183Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 95f417ca-b504 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-28T01:24:36.184Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T01:24:36.184Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-28 01-22-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T01:24:36.184Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vFW 95f417ca-b504 0 is matching search criteria
2022-02-28T01:24:36.184Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-02-28T01:24:36.184Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 95f417ca-b504 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-28T01:24:36.184Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T01:24:36.184Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-28 01-22-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T01:24:36.187Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T01:24:36.187Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vFW 95f417ca-b504 0 is not matching search criteria
2022-02-28T01:24:36.187Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-28T01:24:36.187Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-28T01:24:36.187Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-28T01:24:36.187Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-28T01:24:36.187Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-28T01:24:36.188Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-28T01:24:36.188Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-28T01:24:36.188Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-28T01:24:36.188Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-28T01:24:36.188Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-28T01:24:36.188Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-28T01:24:36.188Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-28T01:24:36.188Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-28T01:24:36.188Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-28T01:24:36.188Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-28T01:24:36.189Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-02-28T01:24:36.189Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T01:24:36.189Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-28 01-22-01 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-28T01:24:36.190Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T01:24:36.190Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vFW 95f417ca-b504 0 is matching search criteria
2022-02-28T01:24:36.190Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 95f417ca-b504 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-28T01:24:36.190Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T01:24:36.190Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vFW 95f417ca-b504 0 is matching search criteria
2022-02-28T01:24:36.190Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 95f417ca-b504 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-28T01:24:36.190Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T01:24:36.191Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vFW 95f417ca-b504 0 is matching search criteria
2022-02-28T01:24:36.191Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 95f417ca-b504 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-28T01:24:36.191Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T01:24:36.191Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vFW 95f417ca-b504 0 is not matching search criteria
2022-02-28T01:24:36.191Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-28T01:24:36.191Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-02-28T01:24:36.191Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-28T01:24:36.191Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-28T01:24:36.191Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-28T01:24:36.192Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-28T01:24:36.192Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-28T01:24:36.192Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-28T01:24:36.192Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-28T01:24:36.192Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-28T01:24:36.192Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-28T01:24:36.192Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=1bff565a-34ae-4eff-90fa-60ced7e3d2a5
2022-02-28T01:24:36.192Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T01:24:36.192Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vFW 95f417ca-b504 0 is not matching search criteria
2022-02-28T01:24:36.193Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-28T01:24:36.193Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-28T01:24:36.193Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-28T01:24:36.193Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-28T01:24:36.193Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-28T01:24:36.193Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-28T01:24:36.193Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-28T01:24:36.193Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-02-28T01:24:36.193Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-28T01:24:36.194Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-28T01:24:36.194Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-28T01:24:36.194Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-28T01:24:36.194Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=2f3448ed-be14-464b-b2f0-d6173ceca322
2022-02-28T01:24:36.194Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T01:24:36.194Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vFW 95f417ca-b504 0 is not matching search criteria
2022-02-28T01:24:36.194Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-28T01:24:36.194Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-28T01:24:36.195Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-28T01:24:36.195Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-28T01:24:36.195Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-28T01:24:36.195Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-28T01:24:36.195Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-28T01:24:36.195Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-28T01:24:36.195Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-28T01:24:36.195Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-28T01:24:36.195Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-28T01:24:36.195Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-02-28T01:24:36.196Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=44d2b50a-b8c0-41fa-b4ea-7730a09deed1
2022-02-28T01:24:36.196Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T01:24:36.196Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-28 01-22-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T01:24:36.196Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T01:24:36.196Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-28 01-22-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T01:24:36.196Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T01:24:36.196Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-28 01-22-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T01:24:36.196Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T01:24:36.196Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-28 01-22-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T01:24:36.197Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-02-28 01-22-01
Description:catalog service description
Model UUID:86b0a66f-2be4-49cf-b12a-f8f4b17532a7
Model Version:NULL
Model InvariantUuid:5847de4d-88e1-4c9d-8de5-a1f8d77ecb07
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 95f417ca-b504
Model UUID:30405cf0-eff6-4d4f-8964-1a8e9b34dede
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:16c78fca-8a49-4956-9624-b2756864f2c9
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e135ab96-8e1a-432a-aeb8-14abd5ee1352
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:b570aea7-1bcc-4c3e-a392-d9b290d844aa
ModelName:Vfw95f417caB504..base_vfw..module-0
ModelUuid:ffee2534-1e94-4eb1-afb9-c8c999e3884f
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:1bff565a-34ae-4eff-90fa-60ced7e3d2a5
ModelInvariantUuid:041b0c87-d001-4bbb-89a9-fa6d26a7cdbb
ModelName:vFW 95f417ca-b504-nodes.vfwCvfc
ModelUuid:4a00884f-3adf-4ce7-87a8-8674fbd1ad2c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:fa39331c-fb9a-415e-9c48-2d271dc1df1e
ModelInvariantUuid:bf15d7e1-99fe-420e-876f-dd1853b0e210
ModelName:Vfw95f417caB504.compute.nodes.heat.vfw
ModelUuid:871b48bd-f90a-4f1e-8c2c-4279099a3c47
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:2f3448ed-be14-464b-b2f0-d6173ceca322
ModelInvariantUuid:7a7b33c8-dc63-4d76-917c-9075e5e50907
ModelName:vFW 95f417ca-b504-nodes.vsnCvfc
ModelUuid:4ab1d8a5-1662-4869-8e05-6b10b3b2e849
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:b85042da-1ad0-41de-97b1-da16bbe63324
ModelInvariantUuid:bc0d439e-37a4-4849-b726-278a39bad05f
ModelName:Vfw95f417caB504.compute.nodes.heat.vsn
ModelUuid:cd9d0dcf-7d2a-4901-8ebd-4dff99a57dc7
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:44d2b50a-b8c0-41fa-b4ea-7730a09deed1
ModelInvariantUuid:81bad397-bda8-4b93-b3ee-190d1a3aad3d
ModelName:vFW 95f417ca-b504-nodes.vpgCvfc
ModelUuid:a408a18f-3107-4e5f-abec-db0df0d040ea
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:cd730264-061f-433b-bb6f-f597bf6c70c3
ModelInvariantUuid:7cab516f-77dc-4bfd-86b9-bca980a73d4b
ModelName:Vfw95f417caB504.compute.nodes.heat.vpg
ModelUuid:6f2bf311-540e-493a-b3a6-d0399fe47d4b
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-02-28T01:24:36.216Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: f9f33da9-a409-4c3a-9575-ce7f6f2a290a
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-02-28T01:24:36.305Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||vFW 95f417ca-b504 0
2022-02-28T01:24:36.310Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f9f33da9-a409-4c3a-9575-ce7f6f2a290a
2022-02-28T01:24:36.310Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 9699ec19-64dc-4842-aa46-d6e2329aeea1 from URL: /sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/vfw95f417cab5040_modules.json
2022-02-28T01:24:36.310Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-02-28T01:24:36.310Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/vfw95f417cab5040_modules.json
2022-02-28T01:24:36.450Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-02-28T01:24:36.451Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/vfw95f417cab5040_modules.json 9699ec19-64dc-4842-aa46-d6e2329aeea1 785
2022-02-28T01:24:36.451Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/vfw95f417cab5040_modules.json ASDC sendASDCNotification
2022-02-28T01:24:36.451Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/vfw95f417cab5040_modules.json
2022-02-28T01:24:36.452Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-28T01:24:36.452Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-28T01:24:36.455Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T01:24:36.455Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646011476451,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/vfw95f417cab5040_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-28T01:24:36.555Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T01:24:36.556Z||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-02-28T01:24:36.556Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:24:36.570Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:24:36.570Z||pool-11-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-28T01:24:37.457Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw95f417caB504..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "b570aea7-1bcc-4c3e-a392-d9b290d844aa",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ffee2534-1e94-4eb1-afb9-c8c999e3884f",
    "vfModuleModelCustomizationUUID": "6759ab66-4e41-4c57-b984-427807f1c32e",
    "isBase": true,
    "artifacts": [
      "daa88e24-de82-41c6-80b4-114f8be93975",
      "41df3f4a-38f7-4039-981a-201f40af0f37"
    ],
    "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-02-28T01:24:37.473Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw95f417caB504..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ffee2534-1e94-4eb1-afb9-c8c999e3884f
VfModuleModelInvariantUUID:b570aea7-1bcc-4c3e-a392-d9b290d844aa
VfModuleModelDescription:NULL
Artifacts UUID List:{
daa88e24-de82-41c6-80b4-114f8be93975
,
41df3f4a-38f7-4039-981a-201f40af0f37

}
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-02-28T01:24:37.475Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw95f417caB504..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "b570aea7-1bcc-4c3e-a392-d9b290d844aa",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ffee2534-1e94-4eb1-afb9-c8c999e3884f",
    "vfModuleModelCustomizationUUID": "6759ab66-4e41-4c57-b984-427807f1c32e",
    "isBase": true,
    "artifacts": [
      "daa88e24-de82-41c6-80b4-114f8be93975",
      "41df3f4a-38f7-4039-981a-201f40af0f37"
    ],
    "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-02-28T01:24:37.475Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw95f417caB504..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ffee2534-1e94-4eb1-afb9-c8c999e3884f
VfModuleModelInvariantUUID:b570aea7-1bcc-4c3e-a392-d9b290d844aa
VfModuleModelDescription:NULL
Artifacts UUID List:{
daa88e24-de82-41c6-80b4-114f8be93975
,
41df3f4a-38f7-4039-981a-201f40af0f37

}
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-02-28T01:24:37.475Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: daa88e24-de82-41c6-80b4-114f8be93975 from URL: /sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/base_vfw.yaml
2022-02-28T01:24:37.475Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-02-28T01:24:37.475Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/base_vfw.yaml
2022-02-28T01:24:37.760Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-02-28T01:24:37.762Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/base_vfw.yaml daa88e24-de82-41c6-80b4-114f8be93975 20368
2022-02-28T01:24:37.762Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-02-28T01:24:37.762Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/base_vfw.yaml
2022-02-28T01:24:37.762Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-28T01:24:37.763Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-28T01:24:37.765Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T01:24:37.765Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646011477762,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-28T01:24:37.865Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T01:24:37.866Z||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-02-28T01:24:37.866Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:24:37.882Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:24:37.882Z||pool-12-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-02-28T01:24:38.766Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 41df3f4a-38f7-4039-981a-201f40af0f37 from URL: /sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/base_vfw.env
2022-02-28T01:24:38.767Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-02-28T01:24:38.767Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/base_vfw.env
2022-02-28T01:24:39.051Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-02-28T01:24:39.052Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/base_vfw.env 41df3f4a-38f7-4039-981a-201f40af0f37 2098
2022-02-28T01:24:39.052Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/base_vfw.env ASDC sendASDCNotification
2022-02-28T01:24:39.052Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/base_vfw.env
2022-02-28T01:24:39.052Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-28T01:24:39.053Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-28T01:24:39.056Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T01:24:39.056Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646011479052,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-02-28T01:24:39.156Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T01:24:39.157Z||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-02-28T01:24:39.157Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:24:39.172Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:24:39.173Z||pool-13-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-02-28T01:24:40.056Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 86b0a66f-2be4-49cf-b12a-f8f4b17532a7
2022-02-28T01:24:40.057Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 95f417ca-b504 0 f9f33da9-a409-4c3a-9575-ce7f6f2a290a 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-02-28T01:24:40.091Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3964768f, org.onap.sdc.toscaparser.api.parameters.Input@5997c7b2, org.onap.sdc.toscaparser.api.parameters.Input@6aa83026, org.onap.sdc.toscaparser.api.parameters.Input@4487c75d, org.onap.sdc.toscaparser.api.parameters.Input@5ecd114c]
2022-02-28T01:24:40.094Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T01:24:40.095Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-28 01-22-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T01:24:40.095Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2022-02-28T01:24:40.095Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= e135ab96-8e1a-432a-aeb8-14abd5ee1352
2022-02-28T01:24:40.095Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e135ab96-8e1a-432a-aeb8-14abd5ee1352 matches Tosca VF Customization UUID: e135ab96-8e1a-432a-aeb8-14abd5ee1352
2022-02-28T01:24:40.095Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: e135ab96-8e1a-432a-aeb8-14abd5ee1352  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-02-28T01:24:40.100Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T01:24:40.100Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-28 01-22-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T01:24:40.100Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id e135ab96-8e1a-432a-aeb8-14abd5ee1352: {\"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-02-28T01:24:40.101Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1c315bb6
2022-02-28T01:24:40.101Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T01:24:40.101Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-28 01-22-01 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-28T01:24:40.101Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6759ab66-4e41-4c57-b984-427807f1c32e
2022-02-28T01:24:40.102Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6759ab66-4e41-4c57-b984-427807f1c32e
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-02-28T01:24:40.105Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T01:24:40.105Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vFW 95f417ca-b504 0 is matching search criteria
2022-02-28T01:24:40.105Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 95f417ca-b504 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-28T01:24:40.106Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T01:24:40.106Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vFW 95f417ca-b504 0 is matching search criteria
2022-02-28T01:24:40.106Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 95f417ca-b504 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-28T01:24:40.106Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T01:24:40.106Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vFW 95f417ca-b504 0 is not matching search criteria
2022-02-28T01:24:40.107Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-28T01:24:40.107Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-02-28T01:24:40.107Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-28T01:24:40.107Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-28T01:24:40.107Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-28T01:24:40.107Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-28T01:24:40.107Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-28T01:24:40.107Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-28T01:24:40.107Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-28T01:24:40.107Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-28T01:24:40.108Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-28T01:24:40.108Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=1bff565a-34ae-4eff-90fa-60ced7e3d2a5
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-02-28T01:24:40.115Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T01:24:40.115Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vFW 95f417ca-b504 0 is matching search criteria
2022-02-28T01:24:40.115Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 95f417ca-b504 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-28T01:24:40.115Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T01:24:40.115Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vFW 95f417ca-b504 0 is not matching search criteria
2022-02-28T01:24:40.115Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-28T01:24:40.115Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-28T01:24:40.116Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-28T01:24:40.116Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-28T01:24:40.116Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-28T01:24:40.116Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-28T01:24:40.116Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-28T01:24:40.116Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-02-28T01:24:40.116Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-28T01:24:40.116Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-28T01:24:40.116Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-28T01:24:40.116Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-28T01:24:40.117Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=2f3448ed-be14-464b-b2f0-d6173ceca322
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-02-28T01:24:40.118Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T01:24:40.118Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vFW 95f417ca-b504 0 is matching search criteria
2022-02-28T01:24:40.118Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 95f417ca-b504 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-28T01:24:40.120Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T01:24:40.120Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vFW 95f417ca-b504 0 is not matching search criteria
2022-02-28T01:24:40.120Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-28T01:24:40.120Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-28T01:24:40.120Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-28T01:24:40.121Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-28T01:24:40.121Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-28T01:24:40.121Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-28T01:24:40.121Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-28T01:24:40.121Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-28T01:24:40.121Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-28T01:24:40.121Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-28T01:24:40.121Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-28T01:24:40.121Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-02-28T01:24:40.121Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=44d2b50a-b8c0-41fa-b4ea-7730a09deed1
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-02-28T01:24:40.123Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T01:24:40.123Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vFW 95f417ca-b504 0 is matching search criteria
2022-02-28T01:24:40.123Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 95f417ca-b504 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-28T01:24:40.124Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T01:24:40.124Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Node template vFW 95f417ca-b504 0 is matching search criteria
2022-02-28T01:24:40.124Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 95f417ca-b504 0] matching following query criteria: sdcType=VF, customizationUUID=e135ab96-8e1a-432a-aeb8-14abd5ee1352
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-02-28T01:24:40.125Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T01:24:40.125Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-28 01-22-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T01:24:40.125Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 86b0a66f-2be4-49cf-b12a-f8f4b17532a7: vFW 95f417ca-b504
2022-02-28T01:24:40.126Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T01:24:40.126Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-28 01-22-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T01:24:40.126Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T01:24:40.126Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-28 01-22-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T01:24:40.126Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T01:24:40.126Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-28 01-22-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T01:24:40.126Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T01:24:40.126Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-28 01-22-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T01:24:40.127Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T01:24:40.127Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-28 01-22-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T01:24:40.127Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2022-02-28 01-22-01 
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-02-28T01:24:40.371Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 95f417ca-b504 f9f33da9-a409-4c3a-9575-ce7f6f2a290a 1 ASDC deployResourceStructure
2022-02-28T01:24:40.371Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/vfw95f417cab5040_modules.json ASDC sendASDCNotification
2022-02-28T01:24:40.371Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/vfw95f417cab5040_modules.json
2022-02-28T01:24:40.371Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-28T01:24:40.372Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-28T01:24:40.373Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T01:24:40.373Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646011480371,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/vfw95f417cab5040_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-28T01:24:40.473Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T01:24:40.474Z||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-02-28T01:24:40.474Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:24:40.490Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:24:40.490Z||pool-14-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-02-28T01:24:41.374Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-02-28T01:24:41.375Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/base_vfw.yaml
2022-02-28T01:24:41.375Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-28T01:24:41.375Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-28T01:24:41.377Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T01:24:41.377Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646011481374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-02-28T01:24:41.478Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T01:24:41.478Z||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-02-28T01:24:41.479Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:24:41.492Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:24:41.492Z||pool-15-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-28T01:24:42.378Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/base_vfw.env ASDC sendASDCNotification
2022-02-28T01:24:42.379Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/base_vfw.env
2022-02-28T01:24:42.379Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-28T01:24:42.379Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-28T01:24:42.381Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T01:24:42.382Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646011482378,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-02-28T01:24:42.482Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T01:24:42.483Z||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-02-28T01:24:42.483Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:24:42.501Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:24:42.501Z||pool-16-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-02-28T01:24:43.382Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220228012201/1.0/artifacts/service-Vfw20220228012201-csar.csar ASDC sendASDCNotification
2022-02-28T01:24:43.383Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220228012201/1.0/artifacts/service-Vfw20220228012201-csar.csar
2022-02-28T01:24:43.383Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-28T01:24:43.383Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-28T01:24:43.385Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T01:24:43.386Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646011483382,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/artifacts/service-Vfw20220228012201-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-28T01:24:43.486Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T01:24:43.486Z||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-02-28T01:24:43.487Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:24:43.502Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:24:43.503Z||pool-17-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-02-28T01:24:44.387Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f4c293b4-b463-4cf2-928e-30dc39f3a609
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-28T01:24:44.407Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f4c293b4-b463-4cf2-928e-30dc39f3a609
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-02-28T01:24:44.409Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-28T01:24:44.409Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-28T01:24:44.409Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-28T01:25:14.409Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f4c293b4-b463-4cf2-928e-30dc39f3a609
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-28T01:25:14.421Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f4c293b4-b463-4cf2-928e-30dc39f3a609
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-02-28T01:25:14.424Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-28T01:25:14.425Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-28T01:25:14.425Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-28T01:25:20.749Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:25:20.749Z||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-02-28T01:25:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:25:20.774Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:25:20.775Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:25:20.775Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
  "consumerID": "cds",
  "timestamp": 1646011464596,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:25:20.777Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:25:44.425Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f4c293b4-b463-4cf2-928e-30dc39f3a609
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-28T01:25:44.437Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f4c293b4-b463-4cf2-928e-30dc39f3a609
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-02-28T01:25:44.440Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-28T01:25:44.440Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-28T01:25:44.440Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-28T01:26:14.440Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f4c293b4-b463-4cf2-928e-30dc39f3a609
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-28T01:26:14.451Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f4c293b4-b463-4cf2-928e-30dc39f3a609
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-02-28T01:26:14.453Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-28T01:26:14.453Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-28T01:26:14.453Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-28T01:26:20.748Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:26:20.749Z||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-02-28T01:26:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:26:20.776Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:26:20.777Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:26:20.777Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
  "consumerID": "clamp",
  "timestamp": 1646011464653,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:26:20.779Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:26:44.453Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f4c293b4-b463-4cf2-928e-30dc39f3a609
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-28T01:26:44.467Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f4c293b4-b463-4cf2-928e-30dc39f3a609
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-02-28T01:26:44.470Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-28T01:26:44.471Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-28T01:26:44.471Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-28T01:27:14.471Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f4c293b4-b463-4cf2-928e-30dc39f3a609
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-28T01:27:14.482Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f4c293b4-b463-4cf2-928e-30dc39f3a609
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-02-28T01:27:14.484Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-28T01:27:14.484Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-28T01:27:14.484Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-28T01:27:20.748Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:27:20.749Z||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-02-28T01:27:20.750Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:27:21.280Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:27:21.287Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.288Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646011460747,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/vfw95f417cab5040_modules.json",
  "status": "NOTIFIED"
}
2022-02-28T01:27:21.288Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:27:21.288Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.288Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
  "consumerID": "cds",
  "timestamp": 1646011464596,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/vfw95f417cab5040_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:27:21.289Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:27:21.289Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.289Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
  "consumerID": "clamp",
  "timestamp": 1646011464653,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/vfw95f417cab5040_modules.json",
  "status": "NOTIFIED"
}
2022-02-28T01:27:21.289Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:27:21.289Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.289Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646011466013,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:27:21.289Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:27:21.290Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.290Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646011460747,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-02-28T01:27:21.290Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:27:21.290Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.290Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
  "consumerID": "cds",
  "timestamp": 1646011464596,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:27:21.290Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:27:21.290Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.290Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
  "consumerID": "clamp",
  "timestamp": 1646011464653,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:27:21.290Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:27:21.291Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.291Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646011466013,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/vfw95f417cab5040_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:27:21.291Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:27:21.291Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.291Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646011460747,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:27:21.291Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:27:21.291Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.291Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
  "consumerID": "cds",
  "timestamp": 1646011464596,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:27:21.292Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:27:21.292Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.292Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
  "consumerID": "clamp",
  "timestamp": 1646011464653,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:27:21.292Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:27:21.292Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.292Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646011466013,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:27:21.292Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:27:21.292Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.292Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646011460747,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-02-28T01:27:21.293Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:27:21.293Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.293Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
  "consumerID": "cds",
  "timestamp": 1646011464596,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:27:21.293Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:27:21.293Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.294Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
  "consumerID": "clamp",
  "timestamp": 1646011464653,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:27:21.294Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:27:21.294Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.294Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646011466013,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:27:21.294Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:27:21.294Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.294Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646011460747,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/artifacts/service-Vfw20220228012201-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:27:21.294Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:27:21.294Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.294Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
  "consumerID": "policy-id",
  "timestamp": 1646011469540,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:27:21.294Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:27:21.294Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.294Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
  "consumerID": "cds",
  "timestamp": 1646011464596,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/artifacts/service-Vfw20220228012201-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:27:21.294Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:27:21.294Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.294Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
  "consumerID": "clamp",
  "timestamp": 1646011464653,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/artifacts/service-Vfw20220228012201-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:27:21.294Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:27:21.294Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.294Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646011466013,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:27:21.295Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:27:21.295Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.295Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646011460747,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/artifacts/service-Vfw20220228012201-csar.csar",
  "status": "NOTIFIED"
}
2022-02-28T01:27:21.295Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:27:21.295Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.295Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
  "consumerID": "policy-id",
  "timestamp": 1646011469540,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/vfw95f417cab5040_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:27:21.295Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:27:21.295Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.295Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
  "consumerID": "cds",
  "timestamp": 1646011464596,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/artifacts/service-Vfw20220228012201-csar.csar",
  "status": "NOTIFIED"
}
2022-02-28T01:27:21.295Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:27:21.295Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.295Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
  "consumerID": "clamp",
  "timestamp": 1646011464653,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/artifacts/service-Vfw20220228012201-csar.csar",
  "status": "NOTIFIED"
}
2022-02-28T01:27:21.295Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:27:21.295Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.295Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646011466013,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/artifacts/service-Vfw20220228012201-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:27:21.295Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:27:21.295Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.295Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
  "consumerID": "policy-id",
  "timestamp": 1646011469540,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-02-28T01:27:21.295Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:27:21.295Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.296Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646011472320,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/artifacts/service-Vfw20220228012201-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-28T01:27:21.296Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:27:21.296Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.296Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
  "consumerID": "cds",
  "timestamp": 1646011472432,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/artifacts/service-Vfw20220228012201-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-28T01:27:21.296Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:27:21.296Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.296Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646011466013,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/artifacts/service-Vfw20220228012201-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:27:21.296Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:27:21.296Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.296Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
  "consumerID": "policy-id",
  "timestamp": 1646011469540,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:27:21.296Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:27:21.296Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.296Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
  "consumerID": "cds",
  "timestamp": 1646011473445,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/artifacts/service-Vfw20220228012201-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-02-28T01:27:21.304Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f4c293b4-b463-4cf2-928e-30dc39f3a609
2022-02-28T01:27:21.305Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f4c293b4-b463-4cf2-928e-30dc39f3a609 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-02-28T01:27:21.313Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.314Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646011473449,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:27:21.314Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:27:21.314Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.314Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
  "consumerID": "policy-id",
  "timestamp": 1646011469540,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:27:21.314Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:27:21.314Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.314Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646011473449,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/vfw95f417cab5040_modules.json",
  "status": "NOTIFIED"
}
2022-02-28T01:27:21.314Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:27:21.314Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.314Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
  "consumerID": "policy-id",
  "timestamp": 1646011469540,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/artifacts/service-Vfw20220228012201-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:27:21.314Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:27:21.314Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.314Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646011473449,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-02-28T01:27:21.314Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:27:21.315Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.315Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
  "consumerID": "policy-id",
  "timestamp": 1646011469540,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/artifacts/service-Vfw20220228012201-csar.csar",
  "status": "NOTIFIED"
}
2022-02-28T01:27:21.315Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:27:21.315Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.315Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646011476451,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/vfw95f417cab5040_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-28T01:27:21.315Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:27:21.315Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.315Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646011473449,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:27:21.315Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:27:21.315Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.315Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
  "consumerID": "policy-id",
  "timestamp": 1646011477571,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/artifacts/service-Vfw20220228012201-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-28T01:27:21.315Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:27:21.315Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.315Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646011477762,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-28T01:27:21.315Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:27:21.315Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.316Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646011473449,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-02-28T01:27:21.316Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:27:21.316Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.316Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
  "consumerID": "policy-id",
  "timestamp": 1646011478578,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/artifacts/service-Vfw20220228012201-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-28T01:27:21.316Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:27:21.316Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.316Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646011479052,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-02-28T01:27:21.316Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:27:21.316Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.316Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646011473449,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/artifacts/service-Vfw20220228012201-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:27:21.316Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:27:21.316Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.316Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
  "consumerID": "policy-id",
  "timestamp": 1646011479583,
  "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-02-28T01:27:21.321Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f4c293b4-b463-4cf2-928e-30dc39f3a609
2022-02-28T01:27:21.321Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f4c293b4-b463-4cf2-928e-30dc39f3a609 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-02-28T01:27:21.330Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.330Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646011479393,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:27:21.330Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:27:21.330Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.331Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646011473449,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/artifacts/service-Vfw20220228012201-csar.csar",
  "status": "NOTIFIED"
}
2022-02-28T01:27:21.331Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:27:21.331Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.331Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646011480371,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/vfw95f417cab5040_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-28T01:27:21.331Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:27:21.331Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.331Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646011479393,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/vfw95f417cab5040_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:27:21.331Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:27:21.331Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.331Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646011481368,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/vfw95f417cab5040_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-28T01:27:21.332Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:27:21.332Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.332Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646011481374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-02-28T01:27:21.332Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:27:21.332Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.332Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646011479393,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:27:21.332Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:27:21.332Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.332Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646011482378,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-02-28T01:27:21.332Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:27:21.332Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.332Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646011482572,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-28T01:27:21.333Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:27:21.333Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.333Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646011479393,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:27:21.333Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:27:21.333Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.333Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
  "consumerID": "aai-ml",
  "timestamp": 1646011482469,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:27:21.333Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:27:21.333Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.333Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646011483382,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/artifacts/service-Vfw20220228012201-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-28T01:27:21.333Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:27:21.333Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.333Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
  "consumerID": "clamp",
  "timestamp": 1646011483756,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/artifacts/service-Vfw20220228012201-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-28T01:27:21.334Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:27:21.334Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.334Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646011483949,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-02-28T01:27:21.334Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:27:21.334Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.334Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646011479393,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:27:21.334Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:27:21.334Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.334Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
  "consumerID": "aai-ml",
  "timestamp": 1646011482469,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/vfw95f417cab5040_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:27:21.334Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:27:21.334Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.334Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646011479393,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/artifacts/service-Vfw20220228012201-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:27:21.335Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:27:21.335Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.335Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646011485089,
  "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-02-28T01:27:21.340Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f4c293b4-b463-4cf2-928e-30dc39f3a609
2022-02-28T01:27:21.340Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f4c293b4-b463-4cf2-928e-30dc39f3a609 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-02-28T01:27:21.347Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.347Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
  "consumerID": "aai-ml",
  "timestamp": 1646011482469,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:27:21.348Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:27:21.348Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.348Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
  "consumerID": "clamp",
  "timestamp": 1646011485765,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/artifacts/service-Vfw20220228012201-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-28T01:27:21.348Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:27:21.348Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.348Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646011479393,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/artifacts/service-Vfw20220228012201-csar.csar",
  "status": "NOTIFIED"
}
2022-02-28T01:27:21.348Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:27:21.348Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.348Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646011486092,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/vfw95f417cab5040_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-28T01:27:21.348Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:27:21.348Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.348Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
  "consumerID": "aai-ml",
  "timestamp": 1646011482469,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:27:21.348Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:27:21.348Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.348Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
  "consumerID": "clamp",
  "timestamp": 1646011486770,
  "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-02-28T01:27:21.353Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f4c293b4-b463-4cf2-928e-30dc39f3a609
2022-02-28T01:27:21.354Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f4c293b4-b463-4cf2-928e-30dc39f3a609 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-02-28T01:27:21.363Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.363Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
  "consumerID": "aai-ml",
  "timestamp": 1646011482469,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/resourceInstances/vfw95f417cab5040/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:27:21.363Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:27:21.364Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.364Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646011487358,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/artifacts/service-Vfw20220228012201-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-28T01:27:21.364Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:27:21.364Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.364Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
  "consumerID": "aai-ml",
  "timestamp": 1646011482469,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/artifacts/service-Vfw20220228012201-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:27:21.364Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:27:21.364Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.364Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
  "consumerID": "aai-ml",
  "timestamp": 1646011482469,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/artifacts/service-Vfw20220228012201-csar.csar",
  "status": "NOTIFIED"
}
2022-02-28T01:27:21.364Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:27:21.364Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.364Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
  "consumerID": "aai-ml",
  "timestamp": 1646011490383,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/artifacts/service-Vfw20220228012201-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-28T01:27:21.365Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:27:21.365Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.365Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646011491828,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/artifacts/service-Vfw20220228012201-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-28T01:27:21.365Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:27:21.365Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.365Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646011492832,
  "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-02-28T01:27:21.371Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f4c293b4-b463-4cf2-928e-30dc39f3a609
2022-02-28T01:27:21.371Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f4c293b4-b463-4cf2-928e-30dc39f3a609 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-02-28T01:27:21.380Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.381Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
  "consumerID": "aai-ml",
  "timestamp": 1646011504303,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228012201/1.0/artifacts/service-Vfw20220228012201-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-28T01:27:21.381Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:27:21.381Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:27:21.381Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
  "consumerID": "aai-ml",
  "timestamp": 1646011505308,
  "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-02-28T01:27:21.386Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f4c293b4-b463-4cf2-928e-30dc39f3a609
2022-02-28T01:27:21.387Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f4c293b4-b463-4cf2-928e-30dc39f3a609 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-02-28T01:27:44.485Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f4c293b4-b463-4cf2-928e-30dc39f3a609
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-28T01:27:44.499Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f4c293b4-b463-4cf2-928e-30dc39f3a609
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-02-28T01:27:44.502Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-28T01:27:44.502Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-28T01:27:44.502Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-28T01:27:44.502Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-28T01:27:44.503Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-28T01:27:44.503Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-28T01:27:44.503Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-28T01:27:44.503Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-28T01:27:44.503Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-28T01:27:44.503Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-28T01:27:44.503Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-28T01:27:44.509Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-28T01:28:14.509Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f4c293b4-b463-4cf2-928e-30dc39f3a609 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-02-28T01:28:14.520Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f4c293b4-b463-4cf2-928e-30dc39f3a609 and serviceModelVersionId: 86b0a66f-2be4-49cf-b12a-f8f4b17532a7
2022-02-28T01:28:14.520Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5847de4d-88e1-4c9d-8de5-a1f8d77ecb07
2022-02-28T01:28:20.749Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:28:20.749Z||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-02-28T01:28:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:28:23.962Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5847de4d-88e1-4c9d-8de5-a1f8d77ecb07/model-vers/model-ver/86b0a66f-2be4-49cf-b12a-f8f4b17532a7?depth=0
2022-02-28T01:28:24.027Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-02-28T01:28:24.409Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5847de4d-88e1-4c9d-8de5-a1f8d77ecb07/model-vers/model-ver/86b0a66f-2be4-49cf-b12a-f8f4b17532a7?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-02-28T01:28:24.412Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5847de4d-88e1-4c9d-8de5-a1f8d77ecb07/model-vers/model-ver/86b0a66f-2be4-49cf-b12a-f8f4b17532a7?depth=0|INFO|500||Invoke
2022-02-28T01:28:24.603Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5847de4d-88e1-4c9d-8de5-a1f8d77ecb07/model-vers/model-ver/86b0a66f-2be4-49cf-b12a-f8f4b17532a7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-02-28T01:28:24.784Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5847de4d-88e1-4c9d-8de5-a1f8d77ecb07/model-vers/model-ver/86b0a66f-2be4-49cf-b12a-f8f4b17532a7?depth=0|INFO|500||InvokeReturn
2022-02-28T01:28:24.785Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5847de4d-88e1-4c9d-8de5-a1f8d77ecb07/model-vers/model-ver/86b0a66f-2be4-49cf-b12a-f8f4b17532a7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220228-01:28:24:611-230], vertex-id=[196664], Content-Length=[0], Date=[Mon, 28 Feb 2022 01:28:24 GMT], Content-Type=[application/json]}
2022-02-28T01:28:24.785Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2022-02-28T01:28:24.787Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-28T01:28:24.787Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||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-02-28T01:28:24.791Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-02-28T01:28:24.797Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f4c293b4-b463-4cf2-928e-30dc39f3a609 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-02-28T01:28:24.797Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-28T01:28:24.798Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-28T01:28:24.799Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T01:28:24.799Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646011704797,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-28T01:28:24.899Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T01:28:24.901Z||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-02-28T01:28:24.901Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:28:24.916Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:28:24.916Z||pool-18-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-02-28T01:28:25.595Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:28:25.596Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:28:25.596Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4c293b4-b463-4cf2-928e-30dc39f3a609",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646011704797,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-28T01:28:25.597Z||pool-2-thread-4|||||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-02-28T01:28:25.817Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:28:25.818Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T01:28:25.818Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:28:36.578Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:28:36.579Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:28:36.580Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T01:28:36.580Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:28:46.125Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:28:46.125Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:28:46.126Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T01:28:46.126Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:28:55.668Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:28:55.669Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:28:55.670Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T01:28:55.671Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:29:05.211Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:29:20.747Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:29:20.748Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:29:20.749Z||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-02-28T01:29:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:29:20.750Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T01:29:20.752Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:29:30.298Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:29:30.299Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:30:20.747Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:30:20.748Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T01:30:20.748Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:30:20.748Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:30:20.749Z||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-02-28T01:30:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:30:30.296Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:30:30.302Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:31:20.747Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:31:20.748Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T01:31:20.748Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:31:20.748Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:31:20.749Z||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-02-28T01:31:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:31:30.298Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:31:30.299Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:32:20.747Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:32:20.748Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T01:32:20.748Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:32:20.748Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:32:20.749Z||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-02-28T01:32:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:32:30.297Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:32:30.297Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:33:20.747Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:33:20.748Z||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-02-28T01:33:20.748Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:33:20.748Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:33:20.750Z||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-02-28T01:33:20.750Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:33:30.294Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:33:30.296Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:34:20.747Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:34:20.748Z||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-02-28T01:34:20.748Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:34:20.748Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:34:20.749Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|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-02-28T01:34:20.749Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:34:30.294Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:34:30.307Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:35:20.747Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:35:20.748Z||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-02-28T01:35:20.748Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:35:20.748Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:35:20.749Z||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-02-28T01:35:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:35:30.295Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:35:30.296Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:36:20.747Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:36:20.748Z||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-02-28T01:36:20.748Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:36:20.748Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:36:20.749Z||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-02-28T01:36:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:36:30.295Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:36:30.298Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:37:20.747Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:37:20.748Z||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-02-28T01:37:20.748Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:37:20.748Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:37:20.749Z||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-02-28T01:37:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:37:30.303Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:37:30.307Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:38:20.747Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:38:20.748Z||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-02-28T01:38:20.748Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:38:20.748Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:38:20.749Z||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-02-28T01:38:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:38:30.294Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:38:30.299Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:39:20.747Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:39:20.748Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:39:20.749Z||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-02-28T01:39:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:39:20.749Z||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-02-28T01:39:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:39:30.297Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:39:30.300Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:40:20.747Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:40:20.748Z||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-02-28T01:40:20.748Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:40:20.748Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:40:20.749Z||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-02-28T01:40:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:40:24.383Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:40:24.384Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-28T01:40:24.384Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"b42878dc-90aa-4a7a-8d5a-95e636ae4516","serviceName":"basic_onboard_xVvvxP","serviceVersion":"1.0","serviceUUID":"be67c823-da5c-442a-be65-017338c68d88","serviceDescription":"service","serviceInvariantUUID":"b65d478e-dc17-4648-a49e-9f8921e4aa43","resources":[{"resourceInstanceName":"basic_onboard_xVvvxP 0","resourceName":"basic_onboard_xVvvxP","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2a524ef9-b2b2-498a-a5bc-58d7f06f8ae3","resourceInvariantUUID":"9e24a941-0ded-4dfc-a747-6bff6611e2bf","resourceCustomizationUUID":"791adf23-06a7-4629-b3f3-cc460874a7c8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/vf-license-model.xml","artifactChecksum":"NzcyOWU3MTI0N2FhOGM3OTIyODMwYTMyNWM0OGQ1ZmY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7a2bf590-acec-4ed5-a007-59bac7693d28","artifactVersion":"1"},{"artifactName":"basic_onboard_xvvvxp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/basic_onboard_xvvvxp0_modules.json","artifactChecksum":"MWExZWZkNTgzYjE0NmY3MGI4YzQwYjVjMDFjYzE5M2Y\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"fc0f604c-2b94-4102-b43e-a3df64bdaf9c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a28e5130-c82b-4607-9296-d7a875f79e08","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3a7b680f-de23-444d-9bc2-119b9b73b1da","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3fab36ee-1474-4214-bf48-6fb2088e457c","artifactVersion":"2","generatedFromUUID":"a28e5130-c82b-4607-9296-d7a875f79e08"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardXvvvxp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/artifacts/service-BasicOnboardXvvvxp-template.yml","artifactChecksum":"OGQ2NTgyNGQ1NTA1OWYxNGU2NjIxNzRhNmI1NTQ4OWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ff63f58a-5358-49e6-bc30-7fc5b25969bf","artifactVersion":"1"},{"artifactName":"service-BasicOnboardXvvvxp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/artifacts/service-BasicOnboardXvvvxp-csar.csar","artifactChecksum":"YTlkY2YyZWZjMjZjYmM3ZjM1Mjk2YmFhNGQ5NTU2NTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"21b59590-6085-4f66-ac56-a3b50415f5f6","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-28T01:40:24.387Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T01:40:24.387Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-28T01:40:24.390Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T01:40:24.390Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646012420747,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:40:24.490Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T01:40:24.491Z||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-02-28T01:40:24.491Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:40:24.507Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:40:24.507Z||pool-19-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":3,"count":1}
2022-02-28T01:40:25.121Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:40:25.122Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:40:25.122Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646012420747,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:40:25.122Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:40:25.390Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T01:40:25.392Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-28T01:40:25.394Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T01:40:25.394Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646012420747,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/basic_onboard_xvvvxp0_modules.json",
  "status": "NOTIFIED"
}
2022-02-28T01:40:25.494Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T01:40:25.495Z||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-02-28T01:40:25.495Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:40:25.510Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:40:25.511Z||pool-20-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-02-28T01:40:26.394Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T01:40:26.395Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-28T01:40:26.398Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T01:40:26.398Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646012420747,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-02-28T01:40:26.498Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T01:40:26.499Z||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-02-28T01:40:26.499Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:40:26.513Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:40:26.514Z||pool-21-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-28T01:40:27.399Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T01:40:27.401Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-28T01:40:27.403Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T01:40:27.403Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646012420747,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:40:27.503Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T01:40:27.504Z||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-02-28T01:40:27.504Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:40:27.523Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:40:27.524Z||pool-22-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-02-28T01:40:28.404Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T01:40:28.405Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-28T01:40:28.407Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T01:40:28.407Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646012420747,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-02-28T01:40:28.507Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T01:40:28.508Z||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-02-28T01:40:28.508Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:40:28.522Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:40:28.523Z||pool-23-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-02-28T01:40:29.407Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T01:40:29.408Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-28T01:40:29.410Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T01:40:29.411Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646012420747,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/artifacts/service-BasicOnboardXvvvxp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:40:29.511Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T01:40:29.512Z||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-02-28T01:40:29.512Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:40:29.527Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:40:29.527Z||pool-24-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-02-28T01:40:30.411Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T01:40:30.412Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-28T01:40:30.414Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T01:40:30.414Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646012420747,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/artifacts/service-BasicOnboardXvvvxp-csar.csar",
  "status": "NOTIFIED"
}
2022-02-28T01:40:30.515Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T01:40:30.515Z||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-02-28T01:40:30.515Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:40:30.552Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:40:30.553Z||pool-25-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-02-28T01:40:31.416Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
  "serviceName": "basic_onboard_xVvvxP",
  "serviceVersion": "1.0",
  "serviceUUID": "be67c823-da5c-442a-be65-017338c68d88",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b65d478e-dc17-4648-a49e-9f8921e4aa43",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_xVvvxP 0",
      "resourceCustomizationUUID": "791adf23-06a7-4629-b3f3-cc460874a7c8",
      "resourceName": "basic_onboard_xVvvxP",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "2a524ef9-b2b2-498a-a5bc-58d7f06f8ae3",
      "resourceInvariantUUID": "9e24a941-0ded-4dfc-a747-6bff6611e2bf",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_xvvvxp0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/basic_onboard_xvvvxp0_modules.json",
          "artifactChecksum": "MWExZWZkNTgzYjE0NmY3MGI4YzQwYjVjMDFjYzE5M2Y\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "fc0f604c-2b94-4102-b43e-a3df64bdaf9c",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "a28e5130-c82b-4607-9296-d7a875f79e08",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "3fab36ee-1474-4214-bf48-6fb2088e457c",
            "generatedFromUUID": "a28e5130-c82b-4607-9296-d7a875f79e08"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "3fab36ee-1474-4214-bf48-6fb2088e457c",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardXvvvxp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/artifacts/service-BasicOnboardXvvvxp-csar.csar",
      "artifactChecksum": "YTlkY2YyZWZjMjZjYmM3ZjM1Mjk2YmFhNGQ5NTU2NTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "21b59590-6085-4f66-ac56-a3b50415f5f6"
    }
  ],
  "workloadContext": "Production"
}
2022-02-28T01:40:31.416Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-28T01:40:31.417Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 be67c823-da5c-442a-be65-017338c68d88 ASDC
2022-02-28T01:40:31.417Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:b42878dc-90aa-4a7a-8d5a-95e636ae4516
ServiceName:basic_onboard_xVvvxP
ServiceVersion:1.0
ServiceUUID:be67c823-da5c-442a-be65-017338c68d88
ServiceInvariantUUID:b65d478e-dc17-4648-a49e-9f8921e4aa43
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardXvvvxp-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/artifacts/service-BasicOnboardXvvvxp-csar.csar
ArtifactUUID:21b59590-6085-4f66-ac56-a3b50415f5f6
ArtifactChecksum:YTlkY2YyZWZjMjZjYmM3ZjM1Mjk2YmFhNGQ5NTU2NTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_xVvvxP 0
ResourceCustomizationUUID:791adf23-06a7-4629-b3f3-cc460874a7c8
ResourceInvariantUUID:9e24a941-0ded-4dfc-a747-6bff6611e2bf
ResourceName:basic_onboard_xVvvxP
ResourceType:VF
ResourceUUID:2a524ef9-b2b2-498a-a5bc-58d7f06f8ae3
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_xvvvxp0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/basic_onboard_xvvvxp0_modules.json
ArtifactUUID:fc0f604c-2b94-4102-b43e-a3df64bdaf9c
ArtifactChecksum:MWExZWZkNTgzYjE0NmY3MGI4YzQwYjVjMDFjYzE5M2Y=
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/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/base_ubuntu18.yaml
ArtifactUUID:a28e5130-c82b-4607-9296-d7a875f79e08
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/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/base_ubuntu18.env
ArtifactUUID:3fab36ee-1474-4214-bf48-6fb2088e457c
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/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/base_ubuntu18.env
ArtifactUUID:3fab36ee-1474-4214-bf48-6fb2088e457c
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-02-28T01:40:31.417Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF be67c823-da5c-442a-be65-017338c68d88 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-02-28T01:40:31.455Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-28T01:40:31.455Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-02-28T01:40:31.455Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-02-28T01:40:31.455Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 21b59590-6085-4f66-ac56-a3b50415f5f6 from URL: /sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/artifacts/service-BasicOnboardXvvvxp-csar.csar
2022-02-28T01:40:31.456Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-02-28T01:40:31.456Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/artifacts/service-BasicOnboardXvvvxp-csar.csar
2022-02-28T01:40:31.896Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-02-28T01:40:31.902Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/artifacts/service-BasicOnboardXvvvxp-csar.csar 21b59590-6085-4f66-ac56-a3b50415f5f6 71584
2022-02-28T01:40:31.902Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/artifacts/service-BasicOnboardXvvvxp-csar.csar ASDC sendASDCNotification
2022-02-28T01:40:31.902Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/artifacts/service-BasicOnboardXvvvxp-csar.csar
2022-02-28T01:40:31.903Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-28T01:40:31.903Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-28T01:40:31.905Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T01:40:31.905Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646012431902,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/artifacts/service-BasicOnboardXvvvxp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-28T01:40:32.005Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T01:40:32.006Z||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-02-28T01:40:32.006Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:40:32.020Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:40:32.021Z||pool-26-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-02-28T01:40:32.906Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-28T01:40:32.907Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-02-28T01:40:32.907Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 21b59590-6085-4f66-ac56-a3b50415f5f6, URL: /sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/artifacts/service-BasicOnboardXvvvxp-csar.csar to file: /app/ASDC/1/service-BasicOnboardXvvvxp-csar.csar
2022-02-28T01:40:32.907Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardXvvvxp-csar.csar
2022-02-28T01:40:32.908Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardXvvvxp-csar.csar
2022-02-28T01:40:32.908Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardXvvvxp-csar.csar
2022-02-28T01:40:33.034Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1903606000995438118/Definitions/service-BasicOnboardXvvvxp-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-02-28T01:40:34.192Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-28T01:40:34.193Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-02-28T01:40:34.193Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardXvvvxp-csar.csar
2022-02-28T01:40:34.193Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-02-28T01:40:34.193Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||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-BasicOnboardXvvvxp-csar.csar
2022-02-28T01:40:34.193Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||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-BasicOnboardXvvvxp-csar.csar
2022-02-28T01:40:34.193Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||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-BasicOnboardXvvvxp-csar.csar
2022-02-28T01:40:34.193Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||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-BasicOnboardXvvvxp-csar.csar
2022-02-28T01:40:34.193Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardXvvvxp-csar.csar
2022-02-28T01:40:34.193Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_xVvvxP 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-BasicOnboardXvvvxp-csar.csar
2022-02-28T01:40:34.194Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardXvvvxp-csar.csar
2022-02-28T01:40:34.194Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||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-BasicOnboardXvvvxp-csar.csar
2022-02-28T01:40:34.194Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||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-BasicOnboardXvvvxp-csar.csar
2022-02-28T01:40:34.194Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-02-28T01:40:34.194Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T01:40:34.194Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_xVvvxP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T01:40:34.194Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_xVvvxP 0 is matching search criteria
2022-02-28T01:40:34.194Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-02-28T01:40:34.195Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_xVvvxP 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-28T01:40:34.195Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T01:40:34.195Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_xVvvxP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T01:40:34.195Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_xVvvxP 0 is matching search criteria
2022-02-28T01:40:34.195Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-02-28T01:40:34.195Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_xVvvxP 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-28T01:40:34.195Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T01:40:34.195Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_xVvvxP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T01:40:34.196Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T01:40:34.196Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_xVvvxP 0 is not matching search criteria
2022-02-28T01:40:34.196Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-02-28T01:40:34.196Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-02-28T01:40:34.196Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-02-28T01:40:34.196Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-02-28T01:40:34.196Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-02-28T01:40:34.197Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T01:40:34.197Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_xVvvxP is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-28T01:40:34.197Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T01:40:34.197Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_xVvvxP 0 is matching search criteria
2022-02-28T01:40:34.197Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_xVvvxP 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-28T01:40:34.197Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T01:40:34.197Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_xVvvxP 0 is matching search criteria
2022-02-28T01:40:34.198Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_xVvvxP 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-28T01:40:34.198Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T01:40:34.198Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_xVvvxP 0 is matching search criteria
2022-02-28T01:40:34.198Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_xVvvxP 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-28T01:40:34.198Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T01:40:34.198Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_xVvvxP 0 is not matching search criteria
2022-02-28T01:40:34.198Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-02-28T01:40:34.199Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-02-28T01:40:34.199Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=bd3b3fbc-c053-4826-b7e1-9092679db55f
2022-02-28T01:40:34.199Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T01:40:34.199Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_xVvvxP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T01:40:34.199Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T01:40:34.199Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_xVvvxP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T01:40:34.199Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T01:40:34.199Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_xVvvxP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T01:40:34.200Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T01:40:34.200Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_xVvvxP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T01:40:34.200Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_xVvvxP
Description:service
Model UUID:be67c823-da5c-442a-be65-017338c68d88
Model Version:NULL
Model InvariantUuid:b65d478e-dc17-4648-a49e-9f8921e4aa43
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_xVvvxP
Model UUID:eb8f665d-ca23-473a-b53a-b0ff9c0be458
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:9e24a941-0ded-4dfc-a747-6bff6611e2bf
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:791adf23-06a7-4629-b3f3-cc460874a7c8
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:177d37c3-59cc-468b-99e9-3fbab39c571f
ModelName:BasicOnboardXvvvxp..base_ubuntu18..module-0
ModelUuid:37d4e9fb-aa72-4889-a099-1dbd60333986
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:bd3b3fbc-c053-4826-b7e1-9092679db55f
ModelInvariantUuid:7db7b43b-0933-42f5-b075-780153b9e3c0
ModelName:basic_onboard_xVvvxP-nodes.ubuntu18Cvfc
ModelUuid:393a5c62-f7da-4ead-ae8d-c6057c4b7d6f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:22b4aba1-9c76-4413-9b05-47adfcc19109
ModelInvariantUuid:3be1c465-9ae5-438d-9cee-fc85e3062a13
ModelName:BasicOnboardXvvvxp.compute.nodes.heat.ubuntu18
ModelUuid:561c76e8-5e0e-49ad-b685-4ecde25aacee
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-02-28T01:40:34.210Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 2a524ef9-b2b2-498a-a5bc-58d7f06f8ae3
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-02-28T01:40:34.212Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||basic_onboard_xVvvxP 0
2022-02-28T01:40:34.212Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2a524ef9-b2b2-498a-a5bc-58d7f06f8ae3
2022-02-28T01:40:34.213Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: fc0f604c-2b94-4102-b43e-a3df64bdaf9c from URL: /sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/basic_onboard_xvvvxp0_modules.json
2022-02-28T01:40:34.213Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-02-28T01:40:34.213Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/basic_onboard_xvvvxp0_modules.json
2022-02-28T01:40:34.400Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-02-28T01:40:34.400Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/basic_onboard_xvvvxp0_modules.json fc0f604c-2b94-4102-b43e-a3df64bdaf9c 798
2022-02-28T01:40:34.401Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/basic_onboard_xvvvxp0_modules.json ASDC sendASDCNotification
2022-02-28T01:40:34.401Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/basic_onboard_xvvvxp0_modules.json
2022-02-28T01:40:34.401Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-28T01:40:34.402Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-28T01:40:34.404Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T01:40:34.404Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646012434401,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/basic_onboard_xvvvxp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-28T01:40:34.504Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T01:40:34.505Z||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-02-28T01:40:34.505Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:40:34.520Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:40:34.521Z||pool-27-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-02-28T01:40:35.405Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardXvvvxp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "177d37c3-59cc-468b-99e9-3fbab39c571f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "37d4e9fb-aa72-4889-a099-1dbd60333986",
    "vfModuleModelCustomizationUUID": "e19ad35a-612d-49be-90ca-32442a9bc326",
    "isBase": true,
    "artifacts": [
      "a28e5130-c82b-4607-9296-d7a875f79e08",
      "3fab36ee-1474-4214-bf48-6fb2088e457c"
    ],
    "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-02-28T01:40:35.410Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardXvvvxp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:37d4e9fb-aa72-4889-a099-1dbd60333986
VfModuleModelInvariantUUID:177d37c3-59cc-468b-99e9-3fbab39c571f
VfModuleModelDescription:NULL
Artifacts UUID List:{
a28e5130-c82b-4607-9296-d7a875f79e08
,
3fab36ee-1474-4214-bf48-6fb2088e457c

}
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-02-28T01:40:35.412Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardXvvvxp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "177d37c3-59cc-468b-99e9-3fbab39c571f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "37d4e9fb-aa72-4889-a099-1dbd60333986",
    "vfModuleModelCustomizationUUID": "e19ad35a-612d-49be-90ca-32442a9bc326",
    "isBase": true,
    "artifacts": [
      "a28e5130-c82b-4607-9296-d7a875f79e08",
      "3fab36ee-1474-4214-bf48-6fb2088e457c"
    ],
    "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-02-28T01:40:35.412Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardXvvvxp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:37d4e9fb-aa72-4889-a099-1dbd60333986
VfModuleModelInvariantUUID:177d37c3-59cc-468b-99e9-3fbab39c571f
VfModuleModelDescription:NULL
Artifacts UUID List:{
a28e5130-c82b-4607-9296-d7a875f79e08
,
3fab36ee-1474-4214-bf48-6fb2088e457c

}
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-02-28T01:40:35.412Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: a28e5130-c82b-4607-9296-d7a875f79e08 from URL: /sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/base_ubuntu18.yaml
2022-02-28T01:40:35.412Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-02-28T01:40:35.413Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/base_ubuntu18.yaml
2022-02-28T01:40:36.293Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-02-28T01:40:36.294Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/base_ubuntu18.yaml a28e5130-c82b-4607-9296-d7a875f79e08 5033
2022-02-28T01:40:36.294Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-02-28T01:40:36.294Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/base_ubuntu18.yaml
2022-02-28T01:40:36.295Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-28T01:40:36.295Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-28T01:40:36.297Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T01:40:36.297Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646012436294,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-28T01:40:36.397Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T01:40:36.398Z||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-02-28T01:40:36.398Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:40:36.412Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:40:36.413Z||pool-28-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-02-28T01:40:37.298Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 3fab36ee-1474-4214-bf48-6fb2088e457c from URL: /sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/base_ubuntu18.env
2022-02-28T01:40:37.298Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-02-28T01:40:37.299Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/base_ubuntu18.env
2022-02-28T01:40:37.370Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-02-28T01:40:37.371Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/base_ubuntu18.env 3fab36ee-1474-4214-bf48-6fb2088e457c 909
2022-02-28T01:40:37.371Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-02-28T01:40:37.371Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/base_ubuntu18.env
2022-02-28T01:40:37.371Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-28T01:40:37.371Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-28T01:40:37.373Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T01:40:37.373Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646012437371,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-02-28T01:40:37.473Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T01:40:37.474Z||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-02-28T01:40:37.474Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:40:37.488Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:40:37.488Z||pool-29-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-28T01:40:38.374Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: be67c823-da5c-442a-be65-017338c68d88
2022-02-28T01:40:38.374Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_xVvvxP 0 2a524ef9-b2b2-498a-a5bc-58d7f06f8ae3 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-02-28T01:40:38.388Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@70f48a0c, org.onap.sdc.toscaparser.api.parameters.Input@28491911, org.onap.sdc.toscaparser.api.parameters.Input@1cb4dabc, org.onap.sdc.toscaparser.api.parameters.Input@388bf935, org.onap.sdc.toscaparser.api.parameters.Input@6c7ba0c2]
2022-02-28T01:40:38.389Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T01:40:38.389Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_xVvvxP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T01:40:38.390Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2022-02-28T01:40:38.390Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 791adf23-06a7-4629-b3f3-cc460874a7c8
2022-02-28T01:40:38.390Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 791adf23-06a7-4629-b3f3-cc460874a7c8 matches Tosca VF Customization UUID: 791adf23-06a7-4629-b3f3-cc460874a7c8
2022-02-28T01:40:38.390Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 791adf23-06a7-4629-b3f3-cc460874a7c8  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-02-28T01:40:38.392Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T01:40:38.392Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_xVvvxP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T01:40:38.392Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 791adf23-06a7-4629-b3f3-cc460874a7c8: {\"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-02-28T01:40:38.392Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@59abf7c7
2022-02-28T01:40:38.392Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T01:40:38.392Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_xVvvxP is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-28T01:40:38.393Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e19ad35a-612d-49be-90ca-32442a9bc326
2022-02-28T01:40:38.393Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e19ad35a-612d-49be-90ca-32442a9bc326
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-02-28T01:40:38.395Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T01:40:38.395Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_xVvvxP 0 is matching search criteria
2022-02-28T01:40:38.395Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_xVvvxP 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-28T01:40:38.395Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T01:40:38.395Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_xVvvxP 0 is matching search criteria
2022-02-28T01:40:38.395Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_xVvvxP 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-28T01:40:38.395Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T01:40:38.395Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_xVvvxP 0 is not matching search criteria
2022-02-28T01:40:38.396Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-02-28T01:40:38.396Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-02-28T01:40:38.396Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=bd3b3fbc-c053-4826-b7e1-9092679db55f
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-02-28T01:40:38.398Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T01:40:38.398Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_xVvvxP 0 is matching search criteria
2022-02-28T01:40:38.398Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_xVvvxP 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-28T01:40:38.398Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T01:40:38.398Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_xVvvxP 0 is matching search criteria
2022-02-28T01:40:38.398Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_xVvvxP 0] matching following query criteria: sdcType=VF, customizationUUID=791adf23-06a7-4629-b3f3-cc460874a7c8
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-02-28T01:40:38.399Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T01:40:38.399Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_xVvvxP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T01:40:38.400Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid be67c823-da5c-442a-be65-017338c68d88: basic_onboard_xVvvxP
2022-02-28T01:40:38.400Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T01:40:38.400Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_xVvvxP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T01:40:38.400Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T01:40:38.400Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_xVvvxP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T01:40:38.400Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T01:40:38.400Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_xVvvxP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T01:40:38.400Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T01:40:38.400Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_xVvvxP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T01:40:38.401Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T01:40:38.401Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_xVvvxP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T01:40:38.401Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||Saving Service: basic_onboard_xVvvxP 
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-02-28T01:40:38.496Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_xVvvxP 2a524ef9-b2b2-498a-a5bc-58d7f06f8ae3 1 ASDC deployResourceStructure
2022-02-28T01:40:38.496Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/basic_onboard_xvvvxp0_modules.json ASDC sendASDCNotification
2022-02-28T01:40:38.496Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/basic_onboard_xvvvxp0_modules.json
2022-02-28T01:40:38.496Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-28T01:40:38.497Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-28T01:40:38.498Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T01:40:38.498Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646012438496,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/basic_onboard_xvvvxp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-28T01:40:38.599Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T01:40:38.599Z||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-02-28T01:40:38.599Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:40:38.615Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:40:38.615Z||pool-30-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-02-28T01:40:39.499Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-02-28T01:40:39.500Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/base_ubuntu18.yaml
2022-02-28T01:40:39.500Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-28T01:40:39.500Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-28T01:40:39.502Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T01:40:39.503Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646012439499,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-02-28T01:40:39.603Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T01:40:39.604Z||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-02-28T01:40:39.604Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:40:39.618Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:40:39.619Z||pool-31-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-02-28T01:40:40.503Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-02-28T01:40:40.504Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/base_ubuntu18.env
2022-02-28T01:40:40.504Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-28T01:40:40.505Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-28T01:40:40.507Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T01:40:40.507Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646012440503,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-02-28T01:40:40.607Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T01:40:40.608Z||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-02-28T01:40:40.608Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:40:40.621Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:40:40.621Z||pool-32-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-28T01:40:41.507Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/artifacts/service-BasicOnboardXvvvxp-csar.csar ASDC sendASDCNotification
2022-02-28T01:40:41.508Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/artifacts/service-BasicOnboardXvvvxp-csar.csar
2022-02-28T01:40:41.508Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-28T01:40:41.509Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-28T01:40:41.511Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T01:40:41.511Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646012441507,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/artifacts/service-BasicOnboardXvvvxp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-28T01:40:41.611Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T01:40:41.612Z||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-02-28T01:40:41.612Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:40:41.626Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:40:41.627Z||pool-33-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-02-28T01:40:42.512Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b42878dc-90aa-4a7a-8d5a-95e636ae4516
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-28T01:40:42.523Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b42878dc-90aa-4a7a-8d5a-95e636ae4516
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-02-28T01:40:42.526Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-28T01:40:42.526Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-28T01:40:42.526Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-28T01:41:12.527Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b42878dc-90aa-4a7a-8d5a-95e636ae4516
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-28T01:41:12.538Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b42878dc-90aa-4a7a-8d5a-95e636ae4516
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-02-28T01:41:12.540Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-28T01:41:12.540Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-28T01:41:12.540Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-28T01:41:20.748Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:41:20.749Z||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-02-28T01:41:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:41:20.879Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:41:20.879Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:41:20.879Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
  "consumerID": "cds",
  "timestamp": 1646012424596,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:41:20.880Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:41:42.540Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b42878dc-90aa-4a7a-8d5a-95e636ae4516
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-28T01:41:42.551Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b42878dc-90aa-4a7a-8d5a-95e636ae4516
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-02-28T01:41:42.554Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-28T01:41:42.554Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-28T01:41:42.554Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-28T01:42:12.555Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b42878dc-90aa-4a7a-8d5a-95e636ae4516
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-28T01:42:12.565Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b42878dc-90aa-4a7a-8d5a-95e636ae4516
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-02-28T01:42:12.568Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-28T01:42:12.568Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-28T01:42:12.568Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-28T01:42:20.748Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:42:20.749Z||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-02-28T01:42:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:42:21.282Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:42:21.286Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.287Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
  "consumerID": "clamp",
  "timestamp": 1646012424653,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:42:21.287Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:42:21.287Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.287Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646012420747,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/basic_onboard_xvvvxp0_modules.json",
  "status": "NOTIFIED"
}
2022-02-28T01:42:21.288Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:42:21.288Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.288Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
  "consumerID": "cds",
  "timestamp": 1646012424596,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/basic_onboard_xvvvxp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:42:21.288Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:42:21.288Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.288Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
  "consumerID": "clamp",
  "timestamp": 1646012424653,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/basic_onboard_xvvvxp0_modules.json",
  "status": "NOTIFIED"
}
2022-02-28T01:42:21.288Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:42:21.288Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.289Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646012420747,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-02-28T01:42:21.289Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:42:21.289Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.289Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646012426014,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:42:21.289Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:42:21.289Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.289Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
  "consumerID": "cds",
  "timestamp": 1646012424596,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:42:21.289Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:42:21.289Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.289Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
  "consumerID": "clamp",
  "timestamp": 1646012424653,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:42:21.289Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:42:21.289Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.289Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646012420747,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:42:21.289Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:42:21.290Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.290Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646012426014,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/basic_onboard_xvvvxp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:42:21.290Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:42:21.290Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.290Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
  "consumerID": "cds",
  "timestamp": 1646012424596,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:42:21.290Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:42:21.290Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.290Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
  "consumerID": "clamp",
  "timestamp": 1646012424653,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:42:21.290Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:42:21.290Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.290Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646012420747,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-02-28T01:42:21.290Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:42:21.290Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.290Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646012426014,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:42:21.290Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:42:21.290Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.290Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
  "consumerID": "cds",
  "timestamp": 1646012424596,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:42:21.290Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:42:21.291Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.291Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
  "consumerID": "clamp",
  "timestamp": 1646012424653,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:42:21.291Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:42:21.291Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.291Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646012420747,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/artifacts/service-BasicOnboardXvvvxp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:42:21.291Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:42:21.291Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.291Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646012426014,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:42:21.291Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:42:21.291Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.291Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
  "consumerID": "policy-id",
  "timestamp": 1646012429540,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:42:21.291Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:42:21.291Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.291Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646012420747,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/artifacts/service-BasicOnboardXvvvxp-csar.csar",
  "status": "NOTIFIED"
}
2022-02-28T01:42:21.291Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:42:21.292Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.292Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
  "consumerID": "clamp",
  "timestamp": 1646012424653,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/artifacts/service-BasicOnboardXvvvxp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:42:21.292Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:42:21.292Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.292Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
  "consumerID": "cds",
  "timestamp": 1646012424596,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/artifacts/service-BasicOnboardXvvvxp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:42:21.292Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:42:21.292Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.292Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646012426014,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:42:21.292Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:42:21.292Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.292Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
  "consumerID": "policy-id",
  "timestamp": 1646012429540,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/basic_onboard_xvvvxp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:42:21.292Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:42:21.292Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.292Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
  "consumerID": "cds",
  "timestamp": 1646012424596,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/artifacts/service-BasicOnboardXvvvxp-csar.csar",
  "status": "NOTIFIED"
}
2022-02-28T01:42:21.292Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:42:21.292Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.292Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
  "consumerID": "clamp",
  "timestamp": 1646012424653,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/artifacts/service-BasicOnboardXvvvxp-csar.csar",
  "status": "NOTIFIED"
}
2022-02-28T01:42:21.292Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:42:21.293Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.293Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646012426014,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/artifacts/service-BasicOnboardXvvvxp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:42:21.293Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:42:21.293Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.293Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646012431902,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/artifacts/service-BasicOnboardXvvvxp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-28T01:42:21.293Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:42:21.293Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.293Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
  "consumerID": "policy-id",
  "timestamp": 1646012429540,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-02-28T01:42:21.293Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:42:21.293Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.293Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
  "consumerID": "cds",
  "timestamp": 1646012432505,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/artifacts/service-BasicOnboardXvvvxp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-28T01:42:21.293Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:42:21.293Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.293Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646012426014,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/artifacts/service-BasicOnboardXvvvxp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:42:21.293Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:42:21.293Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.294Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
  "consumerID": "policy-id",
  "timestamp": 1646012429540,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:42:21.294Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:42:21.294Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.294Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
  "consumerID": "cds",
  "timestamp": 1646012433509,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/artifacts/service-BasicOnboardXvvvxp-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-02-28T01:42:21.301Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b42878dc-90aa-4a7a-8d5a-95e636ae4516
2022-02-28T01:42:21.301Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b42878dc-90aa-4a7a-8d5a-95e636ae4516 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-02-28T01:42:21.309Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.309Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646012433449,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:42:21.309Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:42:21.309Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.309Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
  "consumerID": "policy-id",
  "timestamp": 1646012429540,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:42:21.309Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:42:21.309Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.309Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646012434401,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/basic_onboard_xvvvxp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-28T01:42:21.309Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:42:21.310Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.310Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646012433449,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/basic_onboard_xvvvxp0_modules.json",
  "status": "NOTIFIED"
}
2022-02-28T01:42:21.310Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:42:21.310Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.310Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
  "consumerID": "policy-id",
  "timestamp": 1646012429540,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/artifacts/service-BasicOnboardXvvvxp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:42:21.311Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:42:21.311Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.311Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646012433449,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-02-28T01:42:21.311Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:42:21.311Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.312Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
  "consumerID": "policy-id",
  "timestamp": 1646012429540,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/artifacts/service-BasicOnboardXvvvxp-csar.csar",
  "status": "NOTIFIED"
}
2022-02-28T01:42:21.312Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:42:21.312Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.312Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646012436294,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-28T01:42:21.312Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:42:21.312Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.312Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646012433449,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:42:21.312Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:42:21.312Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.312Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646012437371,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-02-28T01:42:21.312Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:42:21.312Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.312Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
  "consumerID": "policy-id",
  "timestamp": 1646012437361,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/artifacts/service-BasicOnboardXvvvxp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-28T01:42:21.312Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:42:21.312Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.313Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646012433449,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-02-28T01:42:21.313Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:42:21.313Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.313Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
  "consumerID": "policy-id",
  "timestamp": 1646012438365,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/artifacts/service-BasicOnboardXvvvxp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-28T01:42:21.313Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:42:21.313Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.313Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646012438496,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/basic_onboard_xvvvxp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-28T01:42:21.313Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:42:21.313Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.313Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646012433449,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/artifacts/service-BasicOnboardXvvvxp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:42:21.313Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:42:21.313Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.313Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
  "consumerID": "policy-id",
  "timestamp": 1646012439368,
  "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-02-28T01:42:21.317Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b42878dc-90aa-4a7a-8d5a-95e636ae4516
2022-02-28T01:42:21.318Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b42878dc-90aa-4a7a-8d5a-95e636ae4516 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-02-28T01:42:21.326Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.326Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646012439499,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-02-28T01:42:21.327Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:42:21.327Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.327Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646012439393,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:42:21.327Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:42:21.327Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.327Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646012433449,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/artifacts/service-BasicOnboardXvvvxp-csar.csar",
  "status": "NOTIFIED"
}
2022-02-28T01:42:21.327Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:42:21.327Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.328Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646012440503,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-02-28T01:42:21.328Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:42:21.328Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.328Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646012439393,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/basic_onboard_xvvvxp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:42:21.328Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:42:21.328Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.328Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646012441258,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/basic_onboard_xvvvxp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-28T01:42:21.328Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:42:21.328Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.328Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646012441507,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/artifacts/service-BasicOnboardXvvvxp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-28T01:42:21.328Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:42:21.328Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.328Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
  "consumerID": "clamp",
  "timestamp": 1646012441910,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/artifacts/service-BasicOnboardXvvvxp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-28T01:42:21.328Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:42:21.328Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.328Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646012439393,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:42:21.329Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:42:21.329Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.329Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646012442456,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-28T01:42:21.329Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:42:21.329Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.329Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
  "consumerID": "clamp",
  "timestamp": 1646012442930,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/artifacts/service-BasicOnboardXvvvxp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-28T01:42:21.329Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:42:21.329Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.329Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646012439393,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:42:21.329Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:42:21.329Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.329Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
  "consumerID": "aai-ml",
  "timestamp": 1646012442469,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:42:21.329Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:42:21.329Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.329Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646012443844,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-02-28T01:42:21.329Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:42:21.329Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.329Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
  "consumerID": "clamp",
  "timestamp": 1646012443933,
  "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-02-28T01:42:21.334Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b42878dc-90aa-4a7a-8d5a-95e636ae4516
2022-02-28T01:42:21.334Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b42878dc-90aa-4a7a-8d5a-95e636ae4516 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-02-28T01:42:21.342Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.342Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646012439393,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:42:21.342Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:42:21.342Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.342Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
  "consumerID": "aai-ml",
  "timestamp": 1646012442469,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/basic_onboard_xvvvxp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:42:21.343Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:42:21.343Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.343Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646012444870,
  "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-02-28T01:42:21.347Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b42878dc-90aa-4a7a-8d5a-95e636ae4516
2022-02-28T01:42:21.347Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b42878dc-90aa-4a7a-8d5a-95e636ae4516 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-02-28T01:42:21.354Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.354Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646012439393,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/artifacts/service-BasicOnboardXvvvxp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:42:21.354Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:42:21.354Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.354Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
  "consumerID": "aai-ml",
  "timestamp": 1646012442469,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:42:21.354Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:42:21.355Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.355Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646012445873,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/basic_onboard_xvvvxp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-28T01:42:21.355Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:42:21.355Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.355Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646012439393,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/artifacts/service-BasicOnboardXvvvxp-csar.csar",
  "status": "NOTIFIED"
}
2022-02-28T01:42:21.355Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:42:21.355Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.355Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
  "consumerID": "aai-ml",
  "timestamp": 1646012442469,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:42:21.355Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:42:21.355Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.355Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
  "consumerID": "aai-ml",
  "timestamp": 1646012442469,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/resourceInstances/basic_onboard_xvvvxp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:42:21.355Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:42:21.355Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.355Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646012447257,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/artifacts/service-BasicOnboardXvvvxp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-28T01:42:21.355Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:42:21.355Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.355Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
  "consumerID": "aai-ml",
  "timestamp": 1646012442469,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/artifacts/service-BasicOnboardXvvvxp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:42:21.355Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:42:21.356Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.356Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
  "consumerID": "aai-ml",
  "timestamp": 1646012442469,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/artifacts/service-BasicOnboardXvvvxp-csar.csar",
  "status": "NOTIFIED"
}
2022-02-28T01:42:21.356Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:42:21.356Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.356Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646012449350,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/artifacts/service-BasicOnboardXvvvxp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-28T01:42:21.356Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:42:21.356Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.356Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
  "consumerID": "aai-ml",
  "timestamp": 1646012450253,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/artifacts/service-BasicOnboardXvvvxp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-28T01:42:21.356Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:42:21.356Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.356Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646012450354,
  "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-02-28T01:42:21.361Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b42878dc-90aa-4a7a-8d5a-95e636ae4516
2022-02-28T01:42:21.361Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b42878dc-90aa-4a7a-8d5a-95e636ae4516 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-02-28T01:42:21.370Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.370Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
  "consumerID": "aai-ml",
  "timestamp": 1646012455575,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXvvvxp/1.0/artifacts/service-BasicOnboardXvvvxp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-28T01:42:21.370Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:42:21.370Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:42:21.370Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
  "consumerID": "aai-ml",
  "timestamp": 1646012456578,
  "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-02-28T01:42:21.375Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b42878dc-90aa-4a7a-8d5a-95e636ae4516
2022-02-28T01:42:21.375Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b42878dc-90aa-4a7a-8d5a-95e636ae4516 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-02-28T01:42:42.569Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b42878dc-90aa-4a7a-8d5a-95e636ae4516
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-28T01:42:42.581Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b42878dc-90aa-4a7a-8d5a-95e636ae4516
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-02-28T01:42:42.584Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-28T01:42:42.584Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-28T01:42:42.584Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-28T01:42:42.584Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-28T01:42:42.584Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-28T01:42:42.584Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-28T01:42:42.584Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-28T01:42:42.584Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-28T01:42:42.584Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-28T01:42:42.584Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-28T01:42:42.584Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||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-02-28T01:42:42.590Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-28T01:43:12.590Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b42878dc-90aa-4a7a-8d5a-95e636ae4516 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-02-28T01:43:12.595Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b42878dc-90aa-4a7a-8d5a-95e636ae4516 and serviceModelVersionId: be67c823-da5c-442a-be65-017338c68d88
2022-02-28T01:43:12.595Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b65d478e-dc17-4648-a49e-9f8921e4aa43
2022-02-28T01:43:12.596Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b65d478e-dc17-4648-a49e-9f8921e4aa43/model-vers/model-ver/be67c823-da5c-442a-be65-017338c68d88?depth=0
2022-02-28T01:43:12.600Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-02-28T01:43:12.628Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b65d478e-dc17-4648-a49e-9f8921e4aa43/model-vers/model-ver/be67c823-da5c-442a-be65-017338c68d88?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-02-28T01:43:12.628Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b65d478e-dc17-4648-a49e-9f8921e4aa43/model-vers/model-ver/be67c823-da5c-442a-be65-017338c68d88?depth=0|INFO|500||Invoke
2022-02-28T01:43:12.648Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b65d478e-dc17-4648-a49e-9f8921e4aa43/model-vers/model-ver/be67c823-da5c-442a-be65-017338c68d88?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-02-28T01:43:13.054Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b65d478e-dc17-4648-a49e-9f8921e4aa43/model-vers/model-ver/be67c823-da5c-442a-be65-017338c68d88?depth=0|INFO|500||InvokeReturn
2022-02-28T01:43:13.055Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b65d478e-dc17-4648-a49e-9f8921e4aa43/model-vers/model-ver/be67c823-da5c-442a-be65-017338c68d88?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220228-01:43:12:655-30054], vertex-id=[225520], Content-Length=[0], Date=[Mon, 28 Feb 2022 01:43:12 GMT], Content-Type=[application/json]}
2022-02-28T01:43:13.055Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2022-02-28T01:43:13.055Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-28T01:43:13.055Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||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-02-28T01:43:13.060Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||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-02-28T01:43:13.060Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b42878dc-90aa-4a7a-8d5a-95e636ae4516 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-02-28T01:43:13.061Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-28T01:43:13.061Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-28T01:43:13.063Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T01:43:13.063Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646012593060,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-28T01:43:13.163Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T01:43:13.164Z||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-02-28T01:43:13.164Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:43:13.180Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:43:13.181Z||pool-34-thread-1|||||INFO|500||cambria reply ok (18 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-02-28T01:43:14.074Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:43:14.075Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|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-02-28T01:43:14.075Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:43:20.748Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:43:20.749Z||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-02-28T01:43:20.750Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:43:21.374Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:43:21.375Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T01:43:21.375Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42878dc-90aa-4a7a-8d5a-95e636ae4516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646012593060,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-28T01:43:21.376Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:43:24.462Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:43:24.463Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:43:24.463Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|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-02-28T01:43:24.463Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:43:34.003Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:43:34.003Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:43:34.004Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|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-02-28T01:43:34.004Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:43:43.543Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:44:20.747Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:44:20.748Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|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-02-28T01:44:20.748Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:44:20.748Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:44:20.749Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|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-02-28T01:44:20.749Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:44:30.292Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:44:30.296Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:45:20.747Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:45:20.748Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|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-02-28T01:45:20.748Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:45:20.749Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:45:20.749Z||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-02-28T01:45:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:45:30.297Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:45:30.297Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:46:20.747Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:46:20.748Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|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-02-28T01:46:20.748Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:46:20.748Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:46:20.749Z||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-02-28T01:46:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:46:30.291Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:46:30.295Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:47:20.747Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:47:20.748Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|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-02-28T01:47:20.748Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:47:20.748Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:47:20.749Z||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-02-28T01:47:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:47:30.292Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:47:30.303Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:48:20.747Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:48:20.748Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|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-02-28T01:48:20.748Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:48:20.748Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:48:20.749Z||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-02-28T01:48:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:48:30.296Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:48:30.299Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:49:20.747Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:49:20.748Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|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-02-28T01:49:20.748Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:49:20.748Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:49:20.749Z||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-02-28T01:49:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:49:30.295Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:49:30.298Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:50:20.747Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:50:20.748Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|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-02-28T01:50:20.748Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:50:20.748Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:50:20.749Z||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-02-28T01:50:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:50:21.382Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:50:21.382Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:50:21.383Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-28T01:50:21.383Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"e797e389-adbe-4123-9efc-87172ad97d9f","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"2a32dc31-ff46-4db2-adef-2b4c923deb9b","serviceDescription":"service","serviceInvariantUUID":"1e19f5be-4197-4156-98b2-71ba2fccd538","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"81cdd7cb-9a98-4bcd-91df-3358543934d7","resourceInvariantUUID":"da4a6571-69fc-4e2a-bea0-5d6c4508e620","resourceCustomizationUUID":"f06aaa83-8b29-4cd8-be6e-554767065e3d","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":"ZjVmYWMyNTRiY2M2YjU5M2M5NGU3ZjIzOWMzZmUyMDA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4d00c488-8eac-4b5e-af5a-cb6291986e4b","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NzM2ZjE5NzUyODU3NDg4ZTQ5ZTI0NmZkM2VkNGI3ODE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"259b30f6-ffad-48f7-a4e3-ab9362f01edb","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-28T01:50:21.384Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:50:21.384Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e797e389-adbe-4123-9efc-87172ad97d9f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646013006013,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:50:21.384Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:50:21.384Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:50:21.384Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e797e389-adbe-4123-9efc-87172ad97d9f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646013009394,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:50:21.385Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:50:21.385Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:50:21.385Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e797e389-adbe-4123-9efc-87172ad97d9f",
  "consumerID": "cds",
  "timestamp": 1646013009596,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:50:21.385Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:50:21.385Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:50:21.385Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e797e389-adbe-4123-9efc-87172ad97d9f",
  "consumerID": "policy-id",
  "timestamp": 1646013009540,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:50:21.385Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:50:21.385Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:50:21.386Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e797e389-adbe-4123-9efc-87172ad97d9f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646013006013,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:50:21.386Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:50:21.386Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:50:21.386Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T01:50:21.386Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e797e389-adbe-4123-9efc-87172ad97d9f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646013009394,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-02-28T01:50:21.386Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:50:21.386Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:50:21.386Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e797e389-adbe-4123-9efc-87172ad97d9f",
  "consumerID": "cds",
  "timestamp": 1646013009596,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-02-28T01:50:21.386Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-28T01:50:21.386Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:50:21.386Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:50:21.387Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e797e389-adbe-4123-9efc-87172ad97d9f",
  "consumerID": "policy-id",
  "timestamp": 1646013009540,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-02-28T01:50:21.387Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:50:21.387Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:50:21.387Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e797e389-adbe-4123-9efc-87172ad97d9f",
  "consumerID": "aai-ml",
  "timestamp": 1646013012469,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:50:21.387Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:50:21.387Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:50:21.387Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e797e389-adbe-4123-9efc-87172ad97d9f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646013013656,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-28T01:50:21.387Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:50:21.387Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:50:21.388Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e797e389-adbe-4123-9efc-87172ad97d9f",
  "consumerID": "policy-id",
  "timestamp": 1646013013838,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-28T01:50:21.388Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:50:21.388Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:50:21.388Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e797e389-adbe-4123-9efc-87172ad97d9f",
  "consumerID": "cds",
  "timestamp": 1646013013874,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-28T01:50:21.388Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T01:50:21.388Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:50:21.388Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e797e389-adbe-4123-9efc-87172ad97d9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646013020747,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:50:21.388Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:50:21.388Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e797e389-adbe-4123-9efc-87172ad97d9f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646013013449,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:50:21.388Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:50:21.388Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:50:21.389Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e797e389-adbe-4123-9efc-87172ad97d9f",
  "consumerID": "aai-ml",
  "timestamp": 1646013012469,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-02-28T01:50:21.389Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:50:21.389Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:50:21.389Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e797e389-adbe-4123-9efc-87172ad97d9f",
  "consumerID": "policy-id",
  "timestamp": 1646013014842,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-28T01:50:21.389Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:50:21.389Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:50:21.389Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e797e389-adbe-4123-9efc-87172ad97d9f",
  "consumerID": "cds",
  "timestamp": 1646013014879,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-28T01:50:21.404Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e797e389-adbe-4123-9efc-87172ad97d9f
2022-02-28T01:50:21.405Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e797e389-adbe-4123-9efc-87172ad97d9f 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-02-28T01:50:21.411Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:50:21.411Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e797e389-adbe-4123-9efc-87172ad97d9f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646013013449,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-02-28T01:50:21.412Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:50:21.412Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:50:21.412Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e797e389-adbe-4123-9efc-87172ad97d9f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646013015060,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-28T01:50:21.412Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:50:21.412Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:50:21.412Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e797e389-adbe-4123-9efc-87172ad97d9f",
  "consumerID": "aai-ml",
  "timestamp": 1646013015244,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-28T01:50:21.412Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:50:21.412Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:50:21.412Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e797e389-adbe-4123-9efc-87172ad97d9f",
  "consumerID": "policy-id",
  "timestamp": 1646013015845,
  "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-02-28T01:50:21.415Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e797e389-adbe-4123-9efc-87172ad97d9f
2022-02-28T01:50:21.415Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e797e389-adbe-4123-9efc-87172ad97d9f 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-02-28T01:50:21.422Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:50:21.422Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e797e389-adbe-4123-9efc-87172ad97d9f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646013016064,
  "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-02-28T01:50:21.425Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e797e389-adbe-4123-9efc-87172ad97d9f
2022-02-28T01:50:21.425Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e797e389-adbe-4123-9efc-87172ad97d9f 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-02-28T01:50:21.431Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:50:21.431Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e797e389-adbe-4123-9efc-87172ad97d9f",
  "consumerID": "aai-ml",
  "timestamp": 1646013019440,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-28T01:50:21.432Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:50:21.432Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:50:21.432Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e797e389-adbe-4123-9efc-87172ad97d9f",
  "consumerID": "aai-ml",
  "timestamp": 1646013020443,
  "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-02-28T01:50:21.435Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e797e389-adbe-4123-9efc-87172ad97d9f
2022-02-28T01:50:21.435Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e797e389-adbe-4123-9efc-87172ad97d9f 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-02-28T01:50:21.488Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T01:50:21.489Z||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-02-28T01:50:21.489Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:50:21.505Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:50:21.505Z||pool-35-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-02-28T01:50:22.388Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T01:50:22.390Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-28T01:50:22.392Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T01:50:22.392Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e797e389-adbe-4123-9efc-87172ad97d9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646013020747,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-02-28T01:50:22.492Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T01:50:22.492Z||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-02-28T01:50:22.492Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:50:22.506Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:50:22.506Z||pool-36-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-02-28T01:50:23.393Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "e797e389-adbe-4123-9efc-87172ad97d9f",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "2a32dc31-ff46-4db2-adef-2b4c923deb9b",
  "serviceDescription": "service",
  "serviceInvariantUUID": "1e19f5be-4197-4156-98b2-71ba2fccd538",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "f06aaa83-8b29-4cd8-be6e-554767065e3d",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "81cdd7cb-9a98-4bcd-91df-3358543934d7",
      "resourceInvariantUUID": "da4a6571-69fc-4e2a-bea0-5d6c4508e620",
      "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": "NzM2ZjE5NzUyODU3NDg4ZTQ5ZTI0NmZkM2VkNGI3ODE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "259b30f6-ffad-48f7-a4e3-ab9362f01edb"
    }
  ],
  "workloadContext": "Production"
}
2022-02-28T01:50:23.393Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-28T01:50:23.393Z|b42878dc-90aa-4a7a-8d5a-95e636ae4516|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2a32dc31-ff46-4db2-adef-2b4c923deb9b ASDC
2022-02-28T01:50:23.394Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:e797e389-adbe-4123-9efc-87172ad97d9f
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:2a32dc31-ff46-4db2-adef-2b4c923deb9b
ServiceInvariantUUID:1e19f5be-4197-4156-98b2-71ba2fccd538
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:259b30f6-ffad-48f7-a4e3-ab9362f01edb
ArtifactChecksum:NzM2ZjE5NzUyODU3NDg4ZTQ5ZTI0NmZkM2VkNGI3ODE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:f06aaa83-8b29-4cd8-be6e-554767065e3d
ResourceInvariantUUID:da4a6571-69fc-4e2a-bea0-5d6c4508e620
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:81cdd7cb-9a98-4bcd-91df-3358543934d7
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-02-28T01:50:23.394Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2a32dc31-ff46-4db2-adef-2b4c923deb9b 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-02-28T01:50:23.417Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-28T01:50:23.418Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-02-28T01:50:23.418Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-02-28T01:50:23.418Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 259b30f6-ffad-48f7-a4e3-ab9362f01edb from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-02-28T01:50:23.418Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-02-28T01:50:23.419Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-02-28T01:50:23.550Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-02-28T01:50:23.554Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 259b30f6-ffad-48f7-a4e3-ab9362f01edb 52510
2022-02-28T01:50:23.554Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-02-28T01:50:23.554Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-02-28T01:50:23.554Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-28T01:50:23.555Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-28T01:50:23.556Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T01:50:23.557Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e797e389-adbe-4123-9efc-87172ad97d9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646013023554,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-28T01:50:23.657Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T01:50:23.658Z||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-02-28T01:50:23.658Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:50:23.671Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:50:23.672Z||pool-37-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-28T01:50:24.557Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-28T01:50:24.558Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-02-28T01:50:24.558Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 259b30f6-ffad-48f7-a4e3-ab9362f01edb, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-02-28T01:50:24.559Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-02-28T01:50:24.559Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-02-28T01:50:24.559Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-02-28T01:50:24.623Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5228426687798519808/Definitions/service-BasicNetwork-template.yml
2022-02-28T01:50:24.919Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-28T01:50:24.919Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-02-28T01:50:24.919Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-02-28T01:50:24.919Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-02-28T01:50:24.919Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||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-02-28T01:50:24.919Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||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-02-28T01:50:24.919Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||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-02-28T01:50:24.919Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||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-02-28T01:50:24.919Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||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-02-28T01:50:24.919Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||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-02-28T01:50:24.919Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||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-02-28T01:50:24.919Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||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-02-28T01:50:24.919Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-02-28T01:50:24.919Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T01:50:24.919Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T01:50:24.920Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-02-28T01:50:24.920Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-02-28T01:50:24.920Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-28T01:50:24.920Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T01:50:24.920Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T01:50:24.920Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-02-28T01:50:24.920Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-02-28T01:50:24.920Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-28T01:50:24.920Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T01:50:24.920Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T01:50:24.920Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T01:50:24.920Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T01:50:24.920Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T01:50:24.920Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T01:50:24.921Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T01:50:24.921Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T01:50:24.921Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T01:50:24.921Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T01:50:24.921Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:2a32dc31-ff46-4db2-adef-2b4c923deb9b
Model Version:NULL
Model InvariantUuid:1e19f5be-4197-4156-98b2-71ba2fccd538
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:da4a6571-69fc-4e2a-bea0-5d6c4508e620
Model UUID:73c3a253-e5e7-4377-89c4-e1875a053c79
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:f06aaa83-8b29-4cd8-be6e-554767065e3d
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-02-28T01:50:24.926Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||INFO|500||Processing Resource Type: VL, Model UUID: 81cdd7cb-9a98-4bcd-91df-3358543934d7
2022-02-28T01:50:24.926Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||INFO|500||No resources found for Service: 2a32dc31-ff46-4db2-adef-2b4c923deb9b
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-02-28T01:50:24.928Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||INFO|500||
2022-02-28T01:50:24.928Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-02-28T01:50:24.929Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 2a32dc31-ff46-4db2-adef-2b4c923deb9b
2022-02-28T01:50:24.929Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 2a32dc31-ff46-4db2-adef-2b4c923deb9b
2022-02-28T01:50:24.929Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-02-28T01:50:24.929Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||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-02-28T01:50:24.932Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6094ca60, org.onap.sdc.toscaparser.api.parameters.Input@7f1013d8, org.onap.sdc.toscaparser.api.parameters.Input@1c2d8608, org.onap.sdc.toscaparser.api.parameters.Input@1ac05fba, org.onap.sdc.toscaparser.api.parameters.Input@5c415148]
2022-02-28T01:50:24.933Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T01:50:24.933Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T01:50:24.933Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T01:50:24.934Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T01:50:24.934Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 2a32dc31-ff46-4db2-adef-2b4c923deb9b: Generic NeutronNet
2022-02-28T01:50:24.934Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T01:50:24.934Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T01:50:24.934Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T01:50:24.934Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||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-02-28T01:50:24.950Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T01:50:24.951Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T01:50:24.951Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T01:50:24.951Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T01:50:24.951Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T01:50:24.951Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T01:50:24.951Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||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-02-28T01:50:25.005Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-02-28T01:50:25.005Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-02-28T01:50:25.005Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-02-28T01:50:25.005Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-28T01:50:25.006Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-28T01:50:25.007Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T01:50:25.007Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e797e389-adbe-4123-9efc-87172ad97d9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646013025005,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-28T01:50:25.107Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T01:50:25.108Z||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-02-28T01:50:25.108Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:50:25.122Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:50:25.123Z||pool-38-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-02-28T01:50:26.007Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e797e389-adbe-4123-9efc-87172ad97d9f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-28T01:50:26.016Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e797e389-adbe-4123-9efc-87172ad97d9f
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-02-28T01:50:26.018Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-28T01:50:26.018Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-28T01:50:26.018Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-28T01:50:26.018Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-28T01:50:26.019Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-28T01:50:26.019Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-28T01:50:26.019Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-28T01:50:26.019Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-28T01:50:26.019Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-28T01:50:26.019Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||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-02-28T01:50:26.022Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-28T01:50:56.023Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e797e389-adbe-4123-9efc-87172ad97d9f 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-02-28T01:50:56.027Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e797e389-adbe-4123-9efc-87172ad97d9f and serviceModelVersionId: 2a32dc31-ff46-4db2-adef-2b4c923deb9b
2022-02-28T01:50:56.027Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1e19f5be-4197-4156-98b2-71ba2fccd538
2022-02-28T01:50:56.028Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1e19f5be-4197-4156-98b2-71ba2fccd538/model-vers/model-ver/2a32dc31-ff46-4db2-adef-2b4c923deb9b?depth=0
2022-02-28T01:50:56.034Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-02-28T01:50:56.061Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e19f5be-4197-4156-98b2-71ba2fccd538/model-vers/model-ver/2a32dc31-ff46-4db2-adef-2b4c923deb9b?depth=0|INFO|500||Invoke
2022-02-28T01:50:56.062Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e19f5be-4197-4156-98b2-71ba2fccd538/model-vers/model-ver/2a32dc31-ff46-4db2-adef-2b4c923deb9b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e19f5be-4197-4156-98b2-71ba2fccd538/model-vers/model-ver/2a32dc31-ff46-4db2-adef-2b4c923deb9b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e797e389-adbe-4123-9efc-87172ad97d9f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[24f5ccba-36b2-4c76-be9c-32378d88c1e5], X-ECOMP-RequestID=[e797e389-adbe-4123-9efc-87172ad97d9f], X-TransactionId=[], X-ONAP-RequestID=[e797e389-adbe-4123-9efc-87172ad97d9f], Content-Type=[application/merge-patch+json]}
2022-02-28T01:50:56.077Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e19f5be-4197-4156-98b2-71ba2fccd538/model-vers/model-ver/2a32dc31-ff46-4db2-adef-2b4c923deb9b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-02-28T01:50:56.142Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e19f5be-4197-4156-98b2-71ba2fccd538/model-vers/model-ver/2a32dc31-ff46-4db2-adef-2b4c923deb9b?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/1e19f5be-4197-4156-98b2-71ba2fccd538/model-vers/model-ver/2a32dc31-ff46-4db2-adef-2b4c923deb9b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220228-01:50:56:084-17650], vertex-id=[229528], Content-Length=[0], Date=[Mon, 28 Feb 2022 01:50:56 GMT], Content-Type=[application/json]}
2022-02-28T01:50:56.142Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e19f5be-4197-4156-98b2-71ba2fccd538/model-vers/model-ver/2a32dc31-ff46-4db2-adef-2b4c923deb9b?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-02-28T01:50:56.142Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e19f5be-4197-4156-98b2-71ba2fccd538/model-vers/model-ver/2a32dc31-ff46-4db2-adef-2b4c923deb9b?depth=0|INFO|500||InvokeReturn
2022-02-28T01:50:56.143Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-28T01:50:56.143Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||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-02-28T01:50:56.146Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||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-02-28T01:50:56.146Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e797e389-adbe-4123-9efc-87172ad97d9f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-02-28T01:50:56.147Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-28T01:50:56.147Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-28T01:50:56.148Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T01:50:56.149Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e797e389-adbe-4123-9efc-87172ad97d9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646013056147,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-28T01:50:56.249Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T01:50:56.250Z||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-02-28T01:50:56.250Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:50:56.289Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:50:56.289Z||pool-39-thread-1|||||INFO|500||cambria reply ok (40 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-02-28T01:51:20.747Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:51:20.748Z|e797e389-adbe-4123-9efc-87172ad97d9f|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-02-28T01:51:20.748Z|e797e389-adbe-4123-9efc-87172ad97d9f|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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:51:20.748Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:51:20.749Z||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-02-28T01:51:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:51:20.872Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:51:20.873Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:51:20.873Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e797e389-adbe-4123-9efc-87172ad97d9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646013020747,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:51:20.874Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:51:30.286Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:52:20.747Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:52:20.748Z|e797e389-adbe-4123-9efc-87172ad97d9f|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-02-28T01:52:20.748Z|e797e389-adbe-4123-9efc-87172ad97d9f|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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:52:20.748Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:52:20.749Z||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-02-28T01:52:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:52:20.781Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:52:20.781Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:52:20.781Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e797e389-adbe-4123-9efc-87172ad97d9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646013020747,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-02-28T01:52:20.782Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:52:20.782Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:52:20.782Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e797e389-adbe-4123-9efc-87172ad97d9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646013023554,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-28T01:52:20.782Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:52:20.783Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:52:20.783Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e797e389-adbe-4123-9efc-87172ad97d9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646013025005,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-28T01:52:20.783Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:52:20.783Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:52:20.783Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e797e389-adbe-4123-9efc-87172ad97d9f",
  "consumerID": "clamp",
  "timestamp": 1646013024653,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:52:20.783Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:52:20.783Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:52:20.783Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e797e389-adbe-4123-9efc-87172ad97d9f",
  "consumerID": "clamp",
  "timestamp": 1646013024653,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-02-28T01:52:20.784Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:52:20.784Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:52:20.784Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e797e389-adbe-4123-9efc-87172ad97d9f",
  "consumerID": "clamp",
  "timestamp": 1646013029008,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-28T01:52:20.784Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:52:20.784Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:52:20.784Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e797e389-adbe-4123-9efc-87172ad97d9f",
  "consumerID": "clamp",
  "timestamp": 1646013031015,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-28T01:52:20.784Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:52:20.784Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:52:20.785Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e797e389-adbe-4123-9efc-87172ad97d9f",
  "consumerID": "clamp",
  "timestamp": 1646013032018,
  "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-02-28T01:52:20.792Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e797e389-adbe-4123-9efc-87172ad97d9f
2022-02-28T01:52:20.792Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e797e389-adbe-4123-9efc-87172ad97d9f 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-02-28T01:52:20.799Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:52:20.799Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e797e389-adbe-4123-9efc-87172ad97d9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646013056147,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-28T01:52:20.799Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:52:21.374Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:52:21.375Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-28T01:52:21.375Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"e9e20316-4aed-44d2-9d61-d5be9ea5485d","serviceName":"Demo_pNF_sJYlrRs1VE8q4V6oWfVO","serviceVersion":"1.0","serviceUUID":"31343d3d-55a2-42e2-adf6-7731040169e8","serviceDescription":"catalog service description","serviceInvariantUUID":"a32bc530-caa1-4348-925b-688d82ced192","resources":[{"resourceInstanceName":"pNF ac817663-2950 0","resourceName":"pNF ac817663-2950","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"98df7cb3-3254-4b7f-89d9-e75a6aed78e7","resourceInvariantUUID":"0645c3f0-fe8a-46ae-8ae4-d33264445952","resourceCustomizationUUID":"cf535656-7aa1-42ce-9f86-16758bcbe69b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSjylrrs1ve8q4v6owfvo/1.0/resourceInstances/pnfac81766329500/artifacts/vf-license-model.xml","artifactChecksum":"OWIzMGM3YzY5NDQ2YWE2ZGU4Y2EwNmFkYjgxMTlmYmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7e9e7623-81d3-4135-b8bd-896eaefae2f9","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSjylrrs1ve8q4v6owfvo/1.0/resourceInstances/pnfac81766329500/artifacts/pNF.csar","artifactChecksum":"MTlmNmY5NDE4NzkzMTY2ZDI2MDJhODIwMzI3Y2RjMjc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0cb84bb6-fd9e-486c-ad41-e178333d616d","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSjylrrs1ve8q4v6owfvo/1.0/resourceInstances/pnfac81766329500/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"decc7e32-b9c2-4df8-83f0-b349c6afb971","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSjylrrs1ve8q4v6owfvo/1.0/resourceInstances/pnfac81766329500/artifacts/vendor-license-model.xml","artifactChecksum":"YjYyMWIzMDY0ZTU5ZWJlMzJkZGFhNzc1MjRmMTc2NTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ca2eb0fd-9dac-4922-9fab-cf222d8dcdc2","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfSjylrrs1ve8q4v6owfvo/1.0/resourceInstances/pnfac81766329500/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1dba3084-2c95-416c-b7b8-bcae502df6a5","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfSjylrrs1ve8q4v6owfvo/1.0/resourceInstances/pnfac81766329500/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"48b8c42d-612b-4e7c-b5e9-18f46b4dcdde","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfSjylrrs1ve8q4v6owfvo-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSjylrrs1ve8q4v6owfvo/1.0/artifacts/service-DemoPnfSjylrrs1ve8q4v6owfvo-template.yml","artifactChecksum":"ODg0M2M4ZTVjNmI4ZjNiYzY1NTk3YTMyMDQ1ZmM1M2Y\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1e2d48c9-4d35-4dec-bc30-24e22b293073","artifactVersion":"1"},{"artifactName":"service-DemoPnfSjylrrs1ve8q4v6owfvo-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfSjylrrs1ve8q4v6owfvo/1.0/artifacts/service-DemoPnfSjylrrs1ve8q4v6owfvo-csar.csar","artifactChecksum":"NjhiNjdhYjk0ZjA4Y2I3OTNkYzZmZmMwZWY2YjlhYTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ca3babf5-7e53-49b1-a244-9ea152fd5dec","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-28T01:52:21.380Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T01:52:21.381Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-28T01:52:21.383Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T01:52:21.383Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e9e20316-4aed-44d2-9d61-d5be9ea5485d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646013140747,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjylrrs1ve8q4v6owfvo/1.0/resourceInstances/pnfac81766329500/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:52:21.483Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T01:52:21.484Z||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-02-28T01:52:21.484Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:52:21.497Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:52:21.498Z||pool-40-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-28T01:52:22.383Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T01:52:22.384Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-28T01:52:22.386Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T01:52:22.386Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e9e20316-4aed-44d2-9d61-d5be9ea5485d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646013140747,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjylrrs1ve8q4v6owfvo/1.0/resourceInstances/pnfac81766329500/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:52:22.487Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T01:52:22.487Z||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-02-28T01:52:22.487Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:52:22.501Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:52:22.501Z||pool-41-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-28T01:52:23.387Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T01:52:23.387Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-28T01:52:23.390Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T01:52:23.390Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e9e20316-4aed-44d2-9d61-d5be9ea5485d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646013140747,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjylrrs1ve8q4v6owfvo/1.0/resourceInstances/pnfac81766329500/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:52:23.490Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T01:52:23.490Z||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-02-28T01:52:23.491Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:52:23.504Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:52:23.504Z||pool-42-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-28T01:52:24.390Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T01:52:24.391Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-28T01:52:24.393Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T01:52:24.393Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e9e20316-4aed-44d2-9d61-d5be9ea5485d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646013140747,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjylrrs1ve8q4v6owfvo/1.0/resourceInstances/pnfac81766329500/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:52:24.494Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T01:52:24.494Z||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-02-28T01:52:24.494Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:52:24.507Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:52:24.508Z||pool-43-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-28T01:52:25.394Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T01:52:25.395Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-28T01:52:25.397Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T01:52:25.397Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e9e20316-4aed-44d2-9d61-d5be9ea5485d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646013140747,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjylrrs1ve8q4v6owfvo/1.0/resourceInstances/pnfac81766329500/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:52:25.497Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T01:52:25.498Z||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-02-28T01:52:25.498Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:52:25.510Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:52:25.511Z||pool-44-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-28T01:52:26.398Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T01:52:26.399Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-28T01:52:26.401Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T01:52:26.401Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e9e20316-4aed-44d2-9d61-d5be9ea5485d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646013140747,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjylrrs1ve8q4v6owfvo/1.0/resourceInstances/pnfac81766329500/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:52:26.501Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T01:52:26.502Z||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-02-28T01:52:26.502Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:52:26.516Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:52:26.516Z||pool-45-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-28T01:52:27.401Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T01:52:27.402Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-28T01:52:27.404Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T01:52:27.405Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e9e20316-4aed-44d2-9d61-d5be9ea5485d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646013140747,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjylrrs1ve8q4v6owfvo/1.0/artifacts/service-DemoPnfSjylrrs1ve8q4v6owfvo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:52:27.505Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T01:52:27.505Z||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-02-28T01:52:27.506Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:52:27.520Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:52:27.520Z||pool-46-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-28T01:52:28.405Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T01:52:28.406Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-28T01:52:28.407Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T01:52:28.407Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e9e20316-4aed-44d2-9d61-d5be9ea5485d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646013140747,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjylrrs1ve8q4v6owfvo/1.0/artifacts/service-DemoPnfSjylrrs1ve8q4v6owfvo-csar.csar",
  "status": "NOTIFIED"
}
2022-02-28T01:52:28.508Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-28T01:52:28.508Z||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-02-28T01:52:28.508Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:52:28.522Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:52:28.522Z||pool-47-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-28T01:52:29.408Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "e9e20316-4aed-44d2-9d61-d5be9ea5485d",
  "serviceName": "Demo_pNF_sJYlrRs1VE8q4V6oWfVO",
  "serviceVersion": "1.0",
  "serviceUUID": "31343d3d-55a2-42e2-adf6-7731040169e8",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "a32bc530-caa1-4348-925b-688d82ced192",
  "resources": [
    {
      "resourceInstanceName": "pNF ac817663-2950 0",
      "resourceCustomizationUUID": "cf535656-7aa1-42ce-9f86-16758bcbe69b",
      "resourceName": "pNF ac817663-2950",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "98df7cb3-3254-4b7f-89d9-e75a6aed78e7",
      "resourceInvariantUUID": "0645c3f0-fe8a-46ae-8ae4-d33264445952",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfSjylrrs1ve8q4v6owfvo-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjylrrs1ve8q4v6owfvo/1.0/artifacts/service-DemoPnfSjylrrs1ve8q4v6owfvo-csar.csar",
      "artifactChecksum": "NjhiNjdhYjk0ZjA4Y2I3OTNkYzZmZmMwZWY2YjlhYTE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ca3babf5-7e53-49b1-a244-9ea152fd5dec"
    }
  ],
  "workloadContext": "Production"
}
2022-02-28T01:52:29.409Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-28T01:52:29.409Z|e797e389-adbe-4123-9efc-87172ad97d9f|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 31343d3d-55a2-42e2-adf6-7731040169e8 ASDC
2022-02-28T01:52:29.410Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:e9e20316-4aed-44d2-9d61-d5be9ea5485d
ServiceName:Demo_pNF_sJYlrRs1VE8q4V6oWfVO
ServiceVersion:1.0
ServiceUUID:31343d3d-55a2-42e2-adf6-7731040169e8
ServiceInvariantUUID:a32bc530-caa1-4348-925b-688d82ced192
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfSjylrrs1ve8q4v6owfvo-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfSjylrrs1ve8q4v6owfvo/1.0/artifacts/service-DemoPnfSjylrrs1ve8q4v6owfvo-csar.csar
ArtifactUUID:ca3babf5-7e53-49b1-a244-9ea152fd5dec
ArtifactChecksum:NjhiNjdhYjk0ZjA4Y2I3OTNkYzZmZmMwZWY2YjlhYTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF ac817663-2950 0
ResourceCustomizationUUID:cf535656-7aa1-42ce-9f86-16758bcbe69b
ResourceInvariantUUID:0645c3f0-fe8a-46ae-8ae4-d33264445952
ResourceName:pNF ac817663-2950
ResourceType:PNF
ResourceUUID:98df7cb3-3254-4b7f-89d9-e75a6aed78e7
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-02-28T01:52:29.410Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 31343d3d-55a2-42e2-adf6-7731040169e8 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-02-28T01:52:29.432Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-28T01:52:29.432Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-02-28T01:52:29.432Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-02-28T01:52:29.433Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: ca3babf5-7e53-49b1-a244-9ea152fd5dec from URL: /sdc/v1/catalog/services/DemoPnfSjylrrs1ve8q4v6owfvo/1.0/artifacts/service-DemoPnfSjylrrs1ve8q4v6owfvo-csar.csar
2022-02-28T01:52:29.433Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-02-28T01:52:29.433Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfSjylrrs1ve8q4v6owfvo/1.0/artifacts/service-DemoPnfSjylrrs1ve8q4v6owfvo-csar.csar
2022-02-28T01:52:29.484Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-02-28T01:52:29.490Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfSjylrrs1ve8q4v6owfvo/1.0/artifacts/service-DemoPnfSjylrrs1ve8q4v6owfvo-csar.csar ca3babf5-7e53-49b1-a244-9ea152fd5dec 82655
2022-02-28T01:52:29.491Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfSjylrrs1ve8q4v6owfvo/1.0/artifacts/service-DemoPnfSjylrrs1ve8q4v6owfvo-csar.csar ASDC sendASDCNotification
2022-02-28T01:52:29.491Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfSjylrrs1ve8q4v6owfvo/1.0/artifacts/service-DemoPnfSjylrrs1ve8q4v6owfvo-csar.csar
2022-02-28T01:52:29.491Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-28T01:52:29.491Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-28T01:52:29.494Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T01:52:29.494Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e9e20316-4aed-44d2-9d61-d5be9ea5485d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646013149491,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjylrrs1ve8q4v6owfvo/1.0/artifacts/service-DemoPnfSjylrrs1ve8q4v6owfvo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-28T01:52:29.594Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T01:52:29.595Z||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-02-28T01:52:29.595Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:52:29.608Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:52:29.608Z||pool-48-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-28T01:52:30.494Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-28T01:52:30.495Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-02-28T01:52:30.496Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: ca3babf5-7e53-49b1-a244-9ea152fd5dec, URL: /sdc/v1/catalog/services/DemoPnfSjylrrs1ve8q4v6owfvo/1.0/artifacts/service-DemoPnfSjylrrs1ve8q4v6owfvo-csar.csar to file: /app/ASDC/1/service-DemoPnfSjylrrs1ve8q4v6owfvo-csar.csar
2022-02-28T01:52:30.497Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfSjylrrs1ve8q4v6owfvo-csar.csar
2022-02-28T01:52:30.497Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfSjylrrs1ve8q4v6owfvo-csar.csar
2022-02-28T01:52:30.497Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfSjylrrs1ve8q4v6owfvo-csar.csar
2022-02-28T01:52:30.599Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12465428463143627501/Definitions/service-DemoPnfSjylrrs1ve8q4v6owfvo-template.yml
2022-02-28T01:52:31.112Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-28T01:52:31.112Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-02-28T01:52:31.112Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfSjylrrs1ve8q4v6owfvo-csar.csar
2022-02-28T01:52:31.112Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-02-28T01:52:31.112Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||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-DemoPnfSjylrrs1ve8q4v6owfvo-csar.csar
2022-02-28T01:52:31.112Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfSjylrrs1ve8q4v6owfvo-csar.csar
2022-02-28T01:52:31.112Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||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-DemoPnfSjylrrs1ve8q4v6owfvo-csar.csar
2022-02-28T01:52:31.112Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||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-DemoPnfSjylrrs1ve8q4v6owfvo-csar.csar
2022-02-28T01:52:31.112Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||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-DemoPnfSjylrrs1ve8q4v6owfvo-csar.csar
2022-02-28T01:52:31.112Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF ac817663-2950 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-DemoPnfSjylrrs1ve8q4v6owfvo-csar.csar
2022-02-28T01:52:31.112Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||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-DemoPnfSjylrrs1ve8q4v6owfvo-csar.csar
2022-02-28T01:52:31.112Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-02-28T01:52:31.112Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T01:52:31.113Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_sJYlrRs1VE8q4V6oWfVO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T01:52:31.113Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||Node template pNF ac817663-2950 0 is matching search criteria
2022-02-28T01:52:31.113Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-02-28T01:52:31.113Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF ac817663-2950 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-28T01:52:31.113Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T01:52:31.113Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_sJYlrRs1VE8q4V6oWfVO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T01:52:31.113Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||Node template pNF ac817663-2950 0 is matching search criteria
2022-02-28T01:52:31.113Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-02-28T01:52:31.113Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF ac817663-2950 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-28T01:52:31.113Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T01:52:31.113Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_sJYlrRs1VE8q4V6oWfVO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T01:52:31.113Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T01:52:31.113Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_sJYlrRs1VE8q4V6oWfVO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T01:52:31.114Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T01:52:31.114Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_sJYlrRs1VE8q4V6oWfVO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T01:52:31.114Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T01:52:31.114Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_sJYlrRs1VE8q4V6oWfVO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T01:52:31.114Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T01:52:31.114Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_sJYlrRs1VE8q4V6oWfVO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T01:52:31.114Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_sJYlrRs1VE8q4V6oWfVO
Description:catalog service description
Model UUID:31343d3d-55a2-42e2-adf6-7731040169e8
Model Version:NULL
Model InvariantUuid:a32bc530-caa1-4348-925b-688d82ced192
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-02-28T01:52:31.120Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: 98df7cb3-3254-4b7f-89d9-e75a6aed78e7
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-02-28T01:52:31.122Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||INFO|500||pNF ac817663-2950 0
2022-02-28T01:52:31.122Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 98df7cb3-3254-4b7f-89d9-e75a6aed78e7
2022-02-28T01:52:31.122Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 31343d3d-55a2-42e2-adf6-7731040169e8
2022-02-28T01:52:31.122Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 31343d3d-55a2-42e2-adf6-7731040169e8
2022-02-28T01:52:31.122Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF ac817663-2950 0 98df7cb3-3254-4b7f-89d9-e75a6aed78e7 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-02-28T01:52:31.125Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1417f37, org.onap.sdc.toscaparser.api.parameters.Input@5819160a, org.onap.sdc.toscaparser.api.parameters.Input@d98e24a, org.onap.sdc.toscaparser.api.parameters.Input@66ded016, org.onap.sdc.toscaparser.api.parameters.Input@6c6cb33d]
2022-02-28T01:52:31.125Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T01:52:31.125Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_sJYlrRs1VE8q4V6oWfVO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T01:52:31.125Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 31343d3d-55a2-42e2-adf6-7731040169e8: pNF ac817663-2950
2022-02-28T01:52:31.125Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||INFO|500||Processing PNF resource: 98df7cb3-3254-4b7f-89d9-e75a6aed78e7
2022-02-28T01:52:31.125Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T01:52:31.126Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_sJYlrRs1VE8q4V6oWfVO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T01:52:31.126Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||INFO|500||Resource customization UUID: cf535656-7aa1-42ce-9f86-16758bcbe69b is the same as notified resource customizationUUID: cf535656-7aa1-42ce-9f86-16758bcbe69b
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-02-28T01:52:31.174Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF ac817663-2950 98df7cb3-3254-4b7f-89d9-e75a6aed78e7 0 ASDC deployResourceStructure
2022-02-28T01:52:31.174Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfSjylrrs1ve8q4v6owfvo/1.0/artifacts/service-DemoPnfSjylrrs1ve8q4v6owfvo-csar.csar ASDC sendASDCNotification
2022-02-28T01:52:31.174Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfSjylrrs1ve8q4v6owfvo/1.0/artifacts/service-DemoPnfSjylrrs1ve8q4v6owfvo-csar.csar
2022-02-28T01:52:31.174Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-28T01:52:31.174Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-28T01:52:31.175Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T01:52:31.175Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e9e20316-4aed-44d2-9d61-d5be9ea5485d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646013151174,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjylrrs1ve8q4v6owfvo/1.0/artifacts/service-DemoPnfSjylrrs1ve8q4v6owfvo-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-28T01:52:31.276Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-28T01:52:31.276Z||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-02-28T01:52:31.277Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:52:31.291Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:52:31.291Z||pool-49-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-28T01:52:32.176Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e9e20316-4aed-44d2-9d61-d5be9ea5485d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-28T01:52:32.186Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e9e20316-4aed-44d2-9d61-d5be9ea5485d
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-02-28T01:52:32.187Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-28T01:52:32.188Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-28T01:52:32.188Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-28T01:53:02.188Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e9e20316-4aed-44d2-9d61-d5be9ea5485d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-28T01:53:02.199Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e9e20316-4aed-44d2-9d61-d5be9ea5485d
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-02-28T01:53:02.201Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-28T01:53:02.201Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-28T01:53:02.201Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-28T01:53:20.748Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:53:20.749Z||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-02-28T01:53:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:53:20.781Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:53:20.784Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:53:20.784Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9e20316-4aed-44d2-9d61-d5be9ea5485d",
  "consumerID": "aai-ml",
  "timestamp": 1646013102469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjylrrs1ve8q4v6owfvo/1.0/resourceInstances/pnfac81766329500/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:53:20.785Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:53:20.785Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:53:20.785Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9e20316-4aed-44d2-9d61-d5be9ea5485d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646013106014,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjylrrs1ve8q4v6owfvo/1.0/resourceInstances/pnfac81766329500/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:53:20.785Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:53:20.785Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:53:20.785Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9e20316-4aed-44d2-9d61-d5be9ea5485d",
  "consumerID": "policy-id",
  "timestamp": 1646013109540,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjylrrs1ve8q4v6owfvo/1.0/resourceInstances/pnfac81766329500/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:53:20.785Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:53:20.785Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:53:20.785Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9e20316-4aed-44d2-9d61-d5be9ea5485d",
  "consumerID": "aai-ml",
  "timestamp": 1646013102469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjylrrs1ve8q4v6owfvo/1.0/resourceInstances/pnfac81766329500/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:53:20.785Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:53:20.785Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:53:20.785Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9e20316-4aed-44d2-9d61-d5be9ea5485d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646013106014,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjylrrs1ve8q4v6owfvo/1.0/resourceInstances/pnfac81766329500/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:53:20.786Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:53:20.786Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:53:20.786Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9e20316-4aed-44d2-9d61-d5be9ea5485d",
  "consumerID": "policy-id",
  "timestamp": 1646013109540,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjylrrs1ve8q4v6owfvo/1.0/resourceInstances/pnfac81766329500/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:53:20.786Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:53:20.786Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:53:20.786Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9e20316-4aed-44d2-9d61-d5be9ea5485d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646013106014,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjylrrs1ve8q4v6owfvo/1.0/resourceInstances/pnfac81766329500/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:53:20.786Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:53:20.786Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:53:20.786Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9e20316-4aed-44d2-9d61-d5be9ea5485d",
  "consumerID": "aai-ml",
  "timestamp": 1646013102469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjylrrs1ve8q4v6owfvo/1.0/resourceInstances/pnfac81766329500/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:53:20.786Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:53:20.786Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:53:20.786Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9e20316-4aed-44d2-9d61-d5be9ea5485d",
  "consumerID": "policy-id",
  "timestamp": 1646013109540,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjylrrs1ve8q4v6owfvo/1.0/resourceInstances/pnfac81766329500/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:53:20.786Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:53:20.787Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:53:20.787Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9e20316-4aed-44d2-9d61-d5be9ea5485d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646013113449,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjylrrs1ve8q4v6owfvo/1.0/resourceInstances/pnfac81766329500/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:53:20.787Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:53:20.787Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:53:20.787Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9e20316-4aed-44d2-9d61-d5be9ea5485d",
  "consumerID": "aai-ml",
  "timestamp": 1646013102469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjylrrs1ve8q4v6owfvo/1.0/resourceInstances/pnfac81766329500/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:53:20.787Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:53:20.787Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:53:20.787Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9e20316-4aed-44d2-9d61-d5be9ea5485d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646013106014,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjylrrs1ve8q4v6owfvo/1.0/resourceInstances/pnfac81766329500/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:53:20.787Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:53:20.787Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:53:20.787Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9e20316-4aed-44d2-9d61-d5be9ea5485d",
  "consumerID": "policy-id",
  "timestamp": 1646013109540,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjylrrs1ve8q4v6owfvo/1.0/resourceInstances/pnfac81766329500/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:53:20.787Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:53:20.787Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:53:20.787Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9e20316-4aed-44d2-9d61-d5be9ea5485d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646013113449,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjylrrs1ve8q4v6owfvo/1.0/resourceInstances/pnfac81766329500/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:53:20.788Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:53:20.788Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:53:20.788Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9e20316-4aed-44d2-9d61-d5be9ea5485d",
  "consumerID": "cds",
  "timestamp": 1646013114596,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjylrrs1ve8q4v6owfvo/1.0/resourceInstances/pnfac81766329500/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:53:20.788Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:53:20.788Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:53:20.788Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9e20316-4aed-44d2-9d61-d5be9ea5485d",
  "consumerID": "clamp",
  "timestamp": 1646013114653,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjylrrs1ve8q4v6owfvo/1.0/resourceInstances/pnfac81766329500/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:53:20.788Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:53:20.788Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:53:20.788Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9e20316-4aed-44d2-9d61-d5be9ea5485d",
  "consumerID": "aai-ml",
  "timestamp": 1646013102469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjylrrs1ve8q4v6owfvo/1.0/resourceInstances/pnfac81766329500/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:53:20.788Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:53:20.788Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:53:20.788Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9e20316-4aed-44d2-9d61-d5be9ea5485d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646013106014,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjylrrs1ve8q4v6owfvo/1.0/resourceInstances/pnfac81766329500/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:53:20.789Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:53:20.789Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:53:20.789Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9e20316-4aed-44d2-9d61-d5be9ea5485d",
  "consumerID": "policy-id",
  "timestamp": 1646013109540,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjylrrs1ve8q4v6owfvo/1.0/resourceInstances/pnfac81766329500/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:53:20.789Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:53:20.789Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:53:20.789Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9e20316-4aed-44d2-9d61-d5be9ea5485d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646013113449,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjylrrs1ve8q4v6owfvo/1.0/resourceInstances/pnfac81766329500/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:53:20.789Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:53:20.789Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:53:20.789Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9e20316-4aed-44d2-9d61-d5be9ea5485d",
  "consumerID": "cds",
  "timestamp": 1646013114596,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjylrrs1ve8q4v6owfvo/1.0/resourceInstances/pnfac81766329500/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:53:20.789Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:53:20.789Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:53:20.789Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9e20316-4aed-44d2-9d61-d5be9ea5485d",
  "consumerID": "clamp",
  "timestamp": 1646013114653,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjylrrs1ve8q4v6owfvo/1.0/resourceInstances/pnfac81766329500/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:53:20.789Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:53:20.790Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:53:20.790Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9e20316-4aed-44d2-9d61-d5be9ea5485d",
  "consumerID": "aai-ml",
  "timestamp": 1646013102469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjylrrs1ve8q4v6owfvo/1.0/resourceInstances/pnfac81766329500/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:53:20.790Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:53:20.790Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:53:20.790Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9e20316-4aed-44d2-9d61-d5be9ea5485d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646013106014,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjylrrs1ve8q4v6owfvo/1.0/resourceInstances/pnfac81766329500/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-02-28T01:53:20.790Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:53:20.790Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:53:20.790Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9e20316-4aed-44d2-9d61-d5be9ea5485d",
  "consumerID": "policy-id",
  "timestamp": 1646013109540,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjylrrs1ve8q4v6owfvo/1.0/resourceInstances/pnfac81766329500/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:53:20.790Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:53:20.790Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:53:20.790Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9e20316-4aed-44d2-9d61-d5be9ea5485d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646013113449,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjylrrs1ve8q4v6owfvo/1.0/resourceInstances/pnfac81766329500/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:53:20.790Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:53:20.790Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:53:20.790Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9e20316-4aed-44d2-9d61-d5be9ea5485d",
  "consumerID": "cds",
  "timestamp": 1646013114596,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjylrrs1ve8q4v6owfvo/1.0/resourceInstances/pnfac81766329500/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:53:20.791Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:53:20.791Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:53:20.791Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9e20316-4aed-44d2-9d61-d5be9ea5485d",
  "consumerID": "clamp",
  "timestamp": 1646013114653,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjylrrs1ve8q4v6owfvo/1.0/resourceInstances/pnfac81766329500/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:53:20.791Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:53:20.791Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:53:20.791Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9e20316-4aed-44d2-9d61-d5be9ea5485d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646013106014,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjylrrs1ve8q4v6owfvo/1.0/artifacts/service-DemoPnfSjylrrs1ve8q4v6owfvo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:53:20.791Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:53:20.791Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:53:20.791Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9e20316-4aed-44d2-9d61-d5be9ea5485d",
  "consumerID": "aai-ml",
  "timestamp": 1646013102469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjylrrs1ve8q4v6owfvo/1.0/artifacts/service-DemoPnfSjylrrs1ve8q4v6owfvo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:53:20.791Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:53:20.791Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:53:20.791Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9e20316-4aed-44d2-9d61-d5be9ea5485d",
  "consumerID": "policy-id",
  "timestamp": 1646013109540,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjylrrs1ve8q4v6owfvo/1.0/artifacts/service-DemoPnfSjylrrs1ve8q4v6owfvo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:53:20.792Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:53:20.792Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:53:20.792Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9e20316-4aed-44d2-9d61-d5be9ea5485d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646013113449,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjylrrs1ve8q4v6owfvo/1.0/resourceInstances/pnfac81766329500/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:53:20.792Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:53:20.792Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:53:20.792Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9e20316-4aed-44d2-9d61-d5be9ea5485d",
  "consumerID": "cds",
  "timestamp": 1646013114596,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjylrrs1ve8q4v6owfvo/1.0/resourceInstances/pnfac81766329500/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:53:20.792Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:53:20.792Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:53:20.792Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9e20316-4aed-44d2-9d61-d5be9ea5485d",
  "consumerID": "clamp",
  "timestamp": 1646013114653,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjylrrs1ve8q4v6owfvo/1.0/resourceInstances/pnfac81766329500/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:53:20.792Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:53:20.792Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:53:20.792Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9e20316-4aed-44d2-9d61-d5be9ea5485d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646013106014,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjylrrs1ve8q4v6owfvo/1.0/artifacts/service-DemoPnfSjylrrs1ve8q4v6owfvo-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:53:20.793Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:53:20.793Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:53:20.793Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9e20316-4aed-44d2-9d61-d5be9ea5485d",
  "consumerID": "aai-ml",
  "timestamp": 1646013102469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjylrrs1ve8q4v6owfvo/1.0/artifacts/service-DemoPnfSjylrrs1ve8q4v6owfvo-csar.csar",
  "status": "NOTIFIED"
}
2022-02-28T01:53:20.793Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:53:20.793Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:53:20.793Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9e20316-4aed-44d2-9d61-d5be9ea5485d",
  "consumerID": "policy-id",
  "timestamp": 1646013109540,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjylrrs1ve8q4v6owfvo/1.0/artifacts/service-DemoPnfSjylrrs1ve8q4v6owfvo-csar.csar",
  "status": "NOTIFIED"
}
2022-02-28T01:53:20.793Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:53:20.793Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:53:20.793Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9e20316-4aed-44d2-9d61-d5be9ea5485d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646013113449,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjylrrs1ve8q4v6owfvo/1.0/resourceInstances/pnfac81766329500/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:53:20.793Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:53:20.793Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:53:20.793Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9e20316-4aed-44d2-9d61-d5be9ea5485d",
  "consumerID": "cds",
  "timestamp": 1646013114596,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjylrrs1ve8q4v6owfvo/1.0/resourceInstances/pnfac81766329500/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:53:20.794Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:53:20.794Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:53:20.794Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9e20316-4aed-44d2-9d61-d5be9ea5485d",
  "consumerID": "clamp",
  "timestamp": 1646013114653,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjylrrs1ve8q4v6owfvo/1.0/resourceInstances/pnfac81766329500/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:53:20.794Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:53:20.794Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:53:20.794Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9e20316-4aed-44d2-9d61-d5be9ea5485d",
  "consumerID": "aai-ml",
  "timestamp": 1646013119726,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjylrrs1ve8q4v6owfvo/1.0/artifacts/service-DemoPnfSjylrrs1ve8q4v6owfvo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-28T01:53:20.794Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:53:20.794Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:53:20.794Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9e20316-4aed-44d2-9d61-d5be9ea5485d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646013119802,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjylrrs1ve8q4v6owfvo/1.0/resourceInstances/pnfac81766329500/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-28T01:53:20.794Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:53:20.794Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:53:20.794Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9e20316-4aed-44d2-9d61-d5be9ea5485d",
  "consumerID": "policy-id",
  "timestamp": 1646013119795,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjylrrs1ve8q4v6owfvo/1.0/artifacts/service-DemoPnfSjylrrs1ve8q4v6owfvo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-28T01:53:20.795Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:53:20.795Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:53:20.795Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9e20316-4aed-44d2-9d61-d5be9ea5485d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646013113449,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjylrrs1ve8q4v6owfvo/1.0/artifacts/service-DemoPnfSjylrrs1ve8q4v6owfvo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:53:20.795Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:53:20.795Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:53:20.795Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9e20316-4aed-44d2-9d61-d5be9ea5485d",
  "consumerID": "cds",
  "timestamp": 1646013114596,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjylrrs1ve8q4v6owfvo/1.0/resourceInstances/pnfac81766329500/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:53:20.795Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:53:20.795Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:53:20.795Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9e20316-4aed-44d2-9d61-d5be9ea5485d",
  "consumerID": "clamp",
  "timestamp": 1646013114653,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjylrrs1ve8q4v6owfvo/1.0/resourceInstances/pnfac81766329500/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:53:20.795Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:53:20.795Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:53:20.795Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9e20316-4aed-44d2-9d61-d5be9ea5485d",
  "consumerID": "policy-id",
  "timestamp": 1646013120797,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjylrrs1ve8q4v6owfvo/1.0/artifacts/service-DemoPnfSjylrrs1ve8q4v6owfvo-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-28T01:53:20.795Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:53:20.795Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:53:20.796Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9e20316-4aed-44d2-9d61-d5be9ea5485d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646013121004,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjylrrs1ve8q4v6owfvo/1.0/resourceInstances/pnfac81766329500/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-02-28T01:53:20.796Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:53:20.796Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:53:20.796Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9e20316-4aed-44d2-9d61-d5be9ea5485d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646013113449,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjylrrs1ve8q4v6owfvo/1.0/artifacts/service-DemoPnfSjylrrs1ve8q4v6owfvo-csar.csar",
  "status": "NOTIFIED"
}
2022-02-28T01:53:20.796Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:53:20.796Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:53:20.796Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9e20316-4aed-44d2-9d61-d5be9ea5485d",
  "consumerID": "cds",
  "timestamp": 1646013114596,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjylrrs1ve8q4v6owfvo/1.0/artifacts/service-DemoPnfSjylrrs1ve8q4v6owfvo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:53:20.796Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:53:20.796Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:53:20.796Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9e20316-4aed-44d2-9d61-d5be9ea5485d",
  "consumerID": "clamp",
  "timestamp": 1646013114653,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjylrrs1ve8q4v6owfvo/1.0/artifacts/service-DemoPnfSjylrrs1ve8q4v6owfvo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:53:20.796Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:53:20.796Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:53:20.796Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9e20316-4aed-44d2-9d61-d5be9ea5485d",
  "consumerID": "policy-id",
  "timestamp": 1646013121800,
  "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-02-28T01:53:20.801Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e9e20316-4aed-44d2-9d61-d5be9ea5485d
2022-02-28T01:53:20.801Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e9e20316-4aed-44d2-9d61-d5be9ea5485d 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-02-28T01:53:20.808Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:53:20.808Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9e20316-4aed-44d2-9d61-d5be9ea5485d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646013122008,
  "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-02-28T01:53:20.811Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of e9e20316-4aed-44d2-9d61-d5be9ea5485d
2022-02-28T01:53:20.812Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e9e20316-4aed-44d2-9d61-d5be9ea5485d 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-02-28T01:53:20.818Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:53:20.818Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9e20316-4aed-44d2-9d61-d5be9ea5485d",
  "consumerID": "cds",
  "timestamp": 1646013114596,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjylrrs1ve8q4v6owfvo/1.0/artifacts/service-DemoPnfSjylrrs1ve8q4v6owfvo-csar.csar",
  "status": "NOTIFIED"
}
2022-02-28T01:53:20.818Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:53:20.818Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:53:20.818Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9e20316-4aed-44d2-9d61-d5be9ea5485d",
  "consumerID": "clamp",
  "timestamp": 1646013114653,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjylrrs1ve8q4v6owfvo/1.0/artifacts/service-DemoPnfSjylrrs1ve8q4v6owfvo-csar.csar",
  "status": "NOTIFIED"
}
2022-02-28T01:53:20.819Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:53:20.819Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:53:20.819Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9e20316-4aed-44d2-9d61-d5be9ea5485d",
  "consumerID": "cds",
  "timestamp": 1646013123401,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjylrrs1ve8q4v6owfvo/1.0/artifacts/service-DemoPnfSjylrrs1ve8q4v6owfvo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-28T01:53:20.819Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:53:20.819Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:53:20.819Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9e20316-4aed-44d2-9d61-d5be9ea5485d",
  "consumerID": "aai-ml",
  "timestamp": 1646013124198,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjylrrs1ve8q4v6owfvo/1.0/artifacts/service-DemoPnfSjylrrs1ve8q4v6owfvo-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-28T01:53:20.819Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:53:20.819Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:53:20.819Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9e20316-4aed-44d2-9d61-d5be9ea5485d",
  "consumerID": "cds",
  "timestamp": 1646013124406,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjylrrs1ve8q4v6owfvo/1.0/artifacts/service-DemoPnfSjylrrs1ve8q4v6owfvo-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-02-28T01:53:20.823Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e9e20316-4aed-44d2-9d61-d5be9ea5485d
2022-02-28T01:53:20.823Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e9e20316-4aed-44d2-9d61-d5be9ea5485d 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-02-28T01:53:20.830Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:53:20.830Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9e20316-4aed-44d2-9d61-d5be9ea5485d",
  "consumerID": "aai-ml",
  "timestamp": 1646013125201,
  "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-02-28T01:53:20.834Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e9e20316-4aed-44d2-9d61-d5be9ea5485d
2022-02-28T01:53:20.834Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e9e20316-4aed-44d2-9d61-d5be9ea5485d 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-02-28T01:53:20.841Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:53:20.841Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9e20316-4aed-44d2-9d61-d5be9ea5485d",
  "consumerID": "clamp",
  "timestamp": 1646013128024,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjylrrs1ve8q4v6owfvo/1.0/artifacts/service-DemoPnfSjylrrs1ve8q4v6owfvo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-28T01:53:20.841Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:53:20.841Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:53:20.841Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9e20316-4aed-44d2-9d61-d5be9ea5485d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646013129393,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjylrrs1ve8q4v6owfvo/1.0/resourceInstances/pnfac81766329500/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:53:20.841Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:53:20.841Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:53:20.841Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9e20316-4aed-44d2-9d61-d5be9ea5485d",
  "consumerID": "clamp",
  "timestamp": 1646013130031,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjylrrs1ve8q4v6owfvo/1.0/artifacts/service-DemoPnfSjylrrs1ve8q4v6owfvo-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-28T01:53:20.841Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:53:20.842Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:53:20.842Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9e20316-4aed-44d2-9d61-d5be9ea5485d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646013129393,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjylrrs1ve8q4v6owfvo/1.0/resourceInstances/pnfac81766329500/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:53:20.842Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:53:20.842Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:53:20.842Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9e20316-4aed-44d2-9d61-d5be9ea5485d",
  "consumerID": "clamp",
  "timestamp": 1646013131033,
  "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-02-28T01:53:20.846Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e9e20316-4aed-44d2-9d61-d5be9ea5485d
2022-02-28T01:53:20.846Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e9e20316-4aed-44d2-9d61-d5be9ea5485d 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-02-28T01:53:20.853Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:53:20.853Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9e20316-4aed-44d2-9d61-d5be9ea5485d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646013129393,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjylrrs1ve8q4v6owfvo/1.0/resourceInstances/pnfac81766329500/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:53:20.853Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:53:20.853Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:53:20.853Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9e20316-4aed-44d2-9d61-d5be9ea5485d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646013129393,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjylrrs1ve8q4v6owfvo/1.0/resourceInstances/pnfac81766329500/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:53:20.853Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:53:20.853Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:53:20.853Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9e20316-4aed-44d2-9d61-d5be9ea5485d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646013129393,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjylrrs1ve8q4v6owfvo/1.0/resourceInstances/pnfac81766329500/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:53:20.853Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:53:20.854Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:53:20.854Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9e20316-4aed-44d2-9d61-d5be9ea5485d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646013129393,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjylrrs1ve8q4v6owfvo/1.0/resourceInstances/pnfac81766329500/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:53:20.854Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:53:20.854Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:53:20.854Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9e20316-4aed-44d2-9d61-d5be9ea5485d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646013129393,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjylrrs1ve8q4v6owfvo/1.0/artifacts/service-DemoPnfSjylrrs1ve8q4v6owfvo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:53:20.854Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:53:20.854Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:53:20.854Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9e20316-4aed-44d2-9d61-d5be9ea5485d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646013129393,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjylrrs1ve8q4v6owfvo/1.0/artifacts/service-DemoPnfSjylrrs1ve8q4v6owfvo-csar.csar",
  "status": "NOTIFIED"
}
2022-02-28T01:53:20.854Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:53:20.854Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:53:20.854Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9e20316-4aed-44d2-9d61-d5be9ea5485d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646013138250,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjylrrs1ve8q4v6owfvo/1.0/artifacts/service-DemoPnfSjylrrs1ve8q4v6owfvo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-28T01:53:20.854Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:53:20.854Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:53:20.854Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9e20316-4aed-44d2-9d61-d5be9ea5485d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646013139893,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjylrrs1ve8q4v6owfvo/1.0/artifacts/service-DemoPnfSjylrrs1ve8q4v6owfvo-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-28T01:53:20.854Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:53:32.201Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e9e20316-4aed-44d2-9d61-d5be9ea5485d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-28T01:53:32.211Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e9e20316-4aed-44d2-9d61-d5be9ea5485d
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-02-28T01:53:32.213Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-28T01:53:32.213Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-28T01:53:32.213Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-28T01:53:32.213Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-28T01:54:02.214Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e9e20316-4aed-44d2-9d61-d5be9ea5485d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-28T01:54:02.224Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e9e20316-4aed-44d2-9d61-d5be9ea5485d
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-02-28T01:54:02.227Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-28T01:54:02.227Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-28T01:54:02.227Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-28T01:54:02.228Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-28T01:54:20.749Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:54:20.749Z||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-02-28T01:54:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:54:20.773Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:54:20.774Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:54:20.774Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9e20316-4aed-44d2-9d61-d5be9ea5485d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646013140896,
  "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-02-28T01:54:20.781Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e9e20316-4aed-44d2-9d61-d5be9ea5485d
2022-02-28T01:54:20.781Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e9e20316-4aed-44d2-9d61-d5be9ea5485d 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-02-28T01:54:32.228Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e9e20316-4aed-44d2-9d61-d5be9ea5485d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-28T01:54:32.462Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e9e20316-4aed-44d2-9d61-d5be9ea5485d
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-02-28T01:54:32.465Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-28T01:54:32.466Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-28T01:54:32.466Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-28T01:54:32.466Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-28T01:54:32.466Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-28T01:54:32.466Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-28T01:54:32.466Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-28T01:54:32.466Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-28T01:54:32.466Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-28T01:54:32.466Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-28T01:54:32.467Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-28T01:54:32.467Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||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-02-28T01:54:32.471Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-28T01:55:02.471Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e9e20316-4aed-44d2-9d61-d5be9ea5485d 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-02-28T01:55:02.475Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e9e20316-4aed-44d2-9d61-d5be9ea5485d and serviceModelVersionId: 31343d3d-55a2-42e2-adf6-7731040169e8
2022-02-28T01:55:02.475Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a32bc530-caa1-4348-925b-688d82ced192
2022-02-28T01:55:02.476Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a32bc530-caa1-4348-925b-688d82ced192/model-vers/model-ver/31343d3d-55a2-42e2-adf6-7731040169e8?depth=0
2022-02-28T01:55:02.481Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-02-28T01:55:02.512Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a32bc530-caa1-4348-925b-688d82ced192/model-vers/model-ver/31343d3d-55a2-42e2-adf6-7731040169e8?depth=0|INFO|500||Invoke
2022-02-28T01:55:02.513Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a32bc530-caa1-4348-925b-688d82ced192/model-vers/model-ver/31343d3d-55a2-42e2-adf6-7731040169e8?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a32bc530-caa1-4348-925b-688d82ced192/model-vers/model-ver/31343d3d-55a2-42e2-adf6-7731040169e8?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e9e20316-4aed-44d2-9d61-d5be9ea5485d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[453b26fa-94d5-4e14-88fe-fe086131a9b8], X-ECOMP-RequestID=[e9e20316-4aed-44d2-9d61-d5be9ea5485d], X-TransactionId=[], X-ONAP-RequestID=[e9e20316-4aed-44d2-9d61-d5be9ea5485d], Content-Type=[application/merge-patch+json]}
2022-02-28T01:55:02.532Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a32bc530-caa1-4348-925b-688d82ced192/model-vers/model-ver/31343d3d-55a2-42e2-adf6-7731040169e8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-02-28T01:55:02.896Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a32bc530-caa1-4348-925b-688d82ced192/model-vers/model-ver/31343d3d-55a2-42e2-adf6-7731040169e8?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/a32bc530-caa1-4348-925b-688d82ced192/model-vers/model-ver/31343d3d-55a2-42e2-adf6-7731040169e8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220228-01:55:02:539-2039], vertex-id=[180360], Content-Length=[0], Date=[Mon, 28 Feb 2022 01:55:02 GMT], Content-Type=[application/json]}
2022-02-28T01:55:02.896Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a32bc530-caa1-4348-925b-688d82ced192/model-vers/model-ver/31343d3d-55a2-42e2-adf6-7731040169e8?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-02-28T01:55:02.897Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a32bc530-caa1-4348-925b-688d82ced192/model-vers/model-ver/31343d3d-55a2-42e2-adf6-7731040169e8?depth=0|INFO|500||InvokeReturn
2022-02-28T01:55:02.898Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-28T01:55:02.898Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||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-02-28T01:55:02.903Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||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-02-28T01:55:02.903Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e9e20316-4aed-44d2-9d61-d5be9ea5485d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-02-28T01:55:02.903Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-28T01:55:02.903Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-28T01:55:02.905Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T01:55:02.905Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e9e20316-4aed-44d2-9d61-d5be9ea5485d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646013302903,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-28T01:55:03.006Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T01:55:03.006Z||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-02-28T01:55:03.006Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:55:03.024Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:55:03.025Z||pool-50-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-02-28T01:55:03.917Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:55:03.918Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|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-02-28T01:55:03.918Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:55:08.662Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:55:08.663Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-28T01:55:08.663Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"4509c1b0-386c-4d28-ae89-dfc5bde6a6d5","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"3f31c3e3-fb05-4185-8860-d4c41ab68dea","serviceDescription":"service","serviceInvariantUUID":"e1aa975c-5bfe-41b4-9f25-0065960b4744","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"829bd5c8-1616-4023-a720-1685cf9f5313","resourceInvariantUUID":"54ef0407-13b0-4fd0-b32b-2c603b0143f3","resourceCustomizationUUID":"413dd25d-fb8d-433d-8cb2-8063e6bc1508","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":"NjYwMTVmYmFmNGQ5MmZjNGJmODU1NmI1ZGVhN2MyOTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5087b927-a0e6-49b0-a7f4-fc5708862156","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":"ODYxYzdkOTUzMTFjNjQ1MDFlNzc5MjgzM2FjY2UwMjc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f7b70168-eb19-4374-a9eb-0c919a6a335b","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":"00ec9cf7-42e8-45b5-a12d-4196174240eb","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":"8a2ae122-0f8f-4e8b-b4d2-da7d7a4facc2","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":"52088955-7a2d-4462-8725-221103ed2b79","artifactVersion":"2","generatedFromUUID":"00ec9cf7-42e8-45b5-a12d-4196174240eb"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"OWQ4ZGQzMGVhM2I0NjEwMTEzNzM1MzdiNzYzZGI1MzE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"703c88e0-2fed-40cd-977e-8c40d34330ff","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NmRhODI2YWUyOGU1MjUxZjYyZDgzZmJlZTM0YTU4M2U\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f78b926e-ec08-472a-8edd-0aab01e6c262","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-28T01:55:08.664Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T01:55:08.665Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-28T01:55:08.667Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T01:55:08.667Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4509c1b0-386c-4d28-ae89-dfc5bde6a6d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646013303917,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:55:08.767Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T01:55:08.768Z||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-02-28T01:55:08.768Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:55:08.781Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:55:08.782Z||pool-51-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-28T01:55:09.667Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T01:55:09.668Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-28T01:55:09.670Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T01:55:09.670Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4509c1b0-386c-4d28-ae89-dfc5bde6a6d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646013303917,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-02-28T01:55:09.770Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T01:55:09.771Z||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-02-28T01:55:09.771Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:55:09.784Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:55:09.784Z||pool-52-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-28T01:55:10.670Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T01:55:10.671Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-28T01:55:10.672Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T01:55:10.673Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4509c1b0-386c-4d28-ae89-dfc5bde6a6d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646013303917,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-02-28T01:55:10.773Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T01:55:10.774Z||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-02-28T01:55:10.774Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:55:10.787Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:55:10.787Z||pool-53-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-02-28T01:55:11.674Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T01:55:11.674Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-28T01:55:11.676Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T01:55:11.676Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4509c1b0-386c-4d28-ae89-dfc5bde6a6d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646013303917,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:55:11.776Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T01:55:11.777Z||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-02-28T01:55:11.777Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:55:11.791Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:55:11.791Z||pool-54-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-28T01:55:12.677Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T01:55:12.678Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-28T01:55:12.679Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T01:55:12.679Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4509c1b0-386c-4d28-ae89-dfc5bde6a6d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646013303917,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-02-28T01:55:12.779Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-28T01:55:12.780Z||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-02-28T01:55:12.780Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:55:12.793Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:55:12.793Z||pool-55-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-28T01:55:13.680Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T01:55:13.680Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-28T01:55:13.682Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T01:55:13.683Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4509c1b0-386c-4d28-ae89-dfc5bde6a6d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646013303917,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:55:13.782Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-28T01:55:13.783Z||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-02-28T01:55:13.783Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:55:13.798Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:55:13.799Z||pool-56-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-02-28T01:55:14.683Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T01:55:14.684Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-28T01:55:14.686Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T01:55:14.686Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4509c1b0-386c-4d28-ae89-dfc5bde6a6d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646013303917,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-02-28T01:55:14.786Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T01:55:14.787Z||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-02-28T01:55:14.787Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:55:14.802Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:55:14.802Z||pool-57-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-02-28T01:55:15.688Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "4509c1b0-386c-4d28-ae89-dfc5bde6a6d5",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "3f31c3e3-fb05-4185-8860-d4c41ab68dea",
  "serviceDescription": "service",
  "serviceInvariantUUID": "e1aa975c-5bfe-41b4-9f25-0065960b4744",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "413dd25d-fb8d-433d-8cb2-8063e6bc1508",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "829bd5c8-1616-4023-a720-1685cf9f5313",
      "resourceInvariantUUID": "54ef0407-13b0-4fd0-b32b-2c603b0143f3",
      "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": "ODYxYzdkOTUzMTFjNjQ1MDFlNzc5MjgzM2FjY2UwMjc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "f7b70168-eb19-4374-a9eb-0c919a6a335b",
          "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": "00ec9cf7-42e8-45b5-a12d-4196174240eb",
          "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": "52088955-7a2d-4462-8725-221103ed2b79",
            "generatedFromUUID": "00ec9cf7-42e8-45b5-a12d-4196174240eb"
          },
          "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": "52088955-7a2d-4462-8725-221103ed2b79",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NmRhODI2YWUyOGU1MjUxZjYyZDgzZmJlZTM0YTU4M2U\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f78b926e-ec08-472a-8edd-0aab01e6c262"
    }
  ],
  "workloadContext": "Production"
}
2022-02-28T01:55:15.688Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-28T01:55:15.688Z|e9e20316-4aed-44d2-9d61-d5be9ea5485d|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3f31c3e3-fb05-4185-8860-d4c41ab68dea ASDC
2022-02-28T01:55:15.688Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:4509c1b0-386c-4d28-ae89-dfc5bde6a6d5
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:3f31c3e3-fb05-4185-8860-d4c41ab68dea
ServiceInvariantUUID:e1aa975c-5bfe-41b4-9f25-0065960b4744
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:f78b926e-ec08-472a-8edd-0aab01e6c262
ArtifactChecksum:NmRhODI2YWUyOGU1MjUxZjYyZDgzZmJlZTM0YTU4M2U=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:413dd25d-fb8d-433d-8cb2-8063e6bc1508
ResourceInvariantUUID:54ef0407-13b0-4fd0-b32b-2c603b0143f3
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:829bd5c8-1616-4023-a720-1685cf9f5313
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:f7b70168-eb19-4374-a9eb-0c919a6a335b
ArtifactChecksum:ODYxYzdkOTUzMTFjNjQ1MDFlNzc5MjgzM2FjY2UwMjc=
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:00ec9cf7-42e8-45b5-a12d-4196174240eb
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:52088955-7a2d-4462-8725-221103ed2b79
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:52088955-7a2d-4462-8725-221103ed2b79
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-02-28T01:55:15.689Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3f31c3e3-fb05-4185-8860-d4c41ab68dea 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-02-28T01:55:15.714Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-28T01:55:15.714Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-02-28T01:55:15.714Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-02-28T01:55:15.714Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: f78b926e-ec08-472a-8edd-0aab01e6c262 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-02-28T01:55:15.714Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-02-28T01:55:15.714Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-02-28T01:55:15.946Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-02-28T01:55:15.951Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar f78b926e-ec08-472a-8edd-0aab01e6c262 71064
2022-02-28T01:55:15.951Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-02-28T01:55:15.951Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-02-28T01:55:15.951Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-28T01:55:15.952Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-28T01:55:15.953Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T01:55:15.954Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4509c1b0-386c-4d28-ae89-dfc5bde6a6d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646013315951,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-28T01:55:16.054Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T01:55:16.054Z||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-02-28T01:55:16.055Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:55:16.068Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:55:16.068Z||pool-58-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-28T01:55:16.954Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-28T01:55:16.956Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-02-28T01:55:16.957Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: f78b926e-ec08-472a-8edd-0aab01e6c262, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-02-28T01:55:16.957Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-02-28T01:55:16.957Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-02-28T01:55:16.957Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-02-28T01:55:17.053Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16675783738132852591/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-02-28T01:55:17.788Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-28T01:55:17.789Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-02-28T01:55:17.789Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-02-28T01:55:17.789Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-02-28T01:55:17.789Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||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-02-28T01:55:17.789Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||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-02-28T01:55:17.789Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||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-02-28T01:55:17.789Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||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-02-28T01:55:17.789Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||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-02-28T01:55:17.789Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||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-02-28T01:55:17.789Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||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-02-28T01:55:17.789Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||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-02-28T01:55:17.789Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||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-02-28T01:55:17.789Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-02-28T01:55:17.789Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T01:55:17.789Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T01:55:17.789Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-02-28T01:55:17.789Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-02-28T01:55:17.789Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-28T01:55:17.790Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T01:55:17.790Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T01:55:17.790Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-02-28T01:55:17.790Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-02-28T01:55:17.790Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-28T01:55:17.790Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T01:55:17.790Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T01:55:17.790Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T01:55:17.790Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-02-28T01:55:17.790Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-02-28T01:55:17.790Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-02-28T01:55:17.790Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-02-28T01:55:17.790Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-02-28T01:55:17.790Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-02-28T01:55:17.790Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T01:55:17.790Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-28T01:55:17.791Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T01:55:17.791Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-02-28T01:55:17.791Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-28T01:55:17.791Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T01:55:17.791Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-02-28T01:55:17.791Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-28T01:55:17.791Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T01:55:17.791Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-02-28T01:55:17.791Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-28T01:55:17.791Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T01:55:17.791Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-02-28T01:55:17.791Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-02-28T01:55:17.791Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-02-28T01:55:17.791Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=e1ab50ca-fb0d-42a4-8153-9c4a8c27041b
2022-02-28T01:55:17.792Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T01:55:17.792Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T01:55:17.792Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T01:55:17.792Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T01:55:17.792Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T01:55:17.792Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T01:55:17.792Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T01:55:17.792Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T01:55:17.792Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:3f31c3e3-fb05-4185-8860-d4c41ab68dea
Model Version:NULL
Model InvariantUuid:e1aa975c-5bfe-41b4-9f25-0065960b4744
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:7155eb67-34ca-469b-a9ed-7569060c74b8
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:54ef0407-13b0-4fd0-b32b-2c603b0143f3
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:413dd25d-fb8d-433d-8cb2-8063e6bc1508
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:598d576d-971c-484d-8460-ddbffa98f46f
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:2dd60efa-6687-4349-b720-8ffd50fa84d6
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:e1ab50ca-fb0d-42a4-8153-9c4a8c27041b
ModelInvariantUuid:881147c5-5835-48ab-9c93-659381cd76ab
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:df2f85d5-3071-4941-b808-bb37cae1b24b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:4435fbc9-7c66-438f-85c4-89052f0b1483
ModelInvariantUuid:69ed31cf-6bae-4600-9aec-90f1a1cdf4e4
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:b064cf43-8eda-4dbd-badd-1bbe7e25fa65
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-02-28T01:55:17.797Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 829bd5c8-1616-4023-a720-1685cf9f5313
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-02-28T01:55:17.799Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||INFO|500||basic_vm 0
2022-02-28T01:55:17.799Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 829bd5c8-1616-4023-a720-1685cf9f5313
2022-02-28T01:55:17.799Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: f7b70168-eb19-4374-a9eb-0c919a6a335b from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-02-28T01:55:17.799Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-02-28T01:55:17.799Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||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-02-28T01:55:17.952Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-02-28T01:55:17.953Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json f7b70168-eb19-4374-a9eb-0c919a6a335b 787
2022-02-28T01:55:17.953Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||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-02-28T01:55:17.953Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||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-02-28T01:55:17.953Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-28T01:55:17.953Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-28T01:55:17.955Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T01:55:17.955Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4509c1b0-386c-4d28-ae89-dfc5bde6a6d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646013317953,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-28T01:55:18.055Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T01:55:18.056Z||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-02-28T01:55:18.056Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:55:18.071Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:55:18.071Z||pool-59-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-28T01:55:18.956Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "598d576d-971c-484d-8460-ddbffa98f46f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2dd60efa-6687-4349-b720-8ffd50fa84d6",
    "vfModuleModelCustomizationUUID": "19684859-eb38-4d45-a19d-e3197b5490a6",
    "isBase": true,
    "artifacts": [
      "00ec9cf7-42e8-45b5-a12d-4196174240eb",
      "52088955-7a2d-4462-8725-221103ed2b79"
    ],
    "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-02-28T01:55:18.961Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2dd60efa-6687-4349-b720-8ffd50fa84d6
VfModuleModelInvariantUUID:598d576d-971c-484d-8460-ddbffa98f46f
VfModuleModelDescription:NULL
Artifacts UUID List:{
00ec9cf7-42e8-45b5-a12d-4196174240eb
,
52088955-7a2d-4462-8725-221103ed2b79

}
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-02-28T01:55:18.963Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "598d576d-971c-484d-8460-ddbffa98f46f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2dd60efa-6687-4349-b720-8ffd50fa84d6",
    "vfModuleModelCustomizationUUID": "19684859-eb38-4d45-a19d-e3197b5490a6",
    "isBase": true,
    "artifacts": [
      "00ec9cf7-42e8-45b5-a12d-4196174240eb",
      "52088955-7a2d-4462-8725-221103ed2b79"
    ],
    "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-02-28T01:55:18.963Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2dd60efa-6687-4349-b720-8ffd50fa84d6
VfModuleModelInvariantUUID:598d576d-971c-484d-8460-ddbffa98f46f
VfModuleModelDescription:NULL
Artifacts UUID List:{
00ec9cf7-42e8-45b5-a12d-4196174240eb
,
52088955-7a2d-4462-8725-221103ed2b79

}
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-02-28T01:55:18.963Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 00ec9cf7-42e8-45b5-a12d-4196174240eb from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-02-28T01:55:18.963Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-02-28T01:55:18.963Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||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-02-28T01:55:19.141Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-02-28T01:55:19.141Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 00ec9cf7-42e8-45b5-a12d-4196174240eb 5033
2022-02-28T01:55:19.141Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||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-02-28T01:55:19.142Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||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-02-28T01:55:19.142Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-28T01:55:19.142Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-28T01:55:19.144Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T01:55:19.144Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4509c1b0-386c-4d28-ae89-dfc5bde6a6d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646013319141,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-28T01:55:19.244Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T01:55:19.245Z||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-02-28T01:55:19.245Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:55:19.261Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:55:19.261Z||pool-60-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-02-28T01:55:20.145Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 52088955-7a2d-4462-8725-221103ed2b79 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-02-28T01:55:20.145Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-02-28T01:55:20.146Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||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-02-28T01:55:20.349Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-02-28T01:55:20.349Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 52088955-7a2d-4462-8725-221103ed2b79 903
2022-02-28T01:55:20.349Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||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-02-28T01:55:20.350Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||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-02-28T01:55:20.350Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-28T01:55:20.350Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-28T01:55:20.352Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T01:55:20.352Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4509c1b0-386c-4d28-ae89-dfc5bde6a6d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646013320349,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-02-28T01:55:20.452Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T01:55:20.453Z||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-02-28T01:55:20.453Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:55:20.467Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:55:20.467Z||pool-61-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-28T01:55:20.748Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:55:20.749Z||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-02-28T01:55:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:55:20.772Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:55:20.773Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:55:20.773Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9e20316-4aed-44d2-9d61-d5be9ea5485d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646013140747,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjylrrs1ve8q4v6owfvo/1.0/resourceInstances/pnfac81766329500/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:55:20.773Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:55:20.774Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:55:20.774Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9e20316-4aed-44d2-9d61-d5be9ea5485d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646013140747,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjylrrs1ve8q4v6owfvo/1.0/resourceInstances/pnfac81766329500/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:55:20.774Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:55:20.774Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:55:20.774Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9e20316-4aed-44d2-9d61-d5be9ea5485d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646013140747,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjylrrs1ve8q4v6owfvo/1.0/resourceInstances/pnfac81766329500/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:55:20.774Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:55:20.774Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:55:20.774Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9e20316-4aed-44d2-9d61-d5be9ea5485d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646013140747,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjylrrs1ve8q4v6owfvo/1.0/resourceInstances/pnfac81766329500/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:55:20.774Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:55:20.775Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:55:20.775Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9e20316-4aed-44d2-9d61-d5be9ea5485d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646013140747,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjylrrs1ve8q4v6owfvo/1.0/resourceInstances/pnfac81766329500/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:55:20.775Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:55:20.775Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:55:20.775Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9e20316-4aed-44d2-9d61-d5be9ea5485d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646013140747,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjylrrs1ve8q4v6owfvo/1.0/resourceInstances/pnfac81766329500/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:55:20.775Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:55:20.775Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:55:20.775Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9e20316-4aed-44d2-9d61-d5be9ea5485d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646013140747,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjylrrs1ve8q4v6owfvo/1.0/artifacts/service-DemoPnfSjylrrs1ve8q4v6owfvo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:55:20.775Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:55:20.775Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:55:20.776Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9e20316-4aed-44d2-9d61-d5be9ea5485d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646013140747,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjylrrs1ve8q4v6owfvo/1.0/artifacts/service-DemoPnfSjylrrs1ve8q4v6owfvo-csar.csar",
  "status": "NOTIFIED"
}
2022-02-28T01:55:20.776Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:55:20.776Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:55:20.776Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9e20316-4aed-44d2-9d61-d5be9ea5485d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646013149491,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjylrrs1ve8q4v6owfvo/1.0/artifacts/service-DemoPnfSjylrrs1ve8q4v6owfvo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-28T01:55:20.776Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:55:20.776Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:55:20.776Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9e20316-4aed-44d2-9d61-d5be9ea5485d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646013151174,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjylrrs1ve8q4v6owfvo/1.0/artifacts/service-DemoPnfSjylrrs1ve8q4v6owfvo-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-28T01:55:20.776Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:55:21.352Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 3f31c3e3-fb05-4185-8860-d4c41ab68dea
2022-02-28T01:55:21.353Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 829bd5c8-1616-4023-a720-1685cf9f5313 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-02-28T01:55:21.364Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1601f909, org.onap.sdc.toscaparser.api.parameters.Input@4196d270, org.onap.sdc.toscaparser.api.parameters.Input@6f68f0b5, org.onap.sdc.toscaparser.api.parameters.Input@646f9a0d, org.onap.sdc.toscaparser.api.parameters.Input@7d3ffe38]
2022-02-28T01:55:21.365Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T01:55:21.365Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T01:55:21.365Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2022-02-28T01:55:21.365Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 413dd25d-fb8d-433d-8cb2-8063e6bc1508
2022-02-28T01:55:21.365Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 413dd25d-fb8d-433d-8cb2-8063e6bc1508 matches Tosca VF Customization UUID: 413dd25d-fb8d-433d-8cb2-8063e6bc1508
2022-02-28T01:55:21.365Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 413dd25d-fb8d-433d-8cb2-8063e6bc1508  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-02-28T01:55:21.367Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T01:55:21.367Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T01:55:21.367Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 413dd25d-fb8d-433d-8cb2-8063e6bc1508: {\"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-02-28T01:55:21.367Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3a2f4ba7
2022-02-28T01:55:21.367Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T01:55:21.367Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-28T01:55:21.368Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 19684859-eb38-4d45-a19d-e3197b5490a6
2022-02-28T01:55:21.368Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 19684859-eb38-4d45-a19d-e3197b5490a6
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-02-28T01:55:21.369Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T01:55:21.370Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-02-28T01:55:21.370Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-28T01:55:21.370Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T01:55:21.370Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-02-28T01:55:21.370Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-28T01:55:21.370Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T01:55:21.370Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-02-28T01:55:21.370Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-02-28T01:55:21.370Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-02-28T01:55:21.370Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=e1ab50ca-fb0d-42a4-8153-9c4a8c27041b
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-02-28T01:55:21.372Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T01:55:21.372Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-02-28T01:55:21.372Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-28T01:55:21.372Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T01:55:21.372Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-02-28T01:55:21.372Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=413dd25d-fb8d-433d-8cb2-8063e6bc1508
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-02-28T01:55:21.374Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T01:55:21.374Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T01:55:21.374Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 3f31c3e3-fb05-4185-8860-d4c41ab68dea: basic_vm
2022-02-28T01:55:21.374Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T01:55:21.374Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T01:55:21.374Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T01:55:21.374Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T01:55:21.374Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T01:55:21.374Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T01:55:21.374Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T01:55:21.374Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T01:55:21.374Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T01:55:21.375Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T01:55:21.375Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||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-02-28T01:55:21.446Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 829bd5c8-1616-4023-a720-1685cf9f5313 1 ASDC deployResourceStructure
2022-02-28T01:55:21.447Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||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-02-28T01:55:21.447Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||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-02-28T01:55:21.447Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-28T01:55:21.447Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-28T01:55:21.449Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T01:55:21.449Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4509c1b0-386c-4d28-ae89-dfc5bde6a6d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646013321447,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-28T01:55:21.549Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T01:55:21.550Z||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-02-28T01:55:21.550Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:55:21.564Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:55:21.564Z||pool-62-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-28T01:55:22.449Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||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-02-28T01:55:22.450Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||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-02-28T01:55:22.450Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-28T01:55:22.450Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-28T01:55:22.452Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T01:55:22.453Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4509c1b0-386c-4d28-ae89-dfc5bde6a6d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646013322449,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-02-28T01:55:22.553Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T01:55:22.553Z||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-02-28T01:55:22.553Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:55:22.566Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:55:22.567Z||pool-63-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-28T01:55:23.453Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||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-02-28T01:55:23.454Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||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-02-28T01:55:23.454Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-28T01:55:23.454Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-28T01:55:23.466Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T01:55:23.467Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4509c1b0-386c-4d28-ae89-dfc5bde6a6d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646013323453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-02-28T01:55:23.565Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-02-28T01:55:23.566Z||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-02-28T01:55:23.566Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:55:23.579Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:55:23.579Z||pool-64-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-28T01:55:24.467Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-02-28T01:55:24.468Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-02-28T01:55:24.468Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-28T01:55:24.468Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-28T01:55:24.470Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T01:55:24.470Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4509c1b0-386c-4d28-ae89-dfc5bde6a6d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646013324467,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-28T01:55:24.571Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-28T01:55:24.571Z||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-02-28T01:55:24.571Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:55:24.584Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:55:24.584Z||pool-65-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-02-28T01:55:25.471Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4509c1b0-386c-4d28-ae89-dfc5bde6a6d5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-28T01:55:25.482Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4509c1b0-386c-4d28-ae89-dfc5bde6a6d5
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-02-28T01:55:25.484Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-28T01:55:25.484Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-28T01:55:25.484Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-28T01:55:55.484Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4509c1b0-386c-4d28-ae89-dfc5bde6a6d5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-28T01:55:55.493Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4509c1b0-386c-4d28-ae89-dfc5bde6a6d5
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-02-28T01:55:55.495Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-28T01:55:55.495Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-28T01:55:55.495Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-28T01:56:20.748Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:56:20.749Z||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-02-28T01:56:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:56:20.780Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:56:20.781Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:56:20.781Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4509c1b0-386c-4d28-ae89-dfc5bde6a6d5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646013226013,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:56:20.782Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:56:20.782Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:56:20.782Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4509c1b0-386c-4d28-ae89-dfc5bde6a6d5",
  "consumerID": "policy-id",
  "timestamp": 1646013229540,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:56:20.782Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:56:20.782Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:56:20.783Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4509c1b0-386c-4d28-ae89-dfc5bde6a6d5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646013233449,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:56:20.783Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:56:20.783Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:56:20.783Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4509c1b0-386c-4d28-ae89-dfc5bde6a6d5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646013226013,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:56:20.783Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:56:20.783Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:56:20.783Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4509c1b0-386c-4d28-ae89-dfc5bde6a6d5",
  "consumerID": "policy-id",
  "timestamp": 1646013229540,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:56:20.783Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:56:20.783Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:56:20.783Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4509c1b0-386c-4d28-ae89-dfc5bde6a6d5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646013233449,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-02-28T01:56:20.783Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:56:20.783Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:56:20.784Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4509c1b0-386c-4d28-ae89-dfc5bde6a6d5",
  "consumerID": "cds",
  "timestamp": 1646013234596,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:56:20.784Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:56:20.784Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:56:20.784Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4509c1b0-386c-4d28-ae89-dfc5bde6a6d5",
  "consumerID": "clamp",
  "timestamp": 1646013234653,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:56:20.784Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:56:20.784Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:56:20.784Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4509c1b0-386c-4d28-ae89-dfc5bde6a6d5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646013226013,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:56:20.784Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:56:20.784Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:56:20.784Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4509c1b0-386c-4d28-ae89-dfc5bde6a6d5",
  "consumerID": "policy-id",
  "timestamp": 1646013229540,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-02-28T01:56:20.784Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:56:20.784Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:56:20.784Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4509c1b0-386c-4d28-ae89-dfc5bde6a6d5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646013233449,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-02-28T01:56:20.785Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:56:20.785Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:56:20.785Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4509c1b0-386c-4d28-ae89-dfc5bde6a6d5",
  "consumerID": "cds",
  "timestamp": 1646013234596,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:56:20.785Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:56:20.785Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:56:20.785Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4509c1b0-386c-4d28-ae89-dfc5bde6a6d5",
  "consumerID": "clamp",
  "timestamp": 1646013234653,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-02-28T01:56:20.785Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:56:20.785Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:56:20.785Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4509c1b0-386c-4d28-ae89-dfc5bde6a6d5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646013226013,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:56:20.785Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:56:20.785Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:56:20.785Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4509c1b0-386c-4d28-ae89-dfc5bde6a6d5",
  "consumerID": "policy-id",
  "timestamp": 1646013229540,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:56:20.785Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:56:20.785Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:56:20.786Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4509c1b0-386c-4d28-ae89-dfc5bde6a6d5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646013233449,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:56:20.786Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:56:20.786Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:56:20.786Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4509c1b0-386c-4d28-ae89-dfc5bde6a6d5",
  "consumerID": "cds",
  "timestamp": 1646013234596,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:56:20.786Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:56:20.786Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:56:20.786Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4509c1b0-386c-4d28-ae89-dfc5bde6a6d5",
  "consumerID": "clamp",
  "timestamp": 1646013234653,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:56:20.786Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:56:20.786Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:56:20.786Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4509c1b0-386c-4d28-ae89-dfc5bde6a6d5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646013226013,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:56:20.786Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:56:20.786Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:56:20.786Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4509c1b0-386c-4d28-ae89-dfc5bde6a6d5",
  "consumerID": "policy-id",
  "timestamp": 1646013229540,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:56:20.786Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:56:20.786Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:56:20.786Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4509c1b0-386c-4d28-ae89-dfc5bde6a6d5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646013233449,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-02-28T01:56:20.786Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:56:20.786Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:56:20.787Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4509c1b0-386c-4d28-ae89-dfc5bde6a6d5",
  "consumerID": "cds",
  "timestamp": 1646013234596,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:56:20.787Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:56:20.787Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:56:20.787Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4509c1b0-386c-4d28-ae89-dfc5bde6a6d5",
  "consumerID": "clamp",
  "timestamp": 1646013234653,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:56:20.787Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:56:20.787Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:56:20.787Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4509c1b0-386c-4d28-ae89-dfc5bde6a6d5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646013226013,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:56:20.787Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:56:20.787Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:56:20.787Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4509c1b0-386c-4d28-ae89-dfc5bde6a6d5",
  "consumerID": "policy-id",
  "timestamp": 1646013229540,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:56:20.787Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:56:20.787Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:56:20.787Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4509c1b0-386c-4d28-ae89-dfc5bde6a6d5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646013233449,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:56:20.787Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:56:20.787Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:56:20.787Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4509c1b0-386c-4d28-ae89-dfc5bde6a6d5",
  "consumerID": "cds",
  "timestamp": 1646013234596,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:56:20.787Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:56:20.788Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:56:20.788Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4509c1b0-386c-4d28-ae89-dfc5bde6a6d5",
  "consumerID": "clamp",
  "timestamp": 1646013234653,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:56:20.788Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:56:20.788Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:56:20.788Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4509c1b0-386c-4d28-ae89-dfc5bde6a6d5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646013226013,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:56:20.788Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:56:20.788Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:56:20.788Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4509c1b0-386c-4d28-ae89-dfc5bde6a6d5",
  "consumerID": "policy-id",
  "timestamp": 1646013229540,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-02-28T01:56:20.788Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:56:20.788Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:56:20.788Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4509c1b0-386c-4d28-ae89-dfc5bde6a6d5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646013233449,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-02-28T01:56:20.788Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:56:20.788Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:56:20.788Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4509c1b0-386c-4d28-ae89-dfc5bde6a6d5",
  "consumerID": "cds",
  "timestamp": 1646013234596,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:56:20.788Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:56:20.788Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:56:20.788Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4509c1b0-386c-4d28-ae89-dfc5bde6a6d5",
  "consumerID": "clamp",
  "timestamp": 1646013234653,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:56:20.789Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:56:20.789Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:56:20.789Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4509c1b0-386c-4d28-ae89-dfc5bde6a6d5",
  "consumerID": "cds",
  "timestamp": 1646013234596,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-02-28T01:56:20.789Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:56:20.789Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:56:20.789Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4509c1b0-386c-4d28-ae89-dfc5bde6a6d5",
  "consumerID": "clamp",
  "timestamp": 1646013234653,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-02-28T01:56:20.789Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:56:20.789Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:56:20.789Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4509c1b0-386c-4d28-ae89-dfc5bde6a6d5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646013241316,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-28T01:56:20.789Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:56:20.789Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:56:20.789Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4509c1b0-386c-4d28-ae89-dfc5bde6a6d5",
  "consumerID": "policy-id",
  "timestamp": 1646013241304,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-28T01:56:20.789Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:56:20.789Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:56:20.789Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4509c1b0-386c-4d28-ae89-dfc5bde6a6d5",
  "consumerID": "policy-id",
  "timestamp": 1646013242308,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-28T01:56:20.789Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:56:20.789Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:56:20.789Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4509c1b0-386c-4d28-ae89-dfc5bde6a6d5",
  "consumerID": "cds",
  "timestamp": 1646013242400,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-28T01:56:20.789Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:56:20.790Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:56:20.790Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4509c1b0-386c-4d28-ae89-dfc5bde6a6d5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646013242503,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-28T01:56:20.790Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:56:20.790Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:56:20.790Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4509c1b0-386c-4d28-ae89-dfc5bde6a6d5",
  "consumerID": "policy-id",
  "timestamp": 1646013243312,
  "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-02-28T01:56:21.054Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4509c1b0-386c-4d28-ae89-dfc5bde6a6d5
2022-02-28T01:56:21.054Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4509c1b0-386c-4d28-ae89-dfc5bde6a6d5 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-02-28T01:56:21.062Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:56:21.062Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4509c1b0-386c-4d28-ae89-dfc5bde6a6d5",
  "consumerID": "cds",
  "timestamp": 1646013243404,
  "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=?
2022-02-28T01:56:21.066Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4509c1b0-386c-4d28-ae89-dfc5bde6a6d5
2022-02-28T01:56:21.066Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4509c1b0-386c-4d28-ae89-dfc5bde6a6d5 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-02-28T01:56:21.071Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:56:21.071Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4509c1b0-386c-4d28-ae89-dfc5bde6a6d5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646013243699,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-02-28T01:56:21.071Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:56:21.072Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:56:21.072Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4509c1b0-386c-4d28-ae89-dfc5bde6a6d5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646013244731,
  "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-02-28T01:56:21.075Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4509c1b0-386c-4d28-ae89-dfc5bde6a6d5
2022-02-28T01:56:21.075Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4509c1b0-386c-4d28-ae89-dfc5bde6a6d5 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-02-28T01:56:21.080Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:56:21.080Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4509c1b0-386c-4d28-ae89-dfc5bde6a6d5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646013245734,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-28T01:56:21.080Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:56:21.080Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:56:21.080Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4509c1b0-386c-4d28-ae89-dfc5bde6a6d5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646013249393,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:56:21.080Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:56:21.081Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:56:21.081Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4509c1b0-386c-4d28-ae89-dfc5bde6a6d5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646013249393,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:56:21.081Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:56:21.081Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:56:21.081Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4509c1b0-386c-4d28-ae89-dfc5bde6a6d5",
  "consumerID": "clamp",
  "timestamp": 1646013251048,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-28T01:56:21.081Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:56:21.081Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:56:21.081Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4509c1b0-386c-4d28-ae89-dfc5bde6a6d5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646013249393,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:56:21.081Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:56:21.081Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:56:21.081Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4509c1b0-386c-4d28-ae89-dfc5bde6a6d5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646013249393,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:56:21.081Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:56:21.081Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:56:21.081Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4509c1b0-386c-4d28-ae89-dfc5bde6a6d5",
  "consumerID": "clamp",
  "timestamp": 1646013253056,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-28T01:56:21.081Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:56:21.081Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:56:21.081Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4509c1b0-386c-4d28-ae89-dfc5bde6a6d5",
  "consumerID": "aai-ml",
  "timestamp": 1646013252469,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:56:21.081Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:56:21.081Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:56:21.082Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4509c1b0-386c-4d28-ae89-dfc5bde6a6d5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646013249393,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:56:21.082Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:56:21.082Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:56:21.082Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4509c1b0-386c-4d28-ae89-dfc5bde6a6d5",
  "consumerID": "clamp",
  "timestamp": 1646013254059,
  "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-02-28T01:56:21.085Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4509c1b0-386c-4d28-ae89-dfc5bde6a6d5
2022-02-28T01:56:21.085Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4509c1b0-386c-4d28-ae89-dfc5bde6a6d5 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-02-28T01:56:21.090Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:56:21.090Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4509c1b0-386c-4d28-ae89-dfc5bde6a6d5",
  "consumerID": "aai-ml",
  "timestamp": 1646013252469,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:56:21.091Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:56:21.091Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:56:21.091Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4509c1b0-386c-4d28-ae89-dfc5bde6a6d5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646013249393,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:56:21.091Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:56:21.091Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:56:21.091Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4509c1b0-386c-4d28-ae89-dfc5bde6a6d5",
  "consumerID": "aai-ml",
  "timestamp": 1646013252469,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:56:21.091Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:56:21.091Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:56:21.091Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4509c1b0-386c-4d28-ae89-dfc5bde6a6d5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646013249393,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-02-28T01:56:21.091Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:56:21.091Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:56:21.091Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4509c1b0-386c-4d28-ae89-dfc5bde6a6d5",
  "consumerID": "aai-ml",
  "timestamp": 1646013252469,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:56:21.091Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:56:21.091Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:56:21.091Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4509c1b0-386c-4d28-ae89-dfc5bde6a6d5",
  "consumerID": "aai-ml",
  "timestamp": 1646013252469,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:56:21.091Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:56:21.091Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:56:21.091Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4509c1b0-386c-4d28-ae89-dfc5bde6a6d5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646013257250,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-28T01:56:21.091Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:56:21.091Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:56:21.091Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4509c1b0-386c-4d28-ae89-dfc5bde6a6d5",
  "consumerID": "aai-ml",
  "timestamp": 1646013252469,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:56:21.091Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:56:21.092Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:56:21.092Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4509c1b0-386c-4d28-ae89-dfc5bde6a6d5",
  "consumerID": "aai-ml",
  "timestamp": 1646013252469,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-02-28T01:56:21.092Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:56:21.092Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:56:21.092Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4509c1b0-386c-4d28-ae89-dfc5bde6a6d5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646013259226,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-28T01:56:21.092Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:56:21.092Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:56:21.092Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4509c1b0-386c-4d28-ae89-dfc5bde6a6d5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646013260228,
  "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-02-28T01:56:21.095Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4509c1b0-386c-4d28-ae89-dfc5bde6a6d5
2022-02-28T01:56:21.095Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4509c1b0-386c-4d28-ae89-dfc5bde6a6d5 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-02-28T01:56:21.101Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:56:21.101Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4509c1b0-386c-4d28-ae89-dfc5bde6a6d5",
  "consumerID": "aai-ml",
  "timestamp": 1646013260254,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-28T01:56:21.101Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:56:25.495Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4509c1b0-386c-4d28-ae89-dfc5bde6a6d5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-28T01:56:25.506Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4509c1b0-386c-4d28-ae89-dfc5bde6a6d5
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-02-28T01:56:25.509Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-28T01:56:25.509Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-28T01:56:25.509Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-28T01:56:55.509Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4509c1b0-386c-4d28-ae89-dfc5bde6a6d5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-28T01:56:55.519Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4509c1b0-386c-4d28-ae89-dfc5bde6a6d5
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-02-28T01:56:55.522Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-28T01:56:55.522Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-28T01:56:55.522Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-28T01:57:20.748Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:57:20.749Z||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-02-28T01:57:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:57:20.779Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:57:20.780Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:57:20.780Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4509c1b0-386c-4d28-ae89-dfc5bde6a6d5",
  "consumerID": "aai-ml",
  "timestamp": 1646013265376,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-28T01:57:20.781Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:57:20.781Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:57:20.781Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4509c1b0-386c-4d28-ae89-dfc5bde6a6d5",
  "consumerID": "aai-ml",
  "timestamp": 1646013266379,
  "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-02-28T01:57:20.787Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4509c1b0-386c-4d28-ae89-dfc5bde6a6d5
2022-02-28T01:57:20.787Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4509c1b0-386c-4d28-ae89-dfc5bde6a6d5 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-02-28T01:57:20.794Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:57:20.794Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9e20316-4aed-44d2-9d61-d5be9ea5485d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646013302903,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-28T01:57:20.794Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:57:20.795Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:57:20.795Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4509c1b0-386c-4d28-ae89-dfc5bde6a6d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646013303917,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:57:20.795Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:57:20.795Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:57:20.795Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4509c1b0-386c-4d28-ae89-dfc5bde6a6d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646013303917,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-02-28T01:57:20.795Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:57:20.795Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:57:20.795Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4509c1b0-386c-4d28-ae89-dfc5bde6a6d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646013303917,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-02-28T01:57:20.795Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:57:20.795Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:57:20.795Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4509c1b0-386c-4d28-ae89-dfc5bde6a6d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646013303917,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:57:20.795Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:57:20.796Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:57:20.796Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4509c1b0-386c-4d28-ae89-dfc5bde6a6d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646013303917,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-02-28T01:57:20.796Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:57:20.796Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:57:20.796Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4509c1b0-386c-4d28-ae89-dfc5bde6a6d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646013303917,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T01:57:20.796Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:57:20.796Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:57:20.796Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4509c1b0-386c-4d28-ae89-dfc5bde6a6d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646013303917,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-02-28T01:57:20.796Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T01:57:20.796Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:57:20.796Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4509c1b0-386c-4d28-ae89-dfc5bde6a6d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646013315951,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-28T01:57:20.796Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:57:20.796Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:57:20.796Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4509c1b0-386c-4d28-ae89-dfc5bde6a6d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646013317953,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-28T01:57:20.797Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:57:20.797Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:57:20.797Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4509c1b0-386c-4d28-ae89-dfc5bde6a6d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646013319141,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-28T01:57:20.797Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:57:20.797Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:57:20.797Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4509c1b0-386c-4d28-ae89-dfc5bde6a6d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646013320349,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-02-28T01:57:20.797Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:57:25.522Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4509c1b0-386c-4d28-ae89-dfc5bde6a6d5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-28T01:57:25.532Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4509c1b0-386c-4d28-ae89-dfc5bde6a6d5
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-02-28T01:57:25.535Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-28T01:57:25.535Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-28T01:57:25.535Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-28T01:57:25.535Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-28T01:57:25.535Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-28T01:57:25.536Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-28T01:57:25.536Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-28T01:57:25.536Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-28T01:57:25.536Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-28T01:57:25.536Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-28T01:57:25.536Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||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-02-28T01:57:25.542Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-28T01:57:55.542Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4509c1b0-386c-4d28-ae89-dfc5bde6a6d5 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-02-28T01:57:55.547Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4509c1b0-386c-4d28-ae89-dfc5bde6a6d5 and serviceModelVersionId: 3f31c3e3-fb05-4185-8860-d4c41ab68dea
2022-02-28T01:57:55.547Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e1aa975c-5bfe-41b4-9f25-0065960b4744
2022-02-28T01:57:55.548Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e1aa975c-5bfe-41b4-9f25-0065960b4744/model-vers/model-ver/3f31c3e3-fb05-4185-8860-d4c41ab68dea?depth=0
2022-02-28T01:57:55.554Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-02-28T01:57:55.580Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1aa975c-5bfe-41b4-9f25-0065960b4744/model-vers/model-ver/3f31c3e3-fb05-4185-8860-d4c41ab68dea?depth=0|INFO|500||Invoke
2022-02-28T01:57:55.580Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1aa975c-5bfe-41b4-9f25-0065960b4744/model-vers/model-ver/3f31c3e3-fb05-4185-8860-d4c41ab68dea?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1aa975c-5bfe-41b4-9f25-0065960b4744/model-vers/model-ver/3f31c3e3-fb05-4185-8860-d4c41ab68dea?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4509c1b0-386c-4d28-ae89-dfc5bde6a6d5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a13acc9a-8572-4cc7-9bd3-41b010dda0a1], X-ECOMP-RequestID=[4509c1b0-386c-4d28-ae89-dfc5bde6a6d5], X-TransactionId=[], X-ONAP-RequestID=[4509c1b0-386c-4d28-ae89-dfc5bde6a6d5], Content-Type=[application/merge-patch+json]}
2022-02-28T01:57:55.600Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1aa975c-5bfe-41b4-9f25-0065960b4744/model-vers/model-ver/3f31c3e3-fb05-4185-8860-d4c41ab68dea?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-02-28T01:57:55.667Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1aa975c-5bfe-41b4-9f25-0065960b4744/model-vers/model-ver/3f31c3e3-fb05-4185-8860-d4c41ab68dea?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/e1aa975c-5bfe-41b4-9f25-0065960b4744/model-vers/model-ver/3f31c3e3-fb05-4185-8860-d4c41ab68dea?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220228-01:57:55:606-44680], vertex-id=[229464], Content-Length=[0], Date=[Mon, 28 Feb 2022 01:57:55 GMT], Content-Type=[application/json]}
2022-02-28T01:57:55.667Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1aa975c-5bfe-41b4-9f25-0065960b4744/model-vers/model-ver/3f31c3e3-fb05-4185-8860-d4c41ab68dea?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-02-28T01:57:55.668Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1aa975c-5bfe-41b4-9f25-0065960b4744/model-vers/model-ver/3f31c3e3-fb05-4185-8860-d4c41ab68dea?depth=0|INFO|500||InvokeReturn
2022-02-28T01:57:55.668Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-28T01:57:55.668Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||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-02-28T01:57:55.672Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||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-02-28T01:57:55.672Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4509c1b0-386c-4d28-ae89-dfc5bde6a6d5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-02-28T01:57:55.672Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-28T01:57:55.672Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-28T01:57:55.674Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T01:57:55.675Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4509c1b0-386c-4d28-ae89-dfc5bde6a6d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646013475672,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-28T01:57:55.775Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T01:57:55.776Z||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-02-28T01:57:55.776Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T01:57:55.794Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:57:55.794Z||pool-66-thread-1|||||INFO|500||cambria reply ok (19 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-02-28T01:57:56.687Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:57:56.687Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|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-02-28T01:57:56.687Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:58:06.988Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:58:06.989Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:58:06.990Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|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-02-28T01:58:06.990Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:58:16.532Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:58:16.532Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:58:16.533Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|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-02-28T01:58:16.533Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:58:20.748Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:58:20.749Z||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-02-28T01:58:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:58:20.773Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:58:20.774Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:58:20.774Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4509c1b0-386c-4d28-ae89-dfc5bde6a6d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646013321447,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-28T01:58:20.774Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:58:20.774Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:58:20.774Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4509c1b0-386c-4d28-ae89-dfc5bde6a6d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646013322449,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-02-28T01:58:20.775Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:58:20.775Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:58:20.775Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4509c1b0-386c-4d28-ae89-dfc5bde6a6d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646013323453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-02-28T01:58:20.775Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:58:20.775Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T01:58:20.775Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4509c1b0-386c-4d28-ae89-dfc5bde6a6d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646013324467,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-28T01:58:20.775Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:58:26.080Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:58:26.080Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:58:26.081Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|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-02-28T01:58:26.081Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:58:35.622Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:58:35.623Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:58:35.623Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|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-02-28T01:58:35.623Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:58:45.160Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:59:20.747Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:59:20.748Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|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-02-28T01:59:20.748Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:59:20.748Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T01:59:20.749Z||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-02-28T01:59:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T01:59:21.275Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T01:59:21.275Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-28T01:59:21.275Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4509c1b0-386c-4d28-ae89-dfc5bde6a6d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646013475672,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-28T01:59:21.276Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T01:59:30.291Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:00:20.747Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T02:00:20.748Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|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-02-28T02:00:20.748Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|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 DH1l0hjYl41nLHdh) ...
2022-02-28T02:00:20.748Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T02:00:20.749Z||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-02-28T02:00:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T02:00:30.296Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:00:30.299Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:01:20.747Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T02:01:20.748Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|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-02-28T02:01:20.748Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|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 DH1l0hjYl41nLHdh) ...
2022-02-28T02:01:20.748Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T02:01:20.749Z||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-02-28T02:01:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T02:01:30.294Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:01:30.297Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:02:20.747Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T02:02:20.748Z||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-02-28T02:02:20.748Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T02:02:20.748Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T02:02:20.749Z||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-02-28T02:02:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T02:02:30.293Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:02:30.299Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:03:20.747Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T02:03:20.748Z||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-02-28T02:03:20.748Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T02:03:20.748Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T02:03:20.749Z||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-02-28T02:03:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T02:03:30.290Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:03:30.294Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:04:20.747Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T02:04:20.748Z||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-02-28T02:04:20.748Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T02:04:20.748Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T02:04:20.749Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|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-02-28T02:04:20.749Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|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 DH1l0hjYl41nLHdh) ...
2022-02-28T02:04:30.289Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:04:30.291Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:05:20.747Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T02:05:20.748Z||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-02-28T02:05:20.748Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T02:05:20.748Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T02:05:20.749Z||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-02-28T02:05:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T02:05:30.318Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:05:30.318Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:06:20.747Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T02:06:20.748Z||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-02-28T02:06:20.748Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T02:06:20.748Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T02:06:20.749Z||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-02-28T02:06:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T02:06:30.297Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:06:30.297Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:07:20.747Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T02:07:20.748Z||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-02-28T02:07:20.748Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T02:07:20.748Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T02:07:20.749Z||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-02-28T02:07:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T02:07:30.296Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:07:30.303Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:08:20.747Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T02:08:20.748Z||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-02-28T02:08:20.748Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T02:08:20.748Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T02:08:20.749Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|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-02-28T02:08:20.749Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|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 DH1l0hjYl41nLHdh) ...
2022-02-28T02:08:30.295Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:08:30.298Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:09:20.747Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T02:09:20.748Z||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-02-28T02:09:20.748Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T02:09:20.748Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T02:09:20.749Z||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-02-28T02:09:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T02:09:30.292Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:09:30.294Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:10:20.747Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T02:10:20.748Z||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-02-28T02:10:20.748Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T02:10:20.748Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T02:10:20.749Z||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-02-28T02:10:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T02:10:30.298Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:10:30.301Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:11:20.747Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T02:11:20.748Z||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-02-28T02:11:20.748Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T02:11:20.748Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T02:11:20.749Z||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-02-28T02:11:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T02:11:30.291Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:11:30.298Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:12:20.747Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T02:12:20.748Z||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-02-28T02:12:20.748Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T02:12:20.748Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T02:12:20.749Z||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-02-28T02:12:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T02:12:30.292Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:12:30.293Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:13:20.747Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T02:13:20.748Z||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-02-28T02:13:20.748Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T02:13:20.748Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T02:13:20.749Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|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-02-28T02:13:20.749Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|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 DH1l0hjYl41nLHdh) ...
2022-02-28T02:13:30.296Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:13:30.296Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:14:20.747Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T02:14:20.748Z||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-02-28T02:14:20.748Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T02:14:20.748Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T02:14:20.749Z||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-02-28T02:14:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T02:14:30.296Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:14:30.297Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:15:20.747Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T02:15:20.748Z||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-02-28T02:15:20.748Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T02:15:20.748Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T02:15:20.749Z||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-02-28T02:15:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T02:15:30.295Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:15:30.302Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:16:20.747Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T02:16:20.748Z||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-02-28T02:16:20.748Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T02:16:20.748Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T02:16:20.749Z||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-02-28T02:16:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T02:16:30.296Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:16:30.297Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:17:20.747Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T02:17:20.748Z||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-02-28T02:17:20.748Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T02:17:20.748Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T02:17:20.749Z||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-02-28T02:17:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T02:17:30.297Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:17:30.301Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:18:20.747Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T02:18:20.748Z||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-02-28T02:18:20.748Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T02:18:20.748Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T02:18:20.749Z||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-02-28T02:18:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T02:18:30.292Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:18:30.299Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:19:20.747Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T02:19:20.748Z||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-02-28T02:19:20.748Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T02:19:20.748Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T02:19:20.749Z||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-02-28T02:19:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T02:19:30.298Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:19:30.299Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:20:20.747Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T02:20:20.748Z||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-02-28T02:20:20.748Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T02:20:20.748Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T02:20:20.749Z||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-02-28T02:20:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T02:20:30.296Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:20:30.298Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:21:20.747Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T02:21:20.748Z||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-02-28T02:21:20.748Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T02:21:20.748Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T02:21:20.749Z||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-02-28T02:21:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T02:21:30.296Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:21:30.297Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:22:20.747Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T02:22:20.748Z||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-02-28T02:22:20.748Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T02:22:20.748Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T02:22:20.749Z||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-02-28T02:22:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T02:22:30.295Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:22:30.299Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:23:20.747Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T02:23:20.748Z||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-02-28T02:23:20.748Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T02:23:20.748Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T02:23:20.749Z||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-02-28T02:23:20.750Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T02:23:30.296Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:23:30.297Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:24:20.747Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T02:24:20.748Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T02:24:20.749Z||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-02-28T02:24:20.749Z||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-02-28T02:24:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T02:24:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T02:24:30.299Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:24:30.302Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:25:20.747Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T02:25:20.748Z||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-02-28T02:25:20.748Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T02:25:20.748Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T02:25:20.749Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|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-02-28T02:25:20.749Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|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 DH1l0hjYl41nLHdh) ...
2022-02-28T02:25:30.295Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:25:30.295Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:26:20.747Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T02:26:20.748Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T02:26:20.749Z||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-02-28T02:26:20.749Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|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-02-28T02:26:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T02:26:20.749Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|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 DH1l0hjYl41nLHdh) ...
2022-02-28T02:26:30.301Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:26:30.306Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:27:20.747Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T02:27:20.748Z||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-02-28T02:27:20.748Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T02:27:20.748Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T02:27:20.749Z||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-02-28T02:27:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T02:27:30.295Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:27:30.296Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:28:20.747Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T02:28:20.748Z||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-02-28T02:28:20.748Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T02:28:20.748Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T02:28:20.749Z||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-02-28T02:28:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T02:28:30.297Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:28:30.299Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:29:20.747Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T02:29:20.748Z||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-02-28T02:29:20.748Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T02:29:20.748Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T02:29:20.749Z||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-02-28T02:29:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T02:29:30.309Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:29:30.311Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:30:20.747Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T02:30:20.748Z||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-02-28T02:30:20.748Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T02:30:20.748Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T02:30:20.749Z||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-02-28T02:30:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T02:30:30.296Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:30:30.296Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:31:20.747Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T02:31:20.748Z||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-02-28T02:31:20.748Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T02:31:20.749Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T02:31:20.749Z||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-02-28T02:31:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T02:31:30.300Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:31:30.300Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:32:20.747Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T02:32:20.748Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T02:32:20.748Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DH1l0hjYl41nLHdh) ...
2022-02-28T02:32:20.748Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T02:32:20.749Z||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-02-28T02:32:20.750Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T02:32:30.297Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:32:30.298Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:33:20.747Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T02:33:20.748Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T02:33:20.748Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DH1l0hjYl41nLHdh) ...
2022-02-28T02:33:20.748Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T02:33:20.749Z||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-02-28T02:33:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T02:33:30.296Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:33:30.296Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:34:20.747Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T02:34:20.748Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T02:34:20.748Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T02:34:20.749Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DH1l0hjYl41nLHdh) ...
2022-02-28T02:34:20.749Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|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-02-28T02:34:20.749Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|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 DH1l0hjYl41nLHdh) ...
2022-02-28T02:34:30.297Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:34:30.302Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:35:20.747Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T02:35:20.748Z||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-02-28T02:35:20.748Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T02:35:20.748Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T02:35:20.749Z||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-02-28T02:35:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T02:35:30.296Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:35:30.297Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:36:20.747Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T02:36:20.748Z||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-02-28T02:36:20.748Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T02:36:20.749Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T02:36:20.749Z||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-02-28T02:36:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T02:36:30.294Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:36:30.299Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:37:20.747Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T02:37:20.748Z||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-02-28T02:37:20.748Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T02:37:20.748Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T02:37:20.749Z||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-02-28T02:37:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T02:37:30.297Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:37:30.299Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:38:20.747Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T02:38:20.748Z||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-02-28T02:38:20.748Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T02:38:20.748Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T02:38:20.749Z||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-02-28T02:38:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T02:38:30.294Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:38:30.296Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:39:20.747Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T02:39:20.748Z||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-02-28T02:39:20.748Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T02:39:20.748Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T02:39:20.749Z||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-02-28T02:39:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T02:39:30.295Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:39:30.300Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:40:20.747Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T02:40:20.748Z||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-02-28T02:40:20.748Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T02:40:20.748Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T02:40:20.749Z||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-02-28T02:40:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T02:40:30.288Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:40:30.301Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:41:20.747Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T02:41:20.748Z||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-02-28T02:41:20.748Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T02:41:20.749Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T02:41:20.749Z||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-02-28T02:41:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T02:41:30.300Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:41:30.301Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:42:20.747Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T02:42:20.748Z||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-02-28T02:42:20.748Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T02:42:20.748Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T02:42:20.749Z||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-02-28T02:42:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T02:42:30.297Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:42:30.314Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:43:20.747Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T02:43:20.748Z||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-02-28T02:43:20.748Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T02:43:20.748Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T02:43:20.749Z||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-02-28T02:43:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T02:43:30.295Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:43:30.299Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:44:20.747Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T02:44:20.748Z||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-02-28T02:44:20.748Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T02:44:20.749Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T02:44:20.749Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|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-02-28T02:44:20.749Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|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 DH1l0hjYl41nLHdh) ...
2022-02-28T02:44:30.295Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:44:30.295Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:45:20.747Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T02:45:20.748Z||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-02-28T02:45:20.748Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T02:45:20.748Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T02:45:20.749Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|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-02-28T02:45:20.749Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|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 DH1l0hjYl41nLHdh) ...
2022-02-28T02:45:30.292Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:45:30.293Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:46:20.747Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T02:46:20.748Z||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-02-28T02:46:20.748Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T02:46:20.749Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T02:46:20.749Z||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-02-28T02:46:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T02:46:30.293Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:46:30.294Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:47:20.747Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T02:47:20.748Z||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-02-28T02:47:20.748Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T02:47:20.748Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T02:47:20.749Z||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-02-28T02:47:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T02:47:21.377Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:47:21.378Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T02:47:21.378Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"b2c9b738-c2b6-4662-97af-735ae145f580","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"f40122d8-04cd-43fc-8aa6-9fd70bd3c2e0","serviceDescription":"service","serviceInvariantUUID":"43bc0575-a6e7-4589-801e-8e910884d4e4","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6c696c0f-bb5f-40f5-96a2-509d08c4fcbd","resourceInvariantUUID":"32848749-e135-4579-aa2a-4b4e47967e22","resourceCustomizationUUID":"e66c8829-ce26-4eb0-b10c-8d3f390bcba5","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":"0dbd6790-ad67-4535-9877-6f04cfb97f75","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":"YTQ1M2U2NDg3YTQyMDAwMDAyMTE5ZjVjZGUyMmNkMDc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b7dbfba3-5f3c-41bb-9e21-9a4dcf8b99cf","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":"NDliMDBkMGU5OGUwN2ZiZGQzMjliZDg3OTY0NTdkYWY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"de140f34-9bdf-4813-8d6b-dea90c15cdce","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":"c45efb37-a305-4e3e-b683-3422f08810fe","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":"4b4ada2f-1b49-44e8-8e76-eba30ebc2abc","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":"3b7bce0e-9382-4033-9ee1-810c4c1f123b","artifactVersion":"2","generatedFromUUID":"c45efb37-a305-4e3e-b683-3422f08810fe"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"ZWNkNmZhZmQ4YzNkN2IyOTEyYThiYzMyMGM2ZGZkOGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"93e935f4-718d-460e-b03b-179855941d6f","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"OGI0ZTc3ODA3MzE2YjI0NTczMzE1NTJhMzNhYzI0NjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"41744fae-8185-44a3-89f3-2d4b951208bb","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-28T02:47:21.380Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T02:47:21.381Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-02-28T02:47:21.383Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T02:47:21.383Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "b2c9b738-c2b6-4662-97af-735ae145f580",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016440747,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:47:21.386Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:47:21.387Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-28T02:47:21.387Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c9b738-c2b6-4662-97af-735ae145f580",
  "consumerID": "cds",
  "timestamp": 1646016384596,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:47:21.388Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:47:21.388Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-28T02:47:21.388Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c9b738-c2b6-4662-97af-735ae145f580",
  "consumerID": "clamp",
  "timestamp": 1646016384653,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:47:21.388Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:47:21.388Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-28T02:47:21.388Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c9b738-c2b6-4662-97af-735ae145f580",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646016386013,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:47:21.389Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:47:21.389Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-28T02:47:21.389Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c9b738-c2b6-4662-97af-735ae145f580",
  "consumerID": "policy-id",
  "timestamp": 1646016389540,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:47:21.389Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:47:21.389Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-28T02:47:21.389Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c9b738-c2b6-4662-97af-735ae145f580",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646016386013,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:47:21.389Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:47:21.389Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-28T02:47:21.389Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c9b738-c2b6-4662-97af-735ae145f580",
  "consumerID": "cds",
  "timestamp": 1646016384596,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:47:21.389Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:47:21.389Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-28T02:47:21.389Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c9b738-c2b6-4662-97af-735ae145f580",
  "consumerID": "clamp",
  "timestamp": 1646016384653,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:47:21.390Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:47:21.390Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-28T02:47:21.390Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c9b738-c2b6-4662-97af-735ae145f580",
  "consumerID": "policy-id",
  "timestamp": 1646016389540,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:47:21.390Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:47:21.390Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-28T02:47:21.390Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c9b738-c2b6-4662-97af-735ae145f580",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646016393449,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:47:21.390Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:47:21.390Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-28T02:47:21.390Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c9b738-c2b6-4662-97af-735ae145f580",
  "consumerID": "clamp",
  "timestamp": 1646016384653,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-02-28T02:47:21.390Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:47:21.390Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-28T02:47:21.390Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c9b738-c2b6-4662-97af-735ae145f580",
  "consumerID": "cds",
  "timestamp": 1646016384596,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:47:21.390Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:47:21.390Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-28T02:47:21.391Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c9b738-c2b6-4662-97af-735ae145f580",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646016386013,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:47:21.391Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:47:21.391Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-28T02:47:21.391Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c9b738-c2b6-4662-97af-735ae145f580",
  "consumerID": "policy-id",
  "timestamp": 1646016389540,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:47:21.391Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:47:21.391Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-28T02:47:21.391Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c9b738-c2b6-4662-97af-735ae145f580",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646016393449,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:47:21.391Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:47:21.391Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-28T02:47:21.391Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c9b738-c2b6-4662-97af-735ae145f580",
  "consumerID": "clamp",
  "timestamp": 1646016384653,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:47:21.391Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:47:21.391Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-28T02:47:21.391Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c9b738-c2b6-4662-97af-735ae145f580",
  "consumerID": "cds",
  "timestamp": 1646016384596,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:47:21.391Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:47:21.392Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-28T02:47:21.392Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c9b738-c2b6-4662-97af-735ae145f580",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646016386013,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:47:21.392Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:47:21.392Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-28T02:47:21.392Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c9b738-c2b6-4662-97af-735ae145f580",
  "consumerID": "policy-id",
  "timestamp": 1646016389540,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-02-28T02:47:21.392Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:47:21.392Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-28T02:47:21.392Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c9b738-c2b6-4662-97af-735ae145f580",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646016393449,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-02-28T02:47:21.392Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:47:21.392Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-28T02:47:21.392Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c9b738-c2b6-4662-97af-735ae145f580",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646016386013,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:47:21.392Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:47:21.393Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-28T02:47:21.393Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c9b738-c2b6-4662-97af-735ae145f580",
  "consumerID": "clamp",
  "timestamp": 1646016384653,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:47:21.393Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:47:21.393Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-28T02:47:21.393Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c9b738-c2b6-4662-97af-735ae145f580",
  "consumerID": "cds",
  "timestamp": 1646016384596,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:47:21.393Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:47:21.393Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-28T02:47:21.393Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c9b738-c2b6-4662-97af-735ae145f580",
  "consumerID": "policy-id",
  "timestamp": 1646016389540,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:47:21.393Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:47:21.394Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-28T02:47:21.394Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c9b738-c2b6-4662-97af-735ae145f580",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646016393449,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-02-28T02:47:21.394Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:47:21.394Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-28T02:47:21.394Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c9b738-c2b6-4662-97af-735ae145f580",
  "consumerID": "clamp",
  "timestamp": 1646016384653,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:47:21.394Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:47:21.394Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-28T02:47:21.394Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c9b738-c2b6-4662-97af-735ae145f580",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646016386013,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:47:21.394Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:47:21.394Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-28T02:47:21.394Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c9b738-c2b6-4662-97af-735ae145f580",
  "consumerID": "cds",
  "timestamp": 1646016384596,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:47:21.395Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:47:21.395Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-28T02:47:21.395Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c9b738-c2b6-4662-97af-735ae145f580",
  "consumerID": "policy-id",
  "timestamp": 1646016389540,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:47:21.395Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:47:21.395Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-28T02:47:21.395Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c9b738-c2b6-4662-97af-735ae145f580",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646016393449,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:47:21.395Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:47:21.395Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-28T02:47:21.395Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c9b738-c2b6-4662-97af-735ae145f580",
  "consumerID": "cds",
  "timestamp": 1646016384596,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:47:21.395Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:47:21.396Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-28T02:47:21.396Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c9b738-c2b6-4662-97af-735ae145f580",
  "consumerID": "clamp",
  "timestamp": 1646016384653,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:47:21.396Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:47:21.396Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-28T02:47:21.396Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c9b738-c2b6-4662-97af-735ae145f580",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646016386013,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:47:21.396Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:47:21.396Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-28T02:47:21.396Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c9b738-c2b6-4662-97af-735ae145f580",
  "consumerID": "policy-id",
  "timestamp": 1646016389540,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:47:21.396Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:47:21.396Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-28T02:47:21.396Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c9b738-c2b6-4662-97af-735ae145f580",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646016393449,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-02-28T02:47:21.396Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:47:21.396Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-28T02:47:21.397Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c9b738-c2b6-4662-97af-735ae145f580",
  "consumerID": "clamp",
  "timestamp": 1646016384653,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-02-28T02:47:21.397Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:47:21.397Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-28T02:47:21.397Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c9b738-c2b6-4662-97af-735ae145f580",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646016386013,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:47:21.397Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:47:21.397Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-28T02:47:21.397Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c9b738-c2b6-4662-97af-735ae145f580",
  "consumerID": "cds",
  "timestamp": 1646016384596,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-02-28T02:47:21.397Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:47:21.397Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-28T02:47:21.397Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c9b738-c2b6-4662-97af-735ae145f580",
  "consumerID": "policy-id",
  "timestamp": 1646016389540,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-02-28T02:47:21.397Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:47:21.397Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-28T02:47:21.398Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c9b738-c2b6-4662-97af-735ae145f580",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646016399393,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:47:21.398Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:47:21.398Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-28T02:47:21.398Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c9b738-c2b6-4662-97af-735ae145f580",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646016393449,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:47:21.398Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:47:21.398Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-28T02:47:21.398Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c9b738-c2b6-4662-97af-735ae145f580",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646016399393,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:47:21.398Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:47:21.398Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-28T02:47:21.398Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c9b738-c2b6-4662-97af-735ae145f580",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646016393449,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-02-28T02:47:21.398Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:47:21.398Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-28T02:47:21.398Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c9b738-c2b6-4662-97af-735ae145f580",
  "consumerID": "cds",
  "timestamp": 1646016401361,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-28T02:47:21.398Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T02:47:21.398Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-28T02:47:21.399Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c9b738-c2b6-4662-97af-735ae145f580",
  "consumerID": "policy-id",
  "timestamp": 1646016401357,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-28T02:47:21.399Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T02:47:21.399Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-28T02:47:21.399Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c9b738-c2b6-4662-97af-735ae145f580",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646016399393,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:47:21.399Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:47:21.399Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-28T02:47:21.399Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c9b738-c2b6-4662-97af-735ae145f580",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646016402255,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-28T02:47:21.399Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T02:47:21.399Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-28T02:47:21.399Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c9b738-c2b6-4662-97af-735ae145f580",
  "consumerID": "cds",
  "timestamp": 1646016402365,
  "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-02-28T02:47:21.414Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b2c9b738-c2b6-4662-97af-735ae145f580
2022-02-28T02:47:21.414Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b2c9b738-c2b6-4662-97af-735ae145f580 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-02-28T02:47:21.423Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-28T02:47:21.423Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c9b738-c2b6-4662-97af-735ae145f580",
  "consumerID": "policy-id",
  "timestamp": 1646016402361,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-28T02:47:21.423Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T02:47:21.423Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-28T02:47:21.423Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c9b738-c2b6-4662-97af-735ae145f580",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646016399393,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:47:21.423Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:47:21.423Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-28T02:47:21.423Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c9b738-c2b6-4662-97af-735ae145f580",
  "consumerID": "aai-ml",
  "timestamp": 1646016402469,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:47:21.423Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:47:21.423Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-28T02:47:21.423Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c9b738-c2b6-4662-97af-735ae145f580",
  "consumerID": "policy-id",
  "timestamp": 1646016403364,
  "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-02-28T02:47:21.428Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b2c9b738-c2b6-4662-97af-735ae145f580
2022-02-28T02:47:21.429Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b2c9b738-c2b6-4662-97af-735ae145f580 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-02-28T02:47:21.438Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-28T02:47:21.438Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c9b738-c2b6-4662-97af-735ae145f580",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646016403455,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-28T02:47:21.438Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T02:47:21.438Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-28T02:47:21.439Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c9b738-c2b6-4662-97af-735ae145f580",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646016399393,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:47:21.439Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:47:21.439Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-28T02:47:21.439Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c9b738-c2b6-4662-97af-735ae145f580",
  "consumerID": "aai-ml",
  "timestamp": 1646016402469,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:47:21.439Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:47:21.439Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-28T02:47:21.439Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c9b738-c2b6-4662-97af-735ae145f580",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646016404653,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-02-28T02:47:21.439Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T02:47:21.439Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-28T02:47:21.439Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c9b738-c2b6-4662-97af-735ae145f580",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646016399393,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:47:21.439Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:47:21.439Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-28T02:47:21.439Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c9b738-c2b6-4662-97af-735ae145f580",
  "consumerID": "aai-ml",
  "timestamp": 1646016402469,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:47:21.439Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:47:21.439Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-28T02:47:21.439Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c9b738-c2b6-4662-97af-735ae145f580",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646016405676,
  "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-02-28T02:47:21.445Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b2c9b738-c2b6-4662-97af-735ae145f580
2022-02-28T02:47:21.445Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b2c9b738-c2b6-4662-97af-735ae145f580 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-02-28T02:47:21.453Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-28T02:47:21.453Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c9b738-c2b6-4662-97af-735ae145f580",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646016399393,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:47:21.453Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:47:21.453Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-28T02:47:21.453Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c9b738-c2b6-4662-97af-735ae145f580",
  "consumerID": "aai-ml",
  "timestamp": 1646016402469,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:47:21.453Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:47:21.453Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-28T02:47:21.453Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c9b738-c2b6-4662-97af-735ae145f580",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646016406679,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-28T02:47:21.453Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T02:47:21.453Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-28T02:47:21.453Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c9b738-c2b6-4662-97af-735ae145f580",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646016399393,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-02-28T02:47:21.453Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:47:21.454Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-28T02:47:21.454Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c9b738-c2b6-4662-97af-735ae145f580",
  "consumerID": "aai-ml",
  "timestamp": 1646016402469,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:47:21.454Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:47:21.454Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-28T02:47:21.454Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c9b738-c2b6-4662-97af-735ae145f580",
  "consumerID": "clamp",
  "timestamp": 1646016407740,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-28T02:47:21.454Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T02:47:21.454Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-28T02:47:21.454Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c9b738-c2b6-4662-97af-735ae145f580",
  "consumerID": "aai-ml",
  "timestamp": 1646016402469,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:47:21.454Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:47:21.454Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-28T02:47:21.454Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c9b738-c2b6-4662-97af-735ae145f580",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646016408252,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-28T02:47:21.454Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T02:47:21.454Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-28T02:47:21.454Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c9b738-c2b6-4662-97af-735ae145f580",
  "consumerID": "clamp",
  "timestamp": 1646016408742,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-28T02:47:21.454Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T02:47:21.454Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-28T02:47:21.454Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c9b738-c2b6-4662-97af-735ae145f580",
  "consumerID": "aai-ml",
  "timestamp": 1646016402469,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:47:21.454Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:47:21.454Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-28T02:47:21.454Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c9b738-c2b6-4662-97af-735ae145f580",
  "consumerID": "aai-ml",
  "timestamp": 1646016402469,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-02-28T02:47:21.454Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:47:21.454Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-28T02:47:21.454Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c9b738-c2b6-4662-97af-735ae145f580",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646016410196,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-28T02:47:21.454Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T02:47:21.454Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-28T02:47:21.455Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c9b738-c2b6-4662-97af-735ae145f580",
  "consumerID": "clamp",
  "timestamp": 1646016410617,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-02-28T02:47:21.455Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T02:47:21.455Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-28T02:47:21.455Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c9b738-c2b6-4662-97af-735ae145f580",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646016411199,
  "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-02-28T02:47:21.460Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b2c9b738-c2b6-4662-97af-735ae145f580
2022-02-28T02:47:21.460Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b2c9b738-c2b6-4662-97af-735ae145f580 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-02-28T02:47:21.469Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-28T02:47:21.469Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c9b738-c2b6-4662-97af-735ae145f580",
  "consumerID": "aai-ml",
  "timestamp": 1646016411255,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-28T02:47:21.469Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T02:47:21.470Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-28T02:47:21.470Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c9b738-c2b6-4662-97af-735ae145f580",
  "consumerID": "clamp",
  "timestamp": 1646016411619,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_ERROR"
}
2022-02-28T02:47:21.470Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T02:47:21.470Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-28T02:47:21.470Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c9b738-c2b6-4662-97af-735ae145f580",
  "consumerID": "clamp",
  "timestamp": 1646016412622,
  "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-02-28T02:47:21.476Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_ERROR distributionID of b2c9b738-c2b6-4662-97af-735ae145f580
2022-02-28T02:47:21.476Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b2c9b738-c2b6-4662-97af-735ae145f580 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-02-28T02:47:21.483Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T02:47:21.483Z||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-02-28T02:47:21.483Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T02:47:21.484Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-28T02:47:21.484Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c9b738-c2b6-4662-97af-735ae145f580",
  "consumerID": "aai-ml",
  "timestamp": 1646016417168,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-28T02:47:21.484Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T02:47:21.484Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-28T02:47:21.484Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c9b738-c2b6-4662-97af-735ae145f580",
  "consumerID": "aai-ml",
  "timestamp": 1646016418171,
  "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-02-28T02:47:21.489Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b2c9b738-c2b6-4662-97af-735ae145f580
2022-02-28T02:47:21.489Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b2c9b738-c2b6-4662-97af-735ae145f580 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-02-28T02:47:21.496Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:47:21.497Z||pool-67-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-28T02:47:22.383Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T02:47:22.384Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-02-28T02:47:22.386Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T02:47:22.386Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "b2c9b738-c2b6-4662-97af-735ae145f580",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016440747,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:47:22.486Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T02:47:22.487Z||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-02-28T02:47:22.487Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T02:47:22.499Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:47:22.499Z||pool-68-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-28T02:47:23.387Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T02:47:23.387Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-02-28T02:47:23.389Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T02:47:23.389Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "b2c9b738-c2b6-4662-97af-735ae145f580",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016440747,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-02-28T02:47:23.489Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T02:47:23.489Z||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-02-28T02:47:23.489Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T02:47:23.506Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:47:23.506Z||pool-69-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-02-28T02:47:24.389Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T02:47:24.390Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-02-28T02:47:24.392Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T02:47:24.392Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "b2c9b738-c2b6-4662-97af-735ae145f580",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016440747,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-02-28T02:47:24.492Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T02:47:24.492Z||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-02-28T02:47:24.493Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T02:47:24.505Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:47:24.505Z||pool-70-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-28T02:47:25.392Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T02:47:25.393Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-02-28T02:47:25.395Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T02:47:25.395Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "b2c9b738-c2b6-4662-97af-735ae145f580",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016440747,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:47:25.495Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T02:47:25.496Z||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-02-28T02:47:25.496Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T02:47:25.510Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:47:25.510Z||pool-71-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-28T02:47:26.396Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T02:47:26.396Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-02-28T02:47:26.398Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T02:47:26.398Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "b2c9b738-c2b6-4662-97af-735ae145f580",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016440747,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-02-28T02:47:26.498Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T02:47:26.499Z||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-02-28T02:47:26.499Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T02:47:26.513Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:47:26.514Z||pool-72-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-28T02:47:27.399Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T02:47:27.400Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-02-28T02:47:27.401Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T02:47:27.402Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "b2c9b738-c2b6-4662-97af-735ae145f580",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016440747,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:47:27.502Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T02:47:27.502Z||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-02-28T02:47:27.502Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T02:47:27.516Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:47:27.516Z||pool-73-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-02-28T02:47:28.402Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T02:47:28.403Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-02-28T02:47:28.404Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T02:47:28.405Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "b2c9b738-c2b6-4662-97af-735ae145f580",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016440747,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-02-28T02:47:28.505Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T02:47:28.505Z||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-02-28T02:47:28.505Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T02:47:28.519Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:47:28.519Z||pool-74-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-28T02:47:29.406Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "b2c9b738-c2b6-4662-97af-735ae145f580",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "f40122d8-04cd-43fc-8aa6-9fd70bd3c2e0",
  "serviceDescription": "service",
  "serviceInvariantUUID": "43bc0575-a6e7-4589-801e-8e910884d4e4",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "e66c8829-ce26-4eb0-b10c-8d3f390bcba5",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "6c696c0f-bb5f-40f5-96a2-509d08c4fcbd",
      "resourceInvariantUUID": "32848749-e135-4579-aa2a-4b4e47967e22",
      "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": "NDliMDBkMGU5OGUwN2ZiZGQzMjliZDg3OTY0NTdkYWY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "de140f34-9bdf-4813-8d6b-dea90c15cdce",
          "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": "c45efb37-a305-4e3e-b683-3422f08810fe",
          "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": "3b7bce0e-9382-4033-9ee1-810c4c1f123b",
            "generatedFromUUID": "c45efb37-a305-4e3e-b683-3422f08810fe"
          },
          "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": "3b7bce0e-9382-4033-9ee1-810c4c1f123b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "OGI0ZTc3ODA3MzE2YjI0NTczMzE1NTJhMzNhYzI0NjU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "41744fae-8185-44a3-89f3-2d4b951208bb"
    }
  ],
  "workloadContext": "Production"
}
2022-02-28T02:47:29.406Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-28T02:47:29.406Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f40122d8-04cd-43fc-8aa6-9fd70bd3c2e0 ASDC
2022-02-28T02:47:29.406Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:b2c9b738-c2b6-4662-97af-735ae145f580
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:f40122d8-04cd-43fc-8aa6-9fd70bd3c2e0
ServiceInvariantUUID:43bc0575-a6e7-4589-801e-8e910884d4e4
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:41744fae-8185-44a3-89f3-2d4b951208bb
ArtifactChecksum:OGI0ZTc3ODA3MzE2YjI0NTczMzE1NTJhMzNhYzI0NjU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:e66c8829-ce26-4eb0-b10c-8d3f390bcba5
ResourceInvariantUUID:32848749-e135-4579-aa2a-4b4e47967e22
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:6c696c0f-bb5f-40f5-96a2-509d08c4fcbd
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:de140f34-9bdf-4813-8d6b-dea90c15cdce
ArtifactChecksum:NDliMDBkMGU5OGUwN2ZiZGQzMjliZDg3OTY0NTdkYWY=
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:c45efb37-a305-4e3e-b683-3422f08810fe
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:3b7bce0e-9382-4033-9ee1-810c4c1f123b
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:3b7bce0e-9382-4033-9ee1-810c4c1f123b
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-02-28T02:47:29.407Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f40122d8-04cd-43fc-8aa6-9fd70bd3c2e0 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-02-28T02:47:29.440Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-28T02:47:29.441Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-02-28T02:47:29.441Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-02-28T02:47:29.441Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 41744fae-8185-44a3-89f3-2d4b951208bb from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-02-28T02:47:29.441Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-02-28T02:47:29.441Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-02-28T02:47:29.502Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-02-28T02:47:29.506Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 41744fae-8185-44a3-89f3-2d4b951208bb 73674
2022-02-28T02:47:29.506Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2022-02-28T02:47:29.506Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-02-28T02:47:29.506Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-28T02:47:29.506Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-02-28T02:47:29.507Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T02:47:29.507Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "b2c9b738-c2b6-4662-97af-735ae145f580",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016449506,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-28T02:47:29.607Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T02:47:29.608Z||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-02-28T02:47:29.608Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T02:47:29.621Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:47:29.622Z||pool-75-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-28T02:47:30.508Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-28T02:47:30.508Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-02-28T02:47:30.509Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 41744fae-8185-44a3-89f3-2d4b951208bb, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2022-02-28T02:47:30.509Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2022-02-28T02:47:30.509Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2022-02-28T02:47:30.510Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2022-02-28T02:47:30.614Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12983267878414802354/Definitions/service-Basicclamp-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-02-28T02:47:31.266Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-28T02:47:31.266Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-02-28T02:47:31.266Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-02-28T02:47:31.266Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-02-28T02:47:31.266Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||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-02-28T02:47:31.266Z|b2c9b738-c2b6-4662-97af-735ae145f580|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-Basicclamp-csar.csar
2022-02-28T02:47:31.266Z|b2c9b738-c2b6-4662-97af-735ae145f580|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-Basicclamp-csar.csar
2022-02-28T02:47:31.266Z|b2c9b738-c2b6-4662-97af-735ae145f580|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-Basicclamp-csar.csar
2022-02-28T02:47:31.266Z|b2c9b738-c2b6-4662-97af-735ae145f580|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-Basicclamp-csar.csar
2022-02-28T02:47:31.266Z|b2c9b738-c2b6-4662-97af-735ae145f580|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-Basicclamp-csar.csar
2022-02-28T02:47:31.266Z|b2c9b738-c2b6-4662-97af-735ae145f580|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-Basicclamp-csar.csar
2022-02-28T02:47:31.266Z|b2c9b738-c2b6-4662-97af-735ae145f580|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-Basicclamp-csar.csar
2022-02-28T02:47:31.266Z|b2c9b738-c2b6-4662-97af-735ae145f580|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-Basicclamp-csar.csar
2022-02-28T02:47:31.266Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-02-28T02:47:31.267Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T02:47:31.267Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T02:47:31.267Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-02-28T02:47:31.267Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-02-28T02:47:31.267Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-28T02:47:31.267Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T02:47:31.267Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T02:47:31.267Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-02-28T02:47:31.267Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-02-28T02:47:31.267Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-28T02:47:31.267Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T02:47:31.267Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T02:47:31.267Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T02:47:31.268Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-02-28T02:47:31.268Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-02-28T02:47:31.268Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-02-28T02:47:31.268Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-02-28T02:47:31.268Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-02-28T02:47:31.268Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-02-28T02:47:31.268Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T02:47:31.268Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-28T02:47:31.268Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T02:47:31.268Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-02-28T02:47:31.268Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-28T02:47:31.268Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T02:47:31.268Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-02-28T02:47:31.268Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-28T02:47:31.268Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T02:47:31.269Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-02-28T02:47:31.269Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-28T02:47:31.269Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T02:47:31.269Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-02-28T02:47:31.269Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-02-28T02:47:31.269Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-02-28T02:47:31.269Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=69d6f8ce-a1ca-4546-94d0-bfc16d236655
2022-02-28T02:47:31.269Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T02:47:31.269Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T02:47:31.269Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T02:47:31.270Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T02:47:31.270Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T02:47:31.270Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T02:47:31.270Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T02:47:31.270Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T02:47:31.270Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:f40122d8-04cd-43fc-8aa6-9fd70bd3c2e0
Model Version:NULL
Model InvariantUuid:43bc0575-a6e7-4589-801e-8e910884d4e4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:afc8dcc1-1b2f-4f82-863c-3232daa8f513
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:32848749-e135-4579-aa2a-4b4e47967e22
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e66c8829-ce26-4eb0-b10c-8d3f390bcba5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2e27e9f0-a7ad-475c-9679-02699f0139c5
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:568a9a3b-7414-4fca-a510-b283777af101
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:69d6f8ce-a1ca-4546-94d0-bfc16d236655
ModelInvariantUuid:ad0ff990-c226-4772-b284-50947e1f064e
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:718bdf2c-85bb-411f-a2c6-2d054851d50b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:57cd3321-6d15-4529-a011-b03dfa36ba36
ModelInvariantUuid:ade758a8-64b9-41a4-ba54-1bacb4f86fc2
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:3be6e8a8-c47b-433f-960f-829255cbd0fc
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-02-28T02:47:31.280Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 6c696c0f-bb5f-40f5-96a2-509d08c4fcbd
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-02-28T02:47:31.283Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||INFO|500||basicclamp 0
2022-02-28T02:47:31.283Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6c696c0f-bb5f-40f5-96a2-509d08c4fcbd
2022-02-28T02:47:31.283Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: de140f34-9bdf-4813-8d6b-dea90c15cdce from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-02-28T02:47:31.283Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-02-28T02:47:31.283Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-02-28T02:47:31.502Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-02-28T02:47:31.502Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json de140f34-9bdf-4813-8d6b-dea90c15cdce 790
2022-02-28T02:47:31.502Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||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-02-28T02:47:31.503Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||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-02-28T02:47:31.503Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-28T02:47:31.503Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-02-28T02:47:31.504Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T02:47:31.504Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "b2c9b738-c2b6-4662-97af-735ae145f580",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016451502,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-28T02:47:31.605Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-28T02:47:31.605Z||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-02-28T02:47:31.606Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T02:47:31.620Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:47:31.621Z||pool-76-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-02-28T02:47:32.505Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "2e27e9f0-a7ad-475c-9679-02699f0139c5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "568a9a3b-7414-4fca-a510-b283777af101",
    "vfModuleModelCustomizationUUID": "50d53521-5c00-48a7-abd2-36cfdfca61d5",
    "isBase": true,
    "artifacts": [
      "c45efb37-a305-4e3e-b683-3422f08810fe",
      "3b7bce0e-9382-4033-9ee1-810c4c1f123b"
    ],
    "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-02-28T02:47:32.510Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:568a9a3b-7414-4fca-a510-b283777af101
VfModuleModelInvariantUUID:2e27e9f0-a7ad-475c-9679-02699f0139c5
VfModuleModelDescription:NULL
Artifacts UUID List:{
c45efb37-a305-4e3e-b683-3422f08810fe
,
3b7bce0e-9382-4033-9ee1-810c4c1f123b

}
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-02-28T02:47:32.513Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "2e27e9f0-a7ad-475c-9679-02699f0139c5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "568a9a3b-7414-4fca-a510-b283777af101",
    "vfModuleModelCustomizationUUID": "50d53521-5c00-48a7-abd2-36cfdfca61d5",
    "isBase": true,
    "artifacts": [
      "c45efb37-a305-4e3e-b683-3422f08810fe",
      "3b7bce0e-9382-4033-9ee1-810c4c1f123b"
    ],
    "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-02-28T02:47:32.513Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:568a9a3b-7414-4fca-a510-b283777af101
VfModuleModelInvariantUUID:2e27e9f0-a7ad-475c-9679-02699f0139c5
VfModuleModelDescription:NULL
Artifacts UUID List:{
c45efb37-a305-4e3e-b683-3422f08810fe
,
3b7bce0e-9382-4033-9ee1-810c4c1f123b

}
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-02-28T02:47:32.513Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: c45efb37-a305-4e3e-b683-3422f08810fe from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-02-28T02:47:32.513Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-02-28T02:47:32.513Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-02-28T02:47:32.805Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-02-28T02:47:32.805Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml c45efb37-a305-4e3e-b683-3422f08810fe 5033
2022-02-28T02:47:32.805Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||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-02-28T02:47:32.805Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||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-02-28T02:47:32.805Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-28T02:47:32.805Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-02-28T02:47:32.806Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T02:47:32.806Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "b2c9b738-c2b6-4662-97af-735ae145f580",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016452805,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-28T02:47:32.906Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T02:47:32.907Z||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-02-28T02:47:32.907Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T02:47:32.922Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:47:32.922Z||pool-77-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-28T02:47:33.807Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 3b7bce0e-9382-4033-9ee1-810c4c1f123b from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-02-28T02:47:33.808Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-02-28T02:47:33.808Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-02-28T02:47:34.005Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-02-28T02:47:34.005Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 3b7bce0e-9382-4033-9ee1-810c4c1f123b 909
2022-02-28T02:47:34.006Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||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-02-28T02:47:34.006Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||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-02-28T02:47:34.006Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-28T02:47:34.006Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-02-28T02:47:34.008Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T02:47:34.008Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "b2c9b738-c2b6-4662-97af-735ae145f580",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016454006,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-02-28T02:47:34.108Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T02:47:34.109Z||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-02-28T02:47:34.109Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T02:47:34.122Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:47:34.122Z||pool-78-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-28T02:47:35.008Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: f40122d8-04cd-43fc-8aa6-9fd70bd3c2e0
2022-02-28T02:47:35.009Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 6c696c0f-bb5f-40f5-96a2-509d08c4fcbd 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-02-28T02:47:35.023Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5cf5ac1c, org.onap.sdc.toscaparser.api.parameters.Input@3dc61994, org.onap.sdc.toscaparser.api.parameters.Input@4d6fcd6a, org.onap.sdc.toscaparser.api.parameters.Input@64b865e1, org.onap.sdc.toscaparser.api.parameters.Input@15dcb026]
2022-02-28T02:47:35.024Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T02:47:35.024Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T02:47:35.024Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2022-02-28T02:47:35.024Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= e66c8829-ce26-4eb0-b10c-8d3f390bcba5
2022-02-28T02:47:35.024Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e66c8829-ce26-4eb0-b10c-8d3f390bcba5 matches Tosca VF Customization UUID: e66c8829-ce26-4eb0-b10c-8d3f390bcba5
2022-02-28T02:47:35.025Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: e66c8829-ce26-4eb0-b10c-8d3f390bcba5  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-02-28T02:47:35.026Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T02:47:35.026Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T02:47:35.027Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id e66c8829-ce26-4eb0-b10c-8d3f390bcba5: {\"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-02-28T02:47:35.027Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6dcc4fff
2022-02-28T02:47:35.027Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T02:47:35.027Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-28T02:47:35.027Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 50d53521-5c00-48a7-abd2-36cfdfca61d5
2022-02-28T02:47:35.027Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 50d53521-5c00-48a7-abd2-36cfdfca61d5
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-02-28T02:47:35.029Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T02:47:35.029Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-02-28T02:47:35.029Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-28T02:47:35.029Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T02:47:35.029Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-02-28T02:47:35.029Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-28T02:47:35.029Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T02:47:35.029Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-02-28T02:47:35.029Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-02-28T02:47:35.029Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-02-28T02:47:35.029Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=69d6f8ce-a1ca-4546-94d0-bfc16d236655
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-02-28T02:47:35.031Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T02:47:35.031Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-02-28T02:47:35.031Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-28T02:47:35.031Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T02:47:35.032Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-02-28T02:47:35.032Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=e66c8829-ce26-4eb0-b10c-8d3f390bcba5
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-02-28T02:47:35.033Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T02:47:35.033Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T02:47:35.033Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid f40122d8-04cd-43fc-8aa6-9fd70bd3c2e0: basicclamp
2022-02-28T02:47:35.033Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T02:47:35.033Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T02:47:35.033Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T02:47:35.033Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T02:47:35.033Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T02:47:35.034Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T02:47:35.034Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T02:47:35.034Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T02:47:35.034Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T02:47:35.034Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T02:47:35.034Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||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-02-28T02:47:35.149Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 6c696c0f-bb5f-40f5-96a2-509d08c4fcbd 1 ASDC deployResourceStructure
2022-02-28T02:47:35.149Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||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-02-28T02:47:35.149Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||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-02-28T02:47:35.149Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-28T02:47:35.150Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-02-28T02:47:35.151Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T02:47:35.151Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "b2c9b738-c2b6-4662-97af-735ae145f580",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016455149,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-28T02:47:35.251Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T02:47:35.252Z||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-02-28T02:47:35.252Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T02:47:35.264Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:47:35.264Z||pool-79-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-28T02:47:36.152Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||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-02-28T02:47:36.153Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||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-02-28T02:47:36.153Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-28T02:47:36.153Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-02-28T02:47:36.155Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T02:47:36.156Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "b2c9b738-c2b6-4662-97af-735ae145f580",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016456152,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-02-28T02:47:36.256Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T02:47:36.256Z||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-02-28T02:47:36.256Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T02:47:36.270Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:47:36.270Z||pool-80-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-28T02:47:37.156Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||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-02-28T02:47:37.157Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||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-02-28T02:47:37.157Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-28T02:47:37.157Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-02-28T02:47:37.159Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T02:47:37.159Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "b2c9b738-c2b6-4662-97af-735ae145f580",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016457156,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-02-28T02:47:37.259Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T02:47:37.260Z||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-02-28T02:47:37.260Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T02:47:37.270Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:47:37.270Z||pool-81-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-28T02:47:38.159Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2022-02-28T02:47:38.159Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-02-28T02:47:38.159Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-28T02:47:38.160Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-02-28T02:47:38.161Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T02:47:38.162Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "b2c9b738-c2b6-4662-97af-735ae145f580",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016458159,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-28T02:47:38.262Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T02:47:38.262Z||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-02-28T02:47:38.262Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T02:47:38.276Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:47:38.276Z||pool-82-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-28T02:47:39.162Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b2c9b738-c2b6-4662-97af-735ae145f580
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-28T02:47:39.172Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b2c9b738-c2b6-4662-97af-735ae145f580
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-02-28T02:47:39.174Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-28T02:47:39.174Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-28T02:47:39.175Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-28T02:47:39.175Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-28T02:47:39.175Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-28T02:47:39.175Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-28T02:47:39.175Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-02-28T02:47:39.175Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||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-02-28T02:47:39.180Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-28T02:48:09.180Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b2c9b738-c2b6-4662-97af-735ae145f580 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-02-28T02:48:09.187Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b2c9b738-c2b6-4662-97af-735ae145f580 and serviceModelVersionId: f40122d8-04cd-43fc-8aa6-9fd70bd3c2e0
2022-02-28T02:48:09.187Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 43bc0575-a6e7-4589-801e-8e910884d4e4
2022-02-28T02:48:09.188Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/43bc0575-a6e7-4589-801e-8e910884d4e4/model-vers/model-ver/f40122d8-04cd-43fc-8aa6-9fd70bd3c2e0?depth=0
2022-02-28T02:48:09.193Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-02-28T02:48:09.217Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/43bc0575-a6e7-4589-801e-8e910884d4e4/model-vers/model-ver/f40122d8-04cd-43fc-8aa6-9fd70bd3c2e0?depth=0|INFO|500||Invoke
2022-02-28T02:48:09.217Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/43bc0575-a6e7-4589-801e-8e910884d4e4/model-vers/model-ver/f40122d8-04cd-43fc-8aa6-9fd70bd3c2e0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/43bc0575-a6e7-4589-801e-8e910884d4e4/model-vers/model-ver/f40122d8-04cd-43fc-8aa6-9fd70bd3c2e0?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b2c9b738-c2b6-4662-97af-735ae145f580], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ae4ee472-1e72-4257-bac4-c9ed676a9b1b], X-ECOMP-RequestID=[b2c9b738-c2b6-4662-97af-735ae145f580], X-TransactionId=[], X-ONAP-RequestID=[b2c9b738-c2b6-4662-97af-735ae145f580], Content-Type=[application/merge-patch+json]}
2022-02-28T02:48:09.238Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/43bc0575-a6e7-4589-801e-8e910884d4e4/model-vers/model-ver/f40122d8-04cd-43fc-8aa6-9fd70bd3c2e0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-02-28T02:48:09.467Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/43bc0575-a6e7-4589-801e-8e910884d4e4/model-vers/model-ver/f40122d8-04cd-43fc-8aa6-9fd70bd3c2e0?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/43bc0575-a6e7-4589-801e-8e910884d4e4/model-vers/model-ver/f40122d8-04cd-43fc-8aa6-9fd70bd3c2e0?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220228-02:48:09:244-60147], vertex-id=[249944], Content-Length=[0], Date=[Mon, 28 Feb 2022 02:48:09 GMT], Content-Type=[application/json]}
2022-02-28T02:48:09.467Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/43bc0575-a6e7-4589-801e-8e910884d4e4/model-vers/model-ver/f40122d8-04cd-43fc-8aa6-9fd70bd3c2e0?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-02-28T02:48:09.468Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/43bc0575-a6e7-4589-801e-8e910884d4e4/model-vers/model-ver/f40122d8-04cd-43fc-8aa6-9fd70bd3c2e0?depth=0|INFO|500||InvokeReturn
2022-02-28T02:48:09.468Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-28T02:48:09.469Z|b2c9b738-c2b6-4662-97af-735ae145f580|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-02-28T02:48:09.473Z|b2c9b738-c2b6-4662-97af-735ae145f580|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-02-28T02:48:09.474Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b2c9b738-c2b6-4662-97af-735ae145f580 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason null
2022-02-28T02:48:09.474Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-28T02:48:09.474Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-02-28T02:48:09.476Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T02:48:09.477Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "b2c9b738-c2b6-4662-97af-735ae145f580",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016489474,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR"
}
2022-02-28T02:48:09.577Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T02:48:09.577Z||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-02-28T02:48:09.578Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T02:48:09.594Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:48:09.594Z||pool-83-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-02-28T02:48:20.747Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T02:48:20.748Z|b2c9b738-c2b6-4662-97af-735ae145f580|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-02-28T02:48:20.748Z|b2c9b738-c2b6-4662-97af-735ae145f580|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 DH1l0hjYl41nLHdh) ...
2022-02-28T02:48:20.748Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T02:48:20.749Z||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-02-28T02:48:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T02:48:20.873Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:48:20.873Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:48:20.873Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c9b738-c2b6-4662-97af-735ae145f580",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016440747,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:48:20.874Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:48:21.371Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:48:21.372Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T02:48:21.372Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"f8b85b9b-06a1-43e0-8311-1762888e494e","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"d6edbd3e-2e9d-49d5-ab0c-a230005911c8","serviceDescription":"service","serviceInvariantUUID":"6b153e09-b661-4bb0-b213-55f0e289ca36","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9645216c-39b7-4fc4-8245-f8d2a911135c","resourceInvariantUUID":"a96aa219-4c76-4854-88d6-71bf20c6ccd3","resourceCustomizationUUID":"0309ef26-b0b9-4db9-9fe2-b49ca4c10876","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":"YWY3NTFmNDU2MmRiMTgwNGZiMThjZDNmZTc3MTdiMjU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"30763626-d026-40b7-b446-151845314ede","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":"OGUwMzdhNjkyMTA0Mzg4NGU1MmVlNzMwOWY0MTlhYjk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"09cd2a0b-74ef-4bdd-87c1-cd2408dbe27f","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":"f331fe39-164e-4fb5-b551-cf17db630758","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":"acc4aca8-8923-4dc7-afc0-586cd4328dc0","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":"06e7e63a-5218-4c08-af45-aa672abf50a4","artifactVersion":"2","generatedFromUUID":"82eb593a-4756-4908-b65e-9b522daa59d0"},{"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":"37c9fee5-2e84-4cfe-b75a-5baf2cfc2ed7","artifactVersion":"2","generatedFromUUID":"f331fe39-164e-4fb5-b551-cf17db630758"},{"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":"82eb593a-4756-4908-b65e-9b522daa59d0","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":"f1e98bad-7319-436d-b5da-149a34f75db8","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":"NDkwYTM0YTE1ZDUxY2ExOGVlNDAxYTY5ODliMTkxNjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7fc12088-9c35-4938-994d-da8f9ba14f81","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"NmU0OWQ4YTFlY2NkZDEyYjQ3YTk0NTAyMzI3Y2UyYjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f22d000f-397b-4da5-8b2a-b23e2aa8eb68","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-28T02:48:21.375Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T02:48:21.375Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-02-28T02:48:21.378Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T02:48:21.378Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016500747,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:48:21.478Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T02:48:21.478Z||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-02-28T02:48:21.478Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T02:48:21.492Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:48:21.492Z||pool-84-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-28T02:48:22.378Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T02:48:22.379Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-02-28T02:48:22.381Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T02:48:22.381Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016500747,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-02-28T02:48:22.482Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-28T02:48:22.482Z||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-02-28T02:48:22.482Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T02:48:22.494Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:48:22.494Z||pool-85-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-28T02:48:23.382Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T02:48:23.383Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-02-28T02:48:23.384Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T02:48:23.384Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016500747,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-02-28T02:48:23.485Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T02:48:23.487Z||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-02-28T02:48:23.487Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T02:48:23.502Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:48:23.503Z||pool-86-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-02-28T02:48:24.385Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T02:48:24.386Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-02-28T02:48:24.387Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T02:48:24.388Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016500747,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:48:24.488Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T02:48:24.488Z||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-02-28T02:48:24.489Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T02:48:24.500Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:48:24.500Z||pool-87-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-28T02:48:25.388Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T02:48:25.389Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-02-28T02:48:25.391Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T02:48:25.391Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016500747,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-02-28T02:48:25.492Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-28T02:48:25.492Z||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-02-28T02:48:25.492Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T02:48:25.508Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:48:25.508Z||pool-88-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-02-28T02:48:26.392Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T02:48:26.392Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-02-28T02:48:26.394Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T02:48:26.395Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016500747,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-02-28T02:48:26.495Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-28T02:48:26.495Z||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-02-28T02:48:26.495Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T02:48:26.510Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:48:26.510Z||pool-89-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-02-28T02:48:27.395Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T02:48:27.396Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-02-28T02:48:27.398Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T02:48:27.398Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016500747,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-02-28T02:48:27.498Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T02:48:27.499Z||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-02-28T02:48:27.499Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T02:48:27.512Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:48:27.512Z||pool-90-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-02-28T02:48:28.401Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T02:48:28.402Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-02-28T02:48:28.404Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T02:48:28.404Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016500747,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:48:28.504Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T02:48:28.505Z||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-02-28T02:48:28.505Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T02:48:28.519Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:48:28.520Z||pool-91-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-02-28T02:48:29.405Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T02:48:29.406Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-02-28T02:48:29.407Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T02:48:29.408Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016500747,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:48:29.508Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T02:48:29.508Z||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-02-28T02:48:29.508Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T02:48:29.521Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:48:29.521Z||pool-92-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-02-28T02:48:30.408Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T02:48:30.409Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-02-28T02:48:30.411Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T02:48:30.411Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016500747,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-28T02:48:30.511Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T02:48:30.512Z||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-02-28T02:48:30.512Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T02:48:30.524Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:48:30.524Z||pool-93-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-02-28T02:48:31.412Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "d6edbd3e-2e9d-49d5-ab0c-a230005911c8",
  "serviceDescription": "service",
  "serviceInvariantUUID": "6b153e09-b661-4bb0-b213-55f0e289ca36",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "0309ef26-b0b9-4db9-9fe2-b49ca4c10876",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "9645216c-39b7-4fc4-8245-f8d2a911135c",
      "resourceInvariantUUID": "a96aa219-4c76-4854-88d6-71bf20c6ccd3",
      "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": "OGUwMzdhNjkyMTA0Mzg4NGU1MmVlNzMwOWY0MTlhYjk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "09cd2a0b-74ef-4bdd-87c1-cd2408dbe27f",
          "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": "f331fe39-164e-4fb5-b551-cf17db630758",
          "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": "37c9fee5-2e84-4cfe-b75a-5baf2cfc2ed7",
            "generatedFromUUID": "f331fe39-164e-4fb5-b551-cf17db630758"
          },
          "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": "06e7e63a-5218-4c08-af45-aa672abf50a4",
          "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": "37c9fee5-2e84-4cfe-b75a-5baf2cfc2ed7",
          "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": "82eb593a-4756-4908-b65e-9b522daa59d0",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "NmU0OWQ4YTFlY2NkZDEyYjQ3YTk0NTAyMzI3Y2UyYjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f22d000f-397b-4da5-8b2a-b23e2aa8eb68"
    }
  ],
  "workloadContext": "Production"
}
2022-02-28T02:48:31.412Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-28T02:48:31.412Z|b2c9b738-c2b6-4662-97af-735ae145f580|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 d6edbd3e-2e9d-49d5-ab0c-a230005911c8 ASDC
2022-02-28T02:48:31.413Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:f8b85b9b-06a1-43e0-8311-1762888e494e
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:d6edbd3e-2e9d-49d5-ab0c-a230005911c8
ServiceInvariantUUID:6b153e09-b661-4bb0-b213-55f0e289ca36
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:f22d000f-397b-4da5-8b2a-b23e2aa8eb68
ArtifactChecksum:NmU0OWQ4YTFlY2NkZDEyYjQ3YTk0NTAyMzI3Y2UyYjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:0309ef26-b0b9-4db9-9fe2-b49ca4c10876
ResourceInvariantUUID:a96aa219-4c76-4854-88d6-71bf20c6ccd3
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:9645216c-39b7-4fc4-8245-f8d2a911135c
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:09cd2a0b-74ef-4bdd-87c1-cd2408dbe27f
ArtifactChecksum:OGUwMzdhNjkyMTA0Mzg4NGU1MmVlNzMwOWY0MTlhYjk=
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:f331fe39-164e-4fb5-b551-cf17db630758
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:37c9fee5-2e84-4cfe-b75a-5baf2cfc2ed7
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:06e7e63a-5218-4c08-af45-aa672abf50a4
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:37c9fee5-2e84-4cfe-b75a-5baf2cfc2ed7
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:82eb593a-4756-4908-b65e-9b522daa59d0
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-02-28T02:48:31.413Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d6edbd3e-2e9d-49d5-ab0c-a230005911c8 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-02-28T02:48:31.438Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-28T02:48:31.438Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-02-28T02:48:31.438Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-02-28T02:48:31.438Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: f22d000f-397b-4da5-8b2a-b23e2aa8eb68 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-02-28T02:48:31.438Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-02-28T02:48:31.438Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-02-28T02:48:31.606Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-02-28T02:48:31.618Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar f22d000f-397b-4da5-8b2a-b23e2aa8eb68 158209
2022-02-28T02:48:31.618Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-02-28T02:48:31.618Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-02-28T02:48:31.618Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-28T02:48:31.619Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-02-28T02:48:31.620Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T02:48:31.620Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016511618,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-28T02:48:31.720Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T02:48:31.721Z||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-02-28T02:48:31.721Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T02:48:31.733Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:48:31.733Z||pool-94-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-28T02:48:32.621Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-28T02:48:32.621Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-02-28T02:48:32.622Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: f22d000f-397b-4da5-8b2a-b23e2aa8eb68, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-02-28T02:48:32.622Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-02-28T02:48:32.622Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-02-28T02:48:32.622Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-02-28T02:48:32.747Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15849075176028707159/Definitions/service-BasicCnfMacro-template.yml
2022-02-28T02:48:33.402Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-28T02:48:33.402Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-02-28T02:48:33.402Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-02-28T02:48:33.402Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-02-28T02:48:33.402Z|f8b85b9b-06a1-43e0-8311-1762888e494e|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-BasicCnfMacro-csar.csar
2022-02-28T02:48:33.402Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||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-02-28T02:48:33.402Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||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-02-28T02:48:33.402Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||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-02-28T02:48:33.403Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-02-28T02:48:33.403Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T02:48:33.403Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T02:48:33.403Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-02-28T02:48:33.403Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-02-28T02:48:33.403Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-28T02:48:33.403Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T02:48:33.403Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T02:48:33.403Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-02-28T02:48:33.403Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-02-28T02:48:33.403Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-28T02:48:33.403Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T02:48:33.403Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T02:48:33.404Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T02:48:33.404Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-02-28T02:48:33.404Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-02-28T02:48:33.404Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-02-28T02:48:33.404Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-02-28T02:48:33.404Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T02:48:33.404Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-28T02:48:33.404Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T02:48:33.404Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-02-28T02:48:33.404Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-28T02:48:33.404Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T02:48:33.405Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-02-28T02:48:33.405Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-28T02:48:33.405Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T02:48:33.405Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-02-28T02:48:33.405Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-28T02:48:33.405Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T02:48:33.405Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-02-28T02:48:33.405Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-28T02:48:33.405Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T02:48:33.405Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-02-28T02:48:33.405Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-02-28T02:48:33.405Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=c7e6f723-cceb-4bc2-bb4b-8f60d1d848dc
2022-02-28T02:48:33.406Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T02:48:33.406Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T02:48:33.406Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T02:48:33.406Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T02:48:33.406Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T02:48:33.406Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T02:48:33.406Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T02:48:33.406Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T02:48:33.406Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:d6edbd3e-2e9d-49d5-ab0c-a230005911c8
Model Version:NULL
Model InvariantUuid:6b153e09-b661-4bb0-b213-55f0e289ca36
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:7c6a3a04-0506-4e6c-9865-fa7beaf2d380
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:a96aa219-4c76-4854-88d6-71bf20c6ccd3
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:0309ef26-b0b9-4db9-9fe2-b49ca4c10876
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:4c3c2757-a310-4b80-ab50-84cd9da72073
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:db3560f7-cc89-4132-9b89-e06a66dd42a1
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:420fe8d0-b542-481f-8bed-fc127c5433c8
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:cf8fe105-8d42-48a2-b0f5-ae0492257483
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c7e6f723-cceb-4bc2-bb4b-8f60d1d848dc
ModelInvariantUuid:65e7f29c-707a-4a2c-af86-68c5008ae88a
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:f69e8922-8df6-4a30-935f-75c8555e9e20
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:49d58ff6-df00-4826-87f5-e96c1370d8c9
ModelInvariantUuid:e284c49b-e810-4047-9702-8b972a6b9467
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:4602fbf4-933e-4ff8-80ef-fcd18eac7200
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-02-28T02:48:33.410Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 9645216c-39b7-4fc4-8245-f8d2a911135c
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-02-28T02:48:33.412Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||INFO|500||basic_cnf_macro 0
2022-02-28T02:48:33.412Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9645216c-39b7-4fc4-8245-f8d2a911135c
2022-02-28T02:48:33.412Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 09cd2a0b-74ef-4bdd-87c1-cd2408dbe27f from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-02-28T02:48:33.412Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-02-28T02:48:33.412Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||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-02-28T02:48:33.595Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-02-28T02:48:33.595Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 09cd2a0b-74ef-4bdd-87c1-cd2408dbe27f 1565
2022-02-28T02:48:33.596Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||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-02-28T02:48:33.596Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||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-02-28T02:48:33.596Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-28T02:48:33.596Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-02-28T02:48:33.598Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T02:48:33.598Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016513596,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-28T02:48:33.699Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T02:48:33.700Z||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-02-28T02:48:33.700Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T02:48:33.711Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:48:33.711Z||pool-95-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-28T02:48:34.599Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "420fe8d0-b542-481f-8bed-fc127c5433c8",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "cf8fe105-8d42-48a2-b0f5-ae0492257483",
    "vfModuleModelCustomizationUUID": "9d5a9ae2-1314-451f-9e61-6389be0374df",
    "isBase": true,
    "artifacts": [
      "f331fe39-164e-4fb5-b551-cf17db630758",
      "37c9fee5-2e84-4cfe-b75a-5baf2cfc2ed7"
    ],
    "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": "4c3c2757-a310-4b80-ab50-84cd9da72073",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "db3560f7-cc89-4132-9b89-e06a66dd42a1",
    "vfModuleModelCustomizationUUID": "61f232e9-1f59-46cb-8c25-0bd83e2370ab",
    "isBase": false,
    "artifacts": [
      "82eb593a-4756-4908-b65e-9b522daa59d0"
    ],
    "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-02-28T02:48:34.604Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cf8fe105-8d42-48a2-b0f5-ae0492257483
VfModuleModelInvariantUUID:420fe8d0-b542-481f-8bed-fc127c5433c8
VfModuleModelDescription:NULL
Artifacts UUID List:{
f331fe39-164e-4fb5-b551-cf17db630758
,
37c9fee5-2e84-4cfe-b75a-5baf2cfc2ed7

}
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:db3560f7-cc89-4132-9b89-e06a66dd42a1
VfModuleModelInvariantUUID:4c3c2757-a310-4b80-ab50-84cd9da72073
VfModuleModelDescription:NULL
Artifacts UUID List:{
82eb593a-4756-4908-b65e-9b522daa59d0

}
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-02-28T02:48:34.607Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "420fe8d0-b542-481f-8bed-fc127c5433c8",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "cf8fe105-8d42-48a2-b0f5-ae0492257483",
    "vfModuleModelCustomizationUUID": "9d5a9ae2-1314-451f-9e61-6389be0374df",
    "isBase": true,
    "artifacts": [
      "f331fe39-164e-4fb5-b551-cf17db630758",
      "37c9fee5-2e84-4cfe-b75a-5baf2cfc2ed7"
    ],
    "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": "4c3c2757-a310-4b80-ab50-84cd9da72073",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "db3560f7-cc89-4132-9b89-e06a66dd42a1",
    "vfModuleModelCustomizationUUID": "61f232e9-1f59-46cb-8c25-0bd83e2370ab",
    "isBase": false,
    "artifacts": [
      "82eb593a-4756-4908-b65e-9b522daa59d0"
    ],
    "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-02-28T02:48:34.608Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cf8fe105-8d42-48a2-b0f5-ae0492257483
VfModuleModelInvariantUUID:420fe8d0-b542-481f-8bed-fc127c5433c8
VfModuleModelDescription:NULL
Artifacts UUID List:{
f331fe39-164e-4fb5-b551-cf17db630758
,
37c9fee5-2e84-4cfe-b75a-5baf2cfc2ed7

}
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:db3560f7-cc89-4132-9b89-e06a66dd42a1
VfModuleModelInvariantUUID:4c3c2757-a310-4b80-ab50-84cd9da72073
VfModuleModelDescription:NULL
Artifacts UUID List:{
82eb593a-4756-4908-b65e-9b522daa59d0

}
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-02-28T02:48:34.608Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: f331fe39-164e-4fb5-b551-cf17db630758 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-02-28T02:48:34.608Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-02-28T02:48:34.608Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||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-02-28T02:48:34.859Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-02-28T02:48:34.859Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml f331fe39-164e-4fb5-b551-cf17db630758 914
2022-02-28T02:48:34.859Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||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-02-28T02:48:34.859Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||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-02-28T02:48:34.860Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-28T02:48:34.860Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-02-28T02:48:34.862Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T02:48:34.862Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016514859,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-28T02:48:34.962Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T02:48:34.963Z||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-02-28T02:48:34.963Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T02:48:34.975Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:48:34.976Z||pool-96-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-28T02:48:35.862Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 06e7e63a-5218-4c08-af45-aa672abf50a4 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-02-28T02:48:35.863Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-02-28T02:48:35.863Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||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-02-28T02:48:36.654Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-02-28T02:48:36.654Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 06e7e63a-5218-4c08-af45-aa672abf50a4 12
2022-02-28T02:48:36.654Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||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-02-28T02:48:36.655Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||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-02-28T02:48:36.655Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-28T02:48:36.655Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-02-28T02:48:36.657Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T02:48:36.657Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016516654,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-02-28T02:48:36.757Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T02:48:36.758Z||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-02-28T02:48:36.758Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T02:48:36.770Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:48:36.771Z||pool-97-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-28T02:48:37.657Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 37c9fee5-2e84-4cfe-b75a-5baf2cfc2ed7 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-02-28T02:48:37.658Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-02-28T02:48:37.658Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||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-02-28T02:48:37.956Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-02-28T02:48:37.956Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 37c9fee5-2e84-4cfe-b75a-5baf2cfc2ed7 96
2022-02-28T02:48:37.956Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||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-02-28T02:48:37.956Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||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-02-28T02:48:37.956Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-28T02:48:37.957Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-02-28T02:48:37.959Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T02:48:37.959Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016517956,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-02-28T02:48:38.059Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T02:48:38.060Z||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-02-28T02:48:38.060Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T02:48:38.073Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:48:38.073Z||pool-98-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-28T02:48:38.959Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 82eb593a-4756-4908-b65e-9b522daa59d0 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-02-28T02:48:38.960Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-02-28T02:48:38.960Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||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-02-28T02:48:39.160Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-02-28T02:48:39.161Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 82eb593a-4756-4908-b65e-9b522daa59d0 20206
2022-02-28T02:48:39.161Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||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-02-28T02:48:39.161Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||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-02-28T02:48:39.161Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-28T02:48:39.161Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-02-28T02:48:39.162Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T02:48:39.162Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016519161,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-02-28T02:48:39.263Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-28T02:48:39.264Z||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-02-28T02:48:39.264Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T02:48:39.275Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:48:39.276Z||pool-99-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-28T02:48:40.166Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: d6edbd3e-2e9d-49d5-ab0c-a230005911c8
2022-02-28T02:48:40.167Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 9645216c-39b7-4fc4-8245-f8d2a911135c 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-02-28T02:48:40.174Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@19ec9840, org.onap.sdc.toscaparser.api.parameters.Input@57e2791d, org.onap.sdc.toscaparser.api.parameters.Input@b645fbc, org.onap.sdc.toscaparser.api.parameters.Input@13686e51, org.onap.sdc.toscaparser.api.parameters.Input@6ebbcae4]
2022-02-28T02:48:40.175Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T02:48:40.175Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T02:48:40.175Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2022-02-28T02:48:40.175Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 0309ef26-b0b9-4db9-9fe2-b49ca4c10876
2022-02-28T02:48:40.175Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0309ef26-b0b9-4db9-9fe2-b49ca4c10876 matches Tosca VF Customization UUID: 0309ef26-b0b9-4db9-9fe2-b49ca4c10876
2022-02-28T02:48:40.175Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 0309ef26-b0b9-4db9-9fe2-b49ca4c10876  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-02-28T02:48:40.177Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T02:48:40.177Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T02:48:40.178Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 0309ef26-b0b9-4db9-9fe2-b49ca4c10876: {\"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-02-28T02:48:40.178Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@53afb32d
2022-02-28T02:48:40.178Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T02:48:40.178Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-28T02:48:40.178Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 61f232e9-1f59-46cb-8c25-0bd83e2370ab
2022-02-28T02:48:40.178Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 61f232e9-1f59-46cb-8c25-0bd83e2370ab
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-02-28T02:48:40.179Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T02:48:40.180Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-02-28T02:48:40.180Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-28T02:48:40.180Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T02:48:40.180Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-02-28T02:48:40.180Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-28T02:48:40.180Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T02:48:40.180Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-02-28T02:48:40.180Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=0309ef26-b0b9-4db9-9fe2-b49ca4c10876
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-02-28T02:48:40.181Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T02:48:40.181Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T02:48:40.182Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid d6edbd3e-2e9d-49d5-ab0c-a230005911c8: basic_cnf_macro
2022-02-28T02:48:40.182Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T02:48:40.182Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T02:48:40.182Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T02:48:40.182Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T02:48:40.182Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T02:48:40.182Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T02:48:40.182Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T02:48:40.182Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T02:48:40.182Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T02:48:40.182Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T02:48:40.182Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||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-02-28T02:48:40.210Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 9645216c-39b7-4fc4-8245-f8d2a911135c 2 ASDC deployResourceStructure
2022-02-28T02:48:40.210Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||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-02-28T02:48:40.210Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||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-02-28T02:48:40.210Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-28T02:48:40.210Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-02-28T02:48:40.211Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T02:48:40.211Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016520210,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-28T02:48:40.312Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T02:48:40.312Z||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-02-28T02:48:40.312Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T02:48:40.330Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:48:40.331Z||pool-100-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-02-28T02:48:41.212Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||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-02-28T02:48:41.213Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||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-02-28T02:48:41.213Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-28T02:48:41.213Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-02-28T02:48:41.215Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T02:48:41.215Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016521212,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-02-28T02:48:41.315Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T02:48:41.316Z||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-02-28T02:48:41.316Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T02:48:41.331Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:48:41.331Z||pool-101-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-02-28T02:48:42.221Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||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-02-28T02:48:42.221Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||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-02-28T02:48:42.221Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-02-28T02:48:42.221Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-02-28T02:48:42.223Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T02:48:42.223Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016522216,
  "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-02-28T02:48:42.323Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T02:48:42.324Z||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-02-28T02:48:42.324Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T02:48:42.337Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:48:42.337Z||pool-102-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-02-28T02:48:43.224Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||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-02-28T02:48:43.224Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||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-02-28T02:48:43.224Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-28T02:48:43.225Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-02-28T02:48:43.226Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T02:48:43.226Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016523224,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-02-28T02:48:43.327Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T02:48:43.327Z||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-02-28T02:48:43.327Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T02:48:43.341Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:48:43.341Z||pool-103-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-28T02:48:44.227Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||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-02-28T02:48:44.228Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||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-02-28T02:48:44.228Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-02-28T02:48:44.228Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-02-28T02:48:44.230Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T02:48:44.230Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016524227,
  "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-02-28T02:48:44.331Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-28T02:48:44.331Z||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-02-28T02:48:44.331Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T02:48:44.345Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:48:44.346Z||pool-104-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-28T02:48:45.231Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-02-28T02:48:45.231Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-02-28T02:48:45.232Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-28T02:48:45.232Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-02-28T02:48:45.234Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T02:48:45.234Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016525231,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-28T02:48:45.334Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T02:48:45.334Z||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-02-28T02:48:45.334Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T02:48:45.348Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:48:45.348Z||pool-105-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-28T02:48:46.234Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f8b85b9b-06a1-43e0-8311-1762888e494e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-28T02:48:46.243Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f8b85b9b-06a1-43e0-8311-1762888e494e
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-02-28T02:48:46.245Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-28T02:48:46.245Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-28T02:48:46.245Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-28T02:49:16.246Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f8b85b9b-06a1-43e0-8311-1762888e494e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-28T02:49:16.254Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f8b85b9b-06a1-43e0-8311-1762888e494e
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-02-28T02:49:16.256Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-28T02:49:16.256Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-28T02:49:16.256Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-28T02:49:20.748Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T02:49:20.749Z||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-02-28T02:49:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T02:49:20.782Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:49:20.784Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:49:20.784Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c9b738-c2b6-4662-97af-735ae145f580",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016440747,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:49:20.785Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:49:20.785Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:49:20.785Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c9b738-c2b6-4662-97af-735ae145f580",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016440747,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-02-28T02:49:20.785Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:49:20.785Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:49:20.785Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c9b738-c2b6-4662-97af-735ae145f580",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016440747,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-02-28T02:49:20.785Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:49:20.786Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:49:20.786Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c9b738-c2b6-4662-97af-735ae145f580",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016440747,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:49:20.786Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:49:20.786Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:49:20.786Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c9b738-c2b6-4662-97af-735ae145f580",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016440747,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-02-28T02:49:20.786Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:49:20.786Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:49:20.786Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c9b738-c2b6-4662-97af-735ae145f580",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016440747,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:49:20.786Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:49:20.786Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:49:20.787Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c9b738-c2b6-4662-97af-735ae145f580",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016440747,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-02-28T02:49:20.787Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:49:20.787Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:49:20.787Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c9b738-c2b6-4662-97af-735ae145f580",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016449506,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-28T02:49:20.787Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T02:49:20.787Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:49:20.787Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c9b738-c2b6-4662-97af-735ae145f580",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016451502,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-28T02:49:20.788Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T02:49:20.788Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:49:20.788Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c9b738-c2b6-4662-97af-735ae145f580",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016452805,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-28T02:49:20.788Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T02:49:20.788Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:49:20.788Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "clamp",
  "timestamp": 1646016444653,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:49:20.789Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:49:20.789Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:49:20.789Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646016446013,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:49:20.789Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:49:20.789Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:49:20.789Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "cds",
  "timestamp": 1646016444596,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:49:20.789Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:49:20.790Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:49:20.790Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "policy-id",
  "timestamp": 1646016449540,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:49:20.790Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:49:20.790Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:49:20.790Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c9b738-c2b6-4662-97af-735ae145f580",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016454006,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-02-28T02:49:20.790Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T02:49:20.790Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:49:20.791Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646016453449,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:49:20.791Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:49:20.791Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:49:20.791Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "cds",
  "timestamp": 1646016444596,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:49:20.791Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:49:20.791Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:49:20.791Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646016446013,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:49:20.792Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:49:20.792Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:49:20.792Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "clamp",
  "timestamp": 1646016444653,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-02-28T02:49:20.792Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:49:20.792Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:49:20.792Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "policy-id",
  "timestamp": 1646016449540,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:49:20.793Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:49:20.793Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:49:20.793Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646016453449,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-02-28T02:49:20.793Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:49:20.793Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:49:20.793Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c9b738-c2b6-4662-97af-735ae145f580",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016455149,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-28T02:49:20.793Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T02:49:20.793Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:49:20.793Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "cds",
  "timestamp": 1646016444596,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:49:20.793Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:49:20.794Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:49:20.794Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646016446013,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:49:20.794Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:49:20.794Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:49:20.794Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "clamp",
  "timestamp": 1646016444653,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:49:20.794Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:49:20.794Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:49:20.794Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "policy-id",
  "timestamp": 1646016449540,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-02-28T02:49:20.794Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:49:20.794Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:49:20.794Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646016453449,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-02-28T02:49:20.794Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:49:20.795Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:49:20.795Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c9b738-c2b6-4662-97af-735ae145f580",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016456152,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-02-28T02:49:20.795Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T02:49:20.795Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:49:20.795Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "cds",
  "timestamp": 1646016444596,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:49:20.795Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:49:20.795Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:49:20.795Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "clamp",
  "timestamp": 1646016444653,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:49:20.795Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:49:20.795Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:49:20.795Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646016446013,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:49:20.795Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:49:20.795Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:49:20.795Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "policy-id",
  "timestamp": 1646016449540,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:49:20.795Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:49:20.795Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:49:20.795Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646016453449,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:49:20.795Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:49:20.795Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:49:20.795Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c9b738-c2b6-4662-97af-735ae145f580",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016457156,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-02-28T02:49:20.795Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T02:49:20.795Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:49:20.795Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "cds",
  "timestamp": 1646016444596,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:49:20.795Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:49:20.795Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:49:20.795Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646016446013,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:49:20.796Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:49:20.796Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:49:20.796Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "clamp",
  "timestamp": 1646016444653,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:49:20.796Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:49:20.796Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:49:20.796Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "policy-id",
  "timestamp": 1646016449540,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:49:20.796Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:49:20.796Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:49:20.796Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646016453449,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-02-28T02:49:20.796Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:49:20.796Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:49:20.796Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c9b738-c2b6-4662-97af-735ae145f580",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016458159,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-28T02:49:20.796Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T02:49:20.796Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:49:20.796Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "cds",
  "timestamp": 1646016444596,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:49:20.797Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:49:20.797Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:49:20.797Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646016446013,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:49:20.797Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:49:20.797Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:49:20.797Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "clamp",
  "timestamp": 1646016444653,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:49:20.797Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:49:20.797Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:49:20.797Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "policy-id",
  "timestamp": 1646016449540,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:49:20.797Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:49:20.797Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:49:20.797Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646016453449,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-02-28T02:49:20.797Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:49:20.797Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:49:20.797Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "cds",
  "timestamp": 1646016444596,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:49:20.797Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:49:20.797Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:49:20.797Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646016446013,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:49:20.797Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:49:20.797Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:49:20.797Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "clamp",
  "timestamp": 1646016444653,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:49:20.797Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:49:20.797Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:49:20.797Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "policy-id",
  "timestamp": 1646016449540,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:49:20.797Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:49:20.798Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:49:20.798Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646016459393,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:49:20.798Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:49:20.798Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:49:20.798Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646016453449,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-02-28T02:49:20.798Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:49:20.798Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:49:20.798Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646016446013,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:49:20.798Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:49:20.798Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:49:20.798Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "cds",
  "timestamp": 1646016444596,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:49:20.798Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:49:20.798Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:49:20.798Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "clamp",
  "timestamp": 1646016444653,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:49:20.798Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:49:20.798Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:49:20.798Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "policy-id",
  "timestamp": 1646016449540,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:49:20.798Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:49:20.798Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:49:20.798Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646016459393,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:49:20.798Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:49:20.798Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:49:20.798Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646016453449,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:49:20.798Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:49:20.798Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:49:20.798Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "cds",
  "timestamp": 1646016444596,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:49:20.799Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:49:20.799Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:49:20.799Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "clamp",
  "timestamp": 1646016444653,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:49:20.799Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:49:20.799Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:49:20.799Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646016446013,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:49:20.799Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:49:20.799Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:49:20.799Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "policy-id",
  "timestamp": 1646016449540,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:49:20.799Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:49:20.799Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:49:20.799Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646016459393,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:49:20.799Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:49:20.799Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:49:20.799Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646016453449,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:49:20.799Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:49:20.799Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:49:20.799Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646016446013,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:49:20.799Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:49:20.799Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:49:20.799Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "cds",
  "timestamp": 1646016444596,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-28T02:49:20.800Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:49:20.800Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:49:20.800Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "clamp",
  "timestamp": 1646016444653,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-28T02:49:20.800Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:49:20.800Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:49:20.800Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "policy-id",
  "timestamp": 1646016449540,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-28T02:49:20.800Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:49:20.800Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:49:20.800Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646016459393,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:49:20.800Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:49:20.800Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:49:20.800Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "aai-ml",
  "timestamp": 1646016462469,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:49:20.800Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:49:20.800Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:49:20.801Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646016453449,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-28T02:49:20.801Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:49:20.801Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:49:20.801Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646016459393,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:49:20.801Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:49:20.801Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:49:20.801Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "aai-ml",
  "timestamp": 1646016462469,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:49:20.801Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:49:20.801Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:49:20.801Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "cds",
  "timestamp": 1646016464397,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-28T02:49:20.801Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T02:49:20.801Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:49:20.801Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "policy-id",
  "timestamp": 1646016464400,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-28T02:49:20.801Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T02:49:20.801Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:49:20.801Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646016464463,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-28T02:49:20.801Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T02:49:20.801Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:49:20.801Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646016459393,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:49:20.801Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:49:20.801Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:49:20.801Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "aai-ml",
  "timestamp": 1646016462469,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:49:20.801Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:49:20.802Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:49:20.802Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "policy-id",
  "timestamp": 1646016465404,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-28T02:49:20.802Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T02:49:20.802Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:49:20.802Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646016465639,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-28T02:49:20.802Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T02:49:20.802Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:49:20.802Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646016459393,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:49:20.802Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:49:20.802Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:49:20.802Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "aai-ml",
  "timestamp": 1646016462469,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:49:20.802Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:49:20.802Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:49:20.802Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "policy-id",
  "timestamp": 1646016466406,
  "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-02-28T02:49:20.808Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f8b85b9b-06a1-43e0-8311-1762888e494e
2022-02-28T02:49:20.808Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f8b85b9b-06a1-43e0-8311-1762888e494e 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-02-28T02:49:20.815Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:49:20.815Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "cds",
  "timestamp": 1646016466499,
  "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=?
2022-02-28T02:49:20.818Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f8b85b9b-06a1-43e0-8311-1762888e494e
2022-02-28T02:49:20.818Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f8b85b9b-06a1-43e0-8311-1762888e494e 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-02-28T02:49:20.825Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:49:20.825Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646016467043,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-02-28T02:49:20.825Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T02:49:20.825Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:49:20.825Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646016459393,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:49:20.825Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:49:20.825Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:49:20.825Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "aai-ml",
  "timestamp": 1646016462469,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:49:20.825Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:49:20.825Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:49:20.825Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646016459393,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:49:20.825Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:49:20.825Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:49:20.825Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "aai-ml",
  "timestamp": 1646016462469,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:49:20.825Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:49:20.825Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:49:20.826Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646016468248,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-02-28T02:49:20.826Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T02:49:20.826Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:49:20.826Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646016459393,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-28T02:49:20.826Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:49:20.826Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:49:20.826Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "aai-ml",
  "timestamp": 1646016462469,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:49:20.826Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:49:20.826Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:49:20.826Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646016469362,
  "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-02-28T02:49:20.829Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f8b85b9b-06a1-43e0-8311-1762888e494e
2022-02-28T02:49:20.830Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f8b85b9b-06a1-43e0-8311-1762888e494e 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-02-28T02:49:20.835Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:49:20.835Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "aai-ml",
  "timestamp": 1646016462469,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:49:20.835Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:49:20.835Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:49:20.835Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646016470343,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-28T02:49:20.835Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T02:49:20.835Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:49:20.835Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646016470364,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-28T02:49:20.835Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T02:49:20.835Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:49:20.835Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "aai-ml",
  "timestamp": 1646016462469,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:49:20.835Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:49:20.835Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:49:20.835Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "aai-ml",
  "timestamp": 1646016462469,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-28T02:49:20.835Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:49:20.835Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:49:20.836Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646016472238,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-28T02:49:20.836Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T02:49:20.836Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:49:20.836Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "aai-ml",
  "timestamp": 1646016473172,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-28T02:49:20.836Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T02:49:20.836Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:49:20.836Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646016473241,
  "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-02-28T02:49:20.840Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f8b85b9b-06a1-43e0-8311-1762888e494e
2022-02-28T02:49:20.840Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f8b85b9b-06a1-43e0-8311-1762888e494e 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-02-28T02:49:20.846Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:49:20.846Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "clamp",
  "timestamp": 1646016473565,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-28T02:49:20.846Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T02:49:20.846Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:49:20.846Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "clamp",
  "timestamp": 1646016478570,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-28T02:49:20.846Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T02:49:20.847Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:49:20.847Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "aai-ml",
  "timestamp": 1646016478708,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-28T02:49:20.847Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T02:49:20.847Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:49:20.847Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "clamp",
  "timestamp": 1646016479572,
  "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-02-28T02:49:20.851Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f8b85b9b-06a1-43e0-8311-1762888e494e
2022-02-28T02:49:20.851Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f8b85b9b-06a1-43e0-8311-1762888e494e 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-02-28T02:49:20.857Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:49:20.857Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "aai-ml",
  "timestamp": 1646016479711,
  "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-02-28T02:49:20.862Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f8b85b9b-06a1-43e0-8311-1762888e494e
2022-02-28T02:49:20.862Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f8b85b9b-06a1-43e0-8311-1762888e494e 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-02-28T02:49:20.868Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:49:20.869Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c9b738-c2b6-4662-97af-735ae145f580",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016489474,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR"
}
2022-02-28T02:49:20.869Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T02:49:46.256Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f8b85b9b-06a1-43e0-8311-1762888e494e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-28T02:49:46.269Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f8b85b9b-06a1-43e0-8311-1762888e494e
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-02-28T02:49:46.271Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-28T02:49:46.271Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-28T02:49:46.271Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-28T02:49:46.271Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-28T02:49:46.272Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-28T02:49:46.272Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-28T02:49:46.272Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-28T02:49:46.272Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-28T02:49:46.272Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-28T02:49:46.272Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-28T02:49:46.272Z|f8b85b9b-06a1-43e0-8311-1762888e494e|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-02-28T02:49:46.277Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-28T02:50:16.278Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f8b85b9b-06a1-43e0-8311-1762888e494e 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-02-28T02:50:16.284Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f8b85b9b-06a1-43e0-8311-1762888e494e and serviceModelVersionId: d6edbd3e-2e9d-49d5-ab0c-a230005911c8
2022-02-28T02:50:16.285Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6b153e09-b661-4bb0-b213-55f0e289ca36
2022-02-28T02:50:16.285Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6b153e09-b661-4bb0-b213-55f0e289ca36/model-vers/model-ver/d6edbd3e-2e9d-49d5-ab0c-a230005911c8?depth=0
2022-02-28T02:50:16.291Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-02-28T02:50:16.322Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6b153e09-b661-4bb0-b213-55f0e289ca36/model-vers/model-ver/d6edbd3e-2e9d-49d5-ab0c-a230005911c8?depth=0|INFO|500||Invoke
2022-02-28T02:50:16.322Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6b153e09-b661-4bb0-b213-55f0e289ca36/model-vers/model-ver/d6edbd3e-2e9d-49d5-ab0c-a230005911c8?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6b153e09-b661-4bb0-b213-55f0e289ca36/model-vers/model-ver/d6edbd3e-2e9d-49d5-ab0c-a230005911c8?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f8b85b9b-06a1-43e0-8311-1762888e494e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[37d095ed-18be-459b-a985-d3111c954876], X-ECOMP-RequestID=[f8b85b9b-06a1-43e0-8311-1762888e494e], X-TransactionId=[], X-ONAP-RequestID=[f8b85b9b-06a1-43e0-8311-1762888e494e], Content-Type=[application/merge-patch+json]}
2022-02-28T02:50:16.337Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6b153e09-b661-4bb0-b213-55f0e289ca36/model-vers/model-ver/d6edbd3e-2e9d-49d5-ab0c-a230005911c8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-02-28T02:50:16.840Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6b153e09-b661-4bb0-b213-55f0e289ca36/model-vers/model-ver/d6edbd3e-2e9d-49d5-ab0c-a230005911c8?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/6b153e09-b661-4bb0-b213-55f0e289ca36/model-vers/model-ver/d6edbd3e-2e9d-49d5-ab0c-a230005911c8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220228-02:50:16:344-62243], vertex-id=[262256], Content-Length=[0], Date=[Mon, 28 Feb 2022 02:50:16 GMT], Content-Type=[application/json]}
2022-02-28T02:50:16.840Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6b153e09-b661-4bb0-b213-55f0e289ca36/model-vers/model-ver/d6edbd3e-2e9d-49d5-ab0c-a230005911c8?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-02-28T02:50:16.841Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6b153e09-b661-4bb0-b213-55f0e289ca36/model-vers/model-ver/d6edbd3e-2e9d-49d5-ab0c-a230005911c8?depth=0|INFO|500||InvokeReturn
2022-02-28T02:50:16.841Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-28T02:50:16.841Z|f8b85b9b-06a1-43e0-8311-1762888e494e|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-02-28T02:50:16.847Z|f8b85b9b-06a1-43e0-8311-1762888e494e|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-02-28T02:50:16.847Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f8b85b9b-06a1-43e0-8311-1762888e494e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-02-28T02:50:16.848Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-28T02:50:16.848Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-02-28T02:50:16.849Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T02:50:16.850Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016616847,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-28T02:50:16.949Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-28T02:50:16.950Z||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-02-28T02:50:16.950Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T02:50:16.973Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:50:16.973Z||pool-106-thread-1|||||INFO|500||cambria reply ok (23 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-02-28T02:50:18.255Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T02:50:18.256Z|f8b85b9b-06a1-43e0-8311-1762888e494e|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-02-28T02:50:18.256Z|f8b85b9b-06a1-43e0-8311-1762888e494e|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 DH1l0hjYl41nLHdh) ...
2022-02-28T02:50:18.878Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:50:18.879Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T02:50:18.879Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"284fa9a6-51ae-4efc-821e-c30cc73c267c","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"a105568d-9c56-43c1-a022-6a5afca87de0","serviceDescription":"service","serviceInvariantUUID":"801abbb2-0ed3-4663-a892-5673f655f3fb","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"930ae5c7-1439-401a-a814-16a614f5df8b","resourceInvariantUUID":"476f9a98-ed9b-4075-a358-c28b67fab9bb","resourceCustomizationUUID":"441f80d9-98e1-4792-abc5-70ab91ed575c","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":"MTcxZDMzZjAyZjJkZTU3Y2Y5Yzk4YzhhMjEyNGJhMWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f3505708-7510-4e2c-b616-b96d536e93be","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":"4c4ebce6-ad02-4391-9af2-08c062de51b0","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":"d1cc26bf-49c7-4e22-88da-b88c2b1a7a73","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":"MjkyNDRhMjYxNjliOGQ2YWExMGYwZGNhNmEzOWE0MzQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"77b4059b-ac43-41d6-93ca-6f702a8f223f","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":"f8152dfb-a0cb-4952-9126-a965ac992cea","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":"8d3a5b6c-f5ad-4aea-aa93-89f08171a81c","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":"cc129638-6e16-4aca-9b50-cfd073e54540","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":"MThkNjIzZTQyMjhkYTNlZWMxNmRlOTIzOWU4NGE1MGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1922ac1f-0c31-49fb-be72-c20b15fcc994","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NDFiYTFmNmQzNDVlZDY1MjljYTk1Mzg0YzQ4Y2UyZTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1a428f6f-65ee-449c-bf57-7461f148c9c4","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-28T02:50:18.881Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T02:50:18.882Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-02-28T02:50:18.884Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T02:50:18.884Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "284fa9a6-51ae-4efc-821e-c30cc73c267c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016618255,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:50:18.983Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-28T02:50:18.984Z||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-02-28T02:50:18.984Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T02:50:18.999Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:50:18.999Z||pool-107-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-28T02:50:19.884Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T02:50:19.885Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-02-28T02:50:19.887Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T02:50:19.887Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "284fa9a6-51ae-4efc-821e-c30cc73c267c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016618255,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:50:19.987Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T02:50:19.988Z||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-02-28T02:50:19.988Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T02:50:20.002Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:50:20.003Z||pool-108-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-02-28T02:50:20.749Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T02:50:20.749Z||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-02-28T02:50:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T02:50:20.776Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:50:20.777Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:50:20.777Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016500747,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:50:20.778Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:50:20.778Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:50:20.778Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016500747,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-02-28T02:50:20.778Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:50:20.778Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:50:20.778Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016500747,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-02-28T02:50:20.778Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:50:20.778Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:50:20.778Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016500747,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:50:20.778Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:50:20.779Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:50:20.779Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016500747,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-02-28T02:50:20.779Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:50:20.779Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:50:20.779Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016500747,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-02-28T02:50:20.779Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:50:20.779Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:50:20.779Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016500747,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-02-28T02:50:20.779Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:50:20.779Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:50:20.779Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016500747,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:50:20.779Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:50:20.779Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:50:20.780Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016500747,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:50:20.780Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:50:20.780Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:50:20.780Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016500747,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-28T02:50:20.780Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:50:20.780Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:50:20.780Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016511618,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-28T02:50:20.780Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T02:50:20.780Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:50:20.780Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016513596,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-28T02:50:20.780Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T02:50:20.780Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:50:20.780Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016514859,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-28T02:50:20.781Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T02:50:20.781Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:50:20.781Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016516654,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-02-28T02:50:20.781Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T02:50:20.781Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:50:20.781Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016517956,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-02-28T02:50:20.781Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T02:50:20.781Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:50:20.781Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016519161,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-02-28T02:50:20.781Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T02:50:20.781Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:50:20.781Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016520210,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-28T02:50:20.782Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T02:50:20.782Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:50:20.782Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016521212,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-02-28T02:50:20.782Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T02:50:20.782Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:50:20.782Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016522216,
  "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-02-28T02:50:20.782Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T02:50:20.782Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:50:20.782Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016523224,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-02-28T02:50:20.782Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T02:50:20.782Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:50:20.782Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016524227,
  "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-02-28T02:50:20.782Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T02:50:20.783Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:50:20.783Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016525231,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-28T02:50:20.783Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T02:50:20.888Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T02:50:20.889Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-02-28T02:50:20.890Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T02:50:20.891Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "284fa9a6-51ae-4efc-821e-c30cc73c267c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016618255,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:50:20.990Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-28T02:50:20.991Z||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-02-28T02:50:20.991Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T02:50:21.006Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:50:21.007Z||pool-109-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-02-28T02:50:21.891Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T02:50:21.892Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-02-28T02:50:21.894Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T02:50:21.894Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "284fa9a6-51ae-4efc-821e-c30cc73c267c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016618255,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:50:21.994Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-28T02:50:21.995Z||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-02-28T02:50:21.995Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T02:50:22.010Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:50:22.010Z||pool-110-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-02-28T02:50:22.895Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T02:50:22.896Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-02-28T02:50:22.897Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T02:50:22.898Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "284fa9a6-51ae-4efc-821e-c30cc73c267c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016618255,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:50:22.997Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-28T02:50:22.998Z||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-02-28T02:50:22.998Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T02:50:23.013Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:50:23.014Z||pool-111-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-02-28T02:50:23.898Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T02:50:23.899Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-02-28T02:50:23.901Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T02:50:23.901Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "284fa9a6-51ae-4efc-821e-c30cc73c267c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016618255,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:50:24.001Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T02:50:24.001Z||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-02-28T02:50:24.001Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T02:50:24.015Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:50:24.015Z||pool-112-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-28T02:50:24.901Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T02:50:24.902Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-02-28T02:50:24.904Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T02:50:24.904Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "284fa9a6-51ae-4efc-821e-c30cc73c267c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016618255,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:50:25.004Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T02:50:25.004Z||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-02-28T02:50:25.004Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T02:50:25.018Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:50:25.018Z||pool-113-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-28T02:50:25.904Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T02:50:25.905Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-02-28T02:50:25.907Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T02:50:25.907Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "284fa9a6-51ae-4efc-821e-c30cc73c267c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016618255,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:50:26.007Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T02:50:26.008Z||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-02-28T02:50:26.008Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T02:50:26.022Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:50:26.022Z||pool-114-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-28T02:50:26.908Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T02:50:26.909Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-02-28T02:50:26.911Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T02:50:26.911Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "284fa9a6-51ae-4efc-821e-c30cc73c267c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016618255,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-28T02:50:27.011Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-28T02:50:27.011Z||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-02-28T02:50:27.011Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T02:50:27.025Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:50:27.025Z||pool-115-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-02-28T02:50:27.911Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "284fa9a6-51ae-4efc-821e-c30cc73c267c",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "a105568d-9c56-43c1-a022-6a5afca87de0",
  "serviceDescription": "service",
  "serviceInvariantUUID": "801abbb2-0ed3-4663-a892-5673f655f3fb",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "441f80d9-98e1-4792-abc5-70ab91ed575c",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "930ae5c7-1439-401a-a814-16a614f5df8b",
      "resourceInvariantUUID": "476f9a98-ed9b-4075-a358-c28b67fab9bb",
      "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": "NDFiYTFmNmQzNDVlZDY1MjljYTk1Mzg0YzQ4Y2UyZTQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1a428f6f-65ee-449c-bf57-7461f148c9c4"
    }
  ],
  "workloadContext": "Production"
}
2022-02-28T02:50:27.912Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-28T02:50:27.912Z|f8b85b9b-06a1-43e0-8311-1762888e494e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 a105568d-9c56-43c1-a022-6a5afca87de0 ASDC
2022-02-28T02:50:27.913Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:284fa9a6-51ae-4efc-821e-c30cc73c267c
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:a105568d-9c56-43c1-a022-6a5afca87de0
ServiceInvariantUUID:801abbb2-0ed3-4663-a892-5673f655f3fb
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:1a428f6f-65ee-449c-bf57-7461f148c9c4
ArtifactChecksum:NDFiYTFmNmQzNDVlZDY1MjljYTk1Mzg0YzQ4Y2UyZTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:441f80d9-98e1-4792-abc5-70ab91ed575c
ResourceInvariantUUID:476f9a98-ed9b-4075-a358-c28b67fab9bb
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:930ae5c7-1439-401a-a814-16a614f5df8b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-02-28T02:50:27.913Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a105568d-9c56-43c1-a022-6a5afca87de0 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-02-28T02:50:27.938Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-28T02:50:27.938Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-02-28T02:50:27.938Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-02-28T02:50:27.938Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 1a428f6f-65ee-449c-bf57-7461f148c9c4 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-02-28T02:50:27.938Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-02-28T02:50:27.939Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-02-28T02:50:27.987Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-02-28T02:50:27.993Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 1a428f6f-65ee-449c-bf57-7461f148c9c4 105662
2022-02-28T02:50:27.993Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-02-28T02:50:27.993Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-02-28T02:50:27.994Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-28T02:50:27.994Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-02-28T02:50:27.996Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T02:50:27.996Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "284fa9a6-51ae-4efc-821e-c30cc73c267c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016627993,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-28T02:50:28.096Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T02:50:28.096Z||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-02-28T02:50:28.096Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T02:50:28.111Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:50:28.111Z||pool-116-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-28T02:50:28.997Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-28T02:50:28.998Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-02-28T02:50:28.998Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 1a428f6f-65ee-449c-bf57-7461f148c9c4, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-02-28T02:50:28.999Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-02-28T02:50:28.999Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-02-28T02:50:28.999Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-02-28T02:50:29.059Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9468472670822971772/Definitions/service-TestPnfMacro-template.yml
2022-02-28T02:50:29.479Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-28T02:50:29.480Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-02-28T02:50:29.480Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-02-28T02:50:29.480Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-02-28T02:50:29.480Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||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-02-28T02:50:29.480Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||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-02-28T02:50:29.480Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||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-02-28T02:50:29.480Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||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-02-28T02:50:29.480Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|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-TestPnfMacro-csar.csar
2022-02-28T02:50:29.480Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|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-TestPnfMacro-csar.csar
2022-02-28T02:50:29.480Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|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-TestPnfMacro-csar.csar
2022-02-28T02:50:29.480Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-02-28T02:50:29.480Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T02:50:29.480Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T02:50:29.480Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-02-28T02:50:29.480Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-02-28T02:50:29.480Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-28T02:50:29.481Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T02:50:29.481Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T02:50:29.481Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-02-28T02:50:29.481Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-02-28T02:50:29.481Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-28T02:50:29.481Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T02:50:29.481Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T02:50:29.481Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T02:50:29.481Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T02:50:29.481Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T02:50:29.481Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T02:50:29.481Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T02:50:29.481Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T02:50:29.481Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T02:50:29.481Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T02:50:29.481Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:a105568d-9c56-43c1-a022-6a5afca87de0
Model Version:NULL
Model InvariantUuid:801abbb2-0ed3-4663-a892-5673f655f3fb
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-02-28T02:50:29.486Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: 930ae5c7-1439-401a-a814-16a614f5df8b
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-02-28T02:50:29.488Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||INFO|500||test-pnf 0
2022-02-28T02:50:29.488Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 930ae5c7-1439-401a-a814-16a614f5df8b
2022-02-28T02:50:29.488Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||DEBUG|500||No resources found for Service: a105568d-9c56-43c1-a022-6a5afca87de0
2022-02-28T02:50:29.488Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: a105568d-9c56-43c1-a022-6a5afca87de0
2022-02-28T02:50:29.488Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 930ae5c7-1439-401a-a814-16a614f5df8b 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-02-28T02:50:29.491Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@366f68ac, org.onap.sdc.toscaparser.api.parameters.Input@493822c5, org.onap.sdc.toscaparser.api.parameters.Input@7f49194c, org.onap.sdc.toscaparser.api.parameters.Input@78c36645, org.onap.sdc.toscaparser.api.parameters.Input@35a45bf9]
2022-02-28T02:50:29.491Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T02:50:29.491Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T02:50:29.492Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid a105568d-9c56-43c1-a022-6a5afca87de0: test-pnf
2022-02-28T02:50:29.492Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||INFO|500||Processing PNF resource: 930ae5c7-1439-401a-a814-16a614f5df8b
2022-02-28T02:50:29.492Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T02:50:29.492Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T02:50:29.492Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||INFO|500||Resource customization UUID: 441f80d9-98e1-4792-abc5-70ab91ed575c is the same as notified resource customizationUUID: 441f80d9-98e1-4792-abc5-70ab91ed575c
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-02-28T02:50:29.524Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 930ae5c7-1439-401a-a814-16a614f5df8b 0 ASDC deployResourceStructure
2022-02-28T02:50:29.524Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-02-28T02:50:29.524Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-02-28T02:50:29.524Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-28T02:50:29.525Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-02-28T02:50:29.526Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T02:50:29.526Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "284fa9a6-51ae-4efc-821e-c30cc73c267c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016629524,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-28T02:50:29.626Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T02:50:29.626Z||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-02-28T02:50:29.626Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T02:50:29.640Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:50:29.640Z||pool-117-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-28T02:50:30.526Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 284fa9a6-51ae-4efc-821e-c30cc73c267c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-28T02:50:30.538Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 284fa9a6-51ae-4efc-821e-c30cc73c267c
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-02-28T02:50:30.540Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-28T02:50:30.540Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-28T02:50:30.541Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-28T02:51:00.541Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 284fa9a6-51ae-4efc-821e-c30cc73c267c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-28T02:51:00.551Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 284fa9a6-51ae-4efc-821e-c30cc73c267c
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-02-28T02:51:00.553Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-28T02:51:00.553Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-28T02:51:00.553Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-28T02:51:20.748Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T02:51:20.749Z||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-02-28T02:51:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T02:51:20.780Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:51:20.782Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:51:20.782Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "284fa9a6-51ae-4efc-821e-c30cc73c267c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646016573449,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:51:20.782Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:51:20.782Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:51:20.783Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "284fa9a6-51ae-4efc-821e-c30cc73c267c",
  "consumerID": "policy-id",
  "timestamp": 1646016569540,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:51:20.783Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:51:20.783Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:51:20.783Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "284fa9a6-51ae-4efc-821e-c30cc73c267c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646016566013,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:51:20.783Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:51:20.783Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:51:20.783Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "284fa9a6-51ae-4efc-821e-c30cc73c267c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646016573449,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:51:20.783Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:51:20.783Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:51:20.783Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "284fa9a6-51ae-4efc-821e-c30cc73c267c",
  "consumerID": "policy-id",
  "timestamp": 1646016569540,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:51:20.783Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:51:20.784Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:51:20.784Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "284fa9a6-51ae-4efc-821e-c30cc73c267c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646016566013,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:51:20.784Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:51:20.784Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:51:20.784Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "284fa9a6-51ae-4efc-821e-c30cc73c267c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646016573449,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:51:20.784Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:51:20.784Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:51:20.784Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "284fa9a6-51ae-4efc-821e-c30cc73c267c",
  "consumerID": "policy-id",
  "timestamp": 1646016569540,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:51:20.784Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:51:20.784Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:51:20.784Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "284fa9a6-51ae-4efc-821e-c30cc73c267c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646016566013,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:51:20.784Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:51:20.784Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:51:20.784Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "284fa9a6-51ae-4efc-821e-c30cc73c267c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646016573449,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:51:20.785Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:51:20.785Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:51:20.785Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "284fa9a6-51ae-4efc-821e-c30cc73c267c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646016566013,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:51:20.785Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:51:20.785Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:51:20.785Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "284fa9a6-51ae-4efc-821e-c30cc73c267c",
  "consumerID": "policy-id",
  "timestamp": 1646016569540,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:51:20.785Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:51:20.785Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:51:20.785Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "284fa9a6-51ae-4efc-821e-c30cc73c267c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646016573449,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:51:20.785Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:51:20.785Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:51:20.785Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "284fa9a6-51ae-4efc-821e-c30cc73c267c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646016566013,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:51:20.785Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:51:20.785Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:51:20.785Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "284fa9a6-51ae-4efc-821e-c30cc73c267c",
  "consumerID": "policy-id",
  "timestamp": 1646016569540,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:51:20.785Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:51:20.785Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:51:20.785Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "284fa9a6-51ae-4efc-821e-c30cc73c267c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646016579393,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:51:20.785Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:51:20.786Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:51:20.786Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "284fa9a6-51ae-4efc-821e-c30cc73c267c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646016573449,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:51:20.786Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:51:20.786Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:51:20.786Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "284fa9a6-51ae-4efc-821e-c30cc73c267c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646016566013,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:51:20.786Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:51:20.786Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:51:20.786Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "284fa9a6-51ae-4efc-821e-c30cc73c267c",
  "consumerID": "policy-id",
  "timestamp": 1646016569540,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:51:20.786Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:51:20.786Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:51:20.786Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "284fa9a6-51ae-4efc-821e-c30cc73c267c",
  "consumerID": "cds",
  "timestamp": 1646016579596,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:51:20.786Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:51:20.786Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:51:20.786Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "284fa9a6-51ae-4efc-821e-c30cc73c267c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646016579393,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:51:20.786Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:51:20.786Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:51:20.786Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "284fa9a6-51ae-4efc-821e-c30cc73c267c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646016573449,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:51:20.786Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:51:20.786Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:51:20.786Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "284fa9a6-51ae-4efc-821e-c30cc73c267c",
  "consumerID": "policy-id",
  "timestamp": 1646016569540,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:51:20.786Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:51:20.786Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:51:20.786Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "284fa9a6-51ae-4efc-821e-c30cc73c267c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646016566013,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-02-28T02:51:20.787Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:51:20.787Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:51:20.787Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "284fa9a6-51ae-4efc-821e-c30cc73c267c",
  "consumerID": "cds",
  "timestamp": 1646016579596,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:51:20.787Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:51:20.787Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:51:20.787Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "284fa9a6-51ae-4efc-821e-c30cc73c267c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646016579393,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:51:20.787Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:51:20.787Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:51:20.787Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "284fa9a6-51ae-4efc-821e-c30cc73c267c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646016573449,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:51:20.787Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:51:20.787Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:51:20.787Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "284fa9a6-51ae-4efc-821e-c30cc73c267c",
  "consumerID": "policy-id",
  "timestamp": 1646016569540,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:51:20.787Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:51:20.787Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:51:20.787Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "284fa9a6-51ae-4efc-821e-c30cc73c267c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646016566013,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:51:20.787Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:51:20.787Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:51:20.787Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "284fa9a6-51ae-4efc-821e-c30cc73c267c",
  "consumerID": "cds",
  "timestamp": 1646016579596,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:51:20.787Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:51:20.787Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:51:20.787Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "284fa9a6-51ae-4efc-821e-c30cc73c267c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646016579393,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:51:20.788Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:51:20.788Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:51:20.788Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "284fa9a6-51ae-4efc-821e-c30cc73c267c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646016573449,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-28T02:51:20.788Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:51:20.788Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:51:20.788Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "284fa9a6-51ae-4efc-821e-c30cc73c267c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646016566013,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:51:20.788Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:51:20.788Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:51:20.788Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "284fa9a6-51ae-4efc-821e-c30cc73c267c",
  "consumerID": "policy-id",
  "timestamp": 1646016569540,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-28T02:51:20.788Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:51:20.788Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:51:20.788Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "284fa9a6-51ae-4efc-821e-c30cc73c267c",
  "consumerID": "aai-ml",
  "timestamp": 1646016582469,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:51:20.788Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:51:20.788Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:51:20.788Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "284fa9a6-51ae-4efc-821e-c30cc73c267c",
  "consumerID": "cds",
  "timestamp": 1646016579596,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:51:20.788Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:51:20.788Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:51:20.788Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "284fa9a6-51ae-4efc-821e-c30cc73c267c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646016579393,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:51:20.788Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:51:20.788Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:51:20.788Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "284fa9a6-51ae-4efc-821e-c30cc73c267c",
  "consumerID": "aai-ml",
  "timestamp": 1646016582469,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:51:20.788Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:51:20.789Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:51:20.789Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "284fa9a6-51ae-4efc-821e-c30cc73c267c",
  "consumerID": "cds",
  "timestamp": 1646016579596,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:51:20.789Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:51:20.789Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:51:20.789Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "284fa9a6-51ae-4efc-821e-c30cc73c267c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646016584546,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-28T02:51:20.789Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T02:51:20.789Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:51:20.789Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "284fa9a6-51ae-4efc-821e-c30cc73c267c",
  "consumerID": "policy-id",
  "timestamp": 1646016584755,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-28T02:51:20.789Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T02:51:20.789Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:51:20.789Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "284fa9a6-51ae-4efc-821e-c30cc73c267c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646016579393,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:51:20.789Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:51:20.789Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:51:20.789Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "284fa9a6-51ae-4efc-821e-c30cc73c267c",
  "consumerID": "aai-ml",
  "timestamp": 1646016582469,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:51:20.789Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:51:20.789Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:51:20.789Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "284fa9a6-51ae-4efc-821e-c30cc73c267c",
  "consumerID": "cds",
  "timestamp": 1646016579596,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:51:20.789Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:51:20.789Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:51:20.789Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "284fa9a6-51ae-4efc-821e-c30cc73c267c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646016585563,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-02-28T02:51:20.789Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T02:51:20.790Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:51:20.790Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "284fa9a6-51ae-4efc-821e-c30cc73c267c",
  "consumerID": "policy-id",
  "timestamp": 1646016585759,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-28T02:51:20.790Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T02:51:20.790Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:51:20.790Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "284fa9a6-51ae-4efc-821e-c30cc73c267c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646016579393,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:51:20.790Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:51:20.790Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:51:20.790Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "284fa9a6-51ae-4efc-821e-c30cc73c267c",
  "consumerID": "aai-ml",
  "timestamp": 1646016582469,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:51:20.790Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:51:20.790Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:51:20.790Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "284fa9a6-51ae-4efc-821e-c30cc73c267c",
  "consumerID": "cds",
  "timestamp": 1646016579596,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:51:20.790Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:51:20.790Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:51:20.790Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "284fa9a6-51ae-4efc-821e-c30cc73c267c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646016586566,
  "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-02-28T02:51:20.796Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 284fa9a6-51ae-4efc-821e-c30cc73c267c
2022-02-28T02:51:20.796Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 284fa9a6-51ae-4efc-821e-c30cc73c267c 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-02-28T02:51:20.803Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:51:20.803Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "284fa9a6-51ae-4efc-821e-c30cc73c267c",
  "consumerID": "policy-id",
  "timestamp": 1646016586762,
  "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-02-28T02:51:20.808Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 284fa9a6-51ae-4efc-821e-c30cc73c267c
2022-02-28T02:51:20.808Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 284fa9a6-51ae-4efc-821e-c30cc73c267c 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-02-28T02:51:20.815Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:51:20.816Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "284fa9a6-51ae-4efc-821e-c30cc73c267c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646016579393,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:51:20.816Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:51:20.816Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:51:20.816Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "284fa9a6-51ae-4efc-821e-c30cc73c267c",
  "consumerID": "aai-ml",
  "timestamp": 1646016582469,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:51:20.816Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:51:20.816Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:51:20.816Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "284fa9a6-51ae-4efc-821e-c30cc73c267c",
  "consumerID": "cds",
  "timestamp": 1646016579596,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:51:20.816Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:51:20.816Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:51:20.816Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "284fa9a6-51ae-4efc-821e-c30cc73c267c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646016579393,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-28T02:51:20.816Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:51:20.816Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:51:20.816Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "284fa9a6-51ae-4efc-821e-c30cc73c267c",
  "consumerID": "aai-ml",
  "timestamp": 1646016582469,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:51:20.816Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:51:20.816Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:51:20.816Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "284fa9a6-51ae-4efc-821e-c30cc73c267c",
  "consumerID": "cds",
  "timestamp": 1646016579596,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-28T02:51:20.816Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:51:20.816Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:51:20.816Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "284fa9a6-51ae-4efc-821e-c30cc73c267c",
  "consumerID": "aai-ml",
  "timestamp": 1646016582469,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:51:20.817Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:51:20.817Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:51:20.817Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "284fa9a6-51ae-4efc-821e-c30cc73c267c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646016589341,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-28T02:51:20.817Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T02:51:20.817Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:51:20.817Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "284fa9a6-51ae-4efc-821e-c30cc73c267c",
  "consumerID": "cds",
  "timestamp": 1646016589542,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-28T02:51:20.817Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T02:51:20.817Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:51:20.817Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "284fa9a6-51ae-4efc-821e-c30cc73c267c",
  "consumerID": "aai-ml",
  "timestamp": 1646016582469,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:51:20.817Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:51:20.817Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:51:20.817Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "284fa9a6-51ae-4efc-821e-c30cc73c267c",
  "consumerID": "cds",
  "timestamp": 1646016590752,
  "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=?
2022-02-28T02:51:20.822Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 284fa9a6-51ae-4efc-821e-c30cc73c267c
2022-02-28T02:51:20.822Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 284fa9a6-51ae-4efc-821e-c30cc73c267c 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-02-28T02:51:20.831Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:51:20.832Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "284fa9a6-51ae-4efc-821e-c30cc73c267c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646016590940,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-28T02:51:20.832Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T02:51:20.832Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:51:20.832Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "284fa9a6-51ae-4efc-821e-c30cc73c267c",
  "consumerID": "aai-ml",
  "timestamp": 1646016582469,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-28T02:51:20.832Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:51:20.832Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:51:20.832Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "284fa9a6-51ae-4efc-821e-c30cc73c267c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646016591942,
  "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-02-28T02:51:20.838Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 284fa9a6-51ae-4efc-821e-c30cc73c267c
2022-02-28T02:51:20.838Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 284fa9a6-51ae-4efc-821e-c30cc73c267c 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-02-28T02:51:20.847Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:51:20.847Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "284fa9a6-51ae-4efc-821e-c30cc73c267c",
  "consumerID": "aai-ml",
  "timestamp": 1646016592160,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-28T02:51:20.848Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T02:51:20.848Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:51:20.848Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "284fa9a6-51ae-4efc-821e-c30cc73c267c",
  "consumerID": "clamp",
  "timestamp": 1646016594653,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:51:20.848Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:51:20.848Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:51:20.848Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "284fa9a6-51ae-4efc-821e-c30cc73c267c",
  "consumerID": "clamp",
  "timestamp": 1646016594653,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:51:20.848Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:51:20.848Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:51:20.848Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "284fa9a6-51ae-4efc-821e-c30cc73c267c",
  "consumerID": "aai-ml",
  "timestamp": 1646016596320,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-28T02:51:20.848Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T02:51:20.848Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:51:20.848Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "284fa9a6-51ae-4efc-821e-c30cc73c267c",
  "consumerID": "clamp",
  "timestamp": 1646016594653,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:51:20.848Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:51:20.848Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:51:20.848Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "284fa9a6-51ae-4efc-821e-c30cc73c267c",
  "consumerID": "aai-ml",
  "timestamp": 1646016597323,
  "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-02-28T02:51:20.854Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 284fa9a6-51ae-4efc-821e-c30cc73c267c
2022-02-28T02:51:20.854Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 284fa9a6-51ae-4efc-821e-c30cc73c267c 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-02-28T02:51:20.862Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:51:20.862Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "284fa9a6-51ae-4efc-821e-c30cc73c267c",
  "consumerID": "clamp",
  "timestamp": 1646016594653,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:51:20.862Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:51:20.862Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:51:20.862Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "284fa9a6-51ae-4efc-821e-c30cc73c267c",
  "consumerID": "clamp",
  "timestamp": 1646016594653,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:51:20.862Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:51:20.862Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:51:20.863Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "284fa9a6-51ae-4efc-821e-c30cc73c267c",
  "consumerID": "clamp",
  "timestamp": 1646016594653,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:51:20.863Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:51:20.863Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:51:20.863Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "284fa9a6-51ae-4efc-821e-c30cc73c267c",
  "consumerID": "clamp",
  "timestamp": 1646016594653,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:51:20.863Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:51:20.863Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:51:20.863Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "284fa9a6-51ae-4efc-821e-c30cc73c267c",
  "consumerID": "clamp",
  "timestamp": 1646016594653,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:51:20.863Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:51:20.863Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:51:20.863Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "284fa9a6-51ae-4efc-821e-c30cc73c267c",
  "consumerID": "clamp",
  "timestamp": 1646016594653,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-28T02:51:20.863Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:51:20.863Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:51:20.863Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "284fa9a6-51ae-4efc-821e-c30cc73c267c",
  "consumerID": "clamp",
  "timestamp": 1646016615588,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-28T02:51:20.863Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T02:51:20.863Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:51:20.863Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b85b9b-06a1-43e0-8311-1762888e494e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016616847,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-28T02:51:20.863Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T02:51:20.864Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:51:20.864Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "284fa9a6-51ae-4efc-821e-c30cc73c267c",
  "consumerID": "clamp",
  "timestamp": 1646016617598,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-28T02:51:20.864Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T02:51:20.864Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:51:20.864Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "284fa9a6-51ae-4efc-821e-c30cc73c267c",
  "consumerID": "clamp",
  "timestamp": 1646016618600,
  "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-02-28T02:51:20.868Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 284fa9a6-51ae-4efc-821e-c30cc73c267c
2022-02-28T02:51:20.868Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 284fa9a6-51ae-4efc-821e-c30cc73c267c 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-02-28T02:51:20.876Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:51:20.876Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "284fa9a6-51ae-4efc-821e-c30cc73c267c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016618255,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:51:20.876Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:51:20.876Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:51:20.876Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "284fa9a6-51ae-4efc-821e-c30cc73c267c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016618255,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:51:20.876Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:51:30.554Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 284fa9a6-51ae-4efc-821e-c30cc73c267c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-28T02:51:30.566Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 284fa9a6-51ae-4efc-821e-c30cc73c267c
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-02-28T02:51:30.568Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-28T02:51:30.568Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-28T02:51:30.568Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-28T02:51:30.568Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-28T02:51:30.569Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-28T02:51:30.569Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-28T02:51:30.569Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-28T02:51:30.569Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-28T02:51:30.569Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-28T02:51:30.569Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-28T02:51:30.569Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-28T02:51:30.569Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|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-02-28T02:51:30.575Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-28T02:52:00.575Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 284fa9a6-51ae-4efc-821e-c30cc73c267c 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-02-28T02:52:00.580Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 284fa9a6-51ae-4efc-821e-c30cc73c267c and serviceModelVersionId: a105568d-9c56-43c1-a022-6a5afca87de0
2022-02-28T02:52:00.580Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 801abbb2-0ed3-4663-a892-5673f655f3fb
2022-02-28T02:52:00.581Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/801abbb2-0ed3-4663-a892-5673f655f3fb/model-vers/model-ver/a105568d-9c56-43c1-a022-6a5afca87de0?depth=0
2022-02-28T02:52:00.586Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-02-28T02:52:00.606Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/801abbb2-0ed3-4663-a892-5673f655f3fb/model-vers/model-ver/a105568d-9c56-43c1-a022-6a5afca87de0?depth=0|INFO|500||Invoke
2022-02-28T02:52:00.607Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/801abbb2-0ed3-4663-a892-5673f655f3fb/model-vers/model-ver/a105568d-9c56-43c1-a022-6a5afca87de0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/801abbb2-0ed3-4663-a892-5673f655f3fb/model-vers/model-ver/a105568d-9c56-43c1-a022-6a5afca87de0?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[284fa9a6-51ae-4efc-821e-c30cc73c267c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[eceb1ab4-b31d-444d-9444-1aa5ec27a5e1], X-ECOMP-RequestID=[284fa9a6-51ae-4efc-821e-c30cc73c267c], X-TransactionId=[], X-ONAP-RequestID=[284fa9a6-51ae-4efc-821e-c30cc73c267c], Content-Type=[application/merge-patch+json]}
2022-02-28T02:52:00.626Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/801abbb2-0ed3-4663-a892-5673f655f3fb/model-vers/model-ver/a105568d-9c56-43c1-a022-6a5afca87de0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-02-28T02:52:00.919Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/801abbb2-0ed3-4663-a892-5673f655f3fb/model-vers/model-ver/a105568d-9c56-43c1-a022-6a5afca87de0?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/801abbb2-0ed3-4663-a892-5673f655f3fb/model-vers/model-ver/a105568d-9c56-43c1-a022-6a5afca87de0?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220228-02:52:00:632-5630], vertex-id=[270448], Content-Length=[0], Date=[Mon, 28 Feb 2022 02:52:00 GMT], Content-Type=[application/json]}
2022-02-28T02:52:00.919Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/801abbb2-0ed3-4663-a892-5673f655f3fb/model-vers/model-ver/a105568d-9c56-43c1-a022-6a5afca87de0?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-02-28T02:52:00.920Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/801abbb2-0ed3-4663-a892-5673f655f3fb/model-vers/model-ver/a105568d-9c56-43c1-a022-6a5afca87de0?depth=0|INFO|500||InvokeReturn
2022-02-28T02:52:00.920Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-28T02:52:00.920Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|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-02-28T02:52:00.924Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|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-02-28T02:52:00.924Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 284fa9a6-51ae-4efc-821e-c30cc73c267c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-02-28T02:52:00.924Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-28T02:52:00.925Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-02-28T02:52:00.927Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T02:52:00.927Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "284fa9a6-51ae-4efc-821e-c30cc73c267c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016720924,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-28T02:52:01.026Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-28T02:52:01.027Z||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-02-28T02:52:01.027Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T02:52:01.045Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:52:01.046Z||pool-118-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-02-28T02:52:01.938Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T02:52:01.939Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|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-02-28T02:52:01.939Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|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 DH1l0hjYl41nLHdh) ...
2022-02-28T02:52:02.563Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:52:02.564Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T02:52:02.564Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"674a9b27-09e4-4e8f-82ef-9a20477335c1","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"96e38d4c-240e-4048-a070-7773a9c1fd96","serviceDescription":"service","serviceInvariantUUID":"23976475-e884-4c36-8808-9edb4041c3e8","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3f248859-4a63-487c-841e-de6184ea0424","resourceInvariantUUID":"b04c840c-7eb4-41e2-bc12-6b38360a02c9","resourceCustomizationUUID":"bcbd6604-ff42-47b7-bcd8-7a87443781dc","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":"ZGQ0ZjIwMzY4ZTMzOTU0ZDg4ZDY5OTQxNWQ3M2UzMWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f8904ff0-ccd6-48fa-a2e5-9aa0754e09bd","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":"Mjc1Zjk1OGZhNTQxNTQ0NjRjYTNlMmQ0MDI3MzA1MWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c0a6617f-c083-4c4c-bcbc-e5e6b9402ab9","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":"ea7448ac-3823-4338-8cea-37014b854ff9","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":"70efc539-5001-47e4-92e4-dcc43d68d714","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":"a54aabc3-9b33-4b0e-ba0b-8051618eec98","artifactVersion":"2","generatedFromUUID":"ea7448ac-3823-4338-8cea-37014b854ff9"},{"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":"OGI5YmEzN2ZhZWJjMmRkNTZlYTk0M2Q5OGRkZmNiNGQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"732352af-4d88-4470-8004-cf66d5d590c3","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":"YTIzNWQwZDhjY2IwZjA2NjlkYjg3OWFjZTRiNjhmZTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1b6e6387-183b-431d-8d22-75d3ac79f350","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"Y2Q2YzAxOWNhMWQ0YjhkMmQ3MmM0NTZkZjBkZjhhYWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"20e6c649-3502-40d4-902f-2614a9d99184","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-28T02:52:02.565Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T02:52:02.566Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-02-28T02:52:02.567Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T02:52:02.568Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "674a9b27-09e4-4e8f-82ef-9a20477335c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016721938,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:52:02.667Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-28T02:52:02.668Z||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-02-28T02:52:02.668Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T02:52:02.682Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:52:02.683Z||pool-119-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-28T02:52:03.568Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T02:52:03.569Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-02-28T02:52:03.571Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T02:52:03.571Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "674a9b27-09e4-4e8f-82ef-9a20477335c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016721938,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-02-28T02:52:03.670Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-28T02:52:03.671Z||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-02-28T02:52:03.671Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T02:52:03.684Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:52:03.684Z||pool-120-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-28T02:52:04.571Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T02:52:04.572Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-02-28T02:52:04.574Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T02:52:04.574Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "674a9b27-09e4-4e8f-82ef-9a20477335c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016721938,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-02-28T02:52:04.674Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T02:52:04.674Z||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-02-28T02:52:04.674Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T02:52:04.689Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:52:04.689Z||pool-121-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-28T02:52:05.574Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T02:52:05.575Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-02-28T02:52:05.577Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T02:52:05.577Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "674a9b27-09e4-4e8f-82ef-9a20477335c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016721938,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:52:05.677Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T02:52:05.678Z||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-02-28T02:52:05.678Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T02:52:05.867Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:52:05.867Z||pool-122-thread-1|||||INFO|500||cambria reply ok (190 ms):{"serverTimeMs":0,"count":1}
2022-02-28T02:52:06.578Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T02:52:06.579Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-02-28T02:52:06.580Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T02:52:06.581Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "674a9b27-09e4-4e8f-82ef-9a20477335c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016721938,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-02-28T02:52:06.680Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-28T02:52:06.681Z||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-02-28T02:52:06.681Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T02:52:06.695Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:52:06.696Z||pool-123-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-28T02:52:07.581Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T02:52:07.582Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-02-28T02:52:07.583Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T02:52:07.584Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "674a9b27-09e4-4e8f-82ef-9a20477335c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016721938,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:52:07.683Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-28T02:52:07.684Z||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-02-28T02:52:07.684Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T02:52:07.698Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:52:07.698Z||pool-124-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-28T02:52:08.584Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T02:52:08.585Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-02-28T02:52:08.587Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T02:52:08.587Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "674a9b27-09e4-4e8f-82ef-9a20477335c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016721938,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:52:08.687Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T02:52:08.687Z||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-02-28T02:52:08.687Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T02:52:08.702Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:52:08.702Z||pool-125-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-28T02:52:09.587Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T02:52:09.588Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-02-28T02:52:09.590Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T02:52:09.590Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "674a9b27-09e4-4e8f-82ef-9a20477335c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016721938,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-28T02:52:09.690Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T02:52:09.691Z||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-02-28T02:52:09.691Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T02:52:09.706Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:52:09.706Z||pool-126-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-02-28T02:52:10.591Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "674a9b27-09e4-4e8f-82ef-9a20477335c1",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "96e38d4c-240e-4048-a070-7773a9c1fd96",
  "serviceDescription": "service",
  "serviceInvariantUUID": "23976475-e884-4c36-8808-9edb4041c3e8",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "bcbd6604-ff42-47b7-bcd8-7a87443781dc",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "3f248859-4a63-487c-841e-de6184ea0424",
      "resourceInvariantUUID": "b04c840c-7eb4-41e2-bc12-6b38360a02c9",
      "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": "Mjc1Zjk1OGZhNTQxNTQ0NjRjYTNlMmQ0MDI3MzA1MWE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c0a6617f-c083-4c4c-bcbc-e5e6b9402ab9",
          "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": "ea7448ac-3823-4338-8cea-37014b854ff9",
          "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": "a54aabc3-9b33-4b0e-ba0b-8051618eec98",
            "generatedFromUUID": "ea7448ac-3823-4338-8cea-37014b854ff9"
          },
          "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": "a54aabc3-9b33-4b0e-ba0b-8051618eec98",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "Y2Q2YzAxOWNhMWQ0YjhkMmQ3MmM0NTZkZjBkZjhhYWY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "20e6c649-3502-40d4-902f-2614a9d99184"
    }
  ],
  "workloadContext": "Production"
}
2022-02-28T02:52:10.592Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-28T02:52:10.592Z|284fa9a6-51ae-4efc-821e-c30cc73c267c|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 96e38d4c-240e-4048-a070-7773a9c1fd96 ASDC
2022-02-28T02:52:10.592Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:674a9b27-09e4-4e8f-82ef-9a20477335c1
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:96e38d4c-240e-4048-a070-7773a9c1fd96
ServiceInvariantUUID:23976475-e884-4c36-8808-9edb4041c3e8
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:20e6c649-3502-40d4-902f-2614a9d99184
ArtifactChecksum:Y2Q2YzAxOWNhMWQ0YjhkMmQ3MmM0NTZkZjBkZjhhYWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:bcbd6604-ff42-47b7-bcd8-7a87443781dc
ResourceInvariantUUID:b04c840c-7eb4-41e2-bc12-6b38360a02c9
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:3f248859-4a63-487c-841e-de6184ea0424
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:c0a6617f-c083-4c4c-bcbc-e5e6b9402ab9
ArtifactChecksum:Mjc1Zjk1OGZhNTQxNTQ0NjRjYTNlMmQ0MDI3MzA1MWE=
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:ea7448ac-3823-4338-8cea-37014b854ff9
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:a54aabc3-9b33-4b0e-ba0b-8051618eec98
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:a54aabc3-9b33-4b0e-ba0b-8051618eec98
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-02-28T02:52:10.592Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 96e38d4c-240e-4048-a070-7773a9c1fd96 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-02-28T02:52:10.631Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-28T02:52:10.631Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-02-28T02:52:10.631Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-02-28T02:52:10.632Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 20e6c649-3502-40d4-902f-2614a9d99184 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-02-28T02:52:10.632Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-02-28T02:52:10.632Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-02-28T02:52:10.768Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-02-28T02:52:10.774Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 20e6c649-3502-40d4-902f-2614a9d99184 78809
2022-02-28T02:52:10.774Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-02-28T02:52:10.774Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-02-28T02:52:10.774Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-28T02:52:10.774Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-02-28T02:52:10.776Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T02:52:10.776Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "674a9b27-09e4-4e8f-82ef-9a20477335c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016730774,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-28T02:52:10.876Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-28T02:52:10.877Z||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-02-28T02:52:10.877Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T02:52:10.891Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:52:10.892Z||pool-127-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-02-28T02:52:11.777Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-28T02:52:11.778Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-02-28T02:52:11.778Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 20e6c649-3502-40d4-902f-2614a9d99184, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-02-28T02:52:11.778Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-02-28T02:52:11.779Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-02-28T02:52:11.779Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-02-28T02:52:11.846Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8485419806885757473/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-02-28T02:52:12.541Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-28T02:52:12.541Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-02-28T02:52:12.541Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-02-28T02:52:12.542Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-02-28T02:52:12.542Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||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-02-28T02:52:12.542Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||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-02-28T02:52:12.542Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|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-BasicVmMacro-csar.csar
2022-02-28T02:52:12.542Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|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-BasicVmMacro-csar.csar
2022-02-28T02:52:12.542Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|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-BasicVmMacro-csar.csar
2022-02-28T02:52:12.542Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||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-02-28T02:52:12.542Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|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-BasicVmMacro-csar.csar
2022-02-28T02:52:12.542Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||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-02-28T02:52:12.542Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|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-BasicVmMacro-csar.csar
2022-02-28T02:52:12.542Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-02-28T02:52:12.542Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T02:52:12.543Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T02:52:12.543Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-02-28T02:52:12.543Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-02-28T02:52:12.543Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-28T02:52:12.543Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T02:52:12.543Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T02:52:12.543Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-02-28T02:52:12.543Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-02-28T02:52:12.544Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-28T02:52:12.544Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T02:52:12.544Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T02:52:12.544Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T02:52:12.544Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-02-28T02:52:12.544Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-02-28T02:52:12.544Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-02-28T02:52:12.544Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-02-28T02:52:12.544Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-02-28T02:52:12.545Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-02-28T02:52:12.545Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T02:52:12.545Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-28T02:52:12.545Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T02:52:12.545Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-02-28T02:52:12.545Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-28T02:52:12.545Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T02:52:12.545Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-02-28T02:52:12.546Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-28T02:52:12.546Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T02:52:12.546Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-02-28T02:52:12.546Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-28T02:52:12.546Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T02:52:12.546Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-02-28T02:52:12.546Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-02-28T02:52:12.546Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-02-28T02:52:12.547Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=65ef3799-019e-40e6-ab72-1116efee6ab6
2022-02-28T02:52:12.547Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T02:52:12.547Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T02:52:12.547Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T02:52:12.547Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T02:52:12.547Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T02:52:12.547Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T02:52:12.547Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T02:52:12.548Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T02:52:12.548Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:96e38d4c-240e-4048-a070-7773a9c1fd96
Model Version:NULL
Model InvariantUuid:23976475-e884-4c36-8808-9edb4041c3e8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:204f4d14-4a63-494a-a67a-ff81221ef7c4
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b04c840c-7eb4-41e2-bc12-6b38360a02c9
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:bcbd6604-ff42-47b7-bcd8-7a87443781dc
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:81d71e16-fa8f-4377-94c3-f9f0c030433e
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:fe5d108f-29d3-40e7-acb6-f88731a29ab9
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:65ef3799-019e-40e6-ab72-1116efee6ab6
ModelInvariantUuid:2e37d801-1208-4cb5-8644-7c479420f4b0
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:2ca1b286-ca8d-43f4-8718-7ac9d2de1ddd
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:b8ab8395-a1a3-4bcb-b9bc-5b328c720e37
ModelInvariantUuid:c163a90b-0fd4-45b4-8622-0437ff059285
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:d5da6409-95e2-4e37-93e5-9a7d8b7134df
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-02-28T02:52:12.552Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 3f248859-4a63-487c-841e-de6184ea0424
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-02-28T02:52:12.554Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||INFO|500||basic_vm_macro 0
2022-02-28T02:52:12.554Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3f248859-4a63-487c-841e-de6184ea0424
2022-02-28T02:52:12.554Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: c0a6617f-c083-4c4c-bcbc-e5e6b9402ab9 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-02-28T02:52:12.554Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-02-28T02:52:12.554Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||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-02-28T02:52:12.666Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-02-28T02:52:12.666Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json c0a6617f-c083-4c4c-bcbc-e5e6b9402ab9 792
2022-02-28T02:52:12.666Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||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-02-28T02:52:12.666Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||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-02-28T02:52:12.666Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-28T02:52:12.667Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-02-28T02:52:12.668Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T02:52:12.668Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "674a9b27-09e4-4e8f-82ef-9a20477335c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016732666,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-28T02:52:12.768Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T02:52:12.768Z||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-02-28T02:52:12.768Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T02:52:12.782Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:52:12.782Z||pool-128-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-28T02:52:13.668Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "81d71e16-fa8f-4377-94c3-f9f0c030433e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "fe5d108f-29d3-40e7-acb6-f88731a29ab9",
    "vfModuleModelCustomizationUUID": "d4527aed-74e6-4088-9cd3-5e04fc4d2059",
    "isBase": true,
    "artifacts": [
      "ea7448ac-3823-4338-8cea-37014b854ff9",
      "a54aabc3-9b33-4b0e-ba0b-8051618eec98"
    ],
    "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-02-28T02:52:13.671Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fe5d108f-29d3-40e7-acb6-f88731a29ab9
VfModuleModelInvariantUUID:81d71e16-fa8f-4377-94c3-f9f0c030433e
VfModuleModelDescription:NULL
Artifacts UUID List:{
ea7448ac-3823-4338-8cea-37014b854ff9
,
a54aabc3-9b33-4b0e-ba0b-8051618eec98

}
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-02-28T02:52:13.672Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "81d71e16-fa8f-4377-94c3-f9f0c030433e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "fe5d108f-29d3-40e7-acb6-f88731a29ab9",
    "vfModuleModelCustomizationUUID": "d4527aed-74e6-4088-9cd3-5e04fc4d2059",
    "isBase": true,
    "artifacts": [
      "ea7448ac-3823-4338-8cea-37014b854ff9",
      "a54aabc3-9b33-4b0e-ba0b-8051618eec98"
    ],
    "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-02-28T02:52:13.672Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fe5d108f-29d3-40e7-acb6-f88731a29ab9
VfModuleModelInvariantUUID:81d71e16-fa8f-4377-94c3-f9f0c030433e
VfModuleModelDescription:NULL
Artifacts UUID List:{
ea7448ac-3823-4338-8cea-37014b854ff9
,
a54aabc3-9b33-4b0e-ba0b-8051618eec98

}
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-02-28T02:52:13.672Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: ea7448ac-3823-4338-8cea-37014b854ff9 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-02-28T02:52:13.672Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-02-28T02:52:13.672Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||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-02-28T02:52:14.135Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-02-28T02:52:14.135Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ea7448ac-3823-4338-8cea-37014b854ff9 5033
2022-02-28T02:52:14.135Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||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-02-28T02:52:14.135Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||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-02-28T02:52:14.135Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-28T02:52:14.136Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-02-28T02:52:14.137Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T02:52:14.138Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "674a9b27-09e4-4e8f-82ef-9a20477335c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016734135,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-28T02:52:14.237Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-28T02:52:14.238Z||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-02-28T02:52:14.238Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T02:52:14.253Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:52:14.253Z||pool-129-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-02-28T02:52:15.138Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: a54aabc3-9b33-4b0e-ba0b-8051618eec98 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-02-28T02:52:15.138Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-02-28T02:52:15.138Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||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-02-28T02:52:15.257Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-02-28T02:52:15.257Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env a54aabc3-9b33-4b0e-ba0b-8051618eec98 903
2022-02-28T02:52:15.258Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||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-02-28T02:52:15.258Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||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-02-28T02:52:15.258Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-28T02:52:15.258Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-02-28T02:52:15.260Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T02:52:15.260Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "674a9b27-09e4-4e8f-82ef-9a20477335c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016735258,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-02-28T02:52:15.360Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T02:52:15.360Z||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-02-28T02:52:15.360Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T02:52:15.375Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:52:15.376Z||pool-130-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-02-28T02:52:16.261Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 96e38d4c-240e-4048-a070-7773a9c1fd96
2022-02-28T02:52:16.261Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 3f248859-4a63-487c-841e-de6184ea0424 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-02-28T02:52:16.272Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4da4a4d7, org.onap.sdc.toscaparser.api.parameters.Input@66ff240, org.onap.sdc.toscaparser.api.parameters.Input@7ddce6fa, org.onap.sdc.toscaparser.api.parameters.Input@6b7a44ac, org.onap.sdc.toscaparser.api.parameters.Input@310d708]
2022-02-28T02:52:16.273Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T02:52:16.273Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T02:52:16.273Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2022-02-28T02:52:16.273Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= bcbd6604-ff42-47b7-bcd8-7a87443781dc
2022-02-28T02:52:16.274Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: bcbd6604-ff42-47b7-bcd8-7a87443781dc matches Tosca VF Customization UUID: bcbd6604-ff42-47b7-bcd8-7a87443781dc
2022-02-28T02:52:16.274Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: bcbd6604-ff42-47b7-bcd8-7a87443781dc  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-02-28T02:52:16.275Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T02:52:16.275Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T02:52:16.275Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id bcbd6604-ff42-47b7-bcd8-7a87443781dc: {\"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-02-28T02:52:16.275Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@59836dc2
2022-02-28T02:52:16.275Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T02:52:16.275Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-28T02:52:16.275Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d4527aed-74e6-4088-9cd3-5e04fc4d2059
2022-02-28T02:52:16.276Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d4527aed-74e6-4088-9cd3-5e04fc4d2059
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-02-28T02:52:16.277Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T02:52:16.277Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-02-28T02:52:16.277Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-28T02:52:16.277Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T02:52:16.277Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-02-28T02:52:16.277Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-28T02:52:16.277Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T02:52:16.277Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-02-28T02:52:16.278Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-02-28T02:52:16.278Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-02-28T02:52:16.278Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=65ef3799-019e-40e6-ab72-1116efee6ab6
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-02-28T02:52:16.279Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T02:52:16.279Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-02-28T02:52:16.279Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-28T02:52:16.279Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T02:52:16.279Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-02-28T02:52:16.279Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=bcbd6604-ff42-47b7-bcd8-7a87443781dc
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-02-28T02:52:16.280Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T02:52:16.281Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T02:52:16.281Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 96e38d4c-240e-4048-a070-7773a9c1fd96: basic_vm_macro
2022-02-28T02:52:16.281Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T02:52:16.281Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T02:52:16.281Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T02:52:16.281Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T02:52:16.281Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T02:52:16.281Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T02:52:16.281Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T02:52:16.281Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T02:52:16.281Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T02:52:16.281Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T02:52:16.282Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||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-02-28T02:52:16.341Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 3f248859-4a63-487c-841e-de6184ea0424 1 ASDC deployResourceStructure
2022-02-28T02:52:16.341Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||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-02-28T02:52:16.341Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||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-02-28T02:52:16.341Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-28T02:52:16.341Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-02-28T02:52:16.343Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T02:52:16.343Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "674a9b27-09e4-4e8f-82ef-9a20477335c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016736341,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-28T02:52:16.443Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T02:52:16.443Z||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-02-28T02:52:16.443Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T02:52:16.458Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:52:16.458Z||pool-131-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-28T02:52:17.343Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||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-02-28T02:52:17.344Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||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-02-28T02:52:17.344Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-28T02:52:17.344Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-02-28T02:52:17.346Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T02:52:17.346Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "674a9b27-09e4-4e8f-82ef-9a20477335c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016737343,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-02-28T02:52:17.446Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T02:52:17.446Z||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-02-28T02:52:17.446Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T02:52:17.461Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:52:17.461Z||pool-132-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-28T02:52:18.346Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||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-02-28T02:52:18.347Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||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-02-28T02:52:18.347Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-28T02:52:18.347Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-02-28T02:52:18.349Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T02:52:18.349Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "674a9b27-09e4-4e8f-82ef-9a20477335c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016738346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-02-28T02:52:18.449Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T02:52:18.449Z||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-02-28T02:52:18.449Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T02:52:18.465Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:52:18.466Z||pool-133-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-02-28T02:52:19.350Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-02-28T02:52:19.350Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-02-28T02:52:19.350Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-28T02:52:19.350Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-02-28T02:52:19.352Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T02:52:19.352Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "674a9b27-09e4-4e8f-82ef-9a20477335c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016739350,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-28T02:52:19.452Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T02:52:19.452Z||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-02-28T02:52:19.453Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T02:52:19.467Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:52:19.468Z||pool-134-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-02-28T02:52:20.353Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 674a9b27-09e4-4e8f-82ef-9a20477335c1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-28T02:52:20.363Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 674a9b27-09e4-4e8f-82ef-9a20477335c1
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-02-28T02:52:20.365Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-28T02:52:20.365Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-28T02:52:20.365Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-28T02:52:20.748Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T02:52:20.749Z||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-02-28T02:52:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T02:52:20.772Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:52:20.772Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:52:20.772Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "284fa9a6-51ae-4efc-821e-c30cc73c267c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016618255,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:52:20.772Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:52:50.366Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 674a9b27-09e4-4e8f-82ef-9a20477335c1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-28T02:52:50.375Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 674a9b27-09e4-4e8f-82ef-9a20477335c1
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-02-28T02:52:50.377Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-28T02:52:50.377Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-28T02:52:50.378Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-28T02:53:20.378Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 674a9b27-09e4-4e8f-82ef-9a20477335c1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-28T02:53:20.388Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 674a9b27-09e4-4e8f-82ef-9a20477335c1
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-02-28T02:53:20.390Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-28T02:53:20.390Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-28T02:53:20.390Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-28T02:53:20.748Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T02:53:20.749Z||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-02-28T02:53:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T02:53:20.775Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:53:20.777Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:53:20.777Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "284fa9a6-51ae-4efc-821e-c30cc73c267c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016618255,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:53:20.777Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:53:20.777Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:53:20.777Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "284fa9a6-51ae-4efc-821e-c30cc73c267c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016618255,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:53:20.778Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:53:20.778Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:53:20.778Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "284fa9a6-51ae-4efc-821e-c30cc73c267c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016618255,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:53:20.778Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:53:20.778Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:53:20.778Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "284fa9a6-51ae-4efc-821e-c30cc73c267c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016618255,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:53:20.778Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:53:20.778Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:53:20.778Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "284fa9a6-51ae-4efc-821e-c30cc73c267c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016618255,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:53:20.778Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:53:20.778Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:53:20.778Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "284fa9a6-51ae-4efc-821e-c30cc73c267c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016618255,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-28T02:53:20.779Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:53:20.779Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:53:20.779Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "284fa9a6-51ae-4efc-821e-c30cc73c267c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016627993,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-28T02:53:20.779Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T02:53:20.779Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:53:20.779Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "284fa9a6-51ae-4efc-821e-c30cc73c267c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016629524,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-28T02:53:20.779Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T02:53:20.779Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:53:20.779Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "674a9b27-09e4-4e8f-82ef-9a20477335c1",
  "consumerID": "cds",
  "timestamp": 1646016669596,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:53:20.779Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:53:20.779Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:53:20.779Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "674a9b27-09e4-4e8f-82ef-9a20477335c1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646016669393,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:53:20.779Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:53:20.779Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:53:20.779Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "674a9b27-09e4-4e8f-82ef-9a20477335c1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646016666013,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:53:20.780Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:53:20.780Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:53:20.780Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "674a9b27-09e4-4e8f-82ef-9a20477335c1",
  "consumerID": "policy-id",
  "timestamp": 1646016669540,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:53:20.780Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:53:20.780Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:53:20.780Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "674a9b27-09e4-4e8f-82ef-9a20477335c1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646016666013,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:53:20.780Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:53:20.780Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:53:20.780Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "674a9b27-09e4-4e8f-82ef-9a20477335c1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646016669393,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:53:20.780Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:53:20.780Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:53:20.780Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "674a9b27-09e4-4e8f-82ef-9a20477335c1",
  "consumerID": "cds",
  "timestamp": 1646016669596,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:53:20.780Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:53:20.780Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:53:20.781Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "674a9b27-09e4-4e8f-82ef-9a20477335c1",
  "consumerID": "policy-id",
  "timestamp": 1646016669540,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:53:20.781Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:53:20.781Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:53:20.781Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "674a9b27-09e4-4e8f-82ef-9a20477335c1",
  "consumerID": "aai-ml",
  "timestamp": 1646016672469,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:53:20.781Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:53:20.781Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:53:20.781Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "674a9b27-09e4-4e8f-82ef-9a20477335c1",
  "consumerID": "cds",
  "timestamp": 1646016669596,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:53:20.781Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:53:20.781Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:53:20.781Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "674a9b27-09e4-4e8f-82ef-9a20477335c1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646016666013,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:53:20.781Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:53:20.781Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:53:20.781Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "674a9b27-09e4-4e8f-82ef-9a20477335c1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646016669393,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:53:20.781Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:53:20.781Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:53:20.781Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "674a9b27-09e4-4e8f-82ef-9a20477335c1",
  "consumerID": "policy-id",
  "timestamp": 1646016669540,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-02-28T02:53:20.781Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:53:20.781Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:53:20.781Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "674a9b27-09e4-4e8f-82ef-9a20477335c1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646016673449,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:53:20.781Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:53:20.782Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:53:20.782Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "674a9b27-09e4-4e8f-82ef-9a20477335c1",
  "consumerID": "aai-ml",
  "timestamp": 1646016672469,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:53:20.782Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:53:20.782Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:53:20.782Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "674a9b27-09e4-4e8f-82ef-9a20477335c1",
  "consumerID": "cds",
  "timestamp": 1646016669596,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:53:20.782Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:53:20.782Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:53:20.782Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "674a9b27-09e4-4e8f-82ef-9a20477335c1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646016669393,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:53:20.782Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:53:20.782Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:53:20.782Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "674a9b27-09e4-4e8f-82ef-9a20477335c1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646016666013,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:53:20.782Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:53:20.782Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:53:20.782Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "674a9b27-09e4-4e8f-82ef-9a20477335c1",
  "consumerID": "policy-id",
  "timestamp": 1646016669540,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:53:20.782Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:53:20.782Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:53:20.782Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "674a9b27-09e4-4e8f-82ef-9a20477335c1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646016673449,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-02-28T02:53:20.782Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:53:20.782Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:53:20.782Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "674a9b27-09e4-4e8f-82ef-9a20477335c1",
  "consumerID": "aai-ml",
  "timestamp": 1646016672469,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:53:20.782Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:53:20.782Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:53:20.782Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "674a9b27-09e4-4e8f-82ef-9a20477335c1",
  "consumerID": "cds",
  "timestamp": 1646016669596,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:53:20.783Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:53:20.783Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:53:20.783Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "674a9b27-09e4-4e8f-82ef-9a20477335c1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646016666013,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:53:20.783Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:53:20.783Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:53:20.783Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "674a9b27-09e4-4e8f-82ef-9a20477335c1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646016669393,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:53:20.783Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:53:20.783Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:53:20.783Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "674a9b27-09e4-4e8f-82ef-9a20477335c1",
  "consumerID": "policy-id",
  "timestamp": 1646016669540,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:53:20.783Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:53:20.783Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:53:20.783Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "674a9b27-09e4-4e8f-82ef-9a20477335c1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646016673449,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-02-28T02:53:20.783Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:53:20.783Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:53:20.783Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "674a9b27-09e4-4e8f-82ef-9a20477335c1",
  "consumerID": "aai-ml",
  "timestamp": 1646016672469,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:53:20.783Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:53:20.783Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:53:20.783Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "674a9b27-09e4-4e8f-82ef-9a20477335c1",
  "consumerID": "cds",
  "timestamp": 1646016669596,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:53:20.783Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:53:20.783Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:53:20.783Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "674a9b27-09e4-4e8f-82ef-9a20477335c1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646016666013,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:53:20.784Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:53:20.784Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:53:20.784Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "674a9b27-09e4-4e8f-82ef-9a20477335c1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646016669393,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:53:20.784Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:53:20.784Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:53:20.784Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "674a9b27-09e4-4e8f-82ef-9a20477335c1",
  "consumerID": "policy-id",
  "timestamp": 1646016669540,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:53:20.784Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:53:20.784Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:53:20.784Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "674a9b27-09e4-4e8f-82ef-9a20477335c1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646016673449,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:53:20.784Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:53:20.784Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:53:20.793Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "674a9b27-09e4-4e8f-82ef-9a20477335c1",
  "consumerID": "aai-ml",
  "timestamp": 1646016672469,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:53:20.793Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:53:20.793Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:53:20.793Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "674a9b27-09e4-4e8f-82ef-9a20477335c1",
  "consumerID": "cds",
  "timestamp": 1646016669596,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:53:20.794Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:53:20.794Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:53:20.794Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "674a9b27-09e4-4e8f-82ef-9a20477335c1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646016666013,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:53:20.795Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:53:20.795Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:53:20.795Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "674a9b27-09e4-4e8f-82ef-9a20477335c1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646016669393,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:53:20.796Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:53:20.796Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:53:20.796Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "674a9b27-09e4-4e8f-82ef-9a20477335c1",
  "consumerID": "policy-id",
  "timestamp": 1646016669540,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:53:20.796Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:53:20.796Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:53:20.796Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "674a9b27-09e4-4e8f-82ef-9a20477335c1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646016673449,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-02-28T02:53:20.796Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:53:20.796Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:53:20.796Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "674a9b27-09e4-4e8f-82ef-9a20477335c1",
  "consumerID": "aai-ml",
  "timestamp": 1646016672469,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:53:20.796Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:53:20.796Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:53:20.797Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "674a9b27-09e4-4e8f-82ef-9a20477335c1",
  "consumerID": "cds",
  "timestamp": 1646016669596,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-28T02:53:20.797Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:53:20.797Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:53:20.797Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "674a9b27-09e4-4e8f-82ef-9a20477335c1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646016666013,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:53:20.797Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:53:20.797Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:53:20.797Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "674a9b27-09e4-4e8f-82ef-9a20477335c1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646016669393,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-28T02:53:20.797Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:53:20.797Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:53:20.797Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "674a9b27-09e4-4e8f-82ef-9a20477335c1",
  "consumerID": "policy-id",
  "timestamp": 1646016669540,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-28T02:53:20.797Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:53:20.797Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:53:20.797Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "674a9b27-09e4-4e8f-82ef-9a20477335c1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646016673449,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:53:20.797Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:53:20.797Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:53:20.797Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "674a9b27-09e4-4e8f-82ef-9a20477335c1",
  "consumerID": "aai-ml",
  "timestamp": 1646016672469,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:53:20.798Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:53:20.798Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:53:20.798Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "674a9b27-09e4-4e8f-82ef-9a20477335c1",
  "consumerID": "cds",
  "timestamp": 1646016679649,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-28T02:53:20.798Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T02:53:20.798Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:53:20.798Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "674a9b27-09e4-4e8f-82ef-9a20477335c1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646016679652,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-28T02:53:20.798Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T02:53:20.798Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:53:20.798Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "674a9b27-09e4-4e8f-82ef-9a20477335c1",
  "consumerID": "policy-id",
  "timestamp": 1646016679650,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-28T02:53:20.798Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T02:53:20.798Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:53:20.798Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "674a9b27-09e4-4e8f-82ef-9a20477335c1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646016673449,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:53:20.798Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:53:20.798Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:53:20.798Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "674a9b27-09e4-4e8f-82ef-9a20477335c1",
  "consumerID": "aai-ml",
  "timestamp": 1646016672469,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-28T02:53:20.798Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:53:50.390Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 674a9b27-09e4-4e8f-82ef-9a20477335c1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-28T02:53:50.402Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 674a9b27-09e4-4e8f-82ef-9a20477335c1
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-02-28T02:53:50.404Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-28T02:53:50.404Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-28T02:53:50.404Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-28T02:54:20.404Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 674a9b27-09e4-4e8f-82ef-9a20477335c1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-28T02:54:20.414Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 674a9b27-09e4-4e8f-82ef-9a20477335c1
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-02-28T02:54:20.416Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-28T02:54:20.416Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-28T02:54:20.416Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-28T02:54:20.748Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T02:54:20.749Z||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-02-28T02:54:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T02:54:21.279Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:54:21.280Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:54:21.280Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "674a9b27-09e4-4e8f-82ef-9a20477335c1",
  "consumerID": "policy-id",
  "timestamp": 1646016680654,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-28T02:54:21.280Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T02:54:21.280Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:54:21.280Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "674a9b27-09e4-4e8f-82ef-9a20477335c1",
  "consumerID": "cds",
  "timestamp": 1646016680855,
  "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-02-28T02:54:21.289Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 674a9b27-09e4-4e8f-82ef-9a20477335c1
2022-02-28T02:54:21.289Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 674a9b27-09e4-4e8f-82ef-9a20477335c1 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-02-28T02:54:21.298Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:54:21.298Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "674a9b27-09e4-4e8f-82ef-9a20477335c1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646016673449,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-28T02:54:21.298Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:54:21.299Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:54:21.299Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "674a9b27-09e4-4e8f-82ef-9a20477335c1",
  "consumerID": "aai-ml",
  "timestamp": 1646016681249,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-28T02:54:21.299Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T02:54:21.299Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:54:21.299Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "674a9b27-09e4-4e8f-82ef-9a20477335c1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646016681548,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-28T02:54:21.299Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T02:54:21.299Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:54:21.299Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "674a9b27-09e4-4e8f-82ef-9a20477335c1",
  "consumerID": "policy-id",
  "timestamp": 1646016681656,
  "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-02-28T02:54:21.304Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 674a9b27-09e4-4e8f-82ef-9a20477335c1
2022-02-28T02:54:21.304Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 674a9b27-09e4-4e8f-82ef-9a20477335c1 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-02-28T02:54:21.312Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:54:21.312Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "674a9b27-09e4-4e8f-82ef-9a20477335c1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646016682239,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-28T02:54:21.313Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T02:54:21.313Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:54:21.313Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "674a9b27-09e4-4e8f-82ef-9a20477335c1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646016682550,
  "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-02-28T02:54:21.318Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 674a9b27-09e4-4e8f-82ef-9a20477335c1
2022-02-28T02:54:21.318Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 674a9b27-09e4-4e8f-82ef-9a20477335c1 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-02-28T02:54:21.326Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:54:21.326Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "674a9b27-09e4-4e8f-82ef-9a20477335c1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646016683285,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-28T02:54:21.326Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T02:54:21.326Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:54:21.326Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "674a9b27-09e4-4e8f-82ef-9a20477335c1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646016684324,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-02-28T02:54:21.327Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T02:54:21.327Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:54:21.327Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "674a9b27-09e4-4e8f-82ef-9a20477335c1",
  "consumerID": "clamp",
  "timestamp": 1646016684653,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:54:21.327Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:54:21.327Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:54:21.327Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "674a9b27-09e4-4e8f-82ef-9a20477335c1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646016685346,
  "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-02-28T02:54:21.332Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 674a9b27-09e4-4e8f-82ef-9a20477335c1
2022-02-28T02:54:21.332Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 674a9b27-09e4-4e8f-82ef-9a20477335c1 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-02-28T02:54:21.339Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:54:21.339Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "674a9b27-09e4-4e8f-82ef-9a20477335c1",
  "consumerID": "clamp",
  "timestamp": 1646016684653,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-02-28T02:54:21.339Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:54:21.340Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:54:21.340Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "674a9b27-09e4-4e8f-82ef-9a20477335c1",
  "consumerID": "aai-ml",
  "timestamp": 1646016686302,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-28T02:54:21.340Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T02:54:21.340Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:54:21.340Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "674a9b27-09e4-4e8f-82ef-9a20477335c1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646016686348,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-28T02:54:21.340Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T02:54:21.340Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:54:21.340Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "674a9b27-09e4-4e8f-82ef-9a20477335c1",
  "consumerID": "clamp",
  "timestamp": 1646016684653,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:54:21.340Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:54:21.340Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:54:21.340Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "674a9b27-09e4-4e8f-82ef-9a20477335c1",
  "consumerID": "aai-ml",
  "timestamp": 1646016687305,
  "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-02-28T02:54:21.345Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 674a9b27-09e4-4e8f-82ef-9a20477335c1
2022-02-28T02:54:21.345Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 674a9b27-09e4-4e8f-82ef-9a20477335c1 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-02-28T02:54:21.353Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:54:21.353Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "674a9b27-09e4-4e8f-82ef-9a20477335c1",
  "consumerID": "clamp",
  "timestamp": 1646016684653,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:54:21.353Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:54:21.354Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:54:21.354Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "674a9b27-09e4-4e8f-82ef-9a20477335c1",
  "consumerID": "clamp",
  "timestamp": 1646016684653,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:54:21.354Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:54:21.354Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:54:21.354Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "674a9b27-09e4-4e8f-82ef-9a20477335c1",
  "consumerID": "clamp",
  "timestamp": 1646016684653,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:54:21.354Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:54:21.354Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:54:21.354Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "674a9b27-09e4-4e8f-82ef-9a20477335c1",
  "consumerID": "clamp",
  "timestamp": 1646016684653,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:54:21.354Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:54:21.354Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:54:21.354Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "674a9b27-09e4-4e8f-82ef-9a20477335c1",
  "consumerID": "clamp",
  "timestamp": 1646016684653,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-28T02:54:21.355Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:54:21.355Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:54:21.355Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "674a9b27-09e4-4e8f-82ef-9a20477335c1",
  "consumerID": "clamp",
  "timestamp": 1646016696602,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-28T02:54:21.355Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T02:54:21.355Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:54:21.355Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "674a9b27-09e4-4e8f-82ef-9a20477335c1",
  "consumerID": "clamp",
  "timestamp": 1646016698605,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-28T02:54:21.355Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T02:54:21.355Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:54:21.355Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "674a9b27-09e4-4e8f-82ef-9a20477335c1",
  "consumerID": "clamp",
  "timestamp": 1646016699608,
  "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-02-28T02:54:21.360Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 674a9b27-09e4-4e8f-82ef-9a20477335c1
2022-02-28T02:54:21.360Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 674a9b27-09e4-4e8f-82ef-9a20477335c1 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-02-28T02:54:21.368Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:54:21.368Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "284fa9a6-51ae-4efc-821e-c30cc73c267c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016720924,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-28T02:54:21.368Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T02:54:21.368Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:54:21.368Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "674a9b27-09e4-4e8f-82ef-9a20477335c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016721938,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:54:21.368Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:54:21.368Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:54:21.368Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "674a9b27-09e4-4e8f-82ef-9a20477335c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016721938,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-02-28T02:54:21.368Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:54:21.369Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:54:21.369Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "674a9b27-09e4-4e8f-82ef-9a20477335c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016721938,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-02-28T02:54:21.369Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:54:21.369Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:54:21.369Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "674a9b27-09e4-4e8f-82ef-9a20477335c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016721938,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:54:21.369Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:54:21.369Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:54:21.369Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "674a9b27-09e4-4e8f-82ef-9a20477335c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016721938,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-02-28T02:54:21.369Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:54:21.369Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:54:21.369Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "674a9b27-09e4-4e8f-82ef-9a20477335c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016721938,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:54:21.369Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:54:21.369Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:54:21.369Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "674a9b27-09e4-4e8f-82ef-9a20477335c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016721938,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T02:54:21.369Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:54:21.369Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:54:21.370Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "674a9b27-09e4-4e8f-82ef-9a20477335c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016721938,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-28T02:54:21.370Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T02:54:21.370Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:54:21.370Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "674a9b27-09e4-4e8f-82ef-9a20477335c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016730774,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-28T02:54:21.370Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T02:54:21.370Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:54:21.370Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "674a9b27-09e4-4e8f-82ef-9a20477335c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016732666,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-28T02:54:21.370Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T02:54:21.370Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:54:21.370Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "674a9b27-09e4-4e8f-82ef-9a20477335c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016734135,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-28T02:54:21.370Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T02:54:21.370Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:54:21.370Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "674a9b27-09e4-4e8f-82ef-9a20477335c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016735258,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-02-28T02:54:21.370Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T02:54:21.370Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:54:21.370Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "674a9b27-09e4-4e8f-82ef-9a20477335c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016736341,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-28T02:54:21.370Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T02:54:21.370Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:54:21.371Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "674a9b27-09e4-4e8f-82ef-9a20477335c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016737343,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-02-28T02:54:21.371Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T02:54:21.371Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:54:21.371Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "674a9b27-09e4-4e8f-82ef-9a20477335c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016738346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-02-28T02:54:21.371Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T02:54:21.371Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:54:21.371Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "674a9b27-09e4-4e8f-82ef-9a20477335c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016739350,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-28T02:54:21.371Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T02:54:50.417Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 674a9b27-09e4-4e8f-82ef-9a20477335c1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-28T02:54:50.427Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 674a9b27-09e4-4e8f-82ef-9a20477335c1
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-02-28T02:54:50.430Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-28T02:54:50.430Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-28T02:54:50.430Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-28T02:54:50.430Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-28T02:54:50.430Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-28T02:54:50.430Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-28T02:54:50.430Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-28T02:54:50.430Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-28T02:54:50.430Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-28T02:54:50.430Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-28T02:54:50.431Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|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-02-28T02:54:50.435Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-28T02:55:20.436Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 674a9b27-09e4-4e8f-82ef-9a20477335c1 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-02-28T02:55:20.441Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 674a9b27-09e4-4e8f-82ef-9a20477335c1 and serviceModelVersionId: 96e38d4c-240e-4048-a070-7773a9c1fd96
2022-02-28T02:55:20.442Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 23976475-e884-4c36-8808-9edb4041c3e8
2022-02-28T02:55:20.442Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/23976475-e884-4c36-8808-9edb4041c3e8/model-vers/model-ver/96e38d4c-240e-4048-a070-7773a9c1fd96?depth=0
2022-02-28T02:55:20.447Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-02-28T02:55:20.466Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23976475-e884-4c36-8808-9edb4041c3e8/model-vers/model-ver/96e38d4c-240e-4048-a070-7773a9c1fd96?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-02-28T02:55:20.466Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23976475-e884-4c36-8808-9edb4041c3e8/model-vers/model-ver/96e38d4c-240e-4048-a070-7773a9c1fd96?depth=0|INFO|500||Invoke
2022-02-28T02:55:20.480Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23976475-e884-4c36-8808-9edb4041c3e8/model-vers/model-ver/96e38d4c-240e-4048-a070-7773a9c1fd96?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-02-28T02:55:20.748Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23976475-e884-4c36-8808-9edb4041c3e8/model-vers/model-ver/96e38d4c-240e-4048-a070-7773a9c1fd96?depth=0|INFO|500||InvokeReturn
2022-02-28T02:55:20.748Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T02:55:20.749Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23976475-e884-4c36-8808-9edb4041c3e8/model-vers/model-ver/96e38d4c-240e-4048-a070-7773a9c1fd96?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220228-02:55:20:485-38760], vertex-id=[249992], Content-Length=[0], Date=[Mon, 28 Feb 2022 02:55:20 GMT], Content-Type=[application/json]}
2022-02-28T02:55:20.749Z||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-02-28T02:55:20.749Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-02-28T02:55:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T02:55:20.749Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-28T02:55:20.749Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|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-02-28T02:55:20.753Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|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-02-28T02:55:20.753Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 674a9b27-09e4-4e8f-82ef-9a20477335c1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-02-28T02:55:20.753Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-28T02:55:20.753Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-02-28T02:55:20.755Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T02:55:20.755Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "674a9b27-09e4-4e8f-82ef-9a20477335c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016920753,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-28T02:55:20.855Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T02:55:20.855Z||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-02-28T02:55:20.855Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DH1l0hjYl41nLHdh) ...
2022-02-28T02:55:20.868Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:55:20.869Z||pool-135-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-28T02:55:21.483Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:55:21.483Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T02:55:21.484Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "674a9b27-09e4-4e8f-82ef-9a20477335c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646016920753,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-28T02:55:21.484Z||pool-2-thread-3|||||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-02-28T02:55:21.768Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T02:55:21.768Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|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-02-28T02:55:21.768Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|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 DH1l0hjYl41nLHdh) ...
2022-02-28T02:55:32.067Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:55:32.067Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T02:55:32.068Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|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-02-28T02:55:32.068Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|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 DH1l0hjYl41nLHdh) ...
2022-02-28T02:55:41.612Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:55:41.612Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T02:55:41.613Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|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-02-28T02:55:41.613Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|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 DH1l0hjYl41nLHdh) ...
2022-02-28T02:55:51.151Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:55:51.152Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T02:55:51.153Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|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-02-28T02:55:51.153Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|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 DH1l0hjYl41nLHdh) ...
2022-02-28T02:56:00.694Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:56:00.695Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T02:56:00.695Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|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-02-28T02:56:00.695Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|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 DH1l0hjYl41nLHdh) ...
2022-02-28T02:56:10.234Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:56:20.747Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T02:56:20.748Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|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-02-28T02:56:20.748Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|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 DH1l0hjYl41nLHdh) ...
2022-02-28T02:56:20.749Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T02:56:20.749Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|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-02-28T02:56:20.749Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|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 DH1l0hjYl41nLHdh) ...
2022-02-28T02:56:30.289Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:56:30.294Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:57:20.747Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T02:57:20.748Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|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-02-28T02:57:20.748Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|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 DH1l0hjYl41nLHdh) ...
2022-02-28T02:57:20.748Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T02:57:20.749Z||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-02-28T02:57:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T02:57:30.292Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:57:30.295Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:58:20.747Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T02:58:20.748Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|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-02-28T02:58:20.748Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|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 DH1l0hjYl41nLHdh) ...
2022-02-28T02:58:20.748Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T02:58:20.749Z||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-02-28T02:58:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T02:58:30.290Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:58:30.295Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:59:20.747Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T02:59:20.748Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|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-02-28T02:59:20.748Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|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 DH1l0hjYl41nLHdh) ...
2022-02-28T02:59:20.748Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T02:59:20.749Z||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-02-28T02:59:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T02:59:30.295Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T02:59:30.296Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T03:00:20.747Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T03:00:20.748Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|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-02-28T03:00:20.748Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|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 DH1l0hjYl41nLHdh) ...
2022-02-28T03:00:20.748Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T03:00:20.749Z||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-02-28T03:00:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T03:00:30.293Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T03:00:30.299Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T03:01:20.747Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T03:01:20.748Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|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-02-28T03:01:20.748Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|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 DH1l0hjYl41nLHdh) ...
2022-02-28T03:01:20.748Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T03:01:20.749Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|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-02-28T03:01:20.749Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|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 DH1l0hjYl41nLHdh) ...
2022-02-28T03:01:30.291Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T03:01:30.297Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T03:02:20.747Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T03:02:20.748Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|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-02-28T03:02:20.748Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|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 DH1l0hjYl41nLHdh) ...
2022-02-28T03:02:20.748Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T03:02:20.749Z||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-02-28T03:02:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T03:02:30.295Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T03:02:30.297Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T03:03:20.747Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T03:03:20.748Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|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-02-28T03:03:20.748Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|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 DH1l0hjYl41nLHdh) ...
2022-02-28T03:03:20.748Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T03:03:20.749Z||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-02-28T03:03:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T03:03:30.291Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T03:03:30.297Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T03:04:20.747Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T03:04:20.748Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|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-02-28T03:04:20.748Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|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 DH1l0hjYl41nLHdh) ...
2022-02-28T03:04:20.748Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T03:04:20.749Z||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-02-28T03:04:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T03:04:30.294Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T03:04:30.294Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T03:05:20.747Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T03:05:20.748Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|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-02-28T03:05:20.748Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|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 DH1l0hjYl41nLHdh) ...
2022-02-28T03:05:20.748Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T03:05:20.749Z||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-02-28T03:05:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T03:05:30.292Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T03:05:30.292Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T03:06:20.747Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T03:06:20.748Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|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-02-28T03:06:20.748Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|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 DH1l0hjYl41nLHdh) ...
2022-02-28T03:06:20.748Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T03:06:20.749Z||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-02-28T03:06:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T03:06:30.300Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T03:06:30.302Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T03:07:20.747Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T03:07:20.748Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|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-02-28T03:07:20.748Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|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 DH1l0hjYl41nLHdh) ...
2022-02-28T03:07:20.748Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T03:07:20.749Z||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-02-28T03:07:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T03:07:30.294Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T03:07:30.295Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T03:08:20.747Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T03:08:20.748Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|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-02-28T03:08:20.748Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|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 DH1l0hjYl41nLHdh) ...
2022-02-28T03:08:20.748Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T03:08:20.749Z||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-02-28T03:08:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T03:08:30.303Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T03:08:30.302Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T03:09:20.747Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T03:09:20.748Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|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-02-28T03:09:20.748Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|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 DH1l0hjYl41nLHdh) ...
2022-02-28T03:09:20.748Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T03:09:20.749Z||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-02-28T03:09:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T03:09:30.300Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T03:09:30.300Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T03:10:20.747Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T03:10:20.748Z||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-02-28T03:10:20.748Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T03:10:20.749Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T03:10:20.749Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|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-02-28T03:10:20.750Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|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 DH1l0hjYl41nLHdh) ...
2022-02-28T03:10:30.294Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T03:10:30.299Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T03:11:20.747Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T03:11:20.748Z||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-02-28T03:11:20.748Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T03:11:20.749Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T03:11:20.749Z||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-02-28T03:11:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T03:11:30.294Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T03:11:30.294Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T03:12:20.747Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T03:12:20.748Z||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-02-28T03:12:20.748Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T03:12:20.748Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T03:12:20.749Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|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-02-28T03:12:20.750Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|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 DH1l0hjYl41nLHdh) ...
2022-02-28T03:12:30.298Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T03:12:30.299Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T03:13:20.747Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T03:13:20.748Z||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-02-28T03:13:20.748Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T03:13:20.748Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T03:13:20.749Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|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-02-28T03:13:20.749Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|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 DH1l0hjYl41nLHdh) ...
2022-02-28T03:13:30.295Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T03:13:30.298Z|674a9b27-09e4-4e8f-82ef-9a20477335c1|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T03:14:20.747Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T03:14:20.748Z||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-02-28T03:14:20.748Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T03:14:20.748Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T03:14:20.749Z||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-02-28T03:14:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T03:14:30.292Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T03:14:30.292Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T03:15:20.747Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T03:15:20.748Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T03:15:20.749Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T03:15:20.749Z||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-02-28T03:15:20.749Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DH1l0hjYl41nLHdh) ...
2022-02-28T03:15:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T03:15:30.298Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T03:15:30.301Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T03:16:20.747Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T03:16:20.748Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T03:16:20.748Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DH1l0hjYl41nLHdh) ...
2022-02-28T03:16:20.748Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T03:16:20.749Z||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-02-28T03:16:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T03:16:30.295Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T03:16:30.299Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T03:17:20.747Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T03:17:20.748Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T03:17:20.748Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DH1l0hjYl41nLHdh) ...
2022-02-28T03:17:20.748Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T03:17:20.749Z||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-02-28T03:17:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T03:17:30.294Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T03:17:30.296Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T03:18:20.747Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T03:18:20.748Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T03:18:20.748Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DH1l0hjYl41nLHdh) ...
2022-02-28T03:18:20.749Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T03:18:20.749Z||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-02-28T03:18:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T03:18:30.292Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T03:18:30.293Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T03:19:20.747Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T03:19:20.748Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T03:19:20.748Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DH1l0hjYl41nLHdh) ...
2022-02-28T03:19:20.748Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T03:19:20.749Z||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-02-28T03:19:20.749Z||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 DH1l0hjYl41nLHdh) ...
2022-02-28T03:19:30.294Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T03:19:30.294Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T03:20:20.747Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T03:20:20.748Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T03:20:20.748Z|f4c293b4-b463-4cf2-928e-30dc39f3a609|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DH1l0hjYl41nLHdh) ...
2022-02-28T03:20:20.748Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T03:20:20.749Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|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-02-28T03:20:20.749Z|4509c1b0-386c-4d28-ae89-dfc5bde6a6d5|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 DH1l0hjYl41nLHdh) ...