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-09-22T04:58:10.279Z||main|||||INFO|500||The following profiles are active: basic
2022-09-22T04:58:21.589Z||main|||||INFO|500||Starting service [Tomcat]
2022-09-22T04:58:21.590Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-09-22T04:58:21.761Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-09-22T04:58:25.938Z||main|||||INFO|500||catdb-pool - Starting...
2022-09-22T04:58:26.338Z||main|||||INFO|500||catdb-pool - Start completed.
2022-09-22T04:58:26.833Z||main|||||INFO|500||reqdb-pool - Starting...
2022-09-22T04:58:26.865Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-09-22T04:58:26.995Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-09-22T04:58:27.223Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-09-22T04:58:27.834Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-09-22T04:58:29.627Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-09-22T04:58:32.018Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-09-22T04:58:32.099Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-09-22T04:58:32.714Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-09-22T04:58:33.024Z||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-09-22T04:58:34.433Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-09-22T04:58:35.594Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-09-22T04:58:35.616Z||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$$75ebdfa9.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-09-22T04:58:35.618Z||main|||||WARN|500||The sdc end point is not alive
2022-09-22T04:58:38.548Z||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-09-22T04:58:41.779Z||main|||||WARN|500||---
2022-09-22T04:58:41.780Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-09-22T04:58:41.780Z||main|||||WARN|500||---
2022-09-22T04:58:42.203Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-09-22T04:58:46.929Z||main|||||INFO|500||Started Application in 39.894 seconds (JVM running for 42.017)
2022-09-22T04:58:46.948Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-22T04:58:46.949Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-22T04:58:46.960Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-22T04:58:46.990Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-22T04:58:47.031Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b928bcef-879d-44dd-9fc5-620762e3f112 url= /sdc/v1/artifactTypes
2022-09-22T04:58:47.031Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-09-22T04:58:47.296Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-09-22T04:58:47.319Z||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-09-22T04:58:47.340Z||scheduling-1|||||DEBUG|500||create keys
2022-09-22T04:58:47.374Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-09-22T04:58:47.413Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T04:58:47.431Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= d160a43f-c940-4283-9b0a-afc407749b33 url= /sdc/v1/registerForDistribution
2022-09-22T04:58:47.546Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= d160a43f-c940-4283-9b0a-afc407749b33 url= /sdc/v1/registerForDistribution
2022-09-22T04:58:47.546Z||scheduling-1|||||INFO|500||start DistributionClient
2022-09-22T04:58:47.556Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T04:58:47.557Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T04:58:47.566Z||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-09-22T04:58:47.566Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T04:58:47.567Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-09-22T04:58:47.572Z||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-09-22T04:58:47.572Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T04:58:57.940Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T04:58:57.941Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T04:59:47.554Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T04:59:47.555Z||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-09-22T04:59:47.556Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T04:59:47.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T04:59:47.558Z||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-09-22T04:59:47.559Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T04:59:57.142Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T04:59:57.144Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T05:00:47.554Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:00:47.555Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T05:00:47.556Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HzvqW4tkMfiFJMbp) ...
2022-09-22T05:00:47.558Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:00:47.559Z||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-09-22T05:00:47.559Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:00:57.115Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T05:00:57.117Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T05:01:47.554Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:01:47.555Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T05:01:47.555Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HzvqW4tkMfiFJMbp) ...
2022-09-22T05:01:47.557Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:01:47.558Z||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-09-22T05:01:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:01:57.115Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T05:01:57.115Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T05:02:47.555Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:02:47.556Z||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-09-22T05:02:47.556Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:02:47.557Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:02:47.557Z||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-09-22T05:02:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:02:57.117Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T05:02:57.119Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T05:03:47.554Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:03:47.556Z||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-09-22T05:03:47.557Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:03:47.557Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:03:47.558Z||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-09-22T05:03:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:03:57.111Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T05:03:57.128Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T05:04:47.555Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:04:47.557Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:04:47.558Z||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-09-22T05:04:47.558Z||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-09-22T05:04:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:04:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:04:57.109Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T05:04:57.110Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T05:05:47.554Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:05:47.555Z||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-09-22T05:05:47.556Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:05:47.557Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:05:47.558Z||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-09-22T05:05:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:05:57.102Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T05:05:57.129Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T05:06:47.554Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:06:47.556Z||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-09-22T05:06:47.556Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:06:47.557Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:06:47.558Z||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-09-22T05:06:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:06:57.111Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T05:06:57.111Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T05:07:47.554Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:07:47.555Z||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-09-22T05:07:47.556Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:07:47.557Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:07:47.558Z||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-09-22T05:07:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:07:57.132Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T05:07:57.144Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T05:08:05.590Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-09-22T05:08:47.554Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:08:47.555Z||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-09-22T05:08:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:08:47.557Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:08:47.558Z||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-09-22T05:08:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:08:57.129Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T05:08:57.135Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T05:09:47.554Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:09:47.555Z||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-09-22T05:09:47.556Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:09:47.557Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:09:47.558Z||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-09-22T05:09:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:09:57.105Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T05:09:57.126Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T05:10:47.554Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:10:47.555Z||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-09-22T05:10:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:10:47.557Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:10:47.557Z||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-09-22T05:10:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:10:57.099Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T05:10:57.131Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T05:11:47.554Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:11:47.556Z||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-09-22T05:11:47.556Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:11:47.557Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:11:47.557Z||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-09-22T05:11:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:11:57.136Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T05:11:57.140Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T05:12:47.555Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:12:47.556Z||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-09-22T05:12:47.556Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:12:47.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:12:47.558Z||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-09-22T05:12:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:12:57.122Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T05:12:57.125Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T05:13:47.554Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:13:47.555Z||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-09-22T05:13:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:13:47.557Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:13:47.558Z||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-09-22T05:13:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:13:57.103Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T05:13:57.109Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T05:14:47.554Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:14:47.556Z||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-09-22T05:14:47.556Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:14:47.557Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:14:47.557Z||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-09-22T05:14:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:14:57.108Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T05:14:57.114Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T05:15:47.554Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:15:47.555Z||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-09-22T05:15:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:15:47.557Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:15:47.558Z||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-09-22T05:15:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:15:57.099Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T05:15:57.102Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T05:16:47.554Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:16:47.555Z||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-09-22T05:16:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:16:47.557Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:16:47.557Z||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-09-22T05:16:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:16:57.105Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T05:16:57.106Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T05:17:47.554Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:17:47.555Z||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-09-22T05:17:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:17:47.557Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:17:47.558Z||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-09-22T05:17:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:17:57.103Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T05:17:57.103Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T05:18:47.554Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:18:47.555Z||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-09-22T05:18:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:18:47.557Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:18:47.558Z||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-09-22T05:18:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:18:57.104Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T05:18:57.105Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T05:19:47.554Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:19:47.556Z||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-09-22T05:19:47.556Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:19:47.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:19:47.558Z||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-09-22T05:19:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:19:57.109Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T05:19:57.121Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T05:20:47.555Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:20:47.557Z||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-09-22T05:20:47.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:20:47.557Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:20:47.557Z||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-09-22T05:20:47.557Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:20:57.113Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T05:20:57.114Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T05:21:47.554Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:21:47.556Z||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-09-22T05:21:47.556Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:21:47.557Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:21:47.558Z||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-09-22T05:21:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:21:57.102Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T05:21:57.105Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T05:22:47.554Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:22:47.555Z||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-09-22T05:22:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:22:47.557Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:22:47.558Z||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-09-22T05:22:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:22:57.099Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T05:22:57.099Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T05:23:47.554Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:23:47.555Z||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-09-22T05:23:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:23:47.557Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:23:47.557Z||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-09-22T05:23:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:23:57.109Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T05:23:57.109Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T05:24:47.554Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:24:47.555Z||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-09-22T05:24:47.556Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:24:47.557Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:24:47.558Z||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-09-22T05:24:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:24:57.104Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T05:24:57.105Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T05:25:47.554Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:25:47.555Z||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-09-22T05:25:47.556Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:25:47.557Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:25:47.557Z||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-09-22T05:25:47.557Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:25:57.102Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T05:25:57.109Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T05:26:47.554Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:26:47.555Z||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-09-22T05:26:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:26:47.557Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:26:47.557Z||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-09-22T05:26:47.557Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:26:57.103Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T05:26:57.114Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T05:27:47.554Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:27:47.555Z||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-09-22T05:27:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:27:47.557Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:27:47.558Z||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-09-22T05:27:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:27:57.099Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T05:27:57.104Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T05:28:47.554Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:28:47.556Z||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-09-22T05:28:47.556Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:28:47.557Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:28:47.559Z||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-09-22T05:28:47.559Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:28:57.096Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T05:28:57.107Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T05:29:47.554Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:29:47.555Z||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-09-22T05:29:47.556Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:29:47.557Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:29:47.557Z||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-09-22T05:29:47.557Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:29:57.102Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T05:29:57.118Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T05:30:47.554Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:30:47.555Z||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-09-22T05:30:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:30:47.557Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:30:47.558Z||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-09-22T05:30:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:30:57.103Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T05:30:57.104Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T05:31:47.554Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:31:47.555Z||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-09-22T05:31:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:31:47.557Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:31:47.558Z||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-09-22T05:31:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:31:57.102Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T05:31:57.103Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T05:32:47.554Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:32:47.555Z||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-09-22T05:32:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:32:47.557Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:32:47.557Z||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-09-22T05:32:47.557Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:32:57.101Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T05:32:57.103Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T05:33:47.554Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:33:47.555Z||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-09-22T05:33:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:33:47.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:33:47.558Z||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-09-22T05:33:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:33:57.100Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T05:33:57.103Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T05:34:47.554Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:34:47.555Z||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-09-22T05:34:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:34:47.557Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:34:47.558Z||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-09-22T05:34:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:34:57.100Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T05:34:57.105Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T05:35:47.554Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:35:47.555Z||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-09-22T05:35:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:35:47.557Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:35:47.558Z||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-09-22T05:35:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:35:57.101Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T05:35:57.103Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T05:36:47.554Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:36:47.555Z||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-09-22T05:36:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:36:47.557Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:36:47.557Z||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-09-22T05:36:47.557Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:36:57.106Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T05:36:57.115Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T05:37:47.554Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:37:47.556Z||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-09-22T05:37:47.556Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:37:47.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:37:47.558Z||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-09-22T05:37:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:37:57.107Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T05:37:57.110Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T05:38:47.554Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:38:47.557Z||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-09-22T05:38:47.557Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:38:47.557Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:38:47.558Z||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-09-22T05:38:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:38:57.105Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T05:38:57.111Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T05:39:47.554Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:39:47.555Z||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-09-22T05:39:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:39:47.557Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:39:47.557Z||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-09-22T05:39:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:39:57.110Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T05:39:57.113Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T05:40:47.555Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:40:47.556Z||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-09-22T05:40:47.556Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:40:47.557Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:40:47.557Z||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-09-22T05:40:47.557Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:40:57.107Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T05:40:57.109Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T05:41:47.554Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:41:47.555Z||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-09-22T05:41:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:41:47.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:41:47.557Z||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-09-22T05:41:47.557Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:41:57.103Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T05:41:57.115Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T05:42:47.554Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:42:47.555Z||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-09-22T05:42:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:42:47.557Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:42:47.558Z||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-09-22T05:42:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:42:57.126Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T05:42:57.132Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T05:43:47.554Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:43:47.555Z||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-09-22T05:43:47.556Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:43:47.557Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:43:47.558Z||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-09-22T05:43:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:43:57.121Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T05:43:57.126Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T05:44:47.554Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:44:47.555Z||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-09-22T05:44:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:44:47.557Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:44:47.558Z||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-09-22T05:44:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:44:57.110Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T05:44:57.122Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T05:45:47.554Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:45:47.555Z||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-09-22T05:45:47.556Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:45:47.557Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:45:47.558Z||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-09-22T05:45:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:45:57.116Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T05:45:57.116Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T05:46:47.554Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:46:47.556Z||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-09-22T05:46:47.556Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:46:47.557Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:46:47.558Z||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-09-22T05:46:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:46:57.104Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T05:46:57.109Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T05:47:47.554Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:47:47.556Z||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-09-22T05:47:47.556Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:47:47.557Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:47:47.557Z||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-09-22T05:47:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:47:57.109Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T05:47:57.119Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T05:48:47.554Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:48:47.556Z||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-09-22T05:48:47.556Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:48:47.557Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:48:47.558Z||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-09-22T05:48:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:48:57.100Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T05:48:57.113Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T05:49:47.554Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:49:47.555Z||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-09-22T05:49:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:49:47.557Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:49:47.557Z||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-09-22T05:49:47.557Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:49:57.102Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T05:49:57.103Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T05:50:47.554Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:50:47.555Z||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-09-22T05:50:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:50:47.557Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:50:47.557Z||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-09-22T05:50:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:50:57.100Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T05:50:57.102Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T05:51:47.554Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:51:47.555Z||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-09-22T05:51:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:51:47.557Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:51:47.557Z||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-09-22T05:51:47.557Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:51:57.102Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T05:51:57.103Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T05:52:47.554Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:52:47.555Z||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-09-22T05:52:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:52:47.557Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:52:47.557Z||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-09-22T05:52:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:52:57.101Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T05:52:57.111Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T05:53:47.554Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:53:47.555Z||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-09-22T05:53:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:53:47.557Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:53:47.558Z||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-09-22T05:53:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:53:57.101Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T05:53:57.140Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T05:54:47.554Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:54:47.555Z||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-09-22T05:54:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:54:47.557Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:54:47.558Z||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-09-22T05:54:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:54:57.118Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T05:54:57.127Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T05:55:47.554Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:55:47.555Z||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-09-22T05:55:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:55:47.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:55:47.557Z||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-09-22T05:55:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:55:57.120Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T05:55:57.122Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T05:56:47.554Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:56:47.555Z||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-09-22T05:56:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:56:47.557Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:56:47.557Z||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-09-22T05:56:47.557Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:56:57.105Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T05:56:57.105Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T05:57:47.554Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:57:47.557Z||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-09-22T05:57:47.557Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:57:47.557Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:57:47.557Z||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-09-22T05:57:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:57:57.104Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T05:57:57.104Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T05:58:47.554Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:58:47.555Z||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-09-22T05:58:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:58:47.557Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:58:47.557Z||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-09-22T05:58:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:58:57.119Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T05:58:57.121Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T05:59:47.554Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:59:47.555Z||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-09-22T05:59:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:59:47.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:59:47.557Z||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-09-22T05:59:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:59:57.099Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T05:59:57.099Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:00:47.554Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:00:47.555Z||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-09-22T06:00:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:00:47.557Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:00:47.558Z||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-09-22T06:00:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:00:57.099Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:00:57.116Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:01:47.554Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:01:47.555Z||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-09-22T06:01:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:01:47.557Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:01:47.557Z||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-09-22T06:01:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:01:57.108Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:01:57.108Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:02:47.554Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:02:47.555Z||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-09-22T06:02:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:02:47.557Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:02:47.557Z||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-09-22T06:02:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:02:57.105Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:02:57.118Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:03:47.554Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:03:47.555Z||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-09-22T06:03:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:03:47.557Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:03:47.557Z||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-09-22T06:03:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:03:57.115Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:03:57.147Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:04:47.554Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:04:47.555Z||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-09-22T06:04:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:04:47.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:04:47.558Z||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-09-22T06:04:47.560Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:04:57.106Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:04:57.140Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:05:47.554Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:05:47.555Z||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-09-22T06:05:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:05:47.557Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:05:47.558Z||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-09-22T06:05:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:05:57.114Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:05:57.117Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:06:47.554Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:06:47.555Z||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-09-22T06:06:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:06:47.557Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:06:47.557Z||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-09-22T06:06:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:06:57.099Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:06:57.104Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:07:47.554Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:07:47.556Z||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-09-22T06:07:47.556Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:07:47.557Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:07:47.557Z||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-09-22T06:07:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:07:57.110Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:07:57.113Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:08:47.554Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:08:47.556Z||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-09-22T06:08:47.556Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:08:47.557Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:08:47.557Z||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-09-22T06:08:47.557Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:08:57.110Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:08:57.110Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:09:47.554Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:09:47.555Z||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-09-22T06:09:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:09:47.557Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:09:47.557Z||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-09-22T06:09:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:09:57.115Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:09:57.126Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:10:47.554Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:10:47.555Z||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-09-22T06:10:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:10:47.557Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:10:47.558Z||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-09-22T06:10:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:10:57.118Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:10:57.119Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:11:47.554Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:11:47.555Z||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-09-22T06:11:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:11:47.557Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:11:47.558Z||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-09-22T06:11:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:11:57.103Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:11:57.109Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:12:47.554Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:12:47.555Z||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-09-22T06:12:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:12:47.557Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:12:47.557Z||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-09-22T06:12:47.557Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:12:57.117Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:12:57.118Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:13:47.554Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:13:47.555Z||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-09-22T06:13:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:13:47.557Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:13:47.557Z||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-09-22T06:13:47.557Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:13:57.116Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:13:57.116Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:14:47.554Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:14:47.555Z||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-09-22T06:14:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:14:47.557Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:14:47.557Z||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-09-22T06:14:47.557Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:14:57.127Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:14:57.128Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:15:47.554Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:15:47.555Z||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-09-22T06:15:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:15:47.557Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:15:47.559Z||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-09-22T06:15:47.559Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:15:57.158Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:15:57.160Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:16:47.554Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:16:47.556Z||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-09-22T06:16:47.556Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:16:47.557Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:16:47.558Z||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-09-22T06:16:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:16:57.128Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:16:57.146Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:17:47.555Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:17:47.557Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:17:47.557Z||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-09-22T06:17:47.557Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:17:47.557Z||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-09-22T06:17:47.557Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:17:57.133Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:17:57.133Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:18:47.554Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:18:47.555Z||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-09-22T06:18:47.557Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:18:47.558Z||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-09-22T06:18:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:18:47.556Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:18:57.110Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:18:57.118Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:19:47.554Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:19:47.555Z||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-09-22T06:19:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:19:47.557Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:19:47.558Z||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-09-22T06:19:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:19:57.107Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:19:57.107Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:20:47.554Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:20:47.555Z||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-09-22T06:20:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:20:47.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:20:47.557Z||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-09-22T06:20:47.557Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:20:57.133Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:20:57.143Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:21:47.554Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:21:47.555Z||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-09-22T06:21:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:21:47.557Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:21:47.557Z||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-09-22T06:21:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:21:57.124Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:21:57.126Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:22:47.554Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:22:47.555Z||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-09-22T06:22:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:22:47.557Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:22:47.557Z||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-09-22T06:22:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:22:57.109Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:22:57.110Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:23:47.554Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:23:47.555Z||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-09-22T06:23:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:23:47.557Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:23:47.557Z||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-09-22T06:23:47.557Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:23:57.121Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:23:57.121Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:24:47.554Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:24:47.555Z||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-09-22T06:24:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:24:47.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:24:47.557Z||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-09-22T06:24:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:24:57.106Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:24:57.133Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:25:47.556Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:25:47.556Z||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-09-22T06:25:47.557Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:25:47.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:25:47.557Z||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-09-22T06:25:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:25:57.136Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:25:57.139Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:26:47.554Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:26:47.555Z||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-09-22T06:26:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:26:47.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:26:47.557Z||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-09-22T06:26:47.557Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:26:57.157Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:26:57.160Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:27:47.554Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:27:47.557Z||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-09-22T06:27:47.557Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:27:47.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:27:47.558Z||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-09-22T06:27:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:27:57.124Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:27:57.144Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:28:47.554Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:28:47.555Z||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-09-22T06:28:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:28:47.557Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:28:47.557Z||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-09-22T06:28:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:28:57.144Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:28:57.151Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:29:47.554Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:29:47.555Z||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-09-22T06:29:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:29:47.557Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:29:47.557Z||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-09-22T06:29:47.557Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:29:57.125Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:29:57.132Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:30:47.554Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:30:47.555Z||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-09-22T06:30:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:30:47.557Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:30:47.557Z||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-09-22T06:30:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:30:57.139Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:30:57.139Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:31:47.554Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:31:47.555Z||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-09-22T06:31:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:31:47.557Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:31:47.558Z||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-09-22T06:31:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:31:57.143Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:31:57.146Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:32:47.556Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:32:47.557Z||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-09-22T06:32:47.557Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:32:47.557Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:32:47.558Z||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-09-22T06:32:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:32:57.109Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:32:57.113Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:33:47.554Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:33:47.555Z||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-09-22T06:33:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:33:47.557Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:33:47.558Z||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-09-22T06:33:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:33:57.140Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:33:57.141Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:34:47.554Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:34:47.556Z||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-09-22T06:34:47.556Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:34:47.557Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:34:47.558Z||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-09-22T06:34:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:34:57.107Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:34:57.127Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:35:47.555Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:35:47.557Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:35:47.557Z||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-09-22T06:35:47.557Z||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-09-22T06:35:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:35:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:35:57.113Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:35:57.137Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:36:47.554Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:36:47.560Z||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-09-22T06:36:47.560Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:36:47.560Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:36:47.561Z||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-09-22T06:36:47.561Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:36:57.116Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:36:57.121Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:37:47.554Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:37:47.556Z||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-09-22T06:37:47.556Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:37:47.557Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:37:47.558Z||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-09-22T06:37:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:37:57.100Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:37:57.103Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:38:47.554Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:38:47.555Z||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-09-22T06:38:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:38:47.557Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:38:47.557Z||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-09-22T06:38:47.557Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:38:57.115Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:38:57.118Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:39:47.554Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:39:47.555Z||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-09-22T06:39:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:39:47.557Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:39:47.557Z||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-09-22T06:39:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:39:57.109Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:39:57.110Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:40:47.554Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:40:47.555Z||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-09-22T06:40:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:40:47.557Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:40:47.558Z||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-09-22T06:40:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:40:57.115Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:40:57.115Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:41:47.554Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:41:47.555Z||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-09-22T06:41:47.556Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:41:47.557Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:41:47.558Z||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-09-22T06:41:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:41:57.111Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:41:57.114Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:42:47.554Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:42:47.555Z||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-09-22T06:42:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:42:47.557Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:42:47.558Z||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-09-22T06:42:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:42:57.112Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:42:57.112Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:43:47.554Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:43:47.555Z||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-09-22T06:43:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:43:47.557Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:43:47.557Z||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-09-22T06:43:47.557Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:43:57.100Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:43:57.102Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:44:47.554Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:44:47.557Z||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-09-22T06:44:47.557Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:44:47.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:44:47.558Z||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-09-22T06:44:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:44:57.118Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:44:57.125Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:45:47.554Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:45:47.557Z||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-09-22T06:45:47.557Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:45:47.559Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:45:47.560Z||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-09-22T06:45:47.560Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:45:57.108Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:45:57.109Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:46:47.554Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:46:47.555Z||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-09-22T06:46:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:46:47.557Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:46:47.558Z||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-09-22T06:46:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:46:57.105Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:46:57.111Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:47:47.554Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:47:47.555Z||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-09-22T06:47:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:47:47.557Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:47:47.558Z||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-09-22T06:47:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:47:57.142Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:47:57.148Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:48:47.554Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:48:47.555Z||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-09-22T06:48:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:48:47.557Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:48:47.558Z||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-09-22T06:48:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:48:57.108Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:48:57.108Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:49:47.554Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:49:47.555Z||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-09-22T06:49:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:49:47.557Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:49:47.557Z||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-09-22T06:49:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:49:57.128Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:49:57.130Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:50:47.554Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:50:47.555Z||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-09-22T06:50:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:50:47.557Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:50:47.557Z||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-09-22T06:50:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:50:57.116Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:50:57.116Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:51:47.554Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:51:47.555Z||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-09-22T06:51:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:51:47.557Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:51:47.558Z||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-09-22T06:51:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:51:57.127Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:51:57.137Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:52:47.554Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:52:47.555Z||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-09-22T06:52:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:52:47.557Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:52:47.558Z||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-09-22T06:52:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:52:57.110Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:52:57.110Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:53:47.554Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:53:47.555Z||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-09-22T06:53:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:53:47.557Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:53:47.557Z||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-09-22T06:53:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:53:57.111Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:53:57.130Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:54:47.554Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:54:47.555Z||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-09-22T06:54:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:54:47.557Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:54:47.557Z||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-09-22T06:54:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:54:57.120Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:54:57.156Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:55:47.554Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:55:47.557Z||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-09-22T06:55:47.557Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:55:47.557Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:55:47.558Z||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-09-22T06:55:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:55:48.092Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:55:48.099Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-22T06:55:48.100Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
  "consumerID": "policy-id",
  "timestamp": 1663829719991,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T06:55:48.131Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-22T06:55:48.131Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-22T06:55:48.131Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
  "consumerID": "clamp",
  "timestamp": 1663829719597,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T06:55:48.131Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-22T06:55:48.131Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-22T06:55:48.132Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
  "consumerID": "clamp",
  "timestamp": 1663829719597,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/basic_onboard_cuckdb0_modules.json",
  "status": "NOTIFIED"
}
2022-09-22T06:55:48.132Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-22T06:55:48.132Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-22T06:55:48.132Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
  "consumerID": "policy-id",
  "timestamp": 1663829719991,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/basic_onboard_cuckdb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-22T06:55:48.133Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-22T06:55:48.133Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-22T06:55:48.133Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663829727956,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T06:55:48.133Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-22T06:55:48.133Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-22T06:55:48.133Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
  "consumerID": "clamp",
  "timestamp": 1663829719597,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T06:55:48.134Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-22T06:55:48.134Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-22T06:55:48.134Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
  "consumerID": "policy-id",
  "timestamp": 1663829719991,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-09-22T06:55:48.134Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-22T06:55:48.134Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-22T06:55:48.135Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663829727956,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/basic_onboard_cuckdb0_modules.json",
  "status": "NOTIFIED"
}
2022-09-22T06:55:48.135Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-22T06:55:48.135Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-22T06:55:48.135Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
  "consumerID": "cds",
  "timestamp": 1663829729469,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T06:55:48.136Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-22T06:55:48.136Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-22T06:55:48.136Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
  "consumerID": "clamp",
  "timestamp": 1663829719597,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T06:55:48.136Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-22T06:55:48.136Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-22T06:55:48.136Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
  "consumerID": "aai-ml",
  "timestamp": 1663829729852,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T06:55:48.137Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-22T06:55:48.137Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-22T06:55:48.137Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
  "consumerID": "policy-id",
  "timestamp": 1663829719991,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T06:55:48.137Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-22T06:55:48.138Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-22T06:55:48.138Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663829727956,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-09-22T06:55:48.138Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-22T06:55:48.138Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-22T06:55:48.138Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663829730416,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T06:55:48.139Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-22T06:55:48.139Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-22T06:55:48.139Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
  "consumerID": "cds",
  "timestamp": 1663829729469,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/basic_onboard_cuckdb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-22T06:55:48.139Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-22T06:55:48.139Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-22T06:55:48.139Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
  "consumerID": "clamp",
  "timestamp": 1663829719597,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-09-22T06:55:48.140Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-22T06:55:48.140Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-22T06:55:48.141Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
  "consumerID": "policy-id",
  "timestamp": 1663829719991,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-09-22T06:55:48.141Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-22T06:55:48.141Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-22T06:55:48.141Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
  "consumerID": "aai-ml",
  "timestamp": 1663829729852,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/basic_onboard_cuckdb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-22T06:55:48.142Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-22T06:55:48.142Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-22T06:55:48.142Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663829727956,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T06:55:48.142Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-22T06:55:48.142Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-22T06:55:48.142Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663829730416,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/basic_onboard_cuckdb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-22T06:55:48.143Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-22T06:55:48.143Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-22T06:55:48.143Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
  "consumerID": "cds",
  "timestamp": 1663829729469,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T06:55:48.143Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-22T06:55:48.143Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-22T06:55:48.144Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
  "consumerID": "clamp",
  "timestamp": 1663829719597,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/artifacts/service-BasicOnboardCuckdb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T06:55:48.144Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-22T06:55:48.144Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-22T06:55:48.144Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
  "consumerID": "policy-id",
  "timestamp": 1663829719991,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/artifacts/service-BasicOnboardCuckdb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T06:55:48.144Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-22T06:55:48.145Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-22T06:55:48.145Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
  "consumerID": "aai-ml",
  "timestamp": 1663829729852,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T06:55:48.145Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-22T06:55:48.145Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-22T06:55:48.145Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663829727956,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-09-22T06:55:48.146Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-22T06:55:48.146Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-22T06:55:48.146Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663829730416,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T06:55:48.146Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-22T06:55:48.146Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-22T06:55:48.146Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
  "consumerID": "cds",
  "timestamp": 1663829729469,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T06:55:48.147Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-22T06:55:48.147Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-22T06:55:48.147Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663829732641,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T06:55:48.147Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-22T06:55:48.147Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-22T06:55:48.148Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
  "consumerID": "clamp",
  "timestamp": 1663829719597,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/artifacts/service-BasicOnboardCuckdb-csar.csar",
  "status": "NOTIFIED"
}
2022-09-22T06:55:48.148Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-22T06:55:48.148Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-22T06:55:48.148Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
  "consumerID": "policy-id",
  "timestamp": 1663829719991,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/artifacts/service-BasicOnboardCuckdb-csar.csar",
  "status": "NOTIFIED"
}
2022-09-22T06:55:48.148Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-22T06:55:48.149Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-22T06:55:48.149Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
  "consumerID": "aai-ml",
  "timestamp": 1663829729852,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T06:55:48.149Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-22T06:55:48.149Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-22T06:55:48.149Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663829727956,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/artifacts/service-BasicOnboardCuckdb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T06:55:48.150Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-22T06:55:48.150Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-22T06:55:48.150Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663829730416,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T06:55:48.150Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-22T06:55:48.150Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-22T06:55:48.151Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
  "consumerID": "cds",
  "timestamp": 1663829729469,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-09-22T06:55:48.151Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-22T06:55:48.151Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-22T06:55:48.151Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663829732641,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/basic_onboard_cuckdb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-22T06:55:48.151Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-22T06:55:48.152Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-22T06:55:48.152Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
  "consumerID": "aai-ml",
  "timestamp": 1663829729852,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-09-22T06:55:48.152Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-22T06:55:48.152Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-22T06:55:48.152Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663829727956,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/artifacts/service-BasicOnboardCuckdb-csar.csar",
  "status": "NOTIFIED"
}
2022-09-22T06:55:48.153Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-22T06:55:48.153Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-22T06:55:48.153Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663829730416,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-09-22T06:55:48.153Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-22T06:55:48.153Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-22T06:55:48.153Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
  "consumerID": "policy-id",
  "timestamp": 1663829734351,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/artifacts/service-BasicOnboardCuckdb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-22T06:55:48.154Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T06:55:48.154Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-22T06:55:48.154Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
  "consumerID": "cds",
  "timestamp": 1663829729469,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/artifacts/service-BasicOnboardCuckdb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T06:55:48.155Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-22T06:55:48.155Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-22T06:55:48.155Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663829732641,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T06:55:48.155Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-22T06:55:48.155Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-22T06:55:48.155Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
  "consumerID": "aai-ml",
  "timestamp": 1663829729852,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/artifacts/service-BasicOnboardCuckdb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T06:55:48.156Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-22T06:55:48.156Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-22T06:55:48.156Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663829730416,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/artifacts/service-BasicOnboardCuckdb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T06:55:48.156Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-22T06:55:48.157Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-22T06:55:48.157Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663829736007,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/basic_onboard_cuckdb0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-22T06:55:48.157Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T06:55:48.157Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-22T06:55:48.157Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
  "consumerID": "policy-id",
  "timestamp": 1663829735359,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/artifacts/service-BasicOnboardCuckdb-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-22T06:55:48.158Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T06:55:48.158Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-22T06:55:48.158Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
  "consumerID": "cds",
  "timestamp": 1663829729469,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/artifacts/service-BasicOnboardCuckdb-csar.csar",
  "status": "NOTIFIED"
}
2022-09-22T06:55:48.158Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-22T06:55:48.158Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-22T06:55:48.158Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663829732641,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T06:55:48.159Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-22T06:55:48.159Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-22T06:55:48.159Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
  "consumerID": "aai-ml",
  "timestamp": 1663829729852,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/artifacts/service-BasicOnboardCuckdb-csar.csar",
  "status": "NOTIFIED"
}
2022-09-22T06:55:48.159Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-22T06:55:48.159Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-22T06:55:48.160Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663829730416,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/artifacts/service-BasicOnboardCuckdb-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-22T06:55:48.160Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-22T06:55:48.160Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-22T06:55:48.160Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
  "consumerID": "policy-id",
  "timestamp": 1663829736363,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
2022-09-22T06:55:48.198Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:55:48.199Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-22T06:55:48.200Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"ae6e0516-ffcf-4686-b08a-7c59d64b746f","serviceName":"basic_onboard_CUckdb","serviceVersion":"1.0","serviceUUID":"bc40c2b5-5505-4742-a9c8-e1e6d034c484","serviceDescription":"service","serviceInvariantUUID":"940304fa-c996-44e9-a912-257f14126eb2","resources":[{"resourceInstanceName":"basic_onboard_CUckdb 0","resourceName":"basic_onboard_CUckdb","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3c78c458-d86d-4a31-9187-929775e13a63","resourceInvariantUUID":"3743ca0c-af4d-4451-bc68-6ebeba51e18a","resourceCustomizationUUID":"42fa04e3-8290-4998-86f5-24c35cc62695","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/vf-license-model.xml","artifactChecksum":"MmUyMTViNWQ2Y2FiNGJlNzAyNmZmNzhmMzVlODFmM2U\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e3453850-52f6-4bf7-891d-d047799f19de","artifactVersion":"1"},{"artifactName":"basic_onboard_cuckdb0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/basic_onboard_cuckdb0_modules.json","artifactChecksum":"OTI3ZDczZGY3NjMwYWYwZmIxNTA1MGUyN2I3M2JjZjg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0b9dfe2b-176b-4a72-93f2-cb72ca1d4c3e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"45e51cd7-e086-492d-8592-b4ac84fda126","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e79dd989-abcd-49ce-892f-4910dcbb460b","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f868f708-65bf-4d68-90ec-5a248598d954","artifactVersion":"2","generatedFromUUID":"45e51cd7-e086-492d-8592-b4ac84fda126"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardCuckdb-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/artifacts/service-BasicOnboardCuckdb-template.yml","artifactChecksum":"NzU1NGM2YzI4YzJiNTY4MjUwNzY5NjAzMDM3YjBmNDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"987d72ad-b840-4934-8146-0f38b393787a","artifactVersion":"1"},{"artifactName":"service-BasicOnboardCuckdb-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/artifacts/service-BasicOnboardCuckdb-csar.csar","artifactChecksum":"ZGEyN2JlZjhkMmQ3Mjg0MjRmNjY5MTI0M2IxMzk1Nzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b49ca3f9-af9e-46f3-910a-01bb45630216","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-22T06:55:48.211Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-22T06:55:48.218Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-22T06:55:48.233Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T06:55:48.233Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663829747554,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-22T06:55:48.333Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-09-22T06:55:48.338Z||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-09-22T06:55:48.338Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-22T06:55:48.367Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:55:48.370Z||pool-3-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-09-22T06:55:48.371Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ae6e0516-ffcf-4686-b08a-7c59d64b746f
2022-09-22T06:55:48.399Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae6e0516-ffcf-4686-b08a-7c59d64b746f 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-09-22T06:55:48.431Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-22T06:55:48.431Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663829737110,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-22T06:55:48.432Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T06:55:48.432Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-22T06:55:48.432Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663829732641,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-09-22T06:55:48.432Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-22T06:55:48.432Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-22T06:55:48.433Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
  "consumerID": "cds",
  "timestamp": 1663829737366,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/artifacts/service-BasicOnboardCuckdb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-22T06:55:48.433Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T06:55:48.433Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-22T06:55:48.433Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
  "consumerID": "aai-ml",
  "timestamp": 1663829737855,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/artifacts/service-BasicOnboardCuckdb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-22T06:55:48.434Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T06:55:48.434Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-22T06:55:48.434Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663829738165,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-09-22T06:55:48.434Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T06:55:48.434Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-22T06:55:48.434Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663829732641,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/artifacts/service-BasicOnboardCuckdb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T06:55:48.435Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-22T06:55:48.435Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-22T06:55:48.435Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
  "consumerID": "cds",
  "timestamp": 1663829738390,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/artifacts/service-BasicOnboardCuckdb-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-09-22T06:55:48.450Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ae6e0516-ffcf-4686-b08a-7c59d64b746f
2022-09-22T06:55:48.451Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae6e0516-ffcf-4686-b08a-7c59d64b746f 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-09-22T06:55:48.459Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-22T06:55:48.459Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663829739258,
  "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-09-22T06:55:48.464Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ae6e0516-ffcf-4686-b08a-7c59d64b746f
2022-09-22T06:55:48.464Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae6e0516-ffcf-4686-b08a-7c59d64b746f 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-09-22T06:55:48.475Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-22T06:55:48.475Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663829732641,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/artifacts/service-BasicOnboardCuckdb-csar.csar",
  "status": "NOTIFIED"
}
2022-09-22T06:55:48.475Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-22T06:55:48.476Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-22T06:55:48.476Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663829740262,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/basic_onboard_cuckdb0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-22T06:55:48.477Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T06:55:48.477Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-22T06:55:48.477Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663829740568,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/artifacts/service-BasicOnboardCuckdb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-22T06:55:48.478Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T06:55:48.478Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-22T06:55:48.478Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663829745181,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/artifacts/service-BasicOnboardCuckdb-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-22T06:55:48.478Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T06:55:48.478Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-22T06:55:48.479Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663829746186,
  "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-09-22T06:55:48.484Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ae6e0516-ffcf-4686-b08a-7c59d64b746f
2022-09-22T06:55:48.484Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae6e0516-ffcf-4686-b08a-7c59d64b746f 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-09-22T06:55:48.493Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-22T06:55:48.493Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
  "consumerID": "aai-ml",
  "timestamp": 1663829746947,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/artifacts/service-BasicOnboardCuckdb-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-22T06:55:48.494Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T06:55:48.494Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-22T06:55:48.494Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
  "consumerID": "clamp",
  "timestamp": 1663829747019,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/artifacts/service-BasicOnboardCuckdb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-22T06:55:48.494Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T06:55:49.241Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-22T06:55:49.242Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-22T06:55:49.245Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T06:55:49.245Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663829747554,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/basic_onboard_cuckdb0_modules.json",
  "status": "NOTIFIED"
}
2022-09-22T06:55:49.345Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-22T06:55:49.347Z||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-09-22T06:55:49.347Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T06:55:49.361Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:55:49.361Z||pool-4-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-22T06:55:50.246Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-22T06:55:50.247Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-22T06:55:50.249Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T06:55:50.250Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663829747554,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-09-22T06:55:50.349Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-22T06:55:50.350Z||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-09-22T06:55:50.351Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T06:55:50.365Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:55:50.365Z||pool-5-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-09-22T06:55:51.250Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-22T06:55:51.251Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-22T06:55:51.254Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T06:55:51.254Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663829747554,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T06:55:51.354Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T06:55:51.355Z||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-09-22T06:55:51.355Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T06:55:51.375Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:55:51.377Z||pool-6-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-09-22T06:55:52.255Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-22T06:55:52.256Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-22T06:55:52.259Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T06:55:52.260Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663829747554,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-09-22T06:55:52.360Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T06:55:52.361Z||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-09-22T06:55:52.361Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T06:55:52.377Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:55:52.378Z||pool-7-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-09-22T06:55:53.261Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-22T06:55:53.262Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-22T06:55:53.264Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T06:55:53.265Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663829747554,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/artifacts/service-BasicOnboardCuckdb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T06:55:53.365Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T06:55:53.366Z||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-09-22T06:55:53.366Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T06:55:53.386Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:55:53.387Z||pool-8-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-09-22T06:55:54.265Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-22T06:55:54.266Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-22T06:55:54.269Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T06:55:54.269Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663829747554,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/artifacts/service-BasicOnboardCuckdb-csar.csar",
  "status": "NOTIFIED"
}
2022-09-22T06:55:54.369Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T06:55:54.370Z||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-09-22T06:55:54.370Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T06:55:54.384Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:55:54.384Z||pool-9-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-22T06:55:55.272Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
  "serviceName": "basic_onboard_CUckdb",
  "serviceVersion": "1.0",
  "serviceUUID": "bc40c2b5-5505-4742-a9c8-e1e6d034c484",
  "serviceDescription": "service",
  "serviceInvariantUUID": "940304fa-c996-44e9-a912-257f14126eb2",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_CUckdb 0",
      "resourceCustomizationUUID": "42fa04e3-8290-4998-86f5-24c35cc62695",
      "resourceName": "basic_onboard_CUckdb",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "3c78c458-d86d-4a31-9187-929775e13a63",
      "resourceInvariantUUID": "3743ca0c-af4d-4451-bc68-6ebeba51e18a",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_cuckdb0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/basic_onboard_cuckdb0_modules.json",
          "artifactChecksum": "OTI3ZDczZGY3NjMwYWYwZmIxNTA1MGUyN2I3M2JjZjg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "0b9dfe2b-176b-4a72-93f2-cb72ca1d4c3e",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "45e51cd7-e086-492d-8592-b4ac84fda126",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "f868f708-65bf-4d68-90ec-5a248598d954",
            "generatedFromUUID": "45e51cd7-e086-492d-8592-b4ac84fda126"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "f868f708-65bf-4d68-90ec-5a248598d954",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardCuckdb-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/artifacts/service-BasicOnboardCuckdb-csar.csar",
      "artifactChecksum": "ZGEyN2JlZjhkMmQ3Mjg0MjRmNjY5MTI0M2IxMzk1Nzk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b49ca3f9-af9e-46f3-910a-01bb45630216"
    }
  ],
  "workloadContext": "Production"
}
2022-09-22T06:55:55.275Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-22T06:55:55.276Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 bc40c2b5-5505-4742-a9c8-e1e6d034c484 ASDC
2022-09-22T06:55:55.409Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:ae6e0516-ffcf-4686-b08a-7c59d64b746f
ServiceName:basic_onboard_CUckdb
ServiceVersion:1.0
ServiceUUID:bc40c2b5-5505-4742-a9c8-e1e6d034c484
ServiceInvariantUUID:940304fa-c996-44e9-a912-257f14126eb2
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardCuckdb-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/artifacts/service-BasicOnboardCuckdb-csar.csar
ArtifactUUID:b49ca3f9-af9e-46f3-910a-01bb45630216
ArtifactChecksum:ZGEyN2JlZjhkMmQ3Mjg0MjRmNjY5MTI0M2IxMzk1Nzk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_CUckdb 0
ResourceCustomizationUUID:42fa04e3-8290-4998-86f5-24c35cc62695
ResourceInvariantUUID:3743ca0c-af4d-4451-bc68-6ebeba51e18a
ResourceName:basic_onboard_CUckdb
ResourceType:VF
ResourceUUID:3c78c458-d86d-4a31-9187-929775e13a63
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_cuckdb0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/basic_onboard_cuckdb0_modules.json
ArtifactUUID:0b9dfe2b-176b-4a72-93f2-cb72ca1d4c3e
ArtifactChecksum:OTI3ZDczZGY3NjMwYWYwZmIxNTA1MGUyN2I3M2JjZjg=
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/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/base_ubuntu18.yaml
ArtifactUUID:45e51cd7-e086-492d-8592-b4ac84fda126
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/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/base_ubuntu18.env
ArtifactUUID:f868f708-65bf-4d68-90ec-5a248598d954
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/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/base_ubuntu18.env
ArtifactUUID:f868f708-65bf-4d68-90ec-5a248598d954
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-09-22T06:55:55.409Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bc40c2b5-5505-4742-a9c8-e1e6d034c484 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-09-22T06:55:55.466Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-22T06:55:55.467Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-09-22T06:55:55.468Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-09-22T06:55:55.469Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: b49ca3f9-af9e-46f3-910a-01bb45630216 from URL: /sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/artifacts/service-BasicOnboardCuckdb-csar.csar
2022-09-22T06:55:55.469Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-09-22T06:55:55.470Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/artifacts/service-BasicOnboardCuckdb-csar.csar
2022-09-22T06:55:55.673Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-09-22T06:55:55.689Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/artifacts/service-BasicOnboardCuckdb-csar.csar b49ca3f9-af9e-46f3-910a-01bb45630216 75218
2022-09-22T06:55:55.691Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/artifacts/service-BasicOnboardCuckdb-csar.csar ASDC sendASDCNotification
2022-09-22T06:55:55.691Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/artifacts/service-BasicOnboardCuckdb-csar.csar
2022-09-22T06:55:55.691Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-22T06:55:55.692Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-22T06:55:55.694Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T06:55:55.694Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663829755689,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/artifacts/service-BasicOnboardCuckdb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-22T06:55:55.794Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-22T06:55:55.795Z||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-09-22T06:55:55.796Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T06:55:55.806Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:55:55.806Z||pool-10-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-09-22T06:55:56.695Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-22T06:55:56.696Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-09-22T06:55:56.697Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: b49ca3f9-af9e-46f3-910a-01bb45630216, URL: /sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/artifacts/service-BasicOnboardCuckdb-csar.csar to file: /app/ASDC/1/service-BasicOnboardCuckdb-csar.csar
2022-09-22T06:55:56.698Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardCuckdb-csar.csar
2022-09-22T06:55:56.797Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardCuckdb-csar.csar
2022-09-22T06:55:56.798Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardCuckdb-csar.csar
2022-09-22T06:55:57.435Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14304088627223404565/Definitions/service-BasicOnboardCuckdb-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_security_groups" is not provided
Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_ubuntu18_metadata" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "compute_ubuntu18_name" 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_network" is not provided
Log warning: The required parameter "compute_ubuntu18_key_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided
2022-09-22T06:55:59.594Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-22T06:55:59.599Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-09-22T06:55:59.600Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardCuckdb-csar.csar
2022-09-22T06:55:59.600Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-09-22T06:55:59.600Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_CUckdb 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicOnboardCuckdb-csar.csar
2022-09-22T06:55:59.600Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardCuckdb-csar.csar
2022-09-22T06:55:59.600Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|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-BasicOnboardCuckdb-csar.csar
2022-09-22T06:55:59.600Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|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-BasicOnboardCuckdb-csar.csar
2022-09-22T06:55:59.600Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|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-BasicOnboardCuckdb-csar.csar
2022-09-22T06:55:59.600Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|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-BasicOnboardCuckdb-csar.csar
2022-09-22T06:55:59.601Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|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-BasicOnboardCuckdb-csar.csar
2022-09-22T06:55:59.601Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-09-22T06:55:59.607Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T06:55:59.608Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_CUckdb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T06:55:59.612Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_CUckdb 0 is matching search criteria
2022-09-22T06:55:59.612Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-09-22T06:55:59.614Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_CUckdb 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-22T06:55:59.616Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T06:55:59.616Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_CUckdb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T06:55:59.617Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_CUckdb 0 is matching search criteria
2022-09-22T06:55:59.617Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-09-22T06:55:59.617Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_CUckdb 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-22T06:55:59.617Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T06:55:59.617Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_CUckdb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T06:55:59.620Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T06:55:59.621Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_CUckdb 0 is not matching search criteria
2022-09-22T06:55:59.621Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-09-22T06:55:59.621Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-09-22T06:55:59.621Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-09-22T06:55:59.621Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-09-22T06:55:59.621Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-22T06:55:59.622Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T06:55:59.622Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_CUckdb is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-22T06:55:59.623Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T06:55:59.623Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_CUckdb 0 is matching search criteria
2022-09-22T06:55:59.623Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_CUckdb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-22T06:55:59.624Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T06:55:59.624Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_CUckdb 0 is matching search criteria
2022-09-22T06:55:59.624Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_CUckdb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-22T06:55:59.624Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T06:55:59.624Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_CUckdb 0 is matching search criteria
2022-09-22T06:55:59.625Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_CUckdb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-22T06:55:59.625Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T06:55:59.625Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_CUckdb 0 is not matching search criteria
2022-09-22T06:55:59.625Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-09-22T06:55:59.625Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-09-22T06:55:59.626Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=b8e11d1d-a886-48e5-a352-27f55e06bea2
2022-09-22T06:55:59.626Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T06:55:59.626Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_CUckdb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T06:55:59.626Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T06:55:59.626Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_CUckdb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T06:55:59.627Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T06:55:59.627Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_CUckdb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T06:55:59.627Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T06:55:59.627Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_CUckdb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T06:55:59.628Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_CUckdb
Description:service
Model UUID:bc40c2b5-5505-4742-a9c8-e1e6d034c484
Model Version:NULL
Model InvariantUuid:940304fa-c996-44e9-a912-257f14126eb2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_CUckdb
Model UUID:8728acc2-eca9-4da2-896c-64fde86094bb
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3743ca0c-af4d-4451-bc68-6ebeba51e18a
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:42fa04e3-8290-4998-86f5-24c35cc62695
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:c26ae604-f39e-4b89-ae4f-5d030a9d77e3
ModelName:BasicOnboardCuckdb..base_ubuntu18..module-0
ModelUuid:d0d4c09d-35cb-4bcc-88b0-c7311ab90ca0
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:b8e11d1d-a886-48e5-a352-27f55e06bea2
ModelInvariantUuid:5487460f-2103-4817-b770-121ac887f6f5
ModelName:basic_onboard_CUckdb-nodes.ubuntu18Cvfc
ModelUuid:8199f666-2e49-46d7-95eb-ec6bb7121d17
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:fefa08d7-da07-4a93-8a4c-cb8659f32dc4
ModelInvariantUuid:34795ee0-e371-42e8-a2ee-e69fe4301e6e
ModelName:BasicOnboardCuckdb.compute.nodes.heat.ubuntu18
ModelUuid:0b086d27-933d-4387-b921-bc37c9aa1afb
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-09-22T06:55:59.649Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 3c78c458-d86d-4a31-9187-929775e13a63
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-09-22T06:55:59.740Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||INFO|500||basic_onboard_CUckdb 0
2022-09-22T06:55:59.746Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3c78c458-d86d-4a31-9187-929775e13a63
2022-09-22T06:55:59.746Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 0b9dfe2b-176b-4a72-93f2-cb72ca1d4c3e from URL: /sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/basic_onboard_cuckdb0_modules.json
2022-09-22T06:55:59.746Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-09-22T06:55:59.747Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/basic_onboard_cuckdb0_modules.json
2022-09-22T06:55:59.805Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-09-22T06:55:59.806Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/basic_onboard_cuckdb0_modules.json 0b9dfe2b-176b-4a72-93f2-cb72ca1d4c3e 798
2022-09-22T06:55:59.806Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/basic_onboard_cuckdb0_modules.json ASDC sendASDCNotification
2022-09-22T06:55:59.807Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/basic_onboard_cuckdb0_modules.json
2022-09-22T06:55:59.807Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-22T06:55:59.807Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-22T06:55:59.810Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T06:55:59.810Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663829759806,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/basic_onboard_cuckdb0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-22T06:55:59.910Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T06:55:59.911Z||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-09-22T06:55:59.911Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T06:55:59.923Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:55:59.924Z||pool-11-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-09-22T06:56:00.812Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardCuckdb..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "c26ae604-f39e-4b89-ae4f-5d030a9d77e3",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d0d4c09d-35cb-4bcc-88b0-c7311ab90ca0",
    "vfModuleModelCustomizationUUID": "2560e547-48ee-4a8a-917a-0e86261b05e9",
    "isBase": true,
    "artifacts": [
      "45e51cd7-e086-492d-8592-b4ac84fda126",
      "f868f708-65bf-4d68-90ec-5a248598d954"
    ],
    "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-09-22T06:56:00.825Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardCuckdb..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d0d4c09d-35cb-4bcc-88b0-c7311ab90ca0
VfModuleModelInvariantUUID:c26ae604-f39e-4b89-ae4f-5d030a9d77e3
VfModuleModelDescription:NULL
Artifacts UUID List:{
45e51cd7-e086-492d-8592-b4ac84fda126
,
f868f708-65bf-4d68-90ec-5a248598d954

}
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-09-22T06:56:00.827Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardCuckdb..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "c26ae604-f39e-4b89-ae4f-5d030a9d77e3",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d0d4c09d-35cb-4bcc-88b0-c7311ab90ca0",
    "vfModuleModelCustomizationUUID": "2560e547-48ee-4a8a-917a-0e86261b05e9",
    "isBase": true,
    "artifacts": [
      "45e51cd7-e086-492d-8592-b4ac84fda126",
      "f868f708-65bf-4d68-90ec-5a248598d954"
    ],
    "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-09-22T06:56:00.827Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardCuckdb..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d0d4c09d-35cb-4bcc-88b0-c7311ab90ca0
VfModuleModelInvariantUUID:c26ae604-f39e-4b89-ae4f-5d030a9d77e3
VfModuleModelDescription:NULL
Artifacts UUID List:{
45e51cd7-e086-492d-8592-b4ac84fda126
,
f868f708-65bf-4d68-90ec-5a248598d954

}
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-09-22T06:56:00.828Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 45e51cd7-e086-492d-8592-b4ac84fda126 from URL: /sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/base_ubuntu18.yaml
2022-09-22T06:56:00.828Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-09-22T06:56:00.828Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/base_ubuntu18.yaml
2022-09-22T06:56:00.873Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-09-22T06:56:00.873Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/base_ubuntu18.yaml 45e51cd7-e086-492d-8592-b4ac84fda126 5033
2022-09-22T06:56:00.874Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-09-22T06:56:00.874Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/base_ubuntu18.yaml
2022-09-22T06:56:00.874Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-22T06:56:00.874Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-22T06:56:00.875Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T06:56:00.876Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663829760873,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-22T06:56:00.976Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T06:56:00.976Z||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-09-22T06:56:00.977Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T06:56:00.992Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:56:00.994Z||pool-12-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-09-22T06:56:01.876Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: f868f708-65bf-4d68-90ec-5a248598d954 from URL: /sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/base_ubuntu18.env
2022-09-22T06:56:01.877Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-09-22T06:56:01.877Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/base_ubuntu18.env
2022-09-22T06:56:01.913Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-09-22T06:56:01.913Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/base_ubuntu18.env f868f708-65bf-4d68-90ec-5a248598d954 909
2022-09-22T06:56:01.913Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-09-22T06:56:01.913Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/base_ubuntu18.env
2022-09-22T06:56:01.913Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-22T06:56:01.914Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-22T06:56:01.918Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T06:56:01.918Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663829761913,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-09-22T06:56:02.016Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-09-22T06:56:02.017Z||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-09-22T06:56:02.017Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T06:56:02.040Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:56:02.040Z||pool-13-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-09-22T06:56:02.918Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: bc40c2b5-5505-4742-a9c8-e1e6d034c484
2022-09-22T06:56:02.919Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_CUckdb 0 3c78c458-d86d-4a31-9187-929775e13a63 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-09-22T06:56:03.034Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@62a6b045, org.onap.sdc.toscaparser.api.parameters.Input@7e406fb, org.onap.sdc.toscaparser.api.parameters.Input@39a1193d, org.onap.sdc.toscaparser.api.parameters.Input@60934134, org.onap.sdc.toscaparser.api.parameters.Input@3760f1fb]
2022-09-22T06:56:03.037Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T06:56:03.038Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_CUckdb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T06:56:03.038Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2022-09-22T06:56:03.038Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 42fa04e3-8290-4998-86f5-24c35cc62695
2022-09-22T06:56:03.038Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 42fa04e3-8290-4998-86f5-24c35cc62695 matches Tosca VF Customization UUID: 42fa04e3-8290-4998-86f5-24c35cc62695
2022-09-22T06:56:03.038Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 42fa04e3-8290-4998-86f5-24c35cc62695  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-09-22T06:56:03.048Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T06:56:03.049Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_CUckdb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T06:56:03.050Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 42fa04e3-8290-4998-86f5-24c35cc62695: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-09-22T06:56:03.050Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@682344f4
2022-09-22T06:56:03.051Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T06:56:03.051Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_CUckdb is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-22T06:56:03.052Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2560e547-48ee-4a8a-917a-0e86261b05e9
2022-09-22T06:56:03.053Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2560e547-48ee-4a8a-917a-0e86261b05e9
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-09-22T06:56:03.070Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T06:56:03.071Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_CUckdb 0 is matching search criteria
2022-09-22T06:56:03.071Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_CUckdb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-22T06:56:03.072Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T06:56:03.072Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_CUckdb 0 is matching search criteria
2022-09-22T06:56:03.072Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_CUckdb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-22T06:56:03.072Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T06:56:03.073Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_CUckdb 0 is not matching search criteria
2022-09-22T06:56:03.073Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-09-22T06:56:03.073Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-09-22T06:56:03.073Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=b8e11d1d-a886-48e5-a352-27f55e06bea2
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-09-22T06:56:03.168Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T06:56:03.169Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_CUckdb 0 is matching search criteria
2022-09-22T06:56:03.169Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_CUckdb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-22T06:56:03.169Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T06:56:03.169Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_CUckdb 0 is matching search criteria
2022-09-22T06:56:03.169Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_CUckdb 0] matching following query criteria: sdcType=VF, customizationUUID=42fa04e3-8290-4998-86f5-24c35cc62695
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-09-22T06:56:03.172Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T06:56:03.172Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_CUckdb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T06:56:03.172Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid bc40c2b5-5505-4742-a9c8-e1e6d034c484: basic_onboard_CUckdb
2022-09-22T06:56:03.173Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T06:56:03.173Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_CUckdb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T06:56:03.173Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T06:56:03.173Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_CUckdb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T06:56:03.173Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T06:56:03.174Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_CUckdb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T06:56:03.174Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T06:56:03.174Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_CUckdb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T06:56:03.174Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T06:56:03.174Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_CUckdb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T06:56:03.175Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||INFO|500||Saving Service: basic_onboard_CUckdb 
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-09-22T06:56:03.601Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_CUckdb 3c78c458-d86d-4a31-9187-929775e13a63 1 ASDC deployResourceStructure
2022-09-22T06:56:03.602Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/basic_onboard_cuckdb0_modules.json ASDC sendASDCNotification
2022-09-22T06:56:03.602Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/basic_onboard_cuckdb0_modules.json
2022-09-22T06:56:03.602Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-22T06:56:03.602Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-22T06:56:03.605Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T06:56:03.605Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663829763602,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/basic_onboard_cuckdb0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-22T06:56:03.705Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T06:56:03.706Z||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-09-22T06:56:03.706Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T06:56:03.719Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:56:03.719Z||pool-14-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-09-22T06:56:04.606Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-09-22T06:56:04.607Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/base_ubuntu18.yaml
2022-09-22T06:56:04.607Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-22T06:56:04.607Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-22T06:56:04.609Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T06:56:04.609Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663829764606,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-09-22T06:56:04.709Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T06:56:04.710Z||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-09-22T06:56:04.710Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T06:56:04.724Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:56:04.724Z||pool-15-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-22T06:56:05.610Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-09-22T06:56:05.610Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/base_ubuntu18.env
2022-09-22T06:56:05.611Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-22T06:56:05.611Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-22T06:56:05.613Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T06:56:05.613Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663829765610,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-09-22T06:56:05.713Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T06:56:05.714Z||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-09-22T06:56:05.715Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T06:56:05.729Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:56:05.729Z||pool-16-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-22T06:56:06.614Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/artifacts/service-BasicOnboardCuckdb-csar.csar ASDC sendASDCNotification
2022-09-22T06:56:06.615Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/artifacts/service-BasicOnboardCuckdb-csar.csar
2022-09-22T06:56:06.615Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-22T06:56:06.615Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-22T06:56:06.617Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T06:56:06.617Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663829766614,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/artifacts/service-BasicOnboardCuckdb-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-22T06:56:06.717Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T06:56:06.718Z||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-09-22T06:56:06.718Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T06:56:06.743Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:56:06.744Z||pool-17-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-09-22T06:56:07.618Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ae6e0516-ffcf-4686-b08a-7c59d64b746f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-22T06:56:07.636Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ae6e0516-ffcf-4686-b08a-7c59d64b746f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-22T06:56:07.639Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-22T06:56:07.639Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-22T06:56:07.640Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-22T06:56:37.640Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ae6e0516-ffcf-4686-b08a-7c59d64b746f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-22T06:56:37.677Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ae6e0516-ffcf-4686-b08a-7c59d64b746f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-22T06:56:37.687Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-22T06:56:37.688Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-22T06:56:37.688Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-22T06:56:47.557Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:56:47.558Z||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-09-22T06:56:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:56:47.578Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:56:47.579Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-22T06:56:47.579Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
  "consumerID": "aai-ml",
  "timestamp": 1663829747955,
  "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-09-22T06:56:47.592Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ae6e0516-ffcf-4686-b08a-7c59d64b746f
2022-09-22T06:56:47.592Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae6e0516-ffcf-4686-b08a-7c59d64b746f 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-09-22T06:57:07.688Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ae6e0516-ffcf-4686-b08a-7c59d64b746f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-22T06:57:07.699Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ae6e0516-ffcf-4686-b08a-7c59d64b746f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-22T06:57:07.702Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-22T06:57:07.702Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-22T06:57:07.703Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-22T06:57:07.703Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-22T06:57:07.703Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-22T06:57:07.703Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-22T06:57:07.703Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-22T06:57:07.703Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-22T06:57:07.703Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-22T06:57:07.703Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|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-09-22T06:57:07.708Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-22T06:57:37.708Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ae6e0516-ffcf-4686-b08a-7c59d64b746f 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-09-22T06:57:37.721Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ae6e0516-ffcf-4686-b08a-7c59d64b746f and serviceModelVersionId: bc40c2b5-5505-4742-a9c8-e1e6d034c484
2022-09-22T06:57:37.722Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 940304fa-c996-44e9-a912-257f14126eb2
2022-09-22T06:57:47.557Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:57:47.558Z||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-09-22T06:57:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:57:47.588Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:57:47.589Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-22T06:57:47.589Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663829747554,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T06:57:47.590Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-22T06:57:52.571Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/940304fa-c996-44e9-a912-257f14126eb2/model-vers/model-ver/bc40c2b5-5505-4742-a9c8-e1e6d034c484?depth=0
2022-09-22T06:57:52.691Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-09-22T06:57:53.201Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|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/940304fa-c996-44e9-a912-257f14126eb2/model-vers/model-ver/bc40c2b5-5505-4742-a9c8-e1e6d034c484?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-09-22T06:57:53.206Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/940304fa-c996-44e9-a912-257f14126eb2/model-vers/model-ver/bc40c2b5-5505-4742-a9c8-e1e6d034c484?depth=0|INFO|500||Invoke
2022-09-22T06:57:53.320Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/940304fa-c996-44e9-a912-257f14126eb2/model-vers/model-ver/bc40c2b5-5505-4742-a9c8-e1e6d034c484?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-09-22T06:57:53.615Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/940304fa-c996-44e9-a912-257f14126eb2/model-vers/model-ver/bc40c2b5-5505-4742-a9c8-e1e6d034c484?depth=0|INFO|500||InvokeReturn
2022-09-22T06:57:53.617Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|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/940304fa-c996-44e9-a912-257f14126eb2/model-vers/model-ver/bc40c2b5-5505-4742-a9c8-e1e6d034c484?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220922-06:57:52:921-57300], vertex-id=[200712], Content-Length=[0], Date=[Thu, 22 Sep 2022 06:57:52 GMT], Content-Type=[application/json]}
2022-09-22T06:57:53.617Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-09-22T06:57:53.621Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-09-22T06:57:53.622Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|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-09-22T06:57:53.657Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|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-09-22T06:57:53.659Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ae6e0516-ffcf-4686-b08a-7c59d64b746f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-09-22T06:57:53.660Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-09-22T06:57:53.660Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-22T06:57:53.663Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T06:57:53.663Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663829873659,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-22T06:57:53.763Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T06:57:53.764Z||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-09-22T06:57:53.765Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T06:57:53.789Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:57:53.790Z||pool-18-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-09-22T06:57:54.676Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:57:54.677Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|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-09-22T06:57:54.677Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:58:04.220Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:58:04.221Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:58:04.221Z||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-09-22T06:58:04.222Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:58:13.778Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:58:47.554Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:58:47.555Z||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-09-22T06:58:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:58:47.557Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:58:47.557Z||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-09-22T06:58:47.557Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:58:47.579Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:58:47.581Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-22T06:58:47.581Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663829747554,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/basic_onboard_cuckdb0_modules.json",
  "status": "NOTIFIED"
}
2022-09-22T06:58:47.582Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-22T06:58:47.583Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-22T06:58:47.583Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
  "consumerID": "clamp",
  "timestamp": 1663829749027,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/artifacts/service-BasicOnboardCuckdb-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-22T06:58:47.583Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T06:58:47.583Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-22T06:58:47.583Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663829747554,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-09-22T06:58:47.583Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-22T06:58:47.583Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-22T06:58:47.583Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
  "consumerID": "clamp",
  "timestamp": 1663829750031,
  "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-09-22T06:58:47.596Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ae6e0516-ffcf-4686-b08a-7c59d64b746f
2022-09-22T06:58:47.596Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae6e0516-ffcf-4686-b08a-7c59d64b746f 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-09-22T06:58:47.606Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-22T06:58:47.606Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663829747554,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T06:58:47.606Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-22T06:58:47.606Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-22T06:58:47.606Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663829747554,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-09-22T06:58:47.607Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-22T06:58:47.607Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-22T06:58:47.607Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663829747554,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/artifacts/service-BasicOnboardCuckdb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T06:58:47.607Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-22T06:58:47.607Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-22T06:58:47.607Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663829747554,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/artifacts/service-BasicOnboardCuckdb-csar.csar",
  "status": "NOTIFIED"
}
2022-09-22T06:58:47.607Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-22T06:58:47.607Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-22T06:58:47.607Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663829755689,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/artifacts/service-BasicOnboardCuckdb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-22T06:58:47.607Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T06:58:47.608Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-22T06:58:47.608Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663829759806,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/basic_onboard_cuckdb0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-22T06:58:47.608Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T06:58:47.608Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-22T06:58:47.608Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663829760873,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-22T06:58:47.608Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T06:58:47.608Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-22T06:58:47.608Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663829761913,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-09-22T06:58:47.608Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T06:58:47.608Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-22T06:58:47.609Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663829763602,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/basic_onboard_cuckdb0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-22T06:58:47.609Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T06:58:47.609Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-22T06:58:47.609Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663829764606,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-09-22T06:58:47.609Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T06:58:47.609Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-22T06:58:47.609Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663829765610,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-09-22T06:58:47.609Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T06:58:47.609Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-22T06:58:47.610Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663829766614,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/artifacts/service-BasicOnboardCuckdb-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-22T06:58:47.610Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T06:58:57.146Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:59:47.554Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:59:47.555Z||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-09-22T06:59:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:59:47.557Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:59:47.557Z||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-09-22T06:59:47.557Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:59:48.112Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:59:48.113Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T06:59:48.113Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663829873659,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-22T06:59:48.114Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T06:59:56.621Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:59:56.622Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T06:59:56.623Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"795b40c5-44e8-4e54-8d88-d8745143e8f0","serviceName":"vFW 2022-09-22 06-58-54","serviceVersion":"1.0","serviceUUID":"7364e294-6e54-4493-b8be-f29b6800831a","serviceDescription":"catalog service description","serviceInvariantUUID":"a121d029-8a7e-459f-a532-c5ce7cb4683c","resources":[{"resourceInstanceName":"vFW 4bc84718-f1ba 0","resourceName":"vFW 4bc84718-f1ba","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"928d5030-6609-406a-88e0-3de36cf0a8c2","resourceInvariantUUID":"663e4de8-7635-4fb4-aa48-4094cbd8b7d1","resourceCustomizationUUID":"9a7bc7fb-aa16-4243-9aea-05aedc690098","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/vf-license-model.xml","artifactChecksum":"MWViMDMyNTYxMWE5ODhlNjk5Zjk3YjEwMGE5YTE1ZjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ae5477f6-ecc5-4aa9-ae05-6d8cf62d57e1","artifactVersion":"1"},{"artifactName":"vfw4bc84718f1ba0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/vfw4bc84718f1ba0_modules.json","artifactChecksum":"YzNiMWFmYzk4MzQ0NjJiNjVjYzAyYzY2N2YyMGQ2ZDI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"18b1d2a0-53c6-41eb-b5e5-6ab08292df08","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"322f94e4-6cef-44c0-84d0-293e6e6affcb","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/vendor-license-model.xml","artifactChecksum":"YzY5ZGYzZmZiMjdlOWE4YThiZTA4ZDhjYzgxZmIxY2M\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ed3c56ae-cf38-4f70-9503-c7b45cb063f1","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"2782b99f-f10a-47a3-9ff7-a415855fce54","artifactVersion":"2","generatedFromUUID":"322f94e4-6cef-44c0-84d0-293e6e6affcb"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220922065854-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220922065854/1.0/artifacts/service-Vfw20220922065854-template.yml","artifactChecksum":"YTg2OTljYjZjZWViMjNlNzhhYmQzYjFmNzBlMDhjNjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"96465729-7f7a-4d12-b603-ae4207211dba","artifactVersion":"1"},{"artifactName":"service-Vfw20220922065854-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220922065854/1.0/artifacts/service-Vfw20220922065854-csar.csar","artifactChecksum":"MDQxMGVlNWQ3ZDlhN2FmNjg4NzFhNjExYTBkMDgwMWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"235de7fa-97be-4402-b74d-f8c72e886f75","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-22T06:59:56.625Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-22T06:59:56.625Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-22T06:59:56.627Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T06:59:56.627Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663829987554,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T06:59:56.728Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-22T06:59:56.728Z||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-09-22T06:59:56.728Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T06:59:56.747Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:59:56.748Z||pool-19-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-09-22T06:59:57.628Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-22T06:59:57.629Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-22T06:59:57.631Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T06:59:57.631Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663829987554,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/vfw4bc84718f1ba0_modules.json",
  "status": "NOTIFIED"
}
2022-09-22T06:59:57.731Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T06:59:57.732Z||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-09-22T06:59:57.733Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T06:59:57.765Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:59:57.766Z||pool-20-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-09-22T06:59:58.632Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-22T06:59:58.633Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-22T06:59:58.635Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T06:59:58.635Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663829987554,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-09-22T06:59:58.735Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T06:59:58.736Z||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-09-22T06:59:58.736Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T06:59:58.753Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:59:58.753Z||pool-21-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-09-22T06:59:59.635Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-22T06:59:59.636Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-22T06:59:59.638Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T06:59:59.638Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663829987554,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T06:59:59.739Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-22T06:59:59.740Z||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-09-22T06:59:59.740Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T06:59:59.753Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T06:59:59.753Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-09-22T07:00:00.640Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-22T07:00:00.641Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:00:00.642Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:00:00.642Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663829987554,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-09-22T07:00:00.743Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T07:00:00.743Z||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-09-22T07:00:00.744Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:00:00.759Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:00:00.759Z||pool-23-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-09-22T07:00:01.643Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-22T07:00:01.643Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:00:01.645Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:00:01.646Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663829987554,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/artifacts/service-Vfw20220922065854-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:00:01.746Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T07:00:01.747Z||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-09-22T07:00:01.747Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:00:01.763Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:00:01.764Z||pool-24-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-09-22T07:00:02.646Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-22T07:00:02.647Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:00:02.649Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:00:02.649Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663829987554,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/artifacts/service-Vfw20220922065854-csar.csar",
  "status": "NOTIFIED"
}
2022-09-22T07:00:02.749Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T07:00:02.750Z||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-09-22T07:00:02.750Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:00:02.780Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:00:02.780Z||pool-25-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-09-22T07:00:03.650Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
  "serviceName": "vFW 2022-09-22 06-58-54",
  "serviceVersion": "1.0",
  "serviceUUID": "7364e294-6e54-4493-b8be-f29b6800831a",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "a121d029-8a7e-459f-a532-c5ce7cb4683c",
  "resources": [
    {
      "resourceInstanceName": "vFW 4bc84718-f1ba 0",
      "resourceCustomizationUUID": "9a7bc7fb-aa16-4243-9aea-05aedc690098",
      "resourceName": "vFW 4bc84718-f1ba",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "928d5030-6609-406a-88e0-3de36cf0a8c2",
      "resourceInvariantUUID": "663e4de8-7635-4fb4-aa48-4094cbd8b7d1",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw4bc84718f1ba0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/vfw4bc84718f1ba0_modules.json",
          "artifactChecksum": "YzNiMWFmYzk4MzQ0NjJiNjVjYzAyYzY2N2YyMGQ2ZDI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "18b1d2a0-53c6-41eb-b5e5-6ab08292df08",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "322f94e4-6cef-44c0-84d0-293e6e6affcb",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "2782b99f-f10a-47a3-9ff7-a415855fce54",
            "generatedFromUUID": "322f94e4-6cef-44c0-84d0-293e6e6affcb"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "2782b99f-f10a-47a3-9ff7-a415855fce54",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220922065854-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/artifacts/service-Vfw20220922065854-csar.csar",
      "artifactChecksum": "MDQxMGVlNWQ3ZDlhN2FmNjg4NzFhNjExYTBkMDgwMWY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "235de7fa-97be-4402-b74d-f8c72e886f75"
    }
  ],
  "workloadContext": "Production"
}
2022-09-22T07:00:03.651Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-22T07:00:03.651Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7364e294-6e54-4493-b8be-f29b6800831a ASDC
2022-09-22T07:00:03.652Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:795b40c5-44e8-4e54-8d88-d8745143e8f0
ServiceName:vFW 2022-09-22 06-58-54
ServiceVersion:1.0
ServiceUUID:7364e294-6e54-4493-b8be-f29b6800831a
ServiceInvariantUUID:a121d029-8a7e-459f-a532-c5ce7cb4683c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220922065854-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220922065854/1.0/artifacts/service-Vfw20220922065854-csar.csar
ArtifactUUID:235de7fa-97be-4402-b74d-f8c72e886f75
ArtifactChecksum:MDQxMGVlNWQ3ZDlhN2FmNjg4NzFhNjExYTBkMDgwMWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 4bc84718-f1ba 0
ResourceCustomizationUUID:9a7bc7fb-aa16-4243-9aea-05aedc690098
ResourceInvariantUUID:663e4de8-7635-4fb4-aa48-4094cbd8b7d1
ResourceName:vFW 4bc84718-f1ba
ResourceType:VF
ResourceUUID:928d5030-6609-406a-88e0-3de36cf0a8c2
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw4bc84718f1ba0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/vfw4bc84718f1ba0_modules.json
ArtifactUUID:18b1d2a0-53c6-41eb-b5e5-6ab08292df08
ArtifactChecksum:YzNiMWFmYzk4MzQ0NjJiNjVjYzAyYzY2N2YyMGQ2ZDI=
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/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/base_vfw.yaml
ArtifactUUID:322f94e4-6cef-44c0-84d0-293e6e6affcb
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/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/base_vfw.env
ArtifactUUID:2782b99f-f10a-47a3-9ff7-a415855fce54
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/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/base_vfw.env
ArtifactUUID:2782b99f-f10a-47a3-9ff7-a415855fce54
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-09-22T07:00:03.652Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7364e294-6e54-4493-b8be-f29b6800831a 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-09-22T07:00:03.688Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-22T07:00:03.690Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-09-22T07:00:03.690Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-09-22T07:00:03.690Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 235de7fa-97be-4402-b74d-f8c72e886f75 from URL: /sdc/v1/catalog/services/Vfw20220922065854/1.0/artifacts/service-Vfw20220922065854-csar.csar
2022-09-22T07:00:03.690Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-09-22T07:00:03.690Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220922065854/1.0/artifacts/service-Vfw20220922065854-csar.csar
2022-09-22T07:00:03.785Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-09-22T07:00:03.791Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220922065854/1.0/artifacts/service-Vfw20220922065854-csar.csar 235de7fa-97be-4402-b74d-f8c72e886f75 100600
2022-09-22T07:00:03.791Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220922065854/1.0/artifacts/service-Vfw20220922065854-csar.csar ASDC sendASDCNotification
2022-09-22T07:00:03.791Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220922065854/1.0/artifacts/service-Vfw20220922065854-csar.csar
2022-09-22T07:00:03.792Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-22T07:00:03.792Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:00:03.794Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:00:03.794Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663830003791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/artifacts/service-Vfw20220922065854-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-22T07:00:03.894Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T07:00:03.895Z||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-09-22T07:00:03.895Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:00:03.918Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:00:03.919Z||pool-26-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-09-22T07:00:04.795Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-22T07:00:04.796Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-09-22T07:00:04.797Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 235de7fa-97be-4402-b74d-f8c72e886f75, URL: /sdc/v1/catalog/services/Vfw20220922065854/1.0/artifacts/service-Vfw20220922065854-csar.csar to file: /app/ASDC/1/service-Vfw20220922065854-csar.csar
2022-09-22T07:00:04.797Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220922065854-csar.csar
2022-09-22T07:00:04.798Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220922065854-csar.csar
2022-09-22T07:00:04.798Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220922065854-csar.csar
2022-09-22T07:00:05.032Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4247508035782673145/Definitions/service-Vfw20220922065854-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_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" 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_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" 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_protected_private_port_0_fixed_ips" 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_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" 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_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" 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 "compute_vfw_key_name" 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_onap_private_port_0_ip_requirements" 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 "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" 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_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" 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_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" 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_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" 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_fixed_ips" 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_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" 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_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" 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_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" 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_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" 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_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2022-09-22T07:00:07.218Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-22T07:00:07.218Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-09-22T07:00:07.218Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220922065854-csar.csar
2022-09-22T07:00:07.219Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-09-22T07:00:07.219Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220922065854-csar.csar
2022-09-22T07:00:07.219Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220922065854-csar.csar
2022-09-22T07:00:07.219Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220922065854-csar.csar
2022-09-22T07:00:07.219Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220922065854-csar.csar
2022-09-22T07:00:07.219Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220922065854-csar.csar
2022-09-22T07:00:07.219Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220922065854-csar.csar
2022-09-22T07:00:07.219Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220922065854-csar.csar
2022-09-22T07:00:07.219Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220922065854-csar.csar
2022-09-22T07:00:07.219Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220922065854-csar.csar
2022-09-22T07:00:07.219Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 4bc84718-f1ba 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-Vfw20220922065854-csar.csar
2022-09-22T07:00:07.220Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220922065854-csar.csar
2022-09-22T07:00:07.220Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-09-22T07:00:07.220Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:00:07.220Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-22 06-58-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:00:07.220Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vFW 4bc84718-f1ba 0 is matching search criteria
2022-09-22T07:00:07.220Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-09-22T07:00:07.220Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 4bc84718-f1ba 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-22T07:00:07.221Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:00:07.221Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-22 06-58-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:00:07.221Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vFW 4bc84718-f1ba 0 is matching search criteria
2022-09-22T07:00:07.221Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-09-22T07:00:07.221Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 4bc84718-f1ba 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-22T07:00:07.222Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:00:07.222Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-22 06-58-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:00:07.222Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:00:07.222Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vFW 4bc84718-f1ba 0 is not matching search criteria
2022-09-22T07:00:07.222Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-22T07:00:07.222Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-22T07:00:07.222Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-22T07:00:07.223Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-22T07:00:07.223Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-22T07:00:07.223Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-22T07:00:07.223Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-22T07:00:07.223Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-22T07:00:07.223Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-22T07:00:07.223Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-22T07:00:07.224Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-22T07:00:07.224Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-22T07:00:07.224Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-22T07:00:07.224Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-22T07:00:07.224Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-22T07:00:07.224Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-22T07:00:07.224Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:00:07.225Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-22 06-58-54 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-22T07:00:07.225Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:00:07.225Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vFW 4bc84718-f1ba 0 is matching search criteria
2022-09-22T07:00:07.225Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 4bc84718-f1ba 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-22T07:00:07.225Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:00:07.225Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vFW 4bc84718-f1ba 0 is matching search criteria
2022-09-22T07:00:07.226Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 4bc84718-f1ba 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-22T07:00:07.226Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:00:07.226Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vFW 4bc84718-f1ba 0 is matching search criteria
2022-09-22T07:00:07.226Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 4bc84718-f1ba 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-22T07:00:07.226Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:00:07.226Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vFW 4bc84718-f1ba 0 is not matching search criteria
2022-09-22T07:00:07.226Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-22T07:00:07.227Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-09-22T07:00:07.227Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-22T07:00:07.227Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-22T07:00:07.227Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-22T07:00:07.227Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-22T07:00:07.227Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-22T07:00:07.227Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-22T07:00:07.228Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-22T07:00:07.228Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-22T07:00:07.228Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-22T07:00:07.228Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=da1c9d0e-71d8-43ca-a461-2cbb09b0de91
2022-09-22T07:00:07.228Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:00:07.228Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vFW 4bc84718-f1ba 0 is not matching search criteria
2022-09-22T07:00:07.228Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-22T07:00:07.229Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-22T07:00:07.229Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-22T07:00:07.229Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-22T07:00:07.229Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-22T07:00:07.229Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-22T07:00:07.229Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-22T07:00:07.229Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-09-22T07:00:07.229Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-22T07:00:07.230Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-22T07:00:07.230Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-22T07:00:07.230Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-22T07:00:07.230Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=6e4367c0-c1c0-496b-a095-f385095b41d0
2022-09-22T07:00:07.230Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:00:07.230Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vFW 4bc84718-f1ba 0 is not matching search criteria
2022-09-22T07:00:07.230Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-22T07:00:07.231Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-22T07:00:07.231Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-22T07:00:07.231Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-22T07:00:07.231Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-22T07:00:07.231Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-22T07:00:07.231Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-22T07:00:07.231Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-22T07:00:07.231Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-22T07:00:07.232Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-22T07:00:07.232Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-22T07:00:07.232Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-09-22T07:00:07.232Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=7d6a1c1e-6ed0-46dd-93a8-e0a083ef694f
2022-09-22T07:00:07.232Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:00:07.232Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-22 06-58-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:00:07.232Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:00:07.232Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-22 06-58-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:00:07.233Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:00:07.233Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-22 06-58-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:00:07.233Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:00:07.233Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-22 06-58-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:00:07.233Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-09-22 06-58-54
Description:catalog service description
Model UUID:7364e294-6e54-4493-b8be-f29b6800831a
Model Version:NULL
Model InvariantUuid:a121d029-8a7e-459f-a532-c5ce7cb4683c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 4bc84718-f1ba
Model UUID:6c8229c7-76f3-4c12-8a86-f6c0f5c17b6b
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:663e4de8-7635-4fb4-aa48-4094cbd8b7d1
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:9a7bc7fb-aa16-4243-9aea-05aedc690098
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:f716254b-d338-40e4-b94d-580a9e1c3b1c
ModelName:Vfw4bc84718F1ba..base_vfw..module-0
ModelUuid:5249bb2b-c4bc-46d2-af80-36f3c6f27f09
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:da1c9d0e-71d8-43ca-a461-2cbb09b0de91
ModelInvariantUuid:3760615d-9b02-4ece-bbd0-63b079446955
ModelName:vFW 4bc84718-f1ba-nodes.vfwCvfc
ModelUuid:4878c2d9-52be-48bd-a89b-6a0db11203fb
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:dfefceae-0c92-4798-be03-c6a23e2816ff
ModelInvariantUuid:88efa41a-d337-4f67-9ecc-9a56441a77f5
ModelName:Vfw4bc84718F1ba.compute.nodes.heat.vfw
ModelUuid:8291c9be-ea45-4b3b-bb7a-b0b7bcd032c6
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:6e4367c0-c1c0-496b-a095-f385095b41d0
ModelInvariantUuid:d221846b-7d68-4f95-b7a7-ba6f46ccc28d
ModelName:vFW 4bc84718-f1ba-nodes.vsnCvfc
ModelUuid:89bef3c7-4b70-497d-ac09-338304f0802d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:7ff798c5-0ca4-4e6e-bb59-e6872eed28f9
ModelInvariantUuid:7b3c0142-a5e6-47c2-9998-5219379bcbaa
ModelName:Vfw4bc84718F1ba.compute.nodes.heat.vsn
ModelUuid:32a6f5ab-58f5-402b-9856-70868010ef1b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:7d6a1c1e-6ed0-46dd-93a8-e0a083ef694f
ModelInvariantUuid:3a496e2d-8a90-4e5b-a374-4d1cfbd40d8b
ModelName:vFW 4bc84718-f1ba-nodes.vpgCvfc
ModelUuid:e6cf229d-5f2b-4e06-8f53-ba954453d742
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:3f4b25b6-f00b-4d39-8a09-27cabff5402f
ModelInvariantUuid:a7cebf60-348a-4c12-9d21-6a4fe664255b
ModelName:Vfw4bc84718F1ba.compute.nodes.heat.vpg
ModelUuid:bc32e2de-0b8f-4f57-bb20-20f9fe3fbe17
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-09-22T07:00:07.252Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 928d5030-6609-406a-88e0-3de36cf0a8c2
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-09-22T07:00:07.259Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||vFW 4bc84718-f1ba 0
2022-09-22T07:00:07.260Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 928d5030-6609-406a-88e0-3de36cf0a8c2
2022-09-22T07:00:07.260Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 18b1d2a0-53c6-41eb-b5e5-6ab08292df08 from URL: /sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/vfw4bc84718f1ba0_modules.json
2022-09-22T07:00:07.260Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-09-22T07:00:07.260Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/vfw4bc84718f1ba0_modules.json
2022-09-22T07:00:07.319Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-09-22T07:00:07.320Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/vfw4bc84718f1ba0_modules.json 18b1d2a0-53c6-41eb-b5e5-6ab08292df08 785
2022-09-22T07:00:07.320Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/vfw4bc84718f1ba0_modules.json ASDC sendASDCNotification
2022-09-22T07:00:07.320Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/vfw4bc84718f1ba0_modules.json
2022-09-22T07:00:07.320Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-22T07:00:07.321Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:00:07.322Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:00:07.322Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663830007320,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/vfw4bc84718f1ba0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-22T07:00:07.422Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T07:00:07.423Z||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-09-22T07:00:07.424Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:00:07.441Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:00:07.442Z||pool-27-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-09-22T07:00:08.323Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw4bc84718F1ba..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "f716254b-d338-40e4-b94d-580a9e1c3b1c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5249bb2b-c4bc-46d2-af80-36f3c6f27f09",
    "vfModuleModelCustomizationUUID": "519ebc6b-dfb8-457e-bd29-6c3a4ab4d96c",
    "isBase": true,
    "artifacts": [
      "322f94e4-6cef-44c0-84d0-293e6e6affcb",
      "2782b99f-f10a-47a3-9ff7-a415855fce54"
    ],
    "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-09-22T07:00:08.327Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw4bc84718F1ba..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5249bb2b-c4bc-46d2-af80-36f3c6f27f09
VfModuleModelInvariantUUID:f716254b-d338-40e4-b94d-580a9e1c3b1c
VfModuleModelDescription:NULL
Artifacts UUID List:{
322f94e4-6cef-44c0-84d0-293e6e6affcb
,
2782b99f-f10a-47a3-9ff7-a415855fce54

}
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-09-22T07:00:08.329Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw4bc84718F1ba..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "f716254b-d338-40e4-b94d-580a9e1c3b1c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5249bb2b-c4bc-46d2-af80-36f3c6f27f09",
    "vfModuleModelCustomizationUUID": "519ebc6b-dfb8-457e-bd29-6c3a4ab4d96c",
    "isBase": true,
    "artifacts": [
      "322f94e4-6cef-44c0-84d0-293e6e6affcb",
      "2782b99f-f10a-47a3-9ff7-a415855fce54"
    ],
    "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-09-22T07:00:08.329Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw4bc84718F1ba..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5249bb2b-c4bc-46d2-af80-36f3c6f27f09
VfModuleModelInvariantUUID:f716254b-d338-40e4-b94d-580a9e1c3b1c
VfModuleModelDescription:NULL
Artifacts UUID List:{
322f94e4-6cef-44c0-84d0-293e6e6affcb
,
2782b99f-f10a-47a3-9ff7-a415855fce54

}
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-09-22T07:00:08.330Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 322f94e4-6cef-44c0-84d0-293e6e6affcb from URL: /sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/base_vfw.yaml
2022-09-22T07:00:08.330Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-09-22T07:00:08.330Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/base_vfw.yaml
2022-09-22T07:00:08.421Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-09-22T07:00:08.422Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/base_vfw.yaml 322f94e4-6cef-44c0-84d0-293e6e6affcb 20368
2022-09-22T07:00:08.422Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-09-22T07:00:08.422Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/base_vfw.yaml
2022-09-22T07:00:08.423Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-22T07:00:08.423Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:00:08.425Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:00:08.425Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663830008422,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-22T07:00:08.525Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T07:00:08.526Z||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-09-22T07:00:08.526Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:00:08.541Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:00:08.542Z||pool-28-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-09-22T07:00:09.425Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 2782b99f-f10a-47a3-9ff7-a415855fce54 from URL: /sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/base_vfw.env
2022-09-22T07:00:09.428Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-09-22T07:00:09.429Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/base_vfw.env
2022-09-22T07:00:09.526Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-09-22T07:00:09.526Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/base_vfw.env 2782b99f-f10a-47a3-9ff7-a415855fce54 2098
2022-09-22T07:00:09.527Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-09-22T07:00:09.527Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/base_vfw.env
2022-09-22T07:00:09.527Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-22T07:00:09.527Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:00:09.529Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:00:09.529Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663830009526,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-09-22T07:00:09.629Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T07:00:09.630Z||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-09-22T07:00:09.630Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:00:09.658Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:00:09.658Z||pool-29-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-09-22T07:00:10.529Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 7364e294-6e54-4493-b8be-f29b6800831a
2022-09-22T07:00:10.530Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 4bc84718-f1ba 0 928d5030-6609-406a-88e0-3de36cf0a8c2 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-09-22T07:00:10.556Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3528ab7f, org.onap.sdc.toscaparser.api.parameters.Input@606c7e16, org.onap.sdc.toscaparser.api.parameters.Input@1f775c7, org.onap.sdc.toscaparser.api.parameters.Input@500cd65e, org.onap.sdc.toscaparser.api.parameters.Input@200fec73]
2022-09-22T07:00:10.559Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:00:10.559Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-22 06-58-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:00:10.560Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-09-22T07:00:10.560Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 9a7bc7fb-aa16-4243-9aea-05aedc690098
2022-09-22T07:00:10.560Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9a7bc7fb-aa16-4243-9aea-05aedc690098 matches Tosca VF Customization UUID: 9a7bc7fb-aa16-4243-9aea-05aedc690098
2022-09-22T07:00:10.560Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 9a7bc7fb-aa16-4243-9aea-05aedc690098  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-09-22T07:00:10.563Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:00:10.563Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-22 06-58-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:00:10.564Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 9a7bc7fb-aa16-4243-9aea-05aedc690098: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-09-22T07:00:10.564Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2ffb2114
2022-09-22T07:00:10.564Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:00:10.565Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-22 06-58-54 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-22T07:00:10.565Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 519ebc6b-dfb8-457e-bd29-6c3a4ab4d96c
2022-09-22T07:00:10.565Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 519ebc6b-dfb8-457e-bd29-6c3a4ab4d96c
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-09-22T07:00:10.568Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:00:10.568Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vFW 4bc84718-f1ba 0 is matching search criteria
2022-09-22T07:00:10.568Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 4bc84718-f1ba 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-22T07:00:10.569Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:00:10.569Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vFW 4bc84718-f1ba 0 is matching search criteria
2022-09-22T07:00:10.569Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 4bc84718-f1ba 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-22T07:00:10.570Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:00:10.570Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vFW 4bc84718-f1ba 0 is not matching search criteria
2022-09-22T07:00:10.570Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-22T07:00:10.571Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-09-22T07:00:10.571Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-22T07:00:10.571Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-22T07:00:10.571Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-22T07:00:10.572Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-22T07:00:10.572Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-22T07:00:10.572Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-22T07:00:10.572Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-22T07:00:10.573Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-22T07:00:10.573Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-22T07:00:10.573Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=da1c9d0e-71d8-43ca-a461-2cbb09b0de91
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-09-22T07:00:10.576Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:00:10.576Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vFW 4bc84718-f1ba 0 is matching search criteria
2022-09-22T07:00:10.576Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 4bc84718-f1ba 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-22T07:00:10.576Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:00:10.577Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vFW 4bc84718-f1ba 0 is not matching search criteria
2022-09-22T07:00:10.577Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-22T07:00:10.577Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-22T07:00:10.577Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-22T07:00:10.577Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-22T07:00:10.578Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-22T07:00:10.578Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-22T07:00:10.578Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-22T07:00:10.578Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-09-22T07:00:10.579Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-22T07:00:10.579Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-22T07:00:10.579Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-22T07:00:10.579Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-22T07:00:10.579Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=6e4367c0-c1c0-496b-a095-f385095b41d0
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-09-22T07:00:10.581Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:00:10.582Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vFW 4bc84718-f1ba 0 is matching search criteria
2022-09-22T07:00:10.582Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 4bc84718-f1ba 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-22T07:00:10.585Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:00:10.585Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vFW 4bc84718-f1ba 0 is not matching search criteria
2022-09-22T07:00:10.586Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-22T07:00:10.586Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-22T07:00:10.586Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-22T07:00:10.586Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-22T07:00:10.586Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-22T07:00:10.587Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-22T07:00:10.587Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-22T07:00:10.587Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-22T07:00:10.587Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-22T07:00:10.588Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-22T07:00:10.588Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-22T07:00:10.588Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-09-22T07:00:10.588Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=7d6a1c1e-6ed0-46dd-93a8-e0a083ef694f
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-09-22T07:00:10.590Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:00:10.591Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vFW 4bc84718-f1ba 0 is matching search criteria
2022-09-22T07:00:10.591Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 4bc84718-f1ba 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-22T07:00:10.591Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:00:10.591Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vFW 4bc84718-f1ba 0 is matching search criteria
2022-09-22T07:00:10.592Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 4bc84718-f1ba 0] matching following query criteria: sdcType=VF, customizationUUID=9a7bc7fb-aa16-4243-9aea-05aedc690098
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-09-22T07:00:10.593Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:00:10.594Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-22 06-58-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:00:10.594Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 7364e294-6e54-4493-b8be-f29b6800831a: vFW 4bc84718-f1ba
2022-09-22T07:00:10.594Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:00:10.595Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-22 06-58-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:00:10.595Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:00:10.595Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-22 06-58-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:00:10.595Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:00:10.595Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-22 06-58-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:00:10.596Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:00:10.596Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-22 06-58-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:00:10.596Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:00:10.596Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-22 06-58-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:00:10.597Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Saving Service: vFW 2022-09-22 06-58-54 
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-09-22T07:00:10.786Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 4bc84718-f1ba 928d5030-6609-406a-88e0-3de36cf0a8c2 1 ASDC deployResourceStructure
2022-09-22T07:00:10.787Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/vfw4bc84718f1ba0_modules.json ASDC sendASDCNotification
2022-09-22T07:00:10.787Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/vfw4bc84718f1ba0_modules.json
2022-09-22T07:00:10.787Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-22T07:00:10.787Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:00:10.796Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:00:10.796Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663830010787,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/vfw4bc84718f1ba0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-22T07:00:10.897Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T07:00:10.897Z||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-09-22T07:00:10.898Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:00:10.915Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:00:10.915Z||pool-30-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-09-22T07:00:11.797Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-09-22T07:00:11.798Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/base_vfw.yaml
2022-09-22T07:00:11.798Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-22T07:00:11.798Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:00:11.800Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:00:11.800Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663830011797,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-09-22T07:00:11.900Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-22T07:00:11.902Z||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-09-22T07:00:11.902Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:00:11.921Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:00:11.922Z||pool-31-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-09-22T07:00:12.801Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-09-22T07:00:12.802Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/base_vfw.env
2022-09-22T07:00:12.802Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-22T07:00:12.802Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:00:12.805Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:00:12.805Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663830012801,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-09-22T07:00:12.905Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T07:00:12.906Z||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-09-22T07:00:12.906Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:00:12.926Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:00:12.927Z||pool-32-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-09-22T07:00:13.806Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220922065854/1.0/artifacts/service-Vfw20220922065854-csar.csar ASDC sendASDCNotification
2022-09-22T07:00:13.806Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220922065854/1.0/artifacts/service-Vfw20220922065854-csar.csar
2022-09-22T07:00:13.806Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-22T07:00:13.807Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:00:13.809Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:00:13.809Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663830013806,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/artifacts/service-Vfw20220922065854-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-22T07:00:13.909Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T07:00:13.910Z||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-09-22T07:00:13.910Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:00:13.920Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:00:13.921Z||pool-33-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-09-22T07:00:14.809Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 795b40c5-44e8-4e54-8d88-d8745143e8f0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-22T07:00:14.819Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 795b40c5-44e8-4e54-8d88-d8745143e8f0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-22T07:00:14.821Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-22T07:00:14.821Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-22T07:00:14.821Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-22T07:00:44.821Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 795b40c5-44e8-4e54-8d88-d8745143e8f0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-22T07:00:44.837Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 795b40c5-44e8-4e54-8d88-d8745143e8f0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-22T07:00:44.840Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-22T07:00:44.840Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-22T07:00:44.840Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-22T07:00:47.557Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:00:47.558Z||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-09-22T07:00:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T07:00:48.207Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:00:48.215Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.215Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663829990416,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:00:48.218Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:00:48.218Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.219Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663829987554,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:00:48.219Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:00:48.220Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.220Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663829987956,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:00:48.220Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:00:48.221Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.221Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
  "consumerID": "clamp",
  "timestamp": 1663829989597,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:00:48.221Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:00:48.221Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.222Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663829990416,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/vfw4bc84718f1ba0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:00:48.222Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:00:48.222Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.222Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663829987956,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/vfw4bc84718f1ba0_modules.json",
  "status": "NOTIFIED"
}
2022-09-22T07:00:48.222Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:00:48.223Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.223Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663829987554,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/vfw4bc84718f1ba0_modules.json",
  "status": "NOTIFIED"
}
2022-09-22T07:00:48.223Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:00:48.223Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.224Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
  "consumerID": "clamp",
  "timestamp": 1663829989597,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/vfw4bc84718f1ba0_modules.json",
  "status": "NOTIFIED"
}
2022-09-22T07:00:48.224Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:00:48.224Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.224Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663829990416,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:00:48.225Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:00:48.225Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.225Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663829987554,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-09-22T07:00:48.225Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:00:48.225Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.225Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663829987956,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-09-22T07:00:48.226Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:00:48.226Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.226Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
  "consumerID": "clamp",
  "timestamp": 1663829989597,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:00:48.226Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:00:48.227Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.227Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663829990416,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:00:48.227Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:00:48.227Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.227Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663829987554,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:00:48.228Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:00:48.228Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.228Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663829987956,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:00:48.228Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:00:48.228Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.229Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
  "consumerID": "clamp",
  "timestamp": 1663829989597,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:00:48.229Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:00:48.229Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.229Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
  "consumerID": "cds",
  "timestamp": 1663829999470,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:00:48.230Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:00:48.230Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.230Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
  "consumerID": "aai-ml",
  "timestamp": 1663829999852,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:00:48.230Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:00:48.230Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.230Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663829990416,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:00:48.231Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:00:48.231Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.231Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663829987554,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-09-22T07:00:48.231Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:00:48.232Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.232Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663829987956,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-09-22T07:00:48.232Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:00:48.232Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.233Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
  "consumerID": "clamp",
  "timestamp": 1663829989597,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:00:48.233Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:00:48.233Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.233Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
  "consumerID": "cds",
  "timestamp": 1663829999470,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/vfw4bc84718f1ba0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:00:48.234Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:00:48.234Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.234Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
  "consumerID": "policy-id",
  "timestamp": 1663829999991,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:00:48.235Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:00:48.235Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.235Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
  "consumerID": "aai-ml",
  "timestamp": 1663829999852,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/vfw4bc84718f1ba0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:00:48.236Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:00:48.236Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.236Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663829990416,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/artifacts/service-Vfw20220922065854-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:00:48.237Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:00:48.237Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.237Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663829987554,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/artifacts/service-Vfw20220922065854-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:00:48.237Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:00:48.238Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.238Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663829987956,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/artifacts/service-Vfw20220922065854-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:00:48.238Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:00:48.238Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.239Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
  "consumerID": "clamp",
  "timestamp": 1663829989597,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/artifacts/service-Vfw20220922065854-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:00:48.239Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:00:48.239Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.239Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
  "consumerID": "cds",
  "timestamp": 1663829999470,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:00:48.240Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:00:48.240Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.240Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
  "consumerID": "policy-id",
  "timestamp": 1663829999991,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/vfw4bc84718f1ba0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:00:48.241Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:00:48.241Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.241Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
  "consumerID": "aai-ml",
  "timestamp": 1663829999852,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:00:48.242Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:00:48.242Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.242Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663829990416,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/artifacts/service-Vfw20220922065854-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:00:48.242Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:00:48.243Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.243Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663829987554,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/artifacts/service-Vfw20220922065854-csar.csar",
  "status": "NOTIFIED"
}
2022-09-22T07:00:48.243Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:00:48.243Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.244Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663829987956,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/artifacts/service-Vfw20220922065854-csar.csar",
  "status": "NOTIFIED"
}
2022-09-22T07:00:48.244Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:00:48.244Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.245Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
  "consumerID": "clamp",
  "timestamp": 1663829989597,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/artifacts/service-Vfw20220922065854-csar.csar",
  "status": "NOTIFIED"
}
2022-09-22T07:00:48.245Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:00:48.245Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.245Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
  "consumerID": "cds",
  "timestamp": 1663829999470,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:00:48.246Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:00:48.246Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.246Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
  "consumerID": "policy-id",
  "timestamp": 1663829999991,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-09-22T07:00:48.247Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:00:48.247Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.247Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663830002641,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:00:48.247Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:00:48.248Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.248Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
  "consumerID": "aai-ml",
  "timestamp": 1663829999852,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:00:48.248Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:00:48.248Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.249Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663830003745,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/vfw4bc84718f1ba0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-22T07:00:48.249Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:00:48.249Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.250Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663830003791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/artifacts/service-Vfw20220922065854-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-22T07:00:48.250Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:00:48.250Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.250Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
  "consumerID": "cds",
  "timestamp": 1663829999470,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:00:48.251Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:00:48.251Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.251Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
  "consumerID": "policy-id",
  "timestamp": 1663829999991,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:00:48.251Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:00:48.252Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.252Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663830002641,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/vfw4bc84718f1ba0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:00:48.252Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:00:48.252Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.253Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
  "consumerID": "aai-ml",
  "timestamp": 1663829999852,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:00:48.253Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:00:48.253Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.253Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663830004862,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-22T07:00:48.254Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:00:48.254Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.254Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
  "consumerID": "cds",
  "timestamp": 1663829999470,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/artifacts/service-Vfw20220922065854-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:00:48.255Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:00:48.255Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.255Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
  "consumerID": "policy-id",
  "timestamp": 1663829999991,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:00:48.256Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:00:48.256Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.256Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663830002641,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:00:48.256Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:00:48.256Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.257Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
  "consumerID": "aai-ml",
  "timestamp": 1663829999852,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/artifacts/service-Vfw20220922065854-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:00:48.257Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:00:48.257Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.258Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663830005936,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-09-22T07:00:48.258Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:00:48.258Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.258Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
  "consumerID": "cds",
  "timestamp": 1663829999470,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/artifacts/service-Vfw20220922065854-csar.csar",
  "status": "NOTIFIED"
}
2022-09-22T07:00:48.259Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:00:48.259Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.259Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
  "consumerID": "policy-id",
  "timestamp": 1663829999991,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/artifacts/service-Vfw20220922065854-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:00:48.259Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:00:48.260Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.260Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663830002641,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:00:48.260Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:00:48.260Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.261Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
  "consumerID": "aai-ml",
  "timestamp": 1663829999852,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/artifacts/service-Vfw20220922065854-csar.csar",
  "status": "NOTIFIED"
}
2022-09-22T07:00:48.261Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:00:48.261Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.261Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663830006967,
  "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-09-22T07:00:48.270Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 795b40c5-44e8-4e54-8d88-d8745143e8f0
2022-09-22T07:00:48.270Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 795b40c5-44e8-4e54-8d88-d8745143e8f0 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-09-22T07:00:48.279Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.279Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663830007320,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/vfw4bc84718f1ba0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-22T07:00:48.280Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:00:48.280Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.280Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
  "consumerID": "cds",
  "timestamp": 1663830007289,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/artifacts/service-Vfw20220922065854-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-22T07:00:48.280Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:00:48.280Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.281Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
  "consumerID": "policy-id",
  "timestamp": 1663829999991,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/artifacts/service-Vfw20220922065854-csar.csar",
  "status": "NOTIFIED"
}
2022-09-22T07:00:48.281Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:00:48.281Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.281Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663830002641,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:00:48.281Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:00:48.282Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.282Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
  "consumerID": "aai-ml",
  "timestamp": 1663830007602,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/artifacts/service-Vfw20220922065854-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-22T07:00:48.282Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:00:48.282Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.282Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663830007973,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/vfw4bc84718f1ba0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-22T07:00:48.283Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:00:48.283Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.283Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
  "consumerID": "cds",
  "timestamp": 1663830008298,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/artifacts/service-Vfw20220922065854-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-09-22T07:00:48.287Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 795b40c5-44e8-4e54-8d88-d8745143e8f0
2022-09-22T07:00:48.287Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 795b40c5-44e8-4e54-8d88-d8745143e8f0 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-09-22T07:00:48.299Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.299Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663830008422,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-22T07:00:48.300Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:00:48.300Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.300Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663830002641,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/artifacts/service-Vfw20220922065854-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:00:48.300Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:00:48.300Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.301Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
  "consumerID": "policy-id",
  "timestamp": 1663830007770,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/artifacts/service-Vfw20220922065854-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-22T07:00:48.301Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:00:48.301Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.301Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663830002641,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/artifacts/service-Vfw20220922065854-csar.csar",
  "status": "NOTIFIED"
}
2022-09-22T07:00:48.301Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:00:48.301Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.302Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
  "consumerID": "clamp",
  "timestamp": 1663830009047,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/artifacts/service-Vfw20220922065854-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-22T07:00:48.302Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:00:48.302Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.302Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
  "consumerID": "policy-id",
  "timestamp": 1663830008775,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/artifacts/service-Vfw20220922065854-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-22T07:00:48.302Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:00:48.303Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.303Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663830009526,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-09-22T07:00:48.303Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:00:48.303Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.303Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
  "consumerID": "policy-id",
  "timestamp": 1663830009778,
  "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-09-22T07:00:48.308Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 795b40c5-44e8-4e54-8d88-d8745143e8f0
2022-09-22T07:00:48.308Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 795b40c5-44e8-4e54-8d88-d8745143e8f0 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-09-22T07:00:48.315Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.315Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663830010558,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/artifacts/service-Vfw20220922065854-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-22T07:00:48.315Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:00:48.315Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.315Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663830010787,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/vfw4bc84718f1ba0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-22T07:00:48.315Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:00:48.316Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.316Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
  "consumerID": "clamp",
  "timestamp": 1663830011053,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/artifacts/service-Vfw20220922065854-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-22T07:00:48.316Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:00:48.316Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.316Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663830011797,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-09-22T07:00:48.317Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:00:48.317Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.317Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
  "consumerID": "clamp",
  "timestamp": 1663830012056,
  "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-09-22T07:00:48.321Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 795b40c5-44e8-4e54-8d88-d8745143e8f0
2022-09-22T07:00:48.322Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 795b40c5-44e8-4e54-8d88-d8745143e8f0 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-09-22T07:00:48.330Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.330Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663830012801,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-09-22T07:00:48.330Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:00:48.330Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.330Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663830013806,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/artifacts/service-Vfw20220922065854-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-22T07:00:48.331Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:00:48.331Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.331Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663830014194,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/artifacts/service-Vfw20220922065854-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-22T07:00:48.331Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:00:48.331Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.331Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663830015198,
  "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-09-22T07:00:48.336Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 795b40c5-44e8-4e54-8d88-d8745143e8f0
2022-09-22T07:00:48.336Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 795b40c5-44e8-4e54-8d88-d8745143e8f0 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-09-22T07:00:48.343Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.343Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
  "consumerID": "aai-ml",
  "timestamp": 1663830015476,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/artifacts/service-Vfw20220922065854-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-22T07:00:48.343Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:00:48.343Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.343Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
  "consumerID": "aai-ml",
  "timestamp": 1663830016480,
  "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-09-22T07:00:48.347Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 795b40c5-44e8-4e54-8d88-d8745143e8f0
2022-09-22T07:00:48.348Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 795b40c5-44e8-4e54-8d88-d8745143e8f0 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-09-22T07:01:14.840Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 795b40c5-44e8-4e54-8d88-d8745143e8f0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-22T07:01:14.853Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 795b40c5-44e8-4e54-8d88-d8745143e8f0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-22T07:01:14.857Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-22T07:01:14.857Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-22T07:01:14.857Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-22T07:01:14.857Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-22T07:01:14.857Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-22T07:01:14.858Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-22T07:01:14.858Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-22T07:01:14.858Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-22T07:01:14.858Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-22T07:01:14.858Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-22T07:01:14.858Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-22T07:01:14.863Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-22T07:01:44.863Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 795b40c5-44e8-4e54-8d88-d8745143e8f0 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-09-22T07:01:44.869Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 795b40c5-44e8-4e54-8d88-d8745143e8f0 and serviceModelVersionId: 7364e294-6e54-4493-b8be-f29b6800831a
2022-09-22T07:01:44.869Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a121d029-8a7e-459f-a532-c5ce7cb4683c
2022-09-22T07:01:44.871Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a121d029-8a7e-459f-a532-c5ce7cb4683c/model-vers/model-ver/7364e294-6e54-4493-b8be-f29b6800831a?depth=0
2022-09-22T07:01:44.875Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-09-22T07:01:44.928Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a121d029-8a7e-459f-a532-c5ce7cb4683c/model-vers/model-ver/7364e294-6e54-4493-b8be-f29b6800831a?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-09-22T07:01:44.929Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a121d029-8a7e-459f-a532-c5ce7cb4683c/model-vers/model-ver/7364e294-6e54-4493-b8be-f29b6800831a?depth=0|INFO|500||Invoke
2022-09-22T07:01:44.970Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a121d029-8a7e-459f-a532-c5ce7cb4683c/model-vers/model-ver/7364e294-6e54-4493-b8be-f29b6800831a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-09-22T07:01:45.100Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a121d029-8a7e-459f-a532-c5ce7cb4683c/model-vers/model-ver/7364e294-6e54-4493-b8be-f29b6800831a?depth=0|INFO|500||InvokeReturn
2022-09-22T07:01:45.101Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a121d029-8a7e-459f-a532-c5ce7cb4683c/model-vers/model-ver/7364e294-6e54-4493-b8be-f29b6800831a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220922-07:01:44:566-40449], vertex-id=[159952], Content-Length=[0], Date=[Thu, 22 Sep 2022 07:01:44 GMT], Content-Type=[application/json]}
2022-09-22T07:01:45.101Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2022-09-22T07:01:45.102Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-09-22T07:01:45.102Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||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-09-22T07:01:45.110Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-09-22T07:01:45.110Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 795b40c5-44e8-4e54-8d88-d8745143e8f0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-09-22T07:01:45.110Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-09-22T07:01:45.111Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:01:45.113Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:01:45.113Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663830105110,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-22T07:01:45.213Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T07:01:45.213Z||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-09-22T07:01:45.214Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:01:45.229Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:01:45.230Z||pool-34-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-09-22T07:01:46.125Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:01:46.126Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|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-09-22T07:01:46.126Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|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 HzvqW4tkMfiFJMbp) ...
2022-09-22T07:01:47.557Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:01:47.558Z||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-09-22T07:01:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T07:01:48.196Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:01:48.196Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:01:48.196Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663830105110,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-22T07:01:48.197Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:01:55.703Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:01:55.703Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:01:55.704Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|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-09-22T07:01:55.704Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|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 HzvqW4tkMfiFJMbp) ...
2022-09-22T07:02:05.274Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:02:47.554Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:02:47.555Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|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-09-22T07:02:47.555Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|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 HzvqW4tkMfiFJMbp) ...
2022-09-22T07:02:47.557Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:02:47.558Z||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-09-22T07:02:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T07:02:57.140Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:02:57.152Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:03:47.554Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:03:47.555Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|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-09-22T07:03:47.555Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|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 HzvqW4tkMfiFJMbp) ...
2022-09-22T07:03:47.557Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:03:47.557Z||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-09-22T07:03:47.557Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T07:03:57.148Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:03:57.149Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:04:47.554Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:04:47.555Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|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-09-22T07:04:47.555Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|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 HzvqW4tkMfiFJMbp) ...
2022-09-22T07:04:47.557Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:04:47.557Z||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-09-22T07:04:47.557Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T07:04:57.126Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:04:57.136Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:05:47.554Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:05:47.555Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|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-09-22T07:05:47.555Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|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 HzvqW4tkMfiFJMbp) ...
2022-09-22T07:05:47.557Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:05:47.557Z||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-09-22T07:05:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T07:05:57.123Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:05:57.181Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:06:47.554Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:06:47.555Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|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-09-22T07:06:47.556Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|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 HzvqW4tkMfiFJMbp) ...
2022-09-22T07:06:47.557Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:06:47.557Z||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-09-22T07:06:47.557Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T07:06:57.114Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:06:57.118Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:07:47.554Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:07:47.556Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|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-09-22T07:07:47.556Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|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 HzvqW4tkMfiFJMbp) ...
2022-09-22T07:07:47.557Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:07:47.557Z||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-09-22T07:07:47.557Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T07:07:57.117Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:07:57.129Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:08:47.554Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:08:47.557Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:08:47.558Z||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-09-22T07:08:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T07:08:47.558Z||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-09-22T07:08:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T07:08:57.125Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:08:57.132Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:09:47.554Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:09:47.555Z||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-09-22T07:09:47.556Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T07:09:47.557Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:09:47.557Z||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-09-22T07:09:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T07:09:48.187Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:09:48.188Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-22T07:09:48.188Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"ead93e50-b09a-4054-876c-b2ba405274e1","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"28493314-0f31-4681-8956-e095708cf43a","serviceDescription":"service","serviceInvariantUUID":"5ce51279-5316-43cf-aecc-4307a4c9bb63","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"03839900-33b7-4289-851c-fcd34bf4cb42","resourceInvariantUUID":"486160af-45f0-4bce-96ba-5eb4a409f38a","resourceCustomizationUUID":"21ef542f-84ad-411b-8fc7-f28e70716d25","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":"NDE4YjA5MmU0NTgzY2ZjMWRkMzAwMTQyODRjNDYzMTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9eefc455-2784-450c-a369-c033fbde9445","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZmQzYzQxMzkwYjVhZWY3ZDNjZTI3OTFmZjRkYTAzNDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"dc4ea504-7c4c-4c0c-af64-65a76a149419","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-22T07:09:48.194Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:09:48.196Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-22T07:09:48.196Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-22T07:09:48.196Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead93e50-b09a-4054-876c-b2ba405274e1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663830530417,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:09:48.196Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:09:48.197Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:09:48.197Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-22T07:09:48.198Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead93e50-b09a-4054-876c-b2ba405274e1",
  "consumerID": "clamp",
  "timestamp": 1663830529597,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:09:48.198Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:09:48.198Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-22T07:09:48.198Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead93e50-b09a-4054-876c-b2ba405274e1",
  "consumerID": "clamp",
  "timestamp": 1663830529597,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-09-22T07:09:48.199Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:09:48.199Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-22T07:09:48.199Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead93e50-b09a-4054-876c-b2ba405274e1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663830530417,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:09:48.200Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:09:48.200Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:09:48.200Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ead93e50-b09a-4054-876c-b2ba405274e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663830587554,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:09:48.200Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-22T07:09:48.201Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead93e50-b09a-4054-876c-b2ba405274e1",
  "consumerID": "cds",
  "timestamp": 1663830539469,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:09:48.201Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:09:48.201Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-22T07:09:48.202Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead93e50-b09a-4054-876c-b2ba405274e1",
  "consumerID": "aai-ml",
  "timestamp": 1663830539852,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:09:48.202Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:09:48.202Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-22T07:09:48.203Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead93e50-b09a-4054-876c-b2ba405274e1",
  "consumerID": "cds",
  "timestamp": 1663830539469,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-09-22T07:09:48.203Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:09:48.203Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-22T07:09:48.204Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead93e50-b09a-4054-876c-b2ba405274e1",
  "consumerID": "policy-id",
  "timestamp": 1663830539991,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:09:48.204Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:09:48.204Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-22T07:09:48.205Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead93e50-b09a-4054-876c-b2ba405274e1",
  "consumerID": "aai-ml",
  "timestamp": 1663830539852,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-09-22T07:09:48.205Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:09:48.205Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-22T07:09:48.206Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead93e50-b09a-4054-876c-b2ba405274e1",
  "consumerID": "policy-id",
  "timestamp": 1663830539991,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-09-22T07:09:48.206Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:09:48.206Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-22T07:09:48.207Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead93e50-b09a-4054-876c-b2ba405274e1",
  "consumerID": "aai-ml",
  "timestamp": 1663830542714,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-22T07:09:48.207Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:09:48.207Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-22T07:09:48.208Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead93e50-b09a-4054-876c-b2ba405274e1",
  "consumerID": "cds",
  "timestamp": 1663830542666,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-22T07:09:48.208Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:09:48.208Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-22T07:09:48.208Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead93e50-b09a-4054-876c-b2ba405274e1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663830542641,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:09:48.209Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:09:48.209Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-22T07:09:48.209Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead93e50-b09a-4054-876c-b2ba405274e1",
  "consumerID": "policy-id",
  "timestamp": 1663830542791,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-22T07:09:48.210Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:09:48.210Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-22T07:09:48.210Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead93e50-b09a-4054-876c-b2ba405274e1",
  "consumerID": "cds",
  "timestamp": 1663830543674,
  "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-09-22T07:09:48.245Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ead93e50-b09a-4054-876c-b2ba405274e1
2022-09-22T07:09:48.245Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ead93e50-b09a-4054-876c-b2ba405274e1 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-09-22T07:09:48.256Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-22T07:09:48.256Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead93e50-b09a-4054-876c-b2ba405274e1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663830542641,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-09-22T07:09:48.257Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:09:48.257Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-22T07:09:48.257Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead93e50-b09a-4054-876c-b2ba405274e1",
  "consumerID": "policy-id",
  "timestamp": 1663830543796,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-22T07:09:48.258Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:09:48.258Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-22T07:09:48.258Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead93e50-b09a-4054-876c-b2ba405274e1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663830545437,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-22T07:09:48.259Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:09:48.259Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-22T07:09:48.259Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead93e50-b09a-4054-876c-b2ba405274e1",
  "consumerID": "policy-id",
  "timestamp": 1663830544799,
  "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-09-22T07:09:48.264Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ead93e50-b09a-4054-876c-b2ba405274e1
2022-09-22T07:09:48.265Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ead93e50-b09a-4054-876c-b2ba405274e1 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-09-22T07:09:48.276Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-22T07:09:48.277Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead93e50-b09a-4054-876c-b2ba405274e1",
  "consumerID": "aai-ml",
  "timestamp": 1663830545934,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-22T07:09:48.277Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:09:48.277Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-22T07:09:48.278Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead93e50-b09a-4054-876c-b2ba405274e1",
  "consumerID": "aai-ml",
  "timestamp": 1663830546938,
  "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-09-22T07:09:48.283Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ead93e50-b09a-4054-876c-b2ba405274e1
2022-09-22T07:09:48.283Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ead93e50-b09a-4054-876c-b2ba405274e1 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-09-22T07:09:48.294Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-22T07:09:48.294Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead93e50-b09a-4054-876c-b2ba405274e1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663830547100,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-22T07:09:48.294Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:09:48.294Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-22T07:09:48.295Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead93e50-b09a-4054-876c-b2ba405274e1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663830548105,
  "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-09-22T07:09:48.299Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ead93e50-b09a-4054-876c-b2ba405274e1
2022-09-22T07:09:48.299Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ead93e50-b09a-4054-876c-b2ba405274e1 and ComponentName SDNC
2022-09-22T07:09:48.300Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
2022-09-22T07:09:48.301Z||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-09-22T07:09:48.301Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-22T07:09:48.312Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-22T07:09:48.311Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:09:48.312Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead93e50-b09a-4054-876c-b2ba405274e1",
  "consumerID": "clamp",
  "timestamp": 1663830548122,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-22T07:09:48.312Z||pool-35-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-09-22T07:09:48.312Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:09:48.312Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-22T07:09:48.313Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead93e50-b09a-4054-876c-b2ba405274e1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663830547956,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:09:48.313Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:09:48.313Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-22T07:09:48.313Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead93e50-b09a-4054-876c-b2ba405274e1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663830547956,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-09-22T07:09:48.314Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:09:48.314Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-22T07:09:48.314Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead93e50-b09a-4054-876c-b2ba405274e1",
  "consumerID": "clamp",
  "timestamp": 1663830551125,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-22T07:09:48.314Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:09:48.315Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-22T07:09:48.315Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead93e50-b09a-4054-876c-b2ba405274e1",
  "consumerID": "clamp",
  "timestamp": 1663830552130,
  "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-09-22T07:09:48.320Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ead93e50-b09a-4054-876c-b2ba405274e1
2022-09-22T07:09:48.320Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ead93e50-b09a-4054-876c-b2ba405274e1 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-09-22T07:09:49.201Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-22T07:09:49.201Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:09:49.204Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:09:49.204Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ead93e50-b09a-4054-876c-b2ba405274e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663830587554,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-09-22T07:09:49.304Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T07:09:49.305Z||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-09-22T07:09:49.305Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:09:49.317Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:09:49.318Z||pool-36-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-09-22T07:09:50.205Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "ead93e50-b09a-4054-876c-b2ba405274e1",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "28493314-0f31-4681-8956-e095708cf43a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "5ce51279-5316-43cf-aecc-4307a4c9bb63",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "21ef542f-84ad-411b-8fc7-f28e70716d25",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "03839900-33b7-4289-851c-fcd34bf4cb42",
      "resourceInvariantUUID": "486160af-45f0-4bce-96ba-5eb4a409f38a",
      "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": "ZmQzYzQxMzkwYjVhZWY3ZDNjZTI3OTFmZjRkYTAzNDE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "dc4ea504-7c4c-4c0c-af64-65a76a149419"
    }
  ],
  "workloadContext": "Production"
}
2022-09-22T07:09:50.205Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-22T07:09:50.205Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 28493314-0f31-4681-8956-e095708cf43a ASDC
2022-09-22T07:09:50.206Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:ead93e50-b09a-4054-876c-b2ba405274e1
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:28493314-0f31-4681-8956-e095708cf43a
ServiceInvariantUUID:5ce51279-5316-43cf-aecc-4307a4c9bb63
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:dc4ea504-7c4c-4c0c-af64-65a76a149419
ArtifactChecksum:ZmQzYzQxMzkwYjVhZWY3ZDNjZTI3OTFmZjRkYTAzNDE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:21ef542f-84ad-411b-8fc7-f28e70716d25
ResourceInvariantUUID:486160af-45f0-4bce-96ba-5eb4a409f38a
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:03839900-33b7-4289-851c-fcd34bf4cb42
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-09-22T07:09:50.206Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 28493314-0f31-4681-8956-e095708cf43a 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-09-22T07:09:50.241Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-22T07:09:50.242Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-09-22T07:09:50.242Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-09-22T07:09:50.242Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: dc4ea504-7c4c-4c0c-af64-65a76a149419 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-09-22T07:09:50.242Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-09-22T07:09:50.243Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-09-22T07:09:50.374Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-09-22T07:09:50.377Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar dc4ea504-7c4c-4c0c-af64-65a76a149419 57662
2022-09-22T07:09:50.377Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-09-22T07:09:50.377Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-09-22T07:09:50.377Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-22T07:09:50.378Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:09:50.380Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:09:50.380Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ead93e50-b09a-4054-876c-b2ba405274e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663830590377,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-22T07:09:50.480Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T07:09:50.481Z||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-09-22T07:09:50.481Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:09:50.493Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:09:50.494Z||pool-37-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-09-22T07:09:51.380Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-22T07:09:51.382Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-09-22T07:09:51.382Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: dc4ea504-7c4c-4c0c-af64-65a76a149419, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-22T07:09:51.383Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-09-22T07:09:51.384Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-22T07:09:51.384Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-22T07:09:51.598Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3302457297272130251/Definitions/service-BasicNetwork-template.yml
2022-09-22T07:09:52.204Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-22T07:09:52.204Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-09-22T07:09:52.204Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-22T07:09:52.204Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-09-22T07:09:52.204Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-22T07:09:52.205Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-22T07:09:52.205Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-22T07:09:52.205Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-22T07:09:52.205Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-22T07:09:52.205Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-22T07:09:52.205Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-22T07:09:52.205Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-22T07:09:52.205Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-09-22T07:09:52.206Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:09:52.206Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:09:52.206Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-09-22T07:09:52.206Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-09-22T07:09:52.206Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-22T07:09:52.207Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:09:52.207Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:09:52.207Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-09-22T07:09:52.207Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-09-22T07:09:52.207Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-22T07:09:52.207Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:09:52.207Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:09:52.208Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:09:52.208Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:09:52.208Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:09:52.208Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:09:52.208Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:09:52.208Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:09:52.209Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:09:52.209Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:09:52.209Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:28493314-0f31-4681-8956-e095708cf43a
Model Version:NULL
Model InvariantUuid:5ce51279-5316-43cf-aecc-4307a4c9bb63
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:486160af-45f0-4bce-96ba-5eb4a409f38a
Model UUID:10c5e082-3564-492f-ad8e-6fd4c17d0f2a
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:21ef542f-84ad-411b-8fc7-f28e70716d25
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-09-22T07:09:52.263Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||INFO|500||Processing Resource Type: VL, Model UUID: 03839900-33b7-4289-851c-fcd34bf4cb42
2022-09-22T07:09:52.263Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||INFO|500||No resources found for Service: 28493314-0f31-4681-8956-e095708cf43a
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-09-22T07:09:52.277Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||INFO|500||
2022-09-22T07:09:52.277Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-09-22T07:09:52.278Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 28493314-0f31-4681-8956-e095708cf43a
2022-09-22T07:09:52.278Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 28493314-0f31-4681-8956-e095708cf43a
2022-09-22T07:09:52.278Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-09-22T07:09:52.278Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-22T07:09:52.292Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3c3eac55, org.onap.sdc.toscaparser.api.parameters.Input@14c3358a, org.onap.sdc.toscaparser.api.parameters.Input@6bf86851, org.onap.sdc.toscaparser.api.parameters.Input@2b8e5c4, org.onap.sdc.toscaparser.api.parameters.Input@4b2dadc2]
2022-09-22T07:09:52.294Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:09:52.294Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:09:52.295Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:09:52.295Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:09:52.295Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 28493314-0f31-4681-8956-e095708cf43a: Generic NeutronNet
2022-09-22T07:09:52.295Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:09:52.295Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:09:52.296Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:09:52.296Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-09-22T07:09:52.401Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:09:52.401Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:09:52.401Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:09:52.402Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:09:52.402Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:09:52.402Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:09:52.402Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-09-22T07:09:52.875Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-09-22T07:09:52.875Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-09-22T07:09:52.876Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-09-22T07:09:52.876Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-22T07:09:52.876Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:09:52.878Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:09:52.878Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ead93e50-b09a-4054-876c-b2ba405274e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663830592875,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-22T07:09:52.978Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T07:09:52.979Z||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-09-22T07:09:52.979Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:09:52.992Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:09:52.992Z||pool-38-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-09-22T07:09:53.879Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ead93e50-b09a-4054-876c-b2ba405274e1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-22T07:09:53.911Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ead93e50-b09a-4054-876c-b2ba405274e1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-22T07:09:53.914Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-22T07:09:53.915Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-22T07:09:53.915Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-22T07:09:53.915Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-22T07:09:53.915Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-22T07:09:53.915Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-22T07:09:53.916Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-22T07:09:53.916Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-22T07:09:53.916Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-22T07:09:53.916Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-22T07:09:53.917Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-22T07:09:53.921Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-22T07:10:23.922Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ead93e50-b09a-4054-876c-b2ba405274e1 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-09-22T07:10:23.929Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ead93e50-b09a-4054-876c-b2ba405274e1 and serviceModelVersionId: 28493314-0f31-4681-8956-e095708cf43a
2022-09-22T07:10:23.929Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5ce51279-5316-43cf-aecc-4307a4c9bb63
2022-09-22T07:10:23.931Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5ce51279-5316-43cf-aecc-4307a4c9bb63/model-vers/model-ver/28493314-0f31-4681-8956-e095708cf43a?depth=0
2022-09-22T07:10:23.936Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-09-22T07:10:23.991Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5ce51279-5316-43cf-aecc-4307a4c9bb63/model-vers/model-ver/28493314-0f31-4681-8956-e095708cf43a?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-09-22T07:10:23.994Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5ce51279-5316-43cf-aecc-4307a4c9bb63/model-vers/model-ver/28493314-0f31-4681-8956-e095708cf43a?depth=0|INFO|500||Invoke
2022-09-22T07:10:24.016Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5ce51279-5316-43cf-aecc-4307a4c9bb63/model-vers/model-ver/28493314-0f31-4681-8956-e095708cf43a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-09-22T07:10:24.215Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5ce51279-5316-43cf-aecc-4307a4c9bb63/model-vers/model-ver/28493314-0f31-4681-8956-e095708cf43a?depth=0|INFO|500||InvokeReturn
2022-09-22T07:10:24.216Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5ce51279-5316-43cf-aecc-4307a4c9bb63/model-vers/model-ver/28493314-0f31-4681-8956-e095708cf43a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220922-07:10:23:601-83003], vertex-id=[213000], Content-Length=[0], Date=[Thu, 22 Sep 2022 07:10:23 GMT], Content-Type=[application/json]}
2022-09-22T07:10:24.216Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-09-22T07:10:24.218Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-09-22T07:10:24.218Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-22T07:10:24.249Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-09-22T07:10:24.250Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ead93e50-b09a-4054-876c-b2ba405274e1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-09-22T07:10:24.250Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-09-22T07:10:24.250Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:10:24.252Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:10:24.252Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ead93e50-b09a-4054-876c-b2ba405274e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663830624250,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-22T07:10:24.352Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T07:10:24.354Z||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-09-22T07:10:24.354Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:10:24.368Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:10:24.368Z||pool-39-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-09-22T07:10:47.554Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:10:47.555Z|ead93e50-b09a-4054-876c-b2ba405274e1|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-09-22T07:10:47.555Z|ead93e50-b09a-4054-876c-b2ba405274e1|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 HzvqW4tkMfiFJMbp) ...
2022-09-22T07:10:47.557Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:10:47.558Z||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-09-22T07:10:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T07:10:47.691Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:10:47.692Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:10:47.692Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead93e50-b09a-4054-876c-b2ba405274e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663830587554,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:10:47.693Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:10:48.235Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:10:48.237Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-22T07:10:48.237Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"b3d850ab-dbd0-4986-ae1b-2cfceae15de7","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"de2087b1-8a18-4bc0-a4eb-0188db92c4fc","serviceDescription":"service","serviceInvariantUUID":"0788bd2b-d6ec-4321-b33e-db88eccc7fa7","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e1031b26-cc91-433e-b556-8ddf1995a6c9","resourceInvariantUUID":"22ba2206-1ba2-496b-aecb-27108ddedf12","resourceCustomizationUUID":"cfc2c836-57d1-4f71-b0a0-38bd8ef343e9","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":"ZWFjZWMxZGQ2Mzk2OTRkMjc2ZGM2OWNiYjUzNzc3NzY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d44dac55-e03f-4281-b32c-3e56e35e2aa3","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":"NjMyZGEyZWY5NmNjOTJjNDgwMzIzYjM2NWZhY2IwYTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"eaa34d2d-9af0-464c-8968-d75bec5432d1","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":"23d96407-647a-42d1-9bfc-b768e03b5fc8","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":"6aa494cf-7adc-4e53-94d1-2248f76dd21e","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":"1d839a3d-5f73-4129-b27d-03c8b114bd40","artifactVersion":"2","generatedFromUUID":"23d96407-647a-42d1-9bfc-b768e03b5fc8"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NDE1M2VkODZhYTVkZTdkNzAwODZkNTE4MjdjMWU0M2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9fd53c8d-9757-4a1d-a3a8-3614f5acb53c","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ODAwMGE4NTQwYWYxZWQyOTM3NTE2ZDYzMGE2OGU3OTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1646528f-54c3-453a-a7d3-6a4063296ed4","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-22T07:10:48.240Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-22T07:10:48.240Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:10:48.243Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:10:48.243Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b3d850ab-dbd0-4986-ae1b-2cfceae15de7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663830647554,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:10:48.343Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T07:10:48.344Z||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-09-22T07:10:48.344Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:10:48.379Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:10:48.380Z||pool-40-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-09-22T07:10:49.244Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-22T07:10:49.244Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:10:49.246Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:10:49.246Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b3d850ab-dbd0-4986-ae1b-2cfceae15de7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663830647554,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-09-22T07:10:49.346Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T07:10:49.347Z||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-09-22T07:10:49.348Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:10:49.358Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:10:49.359Z||pool-41-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-09-22T07:10:50.247Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-22T07:10:50.247Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:10:50.249Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:10:50.249Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b3d850ab-dbd0-4986-ae1b-2cfceae15de7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663830647554,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-09-22T07:10:50.349Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T07:10:50.350Z||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-09-22T07:10:50.350Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:10:50.375Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:10:50.376Z||pool-42-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-09-22T07:10:51.250Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-22T07:10:51.251Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:10:51.253Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:10:51.253Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b3d850ab-dbd0-4986-ae1b-2cfceae15de7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663830647554,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:10:51.353Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T07:10:51.354Z||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-09-22T07:10:51.354Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:10:51.368Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:10:51.368Z||pool-43-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-22T07:10:52.254Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-22T07:10:52.254Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:10:52.256Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:10:52.256Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b3d850ab-dbd0-4986-ae1b-2cfceae15de7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663830647554,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-09-22T07:10:52.357Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-22T07:10:52.358Z||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-09-22T07:10:52.358Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:10:52.370Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:10:52.370Z||pool-44-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-09-22T07:10:53.257Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-22T07:10:53.258Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:10:53.259Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:10:53.259Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b3d850ab-dbd0-4986-ae1b-2cfceae15de7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663830647554,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:10:53.363Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-09-22T07:10:53.366Z||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-09-22T07:10:53.366Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:10:53.377Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:10:53.378Z||pool-45-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-09-22T07:10:54.261Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-22T07:10:54.261Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:10:54.263Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:10:54.263Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b3d850ab-dbd0-4986-ae1b-2cfceae15de7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663830647554,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-09-22T07:10:54.363Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T07:10:54.364Z||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-09-22T07:10:54.364Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:10:54.377Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:10:54.377Z||pool-46-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-09-22T07:10:55.265Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "b3d850ab-dbd0-4986-ae1b-2cfceae15de7",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "de2087b1-8a18-4bc0-a4eb-0188db92c4fc",
  "serviceDescription": "service",
  "serviceInvariantUUID": "0788bd2b-d6ec-4321-b33e-db88eccc7fa7",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "cfc2c836-57d1-4f71-b0a0-38bd8ef343e9",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "e1031b26-cc91-433e-b556-8ddf1995a6c9",
      "resourceInvariantUUID": "22ba2206-1ba2-496b-aecb-27108ddedf12",
      "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": "NjMyZGEyZWY5NmNjOTJjNDgwMzIzYjM2NWZhY2IwYTU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "eaa34d2d-9af0-464c-8968-d75bec5432d1",
          "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": "23d96407-647a-42d1-9bfc-b768e03b5fc8",
          "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": "1d839a3d-5f73-4129-b27d-03c8b114bd40",
            "generatedFromUUID": "23d96407-647a-42d1-9bfc-b768e03b5fc8"
          },
          "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": "1d839a3d-5f73-4129-b27d-03c8b114bd40",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "ODAwMGE4NTQwYWYxZWQyOTM3NTE2ZDYzMGE2OGU3OTE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1646528f-54c3-453a-a7d3-6a4063296ed4"
    }
  ],
  "workloadContext": "Production"
}
2022-09-22T07:10:55.266Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-22T07:10:55.266Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 de2087b1-8a18-4bc0-a4eb-0188db92c4fc ASDC
2022-09-22T07:10:55.266Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:b3d850ab-dbd0-4986-ae1b-2cfceae15de7
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:de2087b1-8a18-4bc0-a4eb-0188db92c4fc
ServiceInvariantUUID:0788bd2b-d6ec-4321-b33e-db88eccc7fa7
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:1646528f-54c3-453a-a7d3-6a4063296ed4
ArtifactChecksum:ODAwMGE4NTQwYWYxZWQyOTM3NTE2ZDYzMGE2OGU3OTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:cfc2c836-57d1-4f71-b0a0-38bd8ef343e9
ResourceInvariantUUID:22ba2206-1ba2-496b-aecb-27108ddedf12
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:e1031b26-cc91-433e-b556-8ddf1995a6c9
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:eaa34d2d-9af0-464c-8968-d75bec5432d1
ArtifactChecksum:NjMyZGEyZWY5NmNjOTJjNDgwMzIzYjM2NWZhY2IwYTU=
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:23d96407-647a-42d1-9bfc-b768e03b5fc8
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:1d839a3d-5f73-4129-b27d-03c8b114bd40
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:1d839a3d-5f73-4129-b27d-03c8b114bd40
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-09-22T07:10:55.267Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF de2087b1-8a18-4bc0-a4eb-0188db92c4fc 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-09-22T07:10:55.311Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-22T07:10:55.312Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-09-22T07:10:55.312Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-09-22T07:10:55.312Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 1646528f-54c3-453a-a7d3-6a4063296ed4 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-09-22T07:10:55.312Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-09-22T07:10:55.312Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-09-22T07:10:55.430Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-09-22T07:10:55.433Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 1646528f-54c3-453a-a7d3-6a4063296ed4 74733
2022-09-22T07:10:55.434Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-09-22T07:10:55.434Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-09-22T07:10:55.434Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-22T07:10:55.434Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:10:55.436Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:10:55.436Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b3d850ab-dbd0-4986-ae1b-2cfceae15de7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663830655434,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-22T07:10:55.537Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-22T07:10:55.537Z||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-09-22T07:10:55.538Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:10:55.548Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:10:55.548Z||pool-47-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-09-22T07:10:56.437Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-22T07:10:56.438Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-09-22T07:10:56.438Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 1646528f-54c3-453a-a7d3-6a4063296ed4, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-09-22T07:10:56.439Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-09-22T07:10:56.439Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-09-22T07:10:56.439Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-09-22T07:10:56.592Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3256999793760591519/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_ip_requirements" 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 "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" 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_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-09-22T07:10:57.702Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-22T07:10:57.702Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-09-22T07:10:57.702Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-09-22T07:10:57.702Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-09-22T07:10:57.703Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||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-09-22T07:10:57.703Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||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-09-22T07:10:57.703Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-09-22T07:10:57.703Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-09-22T07:10:57.703Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||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-09-22T07:10:57.703Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-09-22T07:10:57.703Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||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-09-22T07:10:57.703Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-09-22T07:10:57.703Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:10:57.704Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:10:57.704Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-22T07:10:57.704Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-09-22T07:10:57.704Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-22T07:10:57.704Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:10:57.704Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:10:57.704Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-22T07:10:57.705Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-09-22T07:10:57.705Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-22T07:10:57.705Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:10:57.705Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:10:57.705Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:10:57.705Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-09-22T07:10:57.706Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-09-22T07:10:57.706Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-09-22T07:10:57.706Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-09-22T07:10:57.706Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-09-22T07:10:57.706Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-22T07:10:57.706Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:10:57.706Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-22T07:10:57.707Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:10:57.707Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-22T07:10:57.707Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-22T07:10:57.707Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:10:57.707Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-22T07:10:57.707Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-22T07:10:57.708Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:10:57.708Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-22T07:10:57.708Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-22T07:10:57.708Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:10:57.708Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-09-22T07:10:57.708Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-09-22T07:10:57.708Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-09-22T07:10:57.709Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=df86bbd1-73ef-402a-914f-b9f2c31d70a5
2022-09-22T07:10:57.709Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:10:57.709Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:10:57.709Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:10:57.709Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:10:57.709Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:10:57.709Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:10:57.710Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:10:57.710Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:10:57.710Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:de2087b1-8a18-4bc0-a4eb-0188db92c4fc
Model Version:NULL
Model InvariantUuid:0788bd2b-d6ec-4321-b33e-db88eccc7fa7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:bb8f07a6-3539-44a7-8757-77c555021260
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:22ba2206-1ba2-496b-aecb-27108ddedf12
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:cfc2c836-57d1-4f71-b0a0-38bd8ef343e9
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:209f6b0f-393a-4d9b-b81b-665be1bb78e9
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:be3d40de-d248-49ad-afde-50e872470d2c
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:df86bbd1-73ef-402a-914f-b9f2c31d70a5
ModelInvariantUuid:e83030da-0624-46f1-9884-1ea02ed0a5c0
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:af5b4aef-96f5-4c13-8e52-abfc190853fa
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:9c5a92e2-67da-426b-93ed-9fca598940fb
ModelInvariantUuid:1772aaaa-f281-40b0-a7f1-e2eb0821c793
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:3a2728e4-9aa4-488a-97b6-4dcd3a5d85b1
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-09-22T07:10:57.718Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: e1031b26-cc91-433e-b556-8ddf1995a6c9
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-09-22T07:10:57.720Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||INFO|500||basic_vm 0
2022-09-22T07:10:57.721Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e1031b26-cc91-433e-b556-8ddf1995a6c9
2022-09-22T07:10:57.721Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: eaa34d2d-9af0-464c-8968-d75bec5432d1 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-09-22T07:10:57.721Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-09-22T07:10:57.721Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||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-09-22T07:10:57.801Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-09-22T07:10:57.802Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json eaa34d2d-9af0-464c-8968-d75bec5432d1 787
2022-09-22T07:10:57.802Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||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-09-22T07:10:57.802Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||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-09-22T07:10:57.802Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-22T07:10:57.803Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:10:57.804Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:10:57.805Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b3d850ab-dbd0-4986-ae1b-2cfceae15de7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663830657802,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-22T07:10:57.909Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-09-22T07:10:57.910Z||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-09-22T07:10:57.910Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:10:57.933Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:10:57.933Z||pool-48-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-09-22T07:10:58.805Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "209f6b0f-393a-4d9b-b81b-665be1bb78e9",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "be3d40de-d248-49ad-afde-50e872470d2c",
    "vfModuleModelCustomizationUUID": "b64f8b76-b69c-4367-bec7-dc191c2217a4",
    "isBase": true,
    "artifacts": [
      "23d96407-647a-42d1-9bfc-b768e03b5fc8",
      "1d839a3d-5f73-4129-b27d-03c8b114bd40"
    ],
    "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-09-22T07:10:58.809Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:be3d40de-d248-49ad-afde-50e872470d2c
VfModuleModelInvariantUUID:209f6b0f-393a-4d9b-b81b-665be1bb78e9
VfModuleModelDescription:NULL
Artifacts UUID List:{
23d96407-647a-42d1-9bfc-b768e03b5fc8
,
1d839a3d-5f73-4129-b27d-03c8b114bd40

}
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-09-22T07:10:58.811Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "209f6b0f-393a-4d9b-b81b-665be1bb78e9",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "be3d40de-d248-49ad-afde-50e872470d2c",
    "vfModuleModelCustomizationUUID": "b64f8b76-b69c-4367-bec7-dc191c2217a4",
    "isBase": true,
    "artifacts": [
      "23d96407-647a-42d1-9bfc-b768e03b5fc8",
      "1d839a3d-5f73-4129-b27d-03c8b114bd40"
    ],
    "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-09-22T07:10:58.811Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:be3d40de-d248-49ad-afde-50e872470d2c
VfModuleModelInvariantUUID:209f6b0f-393a-4d9b-b81b-665be1bb78e9
VfModuleModelDescription:NULL
Artifacts UUID List:{
23d96407-647a-42d1-9bfc-b768e03b5fc8
,
1d839a3d-5f73-4129-b27d-03c8b114bd40

}
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-09-22T07:10:58.811Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 23d96407-647a-42d1-9bfc-b768e03b5fc8 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-09-22T07:10:58.812Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-09-22T07:10:58.812Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||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-09-22T07:10:58.872Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-09-22T07:10:58.873Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 23d96407-647a-42d1-9bfc-b768e03b5fc8 5033
2022-09-22T07:10:58.873Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||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-09-22T07:10:58.873Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||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-09-22T07:10:58.873Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-22T07:10:58.873Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:10:58.875Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:10:58.875Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b3d850ab-dbd0-4986-ae1b-2cfceae15de7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663830658873,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-22T07:10:58.975Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T07:10:58.976Z||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-09-22T07:10:58.976Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:10:59.014Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:10:59.014Z||pool-49-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-09-22T07:10:59.876Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 1d839a3d-5f73-4129-b27d-03c8b114bd40 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-09-22T07:10:59.877Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-09-22T07:10:59.877Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||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-09-22T07:10:59.927Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-09-22T07:10:59.928Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 1d839a3d-5f73-4129-b27d-03c8b114bd40 903
2022-09-22T07:10:59.928Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||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-09-22T07:10:59.928Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||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-09-22T07:10:59.928Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-22T07:10:59.928Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:10:59.930Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:10:59.930Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b3d850ab-dbd0-4986-ae1b-2cfceae15de7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663830659928,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-09-22T07:11:00.032Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-09-22T07:11:00.033Z||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-09-22T07:11:00.033Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:11:00.045Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:11:00.046Z||pool-50-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-09-22T07:11:00.930Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: de2087b1-8a18-4bc0-a4eb-0188db92c4fc
2022-09-22T07:11:00.931Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 e1031b26-cc91-433e-b556-8ddf1995a6c9 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-09-22T07:11:00.945Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5d77bb9f, org.onap.sdc.toscaparser.api.parameters.Input@563ca94c, org.onap.sdc.toscaparser.api.parameters.Input@427b0dfc, org.onap.sdc.toscaparser.api.parameters.Input@7d0c6ec6, org.onap.sdc.toscaparser.api.parameters.Input@1dc799bb]
2022-09-22T07:11:00.947Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:11:00.947Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:11:00.947Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-09-22T07:11:00.947Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= cfc2c836-57d1-4f71-b0a0-38bd8ef343e9
2022-09-22T07:11:00.947Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: cfc2c836-57d1-4f71-b0a0-38bd8ef343e9 matches Tosca VF Customization UUID: cfc2c836-57d1-4f71-b0a0-38bd8ef343e9
2022-09-22T07:11:00.947Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: cfc2c836-57d1-4f71-b0a0-38bd8ef343e9  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-09-22T07:11:00.950Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:11:00.951Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:11:00.951Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id cfc2c836-57d1-4f71-b0a0-38bd8ef343e9: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-09-22T07:11:00.951Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2ae8fb5e
2022-09-22T07:11:00.951Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:11:00.951Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-22T07:11:00.952Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b64f8b76-b69c-4367-bec7-dc191c2217a4
2022-09-22T07:11:00.952Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b64f8b76-b69c-4367-bec7-dc191c2217a4
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-09-22T07:11:00.954Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:11:00.954Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-22T07:11:00.954Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-22T07:11:00.954Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:11:00.954Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-22T07:11:00.954Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-22T07:11:00.955Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:11:00.955Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-09-22T07:11:00.955Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-09-22T07:11:00.955Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-09-22T07:11:00.955Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=df86bbd1-73ef-402a-914f-b9f2c31d70a5
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-09-22T07:11:00.958Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:11:00.958Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-22T07:11:00.958Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-22T07:11:00.958Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:11:00.959Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-22T07:11:00.959Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=cfc2c836-57d1-4f71-b0a0-38bd8ef343e9
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-09-22T07:11:00.961Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:11:00.961Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:11:00.961Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid de2087b1-8a18-4bc0-a4eb-0188db92c4fc: basic_vm
2022-09-22T07:11:00.961Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:11:00.961Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:11:00.962Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:11:00.962Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:11:00.962Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:11:00.962Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:11:00.962Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:11:00.962Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:11:00.963Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:11:00.963Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:11:00.963Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||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-09-22T07:11:01.073Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm e1031b26-cc91-433e-b556-8ddf1995a6c9 1 ASDC deployResourceStructure
2022-09-22T07:11:01.074Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||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-09-22T07:11:01.074Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||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-09-22T07:11:01.074Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-22T07:11:01.074Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:11:01.076Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:11:01.076Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b3d850ab-dbd0-4986-ae1b-2cfceae15de7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663830661074,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-22T07:11:01.176Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T07:11:01.177Z||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-09-22T07:11:01.177Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:11:01.212Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:11:01.212Z||pool-51-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1}
2022-09-22T07:11:02.077Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||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-09-22T07:11:02.077Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||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-09-22T07:11:02.077Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-22T07:11:02.078Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:11:02.080Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:11:02.080Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b3d850ab-dbd0-4986-ae1b-2cfceae15de7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663830662077,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-09-22T07:11:02.180Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T07:11:02.181Z||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-09-22T07:11:02.181Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:11:02.197Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:11:02.197Z||pool-52-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-09-22T07:11:03.081Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||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-09-22T07:11:03.082Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||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-09-22T07:11:03.082Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-22T07:11:03.082Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:11:03.084Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:11:03.084Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b3d850ab-dbd0-4986-ae1b-2cfceae15de7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663830663081,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-09-22T07:11:03.185Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T07:11:03.186Z||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-09-22T07:11:03.186Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:11:03.211Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:11:03.211Z||pool-53-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-09-22T07:11:04.086Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-09-22T07:11:04.086Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-09-22T07:11:04.086Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-22T07:11:04.087Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:11:04.088Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:11:04.089Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b3d850ab-dbd0-4986-ae1b-2cfceae15de7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663830664085,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-22T07:11:04.189Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T07:11:04.190Z||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-09-22T07:11:04.190Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:11:04.207Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:11:04.207Z||pool-54-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-09-22T07:11:05.089Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b3d850ab-dbd0-4986-ae1b-2cfceae15de7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-22T07:11:05.103Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b3d850ab-dbd0-4986-ae1b-2cfceae15de7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-22T07:11:05.106Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-22T07:11:05.106Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-22T07:11:05.106Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-22T07:11:35.106Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b3d850ab-dbd0-4986-ae1b-2cfceae15de7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-22T07:11:35.118Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b3d850ab-dbd0-4986-ae1b-2cfceae15de7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-22T07:11:35.120Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-22T07:11:35.120Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-22T07:11:35.121Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-22T07:11:47.557Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:11:47.558Z||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-09-22T07:11:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T07:11:47.578Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:11:47.593Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.593Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead93e50-b09a-4054-876c-b2ba405274e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663830587554,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-09-22T07:11:47.594Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.594Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.594Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead93e50-b09a-4054-876c-b2ba405274e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663830590377,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-22T07:11:47.594Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:11:47.594Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.594Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead93e50-b09a-4054-876c-b2ba405274e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663830592875,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-22T07:11:47.594Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:11:47.594Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.594Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3d850ab-dbd0-4986-ae1b-2cfceae15de7",
  "consumerID": "aai-ml",
  "timestamp": 1663830599852,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:11:47.594Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.595Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.595Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3d850ab-dbd0-4986-ae1b-2cfceae15de7",
  "consumerID": "policy-id",
  "timestamp": 1663830599991,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:11:47.595Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.595Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.595Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3d850ab-dbd0-4986-ae1b-2cfceae15de7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663830607956,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:11:47.595Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.595Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.595Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3d850ab-dbd0-4986-ae1b-2cfceae15de7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663830602641,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:11:47.595Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.595Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.595Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3d850ab-dbd0-4986-ae1b-2cfceae15de7",
  "consumerID": "aai-ml",
  "timestamp": 1663830599852,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:11:47.596Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.596Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.596Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3d850ab-dbd0-4986-ae1b-2cfceae15de7",
  "consumerID": "policy-id",
  "timestamp": 1663830599991,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:11:47.596Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.596Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.596Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3d850ab-dbd0-4986-ae1b-2cfceae15de7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663830607956,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-09-22T07:11:47.596Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.596Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.596Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3d850ab-dbd0-4986-ae1b-2cfceae15de7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663830602641,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:11:47.596Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.597Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.597Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3d850ab-dbd0-4986-ae1b-2cfceae15de7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663830610416,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:11:47.597Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.597Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.597Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3d850ab-dbd0-4986-ae1b-2cfceae15de7",
  "consumerID": "aai-ml",
  "timestamp": 1663830599852,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:11:47.597Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.597Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.597Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3d850ab-dbd0-4986-ae1b-2cfceae15de7",
  "consumerID": "policy-id",
  "timestamp": 1663830599991,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-09-22T07:11:47.597Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.597Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.597Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3d850ab-dbd0-4986-ae1b-2cfceae15de7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663830607956,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-09-22T07:11:47.598Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.598Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.598Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3d850ab-dbd0-4986-ae1b-2cfceae15de7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663830602641,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:11:47.598Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.598Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.598Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3d850ab-dbd0-4986-ae1b-2cfceae15de7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663830610416,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:11:47.598Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.598Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.598Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3d850ab-dbd0-4986-ae1b-2cfceae15de7",
  "consumerID": "aai-ml",
  "timestamp": 1663830599852,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:11:47.598Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.598Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.599Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3d850ab-dbd0-4986-ae1b-2cfceae15de7",
  "consumerID": "policy-id",
  "timestamp": 1663830599991,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:11:47.599Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.599Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.599Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3d850ab-dbd0-4986-ae1b-2cfceae15de7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663830607956,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:11:47.599Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.599Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.599Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3d850ab-dbd0-4986-ae1b-2cfceae15de7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663830602641,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:11:47.599Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.599Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.599Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3d850ab-dbd0-4986-ae1b-2cfceae15de7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663830610416,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:11:47.599Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.600Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.600Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3d850ab-dbd0-4986-ae1b-2cfceae15de7",
  "consumerID": "aai-ml",
  "timestamp": 1663830599852,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:11:47.600Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.600Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.600Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3d850ab-dbd0-4986-ae1b-2cfceae15de7",
  "consumerID": "policy-id",
  "timestamp": 1663830599991,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:11:47.600Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.600Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.600Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3d850ab-dbd0-4986-ae1b-2cfceae15de7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663830607956,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-09-22T07:11:47.600Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.600Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.600Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3d850ab-dbd0-4986-ae1b-2cfceae15de7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663830602641,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:11:47.601Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.601Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.601Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3d850ab-dbd0-4986-ae1b-2cfceae15de7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663830610416,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:11:47.601Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.601Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.601Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3d850ab-dbd0-4986-ae1b-2cfceae15de7",
  "consumerID": "aai-ml",
  "timestamp": 1663830599852,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:11:47.601Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.601Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.601Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3d850ab-dbd0-4986-ae1b-2cfceae15de7",
  "consumerID": "policy-id",
  "timestamp": 1663830599991,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:11:47.601Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.601Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.602Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3d850ab-dbd0-4986-ae1b-2cfceae15de7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663830607956,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:11:47.602Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.602Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.602Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3d850ab-dbd0-4986-ae1b-2cfceae15de7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663830602641,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:11:47.602Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.602Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.602Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3d850ab-dbd0-4986-ae1b-2cfceae15de7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663830610416,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:11:47.602Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.602Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.602Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3d850ab-dbd0-4986-ae1b-2cfceae15de7",
  "consumerID": "cds",
  "timestamp": 1663830614469,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:11:47.603Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.603Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.603Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3d850ab-dbd0-4986-ae1b-2cfceae15de7",
  "consumerID": "aai-ml",
  "timestamp": 1663830599852,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-09-22T07:11:47.603Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.603Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.603Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3d850ab-dbd0-4986-ae1b-2cfceae15de7",
  "consumerID": "policy-id",
  "timestamp": 1663830599991,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-09-22T07:11:47.603Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.603Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.603Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3d850ab-dbd0-4986-ae1b-2cfceae15de7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663830607956,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-09-22T07:11:47.603Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.603Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.604Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3d850ab-dbd0-4986-ae1b-2cfceae15de7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663830602641,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-09-22T07:11:47.604Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.604Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.604Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3d850ab-dbd0-4986-ae1b-2cfceae15de7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663830610416,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:11:47.604Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.604Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.604Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3d850ab-dbd0-4986-ae1b-2cfceae15de7",
  "consumerID": "cds",
  "timestamp": 1663830614469,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:11:47.604Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.604Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.604Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3d850ab-dbd0-4986-ae1b-2cfceae15de7",
  "consumerID": "aai-ml",
  "timestamp": 1663830616704,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-22T07:11:47.605Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:11:47.605Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.605Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3d850ab-dbd0-4986-ae1b-2cfceae15de7",
  "consumerID": "policy-id",
  "timestamp": 1663830616040,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-22T07:11:47.605Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:11:47.605Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.605Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3d850ab-dbd0-4986-ae1b-2cfceae15de7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663830610416,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:11:47.605Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.605Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.605Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3d850ab-dbd0-4986-ae1b-2cfceae15de7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663830616982,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-22T07:11:47.605Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:11:47.605Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.605Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3d850ab-dbd0-4986-ae1b-2cfceae15de7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663830617033,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-22T07:11:47.606Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:11:47.606Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.606Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3d850ab-dbd0-4986-ae1b-2cfceae15de7",
  "consumerID": "cds",
  "timestamp": 1663830614469,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:11:47.606Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.606Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.606Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3d850ab-dbd0-4986-ae1b-2cfceae15de7",
  "consumerID": "policy-id",
  "timestamp": 1663830617044,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-22T07:11:47.606Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:11:47.606Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.606Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e37d6496-c968-4be8-867d-cc20411f5cf0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663830610416,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:11:47.606Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.606Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.607Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3d850ab-dbd0-4986-ae1b-2cfceae15de7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663830618093,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-22T07:11:47.607Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:11:47.607Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.607Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3d850ab-dbd0-4986-ae1b-2cfceae15de7",
  "consumerID": "cds",
  "timestamp": 1663830614469,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:11:47.607Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.607Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.607Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3d850ab-dbd0-4986-ae1b-2cfceae15de7",
  "consumerID": "policy-id",
  "timestamp": 1663830618046,
  "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-09-22T07:11:47.616Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b3d850ab-dbd0-4986-ae1b-2cfceae15de7
2022-09-22T07:11:47.616Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId b3d850ab-dbd0-4986-ae1b-2cfceae15de7 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-09-22T07:11:47.631Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.631Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e37d6496-c968-4be8-867d-cc20411f5cf0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663830610416,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:11:47.632Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.632Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.632Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3d850ab-dbd0-4986-ae1b-2cfceae15de7",
  "consumerID": "cds",
  "timestamp": 1663830614469,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:11:47.632Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.632Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.633Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3d850ab-dbd0-4986-ae1b-2cfceae15de7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663830619150,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-09-22T07:11:47.633Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:11:47.633Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.633Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3d850ab-dbd0-4986-ae1b-2cfceae15de7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663830619307,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-22T07:11:47.633Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:11:47.633Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.634Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e37d6496-c968-4be8-867d-cc20411f5cf0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663830610416,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:11:47.634Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.634Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.634Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3d850ab-dbd0-4986-ae1b-2cfceae15de7",
  "consumerID": "cds",
  "timestamp": 1663830614469,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:11:47.634Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.634Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.635Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3d850ab-dbd0-4986-ae1b-2cfceae15de7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663830620211,
  "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-09-22T07:11:47.639Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b3d850ab-dbd0-4986-ae1b-2cfceae15de7
2022-09-22T07:11:47.639Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId b3d850ab-dbd0-4986-ae1b-2cfceae15de7 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-09-22T07:11:47.645Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.645Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3d850ab-dbd0-4986-ae1b-2cfceae15de7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663830620310,
  "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-09-22T07:11:47.648Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b3d850ab-dbd0-4986-ae1b-2cfceae15de7
2022-09-22T07:11:47.648Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId b3d850ab-dbd0-4986-ae1b-2cfceae15de7 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-09-22T07:11:47.655Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.655Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3d850ab-dbd0-4986-ae1b-2cfceae15de7",
  "consumerID": "clamp",
  "timestamp": 1663830619597,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:11:47.656Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.656Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.656Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e37d6496-c968-4be8-867d-cc20411f5cf0",
  "consumerID": "policy-id",
  "timestamp": 1663830619991,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:11:47.656Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.656Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.656Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e37d6496-c968-4be8-867d-cc20411f5cf0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663830610416,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:11:47.656Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.656Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.657Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3d850ab-dbd0-4986-ae1b-2cfceae15de7",
  "consumerID": "cds",
  "timestamp": 1663830614469,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-09-22T07:11:47.657Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.657Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.657Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3d850ab-dbd0-4986-ae1b-2cfceae15de7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663830621217,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-22T07:11:47.657Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:11:47.657Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.657Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e37d6496-c968-4be8-867d-cc20411f5cf0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663830602641,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:11:47.658Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.658Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.658Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3d850ab-dbd0-4986-ae1b-2cfceae15de7",
  "consumerID": "clamp",
  "timestamp": 1663830619597,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-09-22T07:11:47.658Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.658Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.658Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e37d6496-c968-4be8-867d-cc20411f5cf0",
  "consumerID": "policy-id",
  "timestamp": 1663830619991,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:11:47.659Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.659Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.659Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e37d6496-c968-4be8-867d-cc20411f5cf0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663830610416,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:11:47.659Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.659Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.659Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3d850ab-dbd0-4986-ae1b-2cfceae15de7",
  "consumerID": "aai-ml",
  "timestamp": 1663830622180,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-22T07:11:47.659Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:11:47.660Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.660Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3d850ab-dbd0-4986-ae1b-2cfceae15de7",
  "consumerID": "cds",
  "timestamp": 1663830622221,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-22T07:11:47.660Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:11:47.660Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.660Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e37d6496-c968-4be8-867d-cc20411f5cf0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663830607956,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:11:47.660Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.660Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.661Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e37d6496-c968-4be8-867d-cc20411f5cf0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663830602641,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:11:47.661Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.661Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.661Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3d850ab-dbd0-4986-ae1b-2cfceae15de7",
  "consumerID": "clamp",
  "timestamp": 1663830619597,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:11:47.661Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.661Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.661Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e37d6496-c968-4be8-867d-cc20411f5cf0",
  "consumerID": "policy-id",
  "timestamp": 1663830619991,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:11:47.662Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.662Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.662Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e37d6496-c968-4be8-867d-cc20411f5cf0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663830610416,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:11:47.662Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.662Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.662Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3d850ab-dbd0-4986-ae1b-2cfceae15de7",
  "consumerID": "aai-ml",
  "timestamp": 1663830623184,
  "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-09-22T07:11:47.667Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b3d850ab-dbd0-4986-ae1b-2cfceae15de7
2022-09-22T07:11:47.667Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId b3d850ab-dbd0-4986-ae1b-2cfceae15de7 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-09-22T07:11:47.674Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.675Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3d850ab-dbd0-4986-ae1b-2cfceae15de7",
  "consumerID": "cds",
  "timestamp": 1663830623229,
  "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-09-22T07:11:47.678Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b3d850ab-dbd0-4986-ae1b-2cfceae15de7
2022-09-22T07:11:47.679Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId b3d850ab-dbd0-4986-ae1b-2cfceae15de7 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-09-22T07:11:47.687Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.687Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e37d6496-c968-4be8-867d-cc20411f5cf0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663830607956,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-09-22T07:11:47.687Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.687Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.687Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e37d6496-c968-4be8-867d-cc20411f5cf0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663830602641,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:11:47.688Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.688Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.688Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3d850ab-dbd0-4986-ae1b-2cfceae15de7",
  "consumerID": "clamp",
  "timestamp": 1663830619597,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:11:47.688Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.688Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.688Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e37d6496-c968-4be8-867d-cc20411f5cf0",
  "consumerID": "policy-id",
  "timestamp": 1663830619991,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:11:47.689Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.689Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.689Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e37d6496-c968-4be8-867d-cc20411f5cf0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663830610416,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:11:47.689Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.689Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.689Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead93e50-b09a-4054-876c-b2ba405274e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663830624250,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-22T07:11:47.690Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:11:47.690Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.690Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e37d6496-c968-4be8-867d-cc20411f5cf0",
  "consumerID": "cds",
  "timestamp": 1663830614469,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:11:47.690Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.690Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.690Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e37d6496-c968-4be8-867d-cc20411f5cf0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663830607956,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-09-22T07:11:47.691Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.691Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.691Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e37d6496-c968-4be8-867d-cc20411f5cf0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663830602641,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:11:47.691Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.691Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.691Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3d850ab-dbd0-4986-ae1b-2cfceae15de7",
  "consumerID": "clamp",
  "timestamp": 1663830619597,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:11:47.691Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.691Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.692Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e37d6496-c968-4be8-867d-cc20411f5cf0",
  "consumerID": "policy-id",
  "timestamp": 1663830619991,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-09-22T07:11:47.692Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.692Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.692Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e37d6496-c968-4be8-867d-cc20411f5cf0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663830610416,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:11:47.692Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.693Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.693Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e37d6496-c968-4be8-867d-cc20411f5cf0",
  "consumerID": "cds",
  "timestamp": 1663830614469,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:11:47.693Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.693Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.693Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e37d6496-c968-4be8-867d-cc20411f5cf0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663830607956,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-09-22T07:11:47.693Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.693Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.693Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e37d6496-c968-4be8-867d-cc20411f5cf0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663830602641,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:11:47.693Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.694Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.694Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3d850ab-dbd0-4986-ae1b-2cfceae15de7",
  "consumerID": "clamp",
  "timestamp": 1663830619597,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:11:47.694Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.694Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.694Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e37d6496-c968-4be8-867d-cc20411f5cf0",
  "consumerID": "policy-id",
  "timestamp": 1663830619991,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:11:47.694Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.695Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.695Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e37d6496-c968-4be8-867d-cc20411f5cf0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663830610416,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:11:47.695Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.695Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.695Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e37d6496-c968-4be8-867d-cc20411f5cf0",
  "consumerID": "cds",
  "timestamp": 1663830614469,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:11:47.695Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.695Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.696Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e37d6496-c968-4be8-867d-cc20411f5cf0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663830607956,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-09-22T07:11:47.696Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.696Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.696Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e37d6496-c968-4be8-867d-cc20411f5cf0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663830602641,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:11:47.696Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.696Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.696Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3d850ab-dbd0-4986-ae1b-2cfceae15de7",
  "consumerID": "clamp",
  "timestamp": 1663830619597,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-09-22T07:11:47.697Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.697Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.697Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e37d6496-c968-4be8-867d-cc20411f5cf0",
  "consumerID": "policy-id",
  "timestamp": 1663830619991,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:11:47.697Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.697Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.697Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e37d6496-c968-4be8-867d-cc20411f5cf0",
  "consumerID": "cds",
  "timestamp": 1663830614469,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:11:47.698Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.698Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.698Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e37d6496-c968-4be8-867d-cc20411f5cf0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663830607956,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:11:47.698Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.698Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.698Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e37d6496-c968-4be8-867d-cc20411f5cf0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663830602641,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:11:47.699Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.699Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.699Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e37d6496-c968-4be8-867d-cc20411f5cf0",
  "consumerID": "policy-id",
  "timestamp": 1663830619991,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:11:47.699Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.699Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.699Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e37d6496-c968-4be8-867d-cc20411f5cf0",
  "consumerID": "cds",
  "timestamp": 1663830614469,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:11:47.699Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.699Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.699Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e37d6496-c968-4be8-867d-cc20411f5cf0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663830607956,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-09-22T07:11:47.699Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.699Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.700Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e37d6496-c968-4be8-867d-cc20411f5cf0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663830602641,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:11:47.700Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.700Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.700Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e37d6496-c968-4be8-867d-cc20411f5cf0",
  "consumerID": "policy-id",
  "timestamp": 1663830619991,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-09-22T07:11:47.700Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.700Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.700Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e37d6496-c968-4be8-867d-cc20411f5cf0",
  "consumerID": "cds",
  "timestamp": 1663830614469,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:11:47.700Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.700Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.701Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e37d6496-c968-4be8-867d-cc20411f5cf0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663830607956,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:11:47.701Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.701Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.701Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e37d6496-c968-4be8-867d-cc20411f5cf0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663830602641,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-09-22T07:11:47.701Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.701Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.701Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e37d6496-c968-4be8-867d-cc20411f5cf0",
  "consumerID": "aai-ml",
  "timestamp": 1663830629852,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:11:47.701Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.701Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.701Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e37d6496-c968-4be8-867d-cc20411f5cf0",
  "consumerID": "policy-id",
  "timestamp": 1663830629232,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-22T07:11:47.701Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:11:47.701Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.702Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e37d6496-c968-4be8-867d-cc20411f5cf0",
  "consumerID": "cds",
  "timestamp": 1663830614469,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:11:47.702Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.702Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.702Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e37d6496-c968-4be8-867d-cc20411f5cf0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663830607956,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-09-22T07:11:47.702Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.702Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.702Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e37d6496-c968-4be8-867d-cc20411f5cf0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663830630416,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-22T07:11:47.703Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:11:47.703Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.703Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e37d6496-c968-4be8-867d-cc20411f5cf0",
  "consumerID": "aai-ml",
  "timestamp": 1663830629852,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:11:47.703Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.703Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.703Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e37d6496-c968-4be8-867d-cc20411f5cf0",
  "consumerID": "policy-id",
  "timestamp": 1663830630238,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-22T07:11:47.704Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:11:47.704Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.704Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60942e59-bb42-4e5f-86ee-bcdb9a005d20",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663830630416,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4a94jnuu826ommznorqz/1.0/resourceInstances/pnf4debfb0833920/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:11:47.704Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.704Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.704Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e37d6496-c968-4be8-867d-cc20411f5cf0",
  "consumerID": "cds",
  "timestamp": 1663830614469,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:11:47.705Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.705Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.705Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e37d6496-c968-4be8-867d-cc20411f5cf0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663830631360,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-22T07:11:47.705Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:11:47.705Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.705Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e37d6496-c968-4be8-867d-cc20411f5cf0",
  "consumerID": "aai-ml",
  "timestamp": 1663830629852,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:11:47.705Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.705Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.705Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e37d6496-c968-4be8-867d-cc20411f5cf0",
  "consumerID": "policy-id",
  "timestamp": 1663830631241,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-22T07:11:47.718Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e37d6496-c968-4be8-867d-cc20411f5cf0
2022-09-22T07:11:47.718Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e37d6496-c968-4be8-867d-cc20411f5cf0 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-09-22T07:11:47.725Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.726Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60942e59-bb42-4e5f-86ee-bcdb9a005d20",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663830630416,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4a94jnuu826ommznorqz/1.0/resourceInstances/pnf4debfb0833920/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:11:47.726Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.726Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.726Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e37d6496-c968-4be8-867d-cc20411f5cf0",
  "consumerID": "cds",
  "timestamp": 1663830614469,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-09-22T07:11:47.726Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.726Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.726Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e37d6496-c968-4be8-867d-cc20411f5cf0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663830632629,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-22T07:11:47.727Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:11:47.727Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.727Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e37d6496-c968-4be8-867d-cc20411f5cf0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663830632769,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-22T07:11:47.727Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:11:47.727Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.728Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e37d6496-c968-4be8-867d-cc20411f5cf0",
  "consumerID": "aai-ml",
  "timestamp": 1663830629852,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:11:47.728Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.728Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.728Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60942e59-bb42-4e5f-86ee-bcdb9a005d20",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663830630416,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4a94jnuu826ommznorqz/1.0/resourceInstances/pnf4debfb0833920/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:11:47.728Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.729Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.729Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e37d6496-c968-4be8-867d-cc20411f5cf0",
  "consumerID": "cds",
  "timestamp": 1663830633378,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-22T07:11:47.729Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:11:47.729Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.729Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e37d6496-c968-4be8-867d-cc20411f5cf0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663830633717,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-09-22T07:11:47.730Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:11:47.730Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.730Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e37d6496-c968-4be8-867d-cc20411f5cf0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663830633773,
  "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-09-22T07:11:47.734Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e37d6496-c968-4be8-867d-cc20411f5cf0
2022-09-22T07:11:47.734Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e37d6496-c968-4be8-867d-cc20411f5cf0 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-09-22T07:11:47.741Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.741Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e37d6496-c968-4be8-867d-cc20411f5cf0",
  "consumerID": "aai-ml",
  "timestamp": 1663830629852,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:11:47.742Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.742Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.742Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60942e59-bb42-4e5f-86ee-bcdb9a005d20",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663830630416,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4a94jnuu826ommznorqz/1.0/resourceInstances/pnf4debfb0833920/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:11:47.742Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.742Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.742Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e37d6496-c968-4be8-867d-cc20411f5cf0",
  "consumerID": "cds",
  "timestamp": 1663830634384,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-22T07:11:47.746Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e37d6496-c968-4be8-867d-cc20411f5cf0
2022-09-22T07:11:47.746Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e37d6496-c968-4be8-867d-cc20411f5cf0 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-09-22T07:11:47.753Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.753Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e37d6496-c968-4be8-867d-cc20411f5cf0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663830634774,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-09-22T07:11:47.754Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:11:47.754Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.754Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e37d6496-c968-4be8-867d-cc20411f5cf0",
  "consumerID": "aai-ml",
  "timestamp": 1663830629852,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:11:47.754Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.754Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.754Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60942e59-bb42-4e5f-86ee-bcdb9a005d20",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663830630416,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4a94jnuu826ommznorqz/1.0/resourceInstances/pnf4debfb0833920/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:11:47.755Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.755Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.755Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60942e59-bb42-4e5f-86ee-bcdb9a005d20",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663830634778,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4a94jnuu826ommznorqz/1.0/resourceInstances/pnf4debfb0833920/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:11:47.755Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.755Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.755Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60942e59-bb42-4e5f-86ee-bcdb9a005d20",
  "consumerID": "cds",
  "timestamp": 1663830614469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4a94jnuu826ommznorqz/1.0/resourceInstances/pnf4debfb0833920/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:11:47.756Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.756Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.756Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e37d6496-c968-4be8-867d-cc20411f5cf0",
  "consumerID": "aai-ml",
  "timestamp": 1663830629852,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:11:47.756Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.756Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.756Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e37d6496-c968-4be8-867d-cc20411f5cf0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663830635836,
  "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-09-22T07:11:47.760Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e37d6496-c968-4be8-867d-cc20411f5cf0
2022-09-22T07:11:47.761Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e37d6496-c968-4be8-867d-cc20411f5cf0 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-09-22T07:11:47.766Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.766Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60942e59-bb42-4e5f-86ee-bcdb9a005d20",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663830630416,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4a94jnuu826ommznorqz/1.0/resourceInstances/pnf4debfb0833920/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-09-22T07:11:47.767Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.767Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.767Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60942e59-bb42-4e5f-86ee-bcdb9a005d20",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663830634778,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4a94jnuu826ommznorqz/1.0/resourceInstances/pnf4debfb0833920/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:11:47.767Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.767Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.767Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60942e59-bb42-4e5f-86ee-bcdb9a005d20",
  "consumerID": "cds",
  "timestamp": 1663830614469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4a94jnuu826ommznorqz/1.0/resourceInstances/pnf4debfb0833920/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:11:47.768Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.768Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.768Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e37d6496-c968-4be8-867d-cc20411f5cf0",
  "consumerID": "aai-ml",
  "timestamp": 1663830629852,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:11:47.768Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.768Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.769Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e37d6496-c968-4be8-867d-cc20411f5cf0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663830636840,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-22T07:11:47.769Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:11:47.769Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.769Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60942e59-bb42-4e5f-86ee-bcdb9a005d20",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663830630416,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4a94jnuu826ommznorqz/1.0/artifacts/service-DemoPnf4a94jnuu826ommznorqz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:11:47.770Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.770Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.770Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60942e59-bb42-4e5f-86ee-bcdb9a005d20",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663830634778,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4a94jnuu826ommznorqz/1.0/resourceInstances/pnf4debfb0833920/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:11:47.770Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.770Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.770Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60942e59-bb42-4e5f-86ee-bcdb9a005d20",
  "consumerID": "cds",
  "timestamp": 1663830614469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4a94jnuu826ommznorqz/1.0/resourceInstances/pnf4debfb0833920/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:11:47.771Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.771Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.771Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3d850ab-dbd0-4986-ae1b-2cfceae15de7",
  "consumerID": "clamp",
  "timestamp": 1663830637135,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-22T07:11:47.771Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:11:47.771Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.771Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e37d6496-c968-4be8-867d-cc20411f5cf0",
  "consumerID": "aai-ml",
  "timestamp": 1663830629852,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-09-22T07:11:47.772Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.772Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.772Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60942e59-bb42-4e5f-86ee-bcdb9a005d20",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663830630416,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4a94jnuu826ommznorqz/1.0/artifacts/service-DemoPnf4a94jnuu826ommznorqz-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:11:47.772Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.772Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.772Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60942e59-bb42-4e5f-86ee-bcdb9a005d20",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663830634778,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4a94jnuu826ommznorqz/1.0/resourceInstances/pnf4debfb0833920/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:11:47.772Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.773Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.773Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60942e59-bb42-4e5f-86ee-bcdb9a005d20",
  "consumerID": "cds",
  "timestamp": 1663830614469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4a94jnuu826ommznorqz/1.0/resourceInstances/pnf4debfb0833920/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:11:47.773Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.773Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.773Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60942e59-bb42-4e5f-86ee-bcdb9a005d20",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663830637846,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4a94jnuu826ommznorqz/1.0/resourceInstances/pnf4debfb0833920/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:11:47.773Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.773Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.773Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e37d6496-c968-4be8-867d-cc20411f5cf0",
  "consumerID": "aai-ml",
  "timestamp": 1663830638958,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-22T07:11:47.773Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:11:47.773Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.773Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60942e59-bb42-4e5f-86ee-bcdb9a005d20",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663830639174,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4a94jnuu826ommznorqz/1.0/resourceInstances/pnf4debfb0833920/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-22T07:11:47.774Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:11:47.774Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.774Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60942e59-bb42-4e5f-86ee-bcdb9a005d20",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663830634778,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4a94jnuu826ommznorqz/1.0/resourceInstances/pnf4debfb0833920/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:11:47.774Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.774Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.774Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60942e59-bb42-4e5f-86ee-bcdb9a005d20",
  "consumerID": "cds",
  "timestamp": 1663830614469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4a94jnuu826ommznorqz/1.0/resourceInstances/pnf4debfb0833920/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:11:47.774Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.774Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.774Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3d850ab-dbd0-4986-ae1b-2cfceae15de7",
  "consumerID": "clamp",
  "timestamp": 1663830639140,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-22T07:11:47.774Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:11:47.775Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.775Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60942e59-bb42-4e5f-86ee-bcdb9a005d20",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663830637846,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4a94jnuu826ommznorqz/1.0/resourceInstances/pnf4debfb0833920/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:11:47.775Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.775Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.775Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60942e59-bb42-4e5f-86ee-bcdb9a005d20",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663830640330,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4a94jnuu826ommznorqz/1.0/resourceInstances/pnf4debfb0833920/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-09-22T07:11:47.775Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:11:47.775Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.775Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60942e59-bb42-4e5f-86ee-bcdb9a005d20",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663830634778,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4a94jnuu826ommznorqz/1.0/resourceInstances/pnf4debfb0833920/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:11:47.775Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.775Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.776Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60942e59-bb42-4e5f-86ee-bcdb9a005d20",
  "consumerID": "cds",
  "timestamp": 1663830614469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4a94jnuu826ommznorqz/1.0/resourceInstances/pnf4debfb0833920/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:11:47.776Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.776Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.776Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3d850ab-dbd0-4986-ae1b-2cfceae15de7",
  "consumerID": "clamp",
  "timestamp": 1663830640143,
  "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-09-22T07:11:47.781Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b3d850ab-dbd0-4986-ae1b-2cfceae15de7
2022-09-22T07:11:47.781Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId b3d850ab-dbd0-4986-ae1b-2cfceae15de7 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-09-22T07:11:47.791Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.791Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60942e59-bb42-4e5f-86ee-bcdb9a005d20",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663830637846,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4a94jnuu826ommznorqz/1.0/resourceInstances/pnf4debfb0833920/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:11:47.791Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.791Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.792Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60942e59-bb42-4e5f-86ee-bcdb9a005d20",
  "consumerID": "policy-id",
  "timestamp": 1663830639991,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4a94jnuu826ommznorqz/1.0/resourceInstances/pnf4debfb0833920/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:11:47.792Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.792Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.792Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60942e59-bb42-4e5f-86ee-bcdb9a005d20",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663830641334,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-22T07:11:47.803Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 60942e59-bb42-4e5f-86ee-bcdb9a005d20
2022-09-22T07:11:47.803Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 60942e59-bb42-4e5f-86ee-bcdb9a005d20 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-09-22T07:11:47.813Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.813Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60942e59-bb42-4e5f-86ee-bcdb9a005d20",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663830634778,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4a94jnuu826ommznorqz/1.0/artifacts/service-DemoPnf4a94jnuu826ommznorqz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:11:47.813Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.813Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.813Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60942e59-bb42-4e5f-86ee-bcdb9a005d20",
  "consumerID": "cds",
  "timestamp": 1663830614469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4a94jnuu826ommznorqz/1.0/artifacts/service-DemoPnf4a94jnuu826ommznorqz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:11:47.813Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.813Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.813Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e37d6496-c968-4be8-867d-cc20411f5cf0",
  "consumerID": "clamp",
  "timestamp": 1663830619597,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:11:47.814Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.814Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.814Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60942e59-bb42-4e5f-86ee-bcdb9a005d20",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663830637846,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4a94jnuu826ommznorqz/1.0/resourceInstances/pnf4debfb0833920/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:11:47.814Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.814Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.814Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60942e59-bb42-4e5f-86ee-bcdb9a005d20",
  "consumerID": "policy-id",
  "timestamp": 1663830639991,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4a94jnuu826ommznorqz/1.0/resourceInstances/pnf4debfb0833920/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:11:47.814Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.814Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.814Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60942e59-bb42-4e5f-86ee-bcdb9a005d20",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663830634778,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4a94jnuu826ommznorqz/1.0/artifacts/service-DemoPnf4a94jnuu826ommznorqz-csar.csar",
  "status": "NOTIFIED"
}
2022-09-22T07:11:47.815Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.815Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.815Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60942e59-bb42-4e5f-86ee-bcdb9a005d20",
  "consumerID": "cds",
  "timestamp": 1663830614469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4a94jnuu826ommznorqz/1.0/artifacts/service-DemoPnf4a94jnuu826ommznorqz-csar.csar",
  "status": "NOTIFIED"
}
2022-09-22T07:11:47.815Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.816Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.816Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e37d6496-c968-4be8-867d-cc20411f5cf0",
  "consumerID": "clamp",
  "timestamp": 1663830619597,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:11:47.816Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.816Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.816Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60942e59-bb42-4e5f-86ee-bcdb9a005d20",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663830637846,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4a94jnuu826ommznorqz/1.0/resourceInstances/pnf4debfb0833920/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:11:47.816Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.816Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.816Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60942e59-bb42-4e5f-86ee-bcdb9a005d20",
  "consumerID": "policy-id",
  "timestamp": 1663830639991,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4a94jnuu826ommznorqz/1.0/resourceInstances/pnf4debfb0833920/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:11:47.816Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.816Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.816Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60942e59-bb42-4e5f-86ee-bcdb9a005d20",
  "consumerID": "cds",
  "timestamp": 1663830643518,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4a94jnuu826ommznorqz/1.0/artifacts/service-DemoPnf4a94jnuu826ommznorqz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-22T07:11:47.817Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:11:47.817Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.817Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e37d6496-c968-4be8-867d-cc20411f5cf0",
  "consumerID": "clamp",
  "timestamp": 1663830619597,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:11:47.817Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.817Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.817Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60942e59-bb42-4e5f-86ee-bcdb9a005d20",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663830643600,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4a94jnuu826ommznorqz/1.0/artifacts/service-DemoPnf4a94jnuu826ommznorqz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-22T07:11:47.817Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:11:47.818Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.818Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60942e59-bb42-4e5f-86ee-bcdb9a005d20",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663830637846,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4a94jnuu826ommznorqz/1.0/resourceInstances/pnf4debfb0833920/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:11:47.818Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.818Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.818Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60942e59-bb42-4e5f-86ee-bcdb9a005d20",
  "consumerID": "policy-id",
  "timestamp": 1663830639991,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4a94jnuu826ommznorqz/1.0/resourceInstances/pnf4debfb0833920/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:11:47.818Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.818Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.818Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e37d6496-c968-4be8-867d-cc20411f5cf0",
  "consumerID": "clamp",
  "timestamp": 1663830619597,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-09-22T07:11:47.818Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.819Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.819Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60942e59-bb42-4e5f-86ee-bcdb9a005d20",
  "consumerID": "cds",
  "timestamp": 1663830644529,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4a94jnuu826ommznorqz/1.0/artifacts/service-DemoPnf4a94jnuu826ommznorqz-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-09-22T07:11:47.825Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 60942e59-bb42-4e5f-86ee-bcdb9a005d20
2022-09-22T07:11:47.825Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 60942e59-bb42-4e5f-86ee-bcdb9a005d20 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-09-22T07:11:47.833Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.833Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e37d6496-c968-4be8-867d-cc20411f5cf0",
  "consumerID": "aai-ml",
  "timestamp": 1663830644610,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-22T07:11:47.833Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:11:47.833Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.833Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60942e59-bb42-4e5f-86ee-bcdb9a005d20",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663830637846,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4a94jnuu826ommznorqz/1.0/artifacts/service-DemoPnf4a94jnuu826ommznorqz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:11:47.834Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.834Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.834Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60942e59-bb42-4e5f-86ee-bcdb9a005d20",
  "consumerID": "policy-id",
  "timestamp": 1663830639991,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4a94jnuu826ommznorqz/1.0/resourceInstances/pnf4debfb0833920/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:11:47.834Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.834Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.834Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60942e59-bb42-4e5f-86ee-bcdb9a005d20",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663830645553,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4a94jnuu826ommznorqz/1.0/artifacts/service-DemoPnf4a94jnuu826ommznorqz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-22T07:11:47.834Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:11:47.834Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.834Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e37d6496-c968-4be8-867d-cc20411f5cf0",
  "consumerID": "aai-ml",
  "timestamp": 1663830645616,
  "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-09-22T07:11:47.838Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e37d6496-c968-4be8-867d-cc20411f5cf0
2022-09-22T07:11:47.838Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e37d6496-c968-4be8-867d-cc20411f5cf0 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-09-22T07:11:47.852Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.852Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e37d6496-c968-4be8-867d-cc20411f5cf0",
  "consumerID": "clamp",
  "timestamp": 1663830619597,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:11:47.852Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.852Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.852Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60942e59-bb42-4e5f-86ee-bcdb9a005d20",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663830637846,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4a94jnuu826ommznorqz/1.0/artifacts/service-DemoPnf4a94jnuu826ommznorqz-csar.csar",
  "status": "NOTIFIED"
}
2022-09-22T07:11:47.852Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.852Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.853Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60942e59-bb42-4e5f-86ee-bcdb9a005d20",
  "consumerID": "policy-id",
  "timestamp": 1663830639991,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4a94jnuu826ommznorqz/1.0/resourceInstances/pnf4debfb0833920/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:11:47.853Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.853Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.853Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60942e59-bb42-4e5f-86ee-bcdb9a005d20",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663830646557,
  "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-09-22T07:11:47.857Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 60942e59-bb42-4e5f-86ee-bcdb9a005d20
2022-09-22T07:11:47.857Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 60942e59-bb42-4e5f-86ee-bcdb9a005d20 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-09-22T07:11:47.865Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.865Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e37d6496-c968-4be8-867d-cc20411f5cf0",
  "consumerID": "clamp",
  "timestamp": 1663830619597,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:11:47.865Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:11:47.865Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:11:47.865Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60942e59-bb42-4e5f-86ee-bcdb9a005d20",
  "consumerID": "policy-id",
  "timestamp": 1663830639991,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4a94jnuu826ommznorqz/1.0/artifacts/service-DemoPnf4a94jnuu826ommznorqz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:11:47.865Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:12:05.121Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b3d850ab-dbd0-4986-ae1b-2cfceae15de7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-22T07:12:05.133Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b3d850ab-dbd0-4986-ae1b-2cfceae15de7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-22T07:12:05.136Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-22T07:12:05.136Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-22T07:12:05.136Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-22T07:12:05.136Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-22T07:12:05.136Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-22T07:12:05.136Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-22T07:12:05.136Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-22T07:12:05.136Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-22T07:12:05.136Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-22T07:12:05.136Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-22T07:12:05.137Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-22T07:12:05.142Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-22T07:12:35.142Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b3d850ab-dbd0-4986-ae1b-2cfceae15de7 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-09-22T07:12:35.148Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b3d850ab-dbd0-4986-ae1b-2cfceae15de7 and serviceModelVersionId: de2087b1-8a18-4bc0-a4eb-0188db92c4fc
2022-09-22T07:12:35.148Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0788bd2b-d6ec-4321-b33e-db88eccc7fa7
2022-09-22T07:12:35.149Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0788bd2b-d6ec-4321-b33e-db88eccc7fa7/model-vers/model-ver/de2087b1-8a18-4bc0-a4eb-0188db92c4fc?depth=0
2022-09-22T07:12:35.152Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-09-22T07:12:35.193Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0788bd2b-d6ec-4321-b33e-db88eccc7fa7/model-vers/model-ver/de2087b1-8a18-4bc0-a4eb-0188db92c4fc?depth=0|INFO|500||Invoke
2022-09-22T07:12:35.194Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0788bd2b-d6ec-4321-b33e-db88eccc7fa7/model-vers/model-ver/de2087b1-8a18-4bc0-a4eb-0188db92c4fc?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0788bd2b-d6ec-4321-b33e-db88eccc7fa7/model-vers/model-ver/de2087b1-8a18-4bc0-a4eb-0188db92c4fc?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b3d850ab-dbd0-4986-ae1b-2cfceae15de7], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c9bf1374-e041-48ed-80f2-0e53ab67d2a4], X-ECOMP-RequestID=[b3d850ab-dbd0-4986-ae1b-2cfceae15de7], X-TransactionId=[], X-ONAP-RequestID=[b3d850ab-dbd0-4986-ae1b-2cfceae15de7], Content-Type=[application/merge-patch+json]}
2022-09-22T07:12:35.214Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0788bd2b-d6ec-4321-b33e-db88eccc7fa7/model-vers/model-ver/de2087b1-8a18-4bc0-a4eb-0188db92c4fc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-09-22T07:12:35.530Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0788bd2b-d6ec-4321-b33e-db88eccc7fa7/model-vers/model-ver/de2087b1-8a18-4bc0-a4eb-0188db92c4fc?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/0788bd2b-d6ec-4321-b33e-db88eccc7fa7/model-vers/model-ver/de2087b1-8a18-4bc0-a4eb-0188db92c4fc?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220922-07:12:34:795-65867], vertex-id=[229504], Content-Length=[0], Date=[Thu, 22 Sep 2022 07:12:34 GMT], Content-Type=[application/json]}
2022-09-22T07:12:35.530Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0788bd2b-d6ec-4321-b33e-db88eccc7fa7/model-vers/model-ver/de2087b1-8a18-4bc0-a4eb-0188db92c4fc?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-09-22T07:12:35.531Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0788bd2b-d6ec-4321-b33e-db88eccc7fa7/model-vers/model-ver/de2087b1-8a18-4bc0-a4eb-0188db92c4fc?depth=0|INFO|500||InvokeReturn
2022-09-22T07:12:35.531Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-09-22T07:12:35.531Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-22T07:12:35.559Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-09-22T07:12:35.559Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b3d850ab-dbd0-4986-ae1b-2cfceae15de7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-09-22T07:12:35.559Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-09-22T07:12:35.559Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:12:35.561Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:12:35.561Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b3d850ab-dbd0-4986-ae1b-2cfceae15de7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663830755559,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-22T07:12:35.661Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T07:12:35.662Z||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-09-22T07:12:35.662Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:12:35.679Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:12:35.679Z||pool-55-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-09-22T07:12:36.574Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-22T07:12:36.575Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"e37d6496-c968-4be8-867d-cc20411f5cf0","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"ef025602-fe62-4fb2-95b6-137247949735","serviceDescription":"service","serviceInvariantUUID":"7a8b4733-e8f0-4295-8536-12b1b6560f48","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b661a1bf-5f3f-4a54-a9ab-b3798aec2587","resourceInvariantUUID":"efff6f35-54e2-40fa-9bcf-fcaa932b8a7a","resourceCustomizationUUID":"da4121ef-58a3-4c9f-b1b7-8d4024114da1","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","artifactChecksum":"ZDY2YTFlY2VkYzlmZTAzOWRlMGRiMjkzMDNiYTY2YzM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"11068947-ae12-48db-8cd3-0269c90db94b","artifactVersion":"1"},{"artifactName":"nginx_cloudtech_k8s_charts.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ad27d2e3-2947-4ffb-ad89-bcd52de64eb7","artifactVersion":"2","generatedFromUUID":"1a160194-da94-4981-97ec-ab19fd2bd27d"},{"artifactName":"nginx_cloudtech_k8s_charts.tgz","artifactType":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","artifactChecksum":"YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"1a160194-da94-4981-97ec-ab19fd2bd27d","artifactVersion":"1"},{"artifactName":"basic_cnf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","artifactChecksum":"NjdhMmYyZjY0ODdmNTk1YjRmMTI5MzgyYWUyZTY0MTk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7733aa69-43bd-4168-a2e5-e1f14f1ef101","artifactVersion":"1"},{"artifactName":"base_dummy.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","artifactChecksum":"MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f75336fe-5d4b-41fc-93cf-11fa2226541e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","artifactChecksum":"OWI0ZjVmMTVjZmQ2Nzk1ZTUyOWQyYzdjMjFhYTI4NzE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f4fb2ccf-ddc7-4c18-872c-9186da7f8516","artifactVersion":"1"},{"artifactName":"base_dummy.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","artifactChecksum":"NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"8652fffe-291c-419c-aeb8-f64c2510b807","artifactVersion":"2","generatedFromUUID":"f75336fe-5d4b-41fc-93cf-11fa2226541e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NzYzOTdhZmU0MDlhYTk5ODVjMzczOGVhZDdlOTgyY2Y\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a45dd26b-dbd6-48de-8f78-20044ca841d7","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"YzIzODcwNzM5YzRlNmVlMTBhYThkMWEwOTE0NWM1Y2Y\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"67a8ba03-f6cd-43a2-b4e5-7722ee2fbf86","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-22T07:12:36.575Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-22T07:12:36.576Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:12:36.578Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:12:36.578Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e37d6496-c968-4be8-867d-cc20411f5cf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663830647554,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:12:36.678Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T07:12:36.679Z||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-09-22T07:12:36.679Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:12:36.695Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:12:36.696Z||pool-56-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-09-22T07:12:37.578Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-22T07:12:37.579Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:12:37.581Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:12:37.581Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e37d6496-c968-4be8-867d-cc20411f5cf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663830647554,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-09-22T07:12:37.682Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T07:12:37.683Z||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-09-22T07:12:37.683Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:12:37.694Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:12:37.695Z||pool-57-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-09-22T07:12:38.582Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-22T07:12:38.582Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:12:38.584Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:12:38.584Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e37d6496-c968-4be8-867d-cc20411f5cf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663830647554,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-09-22T07:12:38.684Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T07:12:38.685Z||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-09-22T07:12:38.685Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:12:38.698Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:12:38.698Z||pool-58-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-09-22T07:12:39.585Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-22T07:12:39.585Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:12:39.587Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:12:39.587Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e37d6496-c968-4be8-867d-cc20411f5cf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663830647554,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-09-22T07:12:39.687Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T07:12:39.688Z||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-09-22T07:12:39.688Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:12:39.699Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:12:39.699Z||pool-59-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-09-22T07:12:40.588Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-22T07:12:40.588Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:12:40.590Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:12:40.590Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e37d6496-c968-4be8-867d-cc20411f5cf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663830647554,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-09-22T07:12:40.690Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T07:12:40.691Z||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-09-22T07:12:40.691Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:12:40.705Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:12:40.705Z||pool-60-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-09-22T07:12:41.591Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-22T07:12:41.591Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:12:41.593Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:12:41.593Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e37d6496-c968-4be8-867d-cc20411f5cf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663830647554,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:12:41.693Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T07:12:41.695Z||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-09-22T07:12:41.695Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:12:41.715Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:12:41.716Z||pool-61-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-09-22T07:12:42.594Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-22T07:12:42.595Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:12:42.597Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:12:42.597Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e37d6496-c968-4be8-867d-cc20411f5cf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663830647554,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-09-22T07:12:42.698Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-22T07:12:42.699Z||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-09-22T07:12:42.699Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:12:42.713Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:12:42.714Z||pool-62-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-22T07:12:43.598Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-22T07:12:43.598Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:12:43.600Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:12:43.601Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e37d6496-c968-4be8-867d-cc20411f5cf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663830647554,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:12:43.701Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T07:12:43.701Z||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-09-22T07:12:43.702Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:12:43.715Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:12:43.716Z||pool-63-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-22T07:12:44.601Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-22T07:12:44.602Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:12:44.603Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:12:44.604Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e37d6496-c968-4be8-867d-cc20411f5cf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663830647554,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-09-22T07:12:44.704Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T07:12:44.704Z||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-09-22T07:12:44.705Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:12:44.731Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:12:44.732Z||pool-64-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-09-22T07:12:45.605Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "e37d6496-c968-4be8-867d-cc20411f5cf0",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "ef025602-fe62-4fb2-95b6-137247949735",
  "serviceDescription": "service",
  "serviceInvariantUUID": "7a8b4733-e8f0-4295-8536-12b1b6560f48",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "da4121ef-58a3-4c9f-b1b7-8d4024114da1",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "b661a1bf-5f3f-4a54-a9ab-b3798aec2587",
      "resourceInvariantUUID": "efff6f35-54e2-40fa-9bcf-fcaa932b8a7a",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "nginx_cloudtech_k8s_charts.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
          "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "ad27d2e3-2947-4ffb-ad89-bcd52de64eb7",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "nginx_cloudtech_k8s_charts.tgz",
          "artifactType": "CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
          "artifactChecksum": "YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "1a160194-da94-4981-97ec-ab19fd2bd27d",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "basic_cnf0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
          "artifactChecksum": "NjdhMmYyZjY0ODdmNTk1YjRmMTI5MzgyYWUyZTY0MTk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7733aa69-43bd-4168-a2e5-e1f14f1ef101",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_dummy.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
          "artifactChecksum": "MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "f75336fe-5d4b-41fc-93cf-11fa2226541e",
          "generatedArtifact": {
            "artifactName": "base_dummy.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
            "artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "8652fffe-291c-419c-aeb8-f64c2510b807",
            "generatedFromUUID": "f75336fe-5d4b-41fc-93cf-11fa2226541e"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_dummy.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
          "artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "8652fffe-291c-419c-aeb8-f64c2510b807",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "YzIzODcwNzM5YzRlNmVlMTBhYThkMWEwOTE0NWM1Y2Y\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "67a8ba03-f6cd-43a2-b4e5-7722ee2fbf86"
    }
  ],
  "workloadContext": "Production"
}
2022-09-22T07:12:45.605Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-22T07:12:45.606Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 ef025602-fe62-4fb2-95b6-137247949735 ASDC
2022-09-22T07:12:45.606Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:e37d6496-c968-4be8-867d-cc20411f5cf0
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:ef025602-fe62-4fb2-95b6-137247949735
ServiceInvariantUUID:7a8b4733-e8f0-4295-8536-12b1b6560f48
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicCnf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
ArtifactUUID:67a8ba03-f6cd-43a2-b4e5-7722ee2fbf86
ArtifactChecksum:YzIzODcwNzM5YzRlNmVlMTBhYThkMWEwOTE0NWM1Y2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:da4121ef-58a3-4c9f-b1b7-8d4024114da1
ResourceInvariantUUID:efff6f35-54e2-40fa-9bcf-fcaa932b8a7a
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:b661a1bf-5f3f-4a54-a9ab-b3798aec2587
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
ArtifactUUID:ad27d2e3-2947-4ffb-ad89-bcd52de64eb7
ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.tgz
ArtifactVersion:1
ArtifactType:CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
ArtifactUUID:1a160194-da94-4981-97ec-ab19fd2bd27d
ArtifactChecksum:YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:basic_cnf0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
ArtifactUUID:7733aa69-43bd-4168-a2e5-e1f14f1ef101
ArtifactChecksum:NjdhMmYyZjY0ODdmNTk1YjRmMTI5MzgyYWUyZTY0MTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_dummy.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
ArtifactUUID:f75336fe-5d4b-41fc-93cf-11fa2226541e
ArtifactChecksum:MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:8652fffe-291c-419c-aeb8-f64c2510b807
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:8652fffe-291c-419c-aeb8-f64c2510b807
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-09-22T07:12:45.606Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ef025602-fe62-4fb2-95b6-137247949735 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-09-22T07:12:45.637Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-22T07:12:45.637Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-09-22T07:12:45.638Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-09-22T07:12:45.638Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 67a8ba03-f6cd-43a2-b4e5-7722ee2fbf86 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-09-22T07:12:45.638Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-09-22T07:12:45.638Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-09-22T07:12:45.735Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-09-22T07:12:45.738Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 67a8ba03-f6cd-43a2-b4e5-7722ee2fbf86 73670
2022-09-22T07:12:45.738Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-09-22T07:12:45.739Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-09-22T07:12:45.739Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-22T07:12:45.739Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:12:45.741Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:12:45.741Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e37d6496-c968-4be8-867d-cc20411f5cf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663830765738,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-22T07:12:45.841Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T07:12:45.841Z||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-09-22T07:12:45.842Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:12:45.897Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:12:45.898Z||pool-65-thread-1|||||INFO|500||cambria reply ok (57 ms):{"serverTimeMs":0,"count":1}
2022-09-22T07:12:46.741Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-22T07:12:46.742Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-09-22T07:12:46.743Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 67a8ba03-f6cd-43a2-b4e5-7722ee2fbf86, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-09-22T07:12:46.743Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-09-22T07:12:46.743Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-09-22T07:12:46.744Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-09-22T07:12:46.893Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8344978793864860968/Definitions/service-BasicCnf-template.yml
2022-09-22T07:12:47.557Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:12:47.557Z||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-09-22T07:12:47.557Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T07:12:47.584Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:12:47.585Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:12:47.585Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e37d6496-c968-4be8-867d-cc20411f5cf0",
  "consumerID": "clamp",
  "timestamp": 1663830619597,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:12:47.585Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
Log warning: The required parameter "compute_dummy_metadata" is not provided
Log warning: The required parameter "compute_dummy_name" is not provided
2022-09-22T07:12:48.007Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-22T07:12:48.008Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-09-22T07:12:48.008Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-09-22T07:12:48.008Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-09-22T07:12:48.008Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-09-22T07:12:48.008Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-09-22T07:12:48.008Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-09-22T07:12:48.008Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-09-22T07:12:48.008Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-09-22T07:12:48.008Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:12:48.009Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:12:48.009Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-09-22T07:12:48.009Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-09-22T07:12:48.009Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-22T07:12:48.009Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:12:48.009Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:12:48.010Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-09-22T07:12:48.010Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-09-22T07:12:48.010Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-22T07:12:48.010Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:12:48.010Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:12:48.010Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:12:48.010Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-09-22T07:12:48.011Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-09-22T07:12:48.011Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||Node template dummy is not matching search criteria
2022-09-22T07:12:48.011Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-22T07:12:48.011Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:12:48.011Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-22T07:12:48.011Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:12:48.011Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-09-22T07:12:48.011Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-22T07:12:48.012Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:12:48.012Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-09-22T07:12:48.012Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-22T07:12:48.012Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:12:48.012Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-09-22T07:12:48.012Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-22T07:12:48.012Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:12:48.013Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-09-22T07:12:48.013Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-09-22T07:12:48.013Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=19e0af69-49a1-42d7-acc5-7a4d23026687
2022-09-22T07:12:48.013Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:12:48.013Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:12:48.013Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:12:48.013Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:12:48.014Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:12:48.015Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:12:48.015Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:12:48.015Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:12:48.015Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:ef025602-fe62-4fb2-95b6-137247949735
Model Version:NULL
Model InvariantUuid:7a8b4733-e8f0-4295-8536-12b1b6560f48
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:c438ec3c-15e7-4ca8-aaa2-b3abbe2da3ae
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:efff6f35-54e2-40fa-9bcf-fcaa932b8a7a
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:da4121ef-58a3-4c9f-b1b7-8d4024114da1
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:d3294763-b4db-4689-8139-cd56ba993067
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:de46a711-a42c-4346-b4c6-67e3b0c9f191
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:19e0af69-49a1-42d7-acc5-7a4d23026687
ModelInvariantUuid:f1699fbf-f01b-4f28-a9aa-b5b58d8446af
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:bf4dab40-20d0-45fa-82df-0e7875578011
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:0e29eec5-1a69-4f1f-bf28-50ea5d2f1a9e
ModelInvariantUuid:9a4d5cbf-447b-40c2-80cb-1e03a15c7793
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:235addf0-ad0f-4033-b95e-b98965a2a6aa
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-09-22T07:12:48.023Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: b661a1bf-5f3f-4a54-a9ab-b3798aec2587
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-09-22T07:12:48.026Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||INFO|500||basic_cnf 0
2022-09-22T07:12:48.026Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b661a1bf-5f3f-4a54-a9ab-b3798aec2587
2022-09-22T07:12:48.026Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ad27d2e3-2947-4ffb-ad89-bcd52de64eb7 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-09-22T07:12:48.026Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-09-22T07:12:48.026Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-09-22T07:12:48.079Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-09-22T07:12:48.080Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ad27d2e3-2947-4ffb-ad89-bcd52de64eb7 12
2022-09-22T07:12:48.080Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-09-22T07:12:48.080Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-09-22T07:12:48.080Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-22T07:12:48.080Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:12:48.082Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:12:48.082Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e37d6496-c968-4be8-867d-cc20411f5cf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663830768080,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-09-22T07:12:48.182Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T07:12:48.184Z||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-09-22T07:12:48.184Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:12:48.199Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:12:48.200Z||pool-66-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-09-22T07:12:49.083Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 1a160194-da94-4981-97ec-ab19fd2bd27d from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-09-22T07:12:49.084Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-09-22T07:12:49.084Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-09-22T07:12:49.148Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-09-22T07:12:49.148Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 1a160194-da94-4981-97ec-ab19fd2bd27d 2688
2022-09-22T07:12:49.149Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-09-22T07:12:49.149Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-09-22T07:12:49.149Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-22T07:12:49.149Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:12:49.151Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:12:49.151Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e37d6496-c968-4be8-867d-cc20411f5cf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663830769149,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-09-22T07:12:49.251Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T07:12:49.252Z||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-09-22T07:12:49.252Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:12:49.263Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:12:49.263Z||pool-67-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-09-22T07:12:50.152Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 7733aa69-43bd-4168-a2e5-e1f14f1ef101 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-09-22T07:12:50.153Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-09-22T07:12:50.153Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-09-22T07:12:50.222Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-09-22T07:12:50.223Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 7733aa69-43bd-4168-a2e5-e1f14f1ef101 828
2022-09-22T07:12:50.223Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-09-22T07:12:50.223Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-09-22T07:12:50.223Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-22T07:12:50.224Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:12:50.226Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:12:50.226Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e37d6496-c968-4be8-867d-cc20411f5cf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663830770223,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-22T07:12:50.326Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T07:12:50.326Z||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-09-22T07:12:50.327Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:12:50.339Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:12:50.340Z||pool-68-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-09-22T07:12:51.226Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "d3294763-b4db-4689-8139-cd56ba993067",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "de46a711-a42c-4346-b4c6-67e3b0c9f191",
    "vfModuleModelCustomizationUUID": "6f8d398c-302f-4623-8acb-48a7335ef988",
    "isBase": true,
    "artifacts": [
      "f75336fe-5d4b-41fc-93cf-11fa2226541e",
      "1a160194-da94-4981-97ec-ab19fd2bd27d",
      "8652fffe-291c-419c-aeb8-f64c2510b807"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-09-22T07:12:51.230Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:de46a711-a42c-4346-b4c6-67e3b0c9f191
VfModuleModelInvariantUUID:d3294763-b4db-4689-8139-cd56ba993067
VfModuleModelDescription:NULL
Artifacts UUID List:{
f75336fe-5d4b-41fc-93cf-11fa2226541e
,
1a160194-da94-4981-97ec-ab19fd2bd27d
,
8652fffe-291c-419c-aeb8-f64c2510b807

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

isBase:true


}

2022-09-22T07:12:51.231Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "d3294763-b4db-4689-8139-cd56ba993067",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "de46a711-a42c-4346-b4c6-67e3b0c9f191",
    "vfModuleModelCustomizationUUID": "6f8d398c-302f-4623-8acb-48a7335ef988",
    "isBase": true,
    "artifacts": [
      "f75336fe-5d4b-41fc-93cf-11fa2226541e",
      "1a160194-da94-4981-97ec-ab19fd2bd27d",
      "8652fffe-291c-419c-aeb8-f64c2510b807"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-09-22T07:12:51.232Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:de46a711-a42c-4346-b4c6-67e3b0c9f191
VfModuleModelInvariantUUID:d3294763-b4db-4689-8139-cd56ba993067
VfModuleModelDescription:NULL
Artifacts UUID List:{
f75336fe-5d4b-41fc-93cf-11fa2226541e
,
1a160194-da94-4981-97ec-ab19fd2bd27d
,
8652fffe-291c-419c-aeb8-f64c2510b807

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

isBase:true


}

2022-09-22T07:12:51.232Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: f75336fe-5d4b-41fc-93cf-11fa2226541e from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-09-22T07:12:51.232Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-09-22T07:12:51.232Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-09-22T07:12:51.282Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-09-22T07:12:51.282Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml f75336fe-5d4b-41fc-93cf-11fa2226541e 1164
2022-09-22T07:12:51.282Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-09-22T07:12:51.282Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-09-22T07:12:51.283Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-22T07:12:51.283Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:12:51.285Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:12:51.285Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e37d6496-c968-4be8-867d-cc20411f5cf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663830771282,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-22T07:12:51.385Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T07:12:51.386Z||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-09-22T07:12:51.386Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:12:51.398Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:12:51.399Z||pool-69-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-09-22T07:12:52.285Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 8652fffe-291c-419c-aeb8-f64c2510b807 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-09-22T07:12:52.286Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-09-22T07:12:52.286Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-09-22T07:12:52.452Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-09-22T07:12:52.452Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 8652fffe-291c-419c-aeb8-f64c2510b807 200
2022-09-22T07:12:52.452Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-09-22T07:12:52.452Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-09-22T07:12:52.452Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-22T07:12:52.453Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:12:52.454Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:12:52.454Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e37d6496-c968-4be8-867d-cc20411f5cf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663830772452,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-09-22T07:12:52.559Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-09-22T07:12:52.560Z||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-09-22T07:12:52.560Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:12:52.572Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:12:52.572Z||pool-70-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-09-22T07:12:53.455Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: ef025602-fe62-4fb2-95b6-137247949735
2022-09-22T07:12:53.455Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 b661a1bf-5f3f-4a54-a9ab-b3798aec2587 ASDC
2022-09-22T07:12:53.484Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select 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-09-22T07:12:53.578Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@681f1083, org.onap.sdc.toscaparser.api.parameters.Input@e7787c8, org.onap.sdc.toscaparser.api.parameters.Input@5028d406, org.onap.sdc.toscaparser.api.parameters.Input@1406cfd8, org.onap.sdc.toscaparser.api.parameters.Input@40d4ed3]
2022-09-22T07:12:53.580Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:12:53.580Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:12:53.580Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-09-22T07:12:53.580Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= da4121ef-58a3-4c9f-b1b7-8d4024114da1
2022-09-22T07:12:53.581Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: da4121ef-58a3-4c9f-b1b7-8d4024114da1 matches Tosca VF Customization UUID: da4121ef-58a3-4c9f-b1b7-8d4024114da1
2022-09-22T07:12:53.581Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: da4121ef-58a3-4c9f-b1b7-8d4024114da1  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-09-22T07:12:53.594Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:12:53.595Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:12:53.596Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id da4121ef-58a3-4c9f-b1b7-8d4024114da1: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-09-22T07:12:53.596Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2b2c9ab
2022-09-22T07:12:53.597Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:12:53.597Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-22T07:12:53.597Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6f8d398c-302f-4623-8acb-48a7335ef988
2022-09-22T07:12:53.598Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6f8d398c-302f-4623-8acb-48a7335ef988
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-09-22T07:12:53.617Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:12:53.617Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-09-22T07:12:53.618Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-22T07:12:53.618Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:12:53.618Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-09-22T07:12:53.619Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-22T07:12:53.619Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:12:53.619Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-09-22T07:12:53.619Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-09-22T07:12:53.620Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=19e0af69-49a1-42d7-acc5-7a4d23026687
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-09-22T07:12:53.634Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:12:53.635Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-09-22T07:12:53.635Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-22T07:12:53.635Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:12:53.635Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-09-22T07:12:53.635Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=da4121ef-58a3-4c9f-b1b7-8d4024114da1
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-09-22T07:12:53.641Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:12:53.641Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:12:53.641Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid ef025602-fe62-4fb2-95b6-137247949735: basic_cnf
2022-09-22T07:12:53.641Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:12:53.641Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:12:53.642Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:12:53.642Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:12:53.642Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:12:53.642Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:12:53.642Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:12:53.642Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:12:53.642Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:12:53.643Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:12:53.643Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-22T07:12:53.928Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf b661a1bf-5f3f-4a54-a9ab-b3798aec2587 1 ASDC deployResourceStructure
2022-09-22T07:12:53.929Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-09-22T07:12:53.930Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2022-09-22T07:12:53.930Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-09-22T07:12:53.930Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:12:53.932Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:12:53.932Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e37d6496-c968-4be8-867d-cc20411f5cf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663830773929,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-09-22T07:12:54.032Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T07:12:54.033Z||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-09-22T07:12:54.033Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:12:54.044Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:12:54.044Z||pool-71-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-09-22T07:12:54.934Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-09-22T07:12:54.935Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2022-09-22T07:12:54.935Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-09-22T07:12:54.935Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:12:54.938Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:12:54.938Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e37d6496-c968-4be8-867d-cc20411f5cf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663830774934,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-09-22T07:12:55.037Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-22T07:12:55.038Z||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-09-22T07:12:55.038Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:12:55.049Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:12:55.050Z||pool-72-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-09-22T07:12:55.939Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-09-22T07:12:55.939Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-09-22T07:12:55.939Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-22T07:12:55.940Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:12:55.941Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:12:55.942Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e37d6496-c968-4be8-867d-cc20411f5cf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663830775938,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-22T07:12:56.042Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-22T07:12:56.043Z||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-09-22T07:12:56.043Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:12:56.057Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:12:56.057Z||pool-73-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-22T07:12:56.943Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-09-22T07:12:56.943Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-09-22T07:12:56.943Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-22T07:12:56.944Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:12:56.945Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:12:56.945Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e37d6496-c968-4be8-867d-cc20411f5cf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663830776942,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-09-22T07:12:57.046Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-22T07:12:57.047Z||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-09-22T07:12:57.047Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:12:57.059Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:12:57.060Z||pool-74-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-09-22T07:12:57.947Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-09-22T07:12:57.947Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-09-22T07:12:57.947Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-22T07:12:57.948Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:12:57.949Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:12:57.949Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e37d6496-c968-4be8-867d-cc20411f5cf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663830777946,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-09-22T07:12:58.049Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T07:12:58.050Z||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-09-22T07:12:58.050Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:12:58.081Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:12:58.081Z||pool-75-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-09-22T07:12:58.950Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-09-22T07:12:58.951Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-09-22T07:12:58.951Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-22T07:12:58.951Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:12:58.953Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:12:58.953Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e37d6496-c968-4be8-867d-cc20411f5cf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663830778950,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-22T07:12:59.053Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T07:12:59.054Z||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-09-22T07:12:59.054Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:12:59.080Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:12:59.081Z||pool-76-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-09-22T07:12:59.954Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e37d6496-c968-4be8-867d-cc20411f5cf0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-22T07:12:59.978Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e37d6496-c968-4be8-867d-cc20411f5cf0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-22T07:12:59.983Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-22T07:12:59.983Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-22T07:12:59.983Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-22T07:12:59.983Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-22T07:12:59.983Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-22T07:12:59.983Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-22T07:12:59.984Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-22T07:12:59.984Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-22T07:12:59.984Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-22T07:12:59.984Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-22T07:12:59.988Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-22T07:13:29.988Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e37d6496-c968-4be8-867d-cc20411f5cf0 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-09-22T07:13:30.006Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e37d6496-c968-4be8-867d-cc20411f5cf0 and serviceModelVersionId: ef025602-fe62-4fb2-95b6-137247949735
2022-09-22T07:13:30.006Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7a8b4733-e8f0-4295-8536-12b1b6560f48
2022-09-22T07:13:30.006Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7a8b4733-e8f0-4295-8536-12b1b6560f48/model-vers/model-ver/ef025602-fe62-4fb2-95b6-137247949735?depth=0
2022-09-22T07:13:30.010Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-09-22T07:13:30.051Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8b4733-e8f0-4295-8536-12b1b6560f48/model-vers/model-ver/ef025602-fe62-4fb2-95b6-137247949735?depth=0|INFO|500||Invoke
2022-09-22T07:13:30.051Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8b4733-e8f0-4295-8536-12b1b6560f48/model-vers/model-ver/ef025602-fe62-4fb2-95b6-137247949735?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8b4733-e8f0-4295-8536-12b1b6560f48/model-vers/model-ver/ef025602-fe62-4fb2-95b6-137247949735?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e37d6496-c968-4be8-867d-cc20411f5cf0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[59c7760d-8be3-4d94-a6f4-4f1460626d0e], X-ECOMP-RequestID=[e37d6496-c968-4be8-867d-cc20411f5cf0], X-TransactionId=[], X-ONAP-RequestID=[e37d6496-c968-4be8-867d-cc20411f5cf0], Content-Type=[application/merge-patch+json]}
2022-09-22T07:13:30.069Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8b4733-e8f0-4295-8536-12b1b6560f48/model-vers/model-ver/ef025602-fe62-4fb2-95b6-137247949735?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-09-22T07:13:30.314Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8b4733-e8f0-4295-8536-12b1b6560f48/model-vers/model-ver/ef025602-fe62-4fb2-95b6-137247949735?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/7a8b4733-e8f0-4295-8536-12b1b6560f48/model-vers/model-ver/ef025602-fe62-4fb2-95b6-137247949735?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220922-07:13:29:648-53086], vertex-id=[184528], Content-Length=[0], Date=[Thu, 22 Sep 2022 07:13:29 GMT], Content-Type=[application/json]}
2022-09-22T07:13:30.314Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8b4733-e8f0-4295-8536-12b1b6560f48/model-vers/model-ver/ef025602-fe62-4fb2-95b6-137247949735?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-09-22T07:13:30.315Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8b4733-e8f0-4295-8536-12b1b6560f48/model-vers/model-ver/ef025602-fe62-4fb2-95b6-137247949735?depth=0|INFO|500||InvokeReturn
2022-09-22T07:13:30.315Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-09-22T07:13:30.316Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-22T07:13:30.328Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-09-22T07:13:30.329Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e37d6496-c968-4be8-867d-cc20411f5cf0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-09-22T07:13:30.329Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-09-22T07:13:30.329Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:13:30.331Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:13:30.331Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e37d6496-c968-4be8-867d-cc20411f5cf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663830810329,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-22T07:13:30.432Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-22T07:13:30.433Z||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-09-22T07:13:30.433Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:13:30.463Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:13:30.464Z||pool-77-thread-1|||||INFO|500||cambria reply ok (32 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-09-22T07:13:31.345Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-22T07:13:31.345Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"60942e59-bb42-4e5f-86ee-bcdb9a005d20","serviceName":"Demo_pNF_4A94jNuu826omMzNOrqz","serviceVersion":"1.0","serviceUUID":"5ef70b91-68fc-46c7-9a5e-11852cf65dfb","serviceDescription":"catalog service description","serviceInvariantUUID":"1e7bacdc-fd68-4f95-9833-17a582cbf05a","resources":[{"resourceInstanceName":"pNF 4debfb08-3392 0","resourceName":"pNF 4debfb08-3392","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"c5bb2678-b5ee-46e7-98d1-5a5d3e4f6756","resourceInvariantUUID":"cdb21b92-26b9-4cc3-a975-4c71567bc3b8","resourceCustomizationUUID":"0366db77-743a-43a0-8d7d-63acda92a72f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4a94jnuu826ommznorqz/1.0/resourceInstances/pnf4debfb0833920/artifacts/vf-license-model.xml","artifactChecksum":"ZjM1N2FmNjYzMTFmZGVjNjhjZTkxZTU4NmZhOWQ1YjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3f520ba8-51fe-4e9a-b384-94ee428f4182","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4a94jnuu826ommznorqz/1.0/resourceInstances/pnf4debfb0833920/artifacts/pNF.csar","artifactChecksum":"N2JjZTllYzVjNzdkYjI2MzZmOTNmMzc5N2M3NmE3MDM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"830fdbb0-d5f4-4e00-9940-5be19a099f65","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4a94jnuu826ommznorqz/1.0/resourceInstances/pnf4debfb0833920/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"461be75c-1391-4ca9-a34c-128138166b66","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4a94jnuu826ommznorqz/1.0/resourceInstances/pnf4debfb0833920/artifacts/vendor-license-model.xml","artifactChecksum":"YjE1YTc1YmIyOGNhNjFiYWY5ZTRhYThiNGQ2ZGQ3ODk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a06eedf8-764d-44a7-ad80-6ce250e3435d","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf4a94jnuu826ommznorqz/1.0/resourceInstances/pnf4debfb0833920/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"08597b10-5d72-4c2b-86a8-a12d2e4fe802","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf4a94jnuu826ommznorqz/1.0/resourceInstances/pnf4debfb0833920/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8f727fe6-416d-4adc-b24e-9ab2e0a053a7","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf4a94jnuu826ommznorqz-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4a94jnuu826ommznorqz/1.0/artifacts/service-DemoPnf4a94jnuu826ommznorqz-template.yml","artifactChecksum":"NmVmYmMxZTRiZThjNDAxZWQ4MThiZDk3MjUzNDJlNTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c3c50217-d6b4-49f7-8513-430fd0c76e91","artifactVersion":"1"},{"artifactName":"service-DemoPnf4a94jnuu826ommznorqz-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf4a94jnuu826ommznorqz/1.0/artifacts/service-DemoPnf4a94jnuu826ommznorqz-csar.csar","artifactChecksum":"NWIzYTU5ZTI1ZDY4ODU2MDFmMDkwODhkMGQ4NzliZjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2717df84-56f6-42ec-9727-031e69727b5a","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-22T07:13:31.345Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-22T07:13:31.345Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:13:31.347Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:13:31.347Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "60942e59-bb42-4e5f-86ee-bcdb9a005d20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663830647554,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4a94jnuu826ommznorqz/1.0/resourceInstances/pnf4debfb0833920/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:13:31.447Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T07:13:31.448Z||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-09-22T07:13:31.448Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:13:31.459Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:13:31.459Z||pool-78-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-09-22T07:13:32.348Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-22T07:13:32.348Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:13:32.350Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:13:32.350Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "60942e59-bb42-4e5f-86ee-bcdb9a005d20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663830647554,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4a94jnuu826ommznorqz/1.0/resourceInstances/pnf4debfb0833920/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:13:32.450Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T07:13:32.451Z||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-09-22T07:13:32.451Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:13:32.469Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:13:32.469Z||pool-79-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-09-22T07:13:33.350Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-22T07:13:33.351Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:13:33.353Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:13:33.353Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "60942e59-bb42-4e5f-86ee-bcdb9a005d20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663830647554,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4a94jnuu826ommznorqz/1.0/resourceInstances/pnf4debfb0833920/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:13:33.453Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T07:13:33.454Z||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-09-22T07:13:33.454Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:13:33.465Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:13:33.465Z||pool-80-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-09-22T07:13:34.353Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-22T07:13:34.354Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:13:34.355Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:13:34.356Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "60942e59-bb42-4e5f-86ee-bcdb9a005d20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663830647554,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4a94jnuu826ommznorqz/1.0/resourceInstances/pnf4debfb0833920/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:13:34.456Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T07:13:34.457Z||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-09-22T07:13:34.457Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:13:34.467Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:13:34.467Z||pool-81-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-09-22T07:13:35.356Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-22T07:13:35.357Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:13:35.380Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:13:35.380Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "60942e59-bb42-4e5f-86ee-bcdb9a005d20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663830647554,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4a94jnuu826ommznorqz/1.0/resourceInstances/pnf4debfb0833920/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:13:35.459Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 78 ms
2022-09-22T07:13:35.459Z||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-09-22T07:13:35.460Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:13:35.475Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:13:35.476Z||pool-82-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-09-22T07:13:36.381Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-22T07:13:36.381Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:13:36.383Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:13:36.383Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "60942e59-bb42-4e5f-86ee-bcdb9a005d20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663830647554,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4a94jnuu826ommznorqz/1.0/resourceInstances/pnf4debfb0833920/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:13:36.483Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T07:13:36.484Z||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-09-22T07:13:36.484Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:13:36.495Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:13:36.495Z||pool-83-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-09-22T07:13:37.384Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-22T07:13:37.385Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:13:37.386Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:13:37.386Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "60942e59-bb42-4e5f-86ee-bcdb9a005d20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663830647554,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4a94jnuu826ommznorqz/1.0/artifacts/service-DemoPnf4a94jnuu826ommznorqz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:13:37.487Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T07:13:37.488Z||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-09-22T07:13:37.488Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:13:37.500Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:13:37.500Z||pool-84-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-09-22T07:13:38.387Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-22T07:13:38.388Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:13:38.390Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:13:38.390Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "60942e59-bb42-4e5f-86ee-bcdb9a005d20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663830647554,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4a94jnuu826ommznorqz/1.0/artifacts/service-DemoPnf4a94jnuu826ommznorqz-csar.csar",
  "status": "NOTIFIED"
}
2022-09-22T07:13:38.490Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T07:13:38.491Z||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-09-22T07:13:38.491Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:13:38.508Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:13:38.508Z||pool-85-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-09-22T07:13:39.391Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "60942e59-bb42-4e5f-86ee-bcdb9a005d20",
  "serviceName": "Demo_pNF_4A94jNuu826omMzNOrqz",
  "serviceVersion": "1.0",
  "serviceUUID": "5ef70b91-68fc-46c7-9a5e-11852cf65dfb",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "1e7bacdc-fd68-4f95-9833-17a582cbf05a",
  "resources": [
    {
      "resourceInstanceName": "pNF 4debfb08-3392 0",
      "resourceCustomizationUUID": "0366db77-743a-43a0-8d7d-63acda92a72f",
      "resourceName": "pNF 4debfb08-3392",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "c5bb2678-b5ee-46e7-98d1-5a5d3e4f6756",
      "resourceInvariantUUID": "cdb21b92-26b9-4cc3-a975-4c71567bc3b8",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf4a94jnuu826ommznorqz-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf4a94jnuu826ommznorqz/1.0/artifacts/service-DemoPnf4a94jnuu826ommznorqz-csar.csar",
      "artifactChecksum": "NWIzYTU5ZTI1ZDY4ODU2MDFmMDkwODhkMGQ4NzliZjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2717df84-56f6-42ec-9727-031e69727b5a"
    }
  ],
  "workloadContext": "Production"
}
2022-09-22T07:13:39.391Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-22T07:13:39.392Z|e37d6496-c968-4be8-867d-cc20411f5cf0|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 5ef70b91-68fc-46c7-9a5e-11852cf65dfb ASDC
2022-09-22T07:13:39.392Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:60942e59-bb42-4e5f-86ee-bcdb9a005d20
ServiceName:Demo_pNF_4A94jNuu826omMzNOrqz
ServiceVersion:1.0
ServiceUUID:5ef70b91-68fc-46c7-9a5e-11852cf65dfb
ServiceInvariantUUID:1e7bacdc-fd68-4f95-9833-17a582cbf05a
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf4a94jnuu826ommznorqz-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf4a94jnuu826ommznorqz/1.0/artifacts/service-DemoPnf4a94jnuu826ommznorqz-csar.csar
ArtifactUUID:2717df84-56f6-42ec-9727-031e69727b5a
ArtifactChecksum:NWIzYTU5ZTI1ZDY4ODU2MDFmMDkwODhkMGQ4NzliZjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 4debfb08-3392 0
ResourceCustomizationUUID:0366db77-743a-43a0-8d7d-63acda92a72f
ResourceInvariantUUID:cdb21b92-26b9-4cc3-a975-4c71567bc3b8
ResourceName:pNF 4debfb08-3392
ResourceType:PNF
ResourceUUID:c5bb2678-b5ee-46e7-98d1-5a5d3e4f6756
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-09-22T07:13:39.392Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5ef70b91-68fc-46c7-9a5e-11852cf65dfb 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-09-22T07:13:39.418Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-22T07:13:39.418Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-09-22T07:13:39.418Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-09-22T07:13:39.419Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 2717df84-56f6-42ec-9727-031e69727b5a from URL: /sdc/v1/catalog/services/DemoPnf4a94jnuu826ommznorqz/1.0/artifacts/service-DemoPnf4a94jnuu826ommznorqz-csar.csar
2022-09-22T07:13:39.419Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-09-22T07:13:39.419Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf4a94jnuu826ommznorqz/1.0/artifacts/service-DemoPnf4a94jnuu826ommznorqz-csar.csar
2022-09-22T07:13:39.561Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-09-22T07:13:39.565Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf4a94jnuu826ommznorqz/1.0/artifacts/service-DemoPnf4a94jnuu826ommznorqz-csar.csar 2717df84-56f6-42ec-9727-031e69727b5a 87759
2022-09-22T07:13:39.565Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf4a94jnuu826ommznorqz/1.0/artifacts/service-DemoPnf4a94jnuu826ommznorqz-csar.csar ASDC sendASDCNotification
2022-09-22T07:13:39.565Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf4a94jnuu826ommznorqz/1.0/artifacts/service-DemoPnf4a94jnuu826ommznorqz-csar.csar
2022-09-22T07:13:39.565Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-22T07:13:39.566Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:13:39.568Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:13:39.568Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "60942e59-bb42-4e5f-86ee-bcdb9a005d20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663830819565,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4a94jnuu826ommznorqz/1.0/artifacts/service-DemoPnf4a94jnuu826ommznorqz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-22T07:13:39.668Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T07:13:39.669Z||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-09-22T07:13:39.670Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:13:39.686Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:13:39.687Z||pool-86-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-09-22T07:13:40.568Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-22T07:13:40.569Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-09-22T07:13:40.570Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 2717df84-56f6-42ec-9727-031e69727b5a, URL: /sdc/v1/catalog/services/DemoPnf4a94jnuu826ommznorqz/1.0/artifacts/service-DemoPnf4a94jnuu826ommznorqz-csar.csar to file: /app/ASDC/1/service-DemoPnf4a94jnuu826ommznorqz-csar.csar
2022-09-22T07:13:40.570Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf4a94jnuu826ommznorqz-csar.csar
2022-09-22T07:13:40.570Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf4a94jnuu826ommznorqz-csar.csar
2022-09-22T07:13:40.571Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf4a94jnuu826ommznorqz-csar.csar
2022-09-22T07:13:40.681Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP423089285442760322/Definitions/service-DemoPnf4a94jnuu826ommznorqz-template.yml
2022-09-22T07:13:41.483Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-22T07:13:41.484Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-09-22T07:13:41.484Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf4a94jnuu826ommznorqz-csar.csar
2022-09-22T07:13:41.484Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-09-22T07:13:41.484Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|pool-2-thread-9|||||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-DemoPnf4a94jnuu826ommznorqz-csar.csar
2022-09-22T07:13:41.484Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf4a94jnuu826ommznorqz-csar.csar
2022-09-22T07:13:41.484Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 4debfb08-3392 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-DemoPnf4a94jnuu826ommznorqz-csar.csar
2022-09-22T07:13:41.484Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|pool-2-thread-9|||||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-DemoPnf4a94jnuu826ommznorqz-csar.csar
2022-09-22T07:13:41.484Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|pool-2-thread-9|||||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-DemoPnf4a94jnuu826ommznorqz-csar.csar
2022-09-22T07:13:41.484Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|pool-2-thread-9|||||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-DemoPnf4a94jnuu826ommznorqz-csar.csar
2022-09-22T07:13:41.484Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf4a94jnuu826ommznorqz-csar.csar
2022-09-22T07:13:41.485Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-09-22T07:13:41.485Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:13:41.485Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_4A94jNuu826omMzNOrqz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:13:41.487Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|pool-2-thread-9|||||DEBUG|500||Node template pNF 4debfb08-3392 0 is matching search criteria
2022-09-22T07:13:41.488Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-09-22T07:13:41.488Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 4debfb08-3392 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-22T07:13:41.488Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:13:41.488Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_4A94jNuu826omMzNOrqz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:13:41.489Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|pool-2-thread-9|||||DEBUG|500||Node template pNF 4debfb08-3392 0 is matching search criteria
2022-09-22T07:13:41.489Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-09-22T07:13:41.489Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 4debfb08-3392 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-22T07:13:41.489Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:13:41.490Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_4A94jNuu826omMzNOrqz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:13:41.490Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:13:41.490Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_4A94jNuu826omMzNOrqz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:13:41.490Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:13:41.491Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_4A94jNuu826omMzNOrqz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:13:41.491Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:13:41.491Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_4A94jNuu826omMzNOrqz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:13:41.491Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:13:41.492Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_4A94jNuu826omMzNOrqz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:13:41.492Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_4A94jNuu826omMzNOrqz
Description:catalog service description
Model UUID:5ef70b91-68fc-46c7-9a5e-11852cf65dfb
Model Version:NULL
Model InvariantUuid:1e7bacdc-fd68-4f95-9833-17a582cbf05a
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-09-22T07:13:41.516Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: c5bb2678-b5ee-46e7-98d1-5a5d3e4f6756
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-09-22T07:13:41.521Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|pool-2-thread-9|||||INFO|500||pNF 4debfb08-3392 0
2022-09-22T07:13:41.521Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: c5bb2678-b5ee-46e7-98d1-5a5d3e4f6756
2022-09-22T07:13:41.521Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 5ef70b91-68fc-46c7-9a5e-11852cf65dfb
2022-09-22T07:13:41.522Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 5ef70b91-68fc-46c7-9a5e-11852cf65dfb
2022-09-22T07:13:41.522Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 4debfb08-3392 0 c5bb2678-b5ee-46e7-98d1-5a5d3e4f6756 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-09-22T07:13:41.528Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2517456f, org.onap.sdc.toscaparser.api.parameters.Input@5db2c6f9, org.onap.sdc.toscaparser.api.parameters.Input@67e3746a, org.onap.sdc.toscaparser.api.parameters.Input@6da76d9a, org.onap.sdc.toscaparser.api.parameters.Input@7284617c]
2022-09-22T07:13:41.529Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:13:41.529Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_4A94jNuu826omMzNOrqz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:13:41.529Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 5ef70b91-68fc-46c7-9a5e-11852cf65dfb: pNF 4debfb08-3392
2022-09-22T07:13:41.530Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|pool-2-thread-9|||||INFO|500||Processing PNF resource: c5bb2678-b5ee-46e7-98d1-5a5d3e4f6756
2022-09-22T07:13:41.530Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:13:41.530Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_4A94jNuu826omMzNOrqz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:13:41.530Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|pool-2-thread-9|||||INFO|500||Resource customization UUID: 0366db77-743a-43a0-8d7d-63acda92a72f is the same as notified resource customizationUUID: 0366db77-743a-43a0-8d7d-63acda92a72f
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-09-22T07:13:41.621Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 4debfb08-3392 c5bb2678-b5ee-46e7-98d1-5a5d3e4f6756 0 ASDC deployResourceStructure
2022-09-22T07:13:41.621Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf4a94jnuu826ommznorqz/1.0/artifacts/service-DemoPnf4a94jnuu826ommznorqz-csar.csar ASDC sendASDCNotification
2022-09-22T07:13:41.622Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf4a94jnuu826ommznorqz/1.0/artifacts/service-DemoPnf4a94jnuu826ommznorqz-csar.csar
2022-09-22T07:13:41.622Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-22T07:13:41.622Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:13:41.624Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:13:41.624Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "60942e59-bb42-4e5f-86ee-bcdb9a005d20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663830821621,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4a94jnuu826ommznorqz/1.0/artifacts/service-DemoPnf4a94jnuu826ommznorqz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-22T07:13:41.724Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T07:13:41.725Z||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-09-22T07:13:41.725Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:13:41.737Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:13:41.737Z||pool-87-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-09-22T07:13:42.625Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 60942e59-bb42-4e5f-86ee-bcdb9a005d20
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-22T07:13:42.640Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 60942e59-bb42-4e5f-86ee-bcdb9a005d20
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-22T07:13:42.642Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-22T07:13:42.642Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-22T07:13:42.643Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-22T07:13:47.557Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:13:47.558Z||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-09-22T07:13:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T07:13:47.579Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:13:47.580Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:13:47.580Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3d850ab-dbd0-4986-ae1b-2cfceae15de7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663830647554,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:13:47.581Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:13:47.581Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:13:47.581Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60942e59-bb42-4e5f-86ee-bcdb9a005d20",
  "consumerID": "policy-id",
  "timestamp": 1663830639991,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4a94jnuu826ommznorqz/1.0/artifacts/service-DemoPnf4a94jnuu826ommznorqz-csar.csar",
  "status": "NOTIFIED"
}
2022-09-22T07:13:47.581Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:13:47.582Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:13:47.582Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e37d6496-c968-4be8-867d-cc20411f5cf0",
  "consumerID": "clamp",
  "timestamp": 1663830619597,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:13:47.582Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:13:47.582Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:13:47.582Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3d850ab-dbd0-4986-ae1b-2cfceae15de7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663830647554,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-09-22T07:13:47.582Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:13:47.582Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:13:47.582Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60942e59-bb42-4e5f-86ee-bcdb9a005d20",
  "consumerID": "policy-id",
  "timestamp": 1663830648585,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4a94jnuu826ommznorqz/1.0/artifacts/service-DemoPnf4a94jnuu826ommznorqz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-22T07:13:47.582Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:13:47.582Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:13:47.582Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e37d6496-c968-4be8-867d-cc20411f5cf0",
  "consumerID": "clamp",
  "timestamp": 1663830619597,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-09-22T07:13:47.583Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:13:47.583Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:13:47.583Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3d850ab-dbd0-4986-ae1b-2cfceae15de7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663830647554,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-09-22T07:13:47.583Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:13:47.583Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:13:47.583Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60942e59-bb42-4e5f-86ee-bcdb9a005d20",
  "consumerID": "policy-id",
  "timestamp": 1663830649588,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4a94jnuu826ommznorqz/1.0/artifacts/service-DemoPnf4a94jnuu826ommznorqz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-22T07:13:47.583Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:13:47.583Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:13:47.583Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3d850ab-dbd0-4986-ae1b-2cfceae15de7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663830647554,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:13:47.583Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:13:47.584Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:13:47.584Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60942e59-bb42-4e5f-86ee-bcdb9a005d20",
  "consumerID": "policy-id",
  "timestamp": 1663830650591,
  "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-09-22T07:13:47.589Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 60942e59-bb42-4e5f-86ee-bcdb9a005d20
2022-09-22T07:13:47.589Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 60942e59-bb42-4e5f-86ee-bcdb9a005d20 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-09-22T07:13:47.600Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:13:47.600Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3d850ab-dbd0-4986-ae1b-2cfceae15de7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663830647554,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-09-22T07:13:47.600Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:13:47.601Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:13:47.601Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3d850ab-dbd0-4986-ae1b-2cfceae15de7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663830647554,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:13:47.601Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:13:47.601Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:13:47.601Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3d850ab-dbd0-4986-ae1b-2cfceae15de7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663830647554,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-09-22T07:13:47.601Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:13:47.601Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:13:47.601Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3d850ab-dbd0-4986-ae1b-2cfceae15de7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663830655434,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-22T07:13:47.601Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:13:47.601Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:13:47.601Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3d850ab-dbd0-4986-ae1b-2cfceae15de7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663830657802,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-22T07:13:47.602Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:13:47.602Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:13:47.602Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3d850ab-dbd0-4986-ae1b-2cfceae15de7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663830658873,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-22T07:13:47.602Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:13:47.602Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:13:47.602Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3d850ab-dbd0-4986-ae1b-2cfceae15de7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663830659928,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-09-22T07:13:47.602Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:13:47.602Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:13:47.602Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60942e59-bb42-4e5f-86ee-bcdb9a005d20",
  "consumerID": "aai-ml",
  "timestamp": 1663830659852,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4a94jnuu826ommznorqz/1.0/resourceInstances/pnf4debfb0833920/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:13:47.602Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:13:47.602Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:13:47.602Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3d850ab-dbd0-4986-ae1b-2cfceae15de7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663830661074,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-22T07:13:47.603Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:13:47.603Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:13:47.603Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60942e59-bb42-4e5f-86ee-bcdb9a005d20",
  "consumerID": "aai-ml",
  "timestamp": 1663830659852,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4a94jnuu826ommznorqz/1.0/resourceInstances/pnf4debfb0833920/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:13:47.603Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:13:47.603Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:13:47.603Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e37d6496-c968-4be8-867d-cc20411f5cf0",
  "consumerID": "clamp",
  "timestamp": 1663830661137,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-22T07:13:47.603Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:13:47.603Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:13:47.603Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3d850ab-dbd0-4986-ae1b-2cfceae15de7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663830662077,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-09-22T07:13:47.603Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:13:47.603Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:13:47.603Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60942e59-bb42-4e5f-86ee-bcdb9a005d20",
  "consumerID": "aai-ml",
  "timestamp": 1663830659852,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4a94jnuu826ommznorqz/1.0/resourceInstances/pnf4debfb0833920/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:13:47.604Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:13:47.604Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:13:47.604Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e37d6496-c968-4be8-867d-cc20411f5cf0",
  "consumerID": "clamp",
  "timestamp": 1663830662148,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-22T07:13:47.604Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:13:47.604Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:13:47.604Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3d850ab-dbd0-4986-ae1b-2cfceae15de7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663830663081,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-09-22T07:13:47.604Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:13:47.604Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:13:47.604Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60942e59-bb42-4e5f-86ee-bcdb9a005d20",
  "consumerID": "aai-ml",
  "timestamp": 1663830659852,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4a94jnuu826ommznorqz/1.0/resourceInstances/pnf4debfb0833920/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:13:47.604Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:13:47.604Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:13:47.604Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e37d6496-c968-4be8-867d-cc20411f5cf0",
  "consumerID": "clamp",
  "timestamp": 1663830663151,
  "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-09-22T07:13:47.613Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e37d6496-c968-4be8-867d-cc20411f5cf0
2022-09-22T07:13:47.614Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e37d6496-c968-4be8-867d-cc20411f5cf0 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-09-22T07:13:47.622Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:13:47.622Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3d850ab-dbd0-4986-ae1b-2cfceae15de7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663830664085,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-22T07:13:47.622Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:13:47.622Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:13:47.622Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60942e59-bb42-4e5f-86ee-bcdb9a005d20",
  "consumerID": "aai-ml",
  "timestamp": 1663830659852,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4a94jnuu826ommznorqz/1.0/resourceInstances/pnf4debfb0833920/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:13:47.623Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:13:47.623Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:13:47.623Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60942e59-bb42-4e5f-86ee-bcdb9a005d20",
  "consumerID": "clamp",
  "timestamp": 1663830619597,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4a94jnuu826ommznorqz/1.0/resourceInstances/pnf4debfb0833920/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:13:47.623Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:13:47.623Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:13:47.623Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60942e59-bb42-4e5f-86ee-bcdb9a005d20",
  "consumerID": "aai-ml",
  "timestamp": 1663830659852,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4a94jnuu826ommznorqz/1.0/resourceInstances/pnf4debfb0833920/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:13:47.623Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:13:47.624Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:13:47.624Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60942e59-bb42-4e5f-86ee-bcdb9a005d20",
  "consumerID": "clamp",
  "timestamp": 1663830619597,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4a94jnuu826ommznorqz/1.0/resourceInstances/pnf4debfb0833920/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:13:47.624Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:13:47.624Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:13:47.624Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60942e59-bb42-4e5f-86ee-bcdb9a005d20",
  "consumerID": "aai-ml",
  "timestamp": 1663830659852,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4a94jnuu826ommznorqz/1.0/artifacts/service-DemoPnf4a94jnuu826ommznorqz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:13:47.624Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:13:47.624Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:13:47.625Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60942e59-bb42-4e5f-86ee-bcdb9a005d20",
  "consumerID": "clamp",
  "timestamp": 1663830619597,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4a94jnuu826ommznorqz/1.0/resourceInstances/pnf4debfb0833920/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:13:47.625Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:13:47.625Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:13:47.625Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60942e59-bb42-4e5f-86ee-bcdb9a005d20",
  "consumerID": "aai-ml",
  "timestamp": 1663830659852,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4a94jnuu826ommznorqz/1.0/artifacts/service-DemoPnf4a94jnuu826ommznorqz-csar.csar",
  "status": "NOTIFIED"
}
2022-09-22T07:13:47.625Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:13:47.625Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:13:47.625Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60942e59-bb42-4e5f-86ee-bcdb9a005d20",
  "consumerID": "clamp",
  "timestamp": 1663830619597,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4a94jnuu826ommznorqz/1.0/resourceInstances/pnf4debfb0833920/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:13:47.626Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:13:47.626Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:13:47.626Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60942e59-bb42-4e5f-86ee-bcdb9a005d20",
  "consumerID": "aai-ml",
  "timestamp": 1663830668522,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4a94jnuu826ommznorqz/1.0/artifacts/service-DemoPnf4a94jnuu826ommznorqz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-22T07:13:47.626Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:13:47.627Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:13:47.627Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60942e59-bb42-4e5f-86ee-bcdb9a005d20",
  "consumerID": "clamp",
  "timestamp": 1663830619597,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4a94jnuu826ommznorqz/1.0/resourceInstances/pnf4debfb0833920/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:13:47.627Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:13:47.627Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:13:47.627Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60942e59-bb42-4e5f-86ee-bcdb9a005d20",
  "consumerID": "clamp",
  "timestamp": 1663830619597,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4a94jnuu826ommznorqz/1.0/resourceInstances/pnf4debfb0833920/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:13:47.627Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:13:47.628Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:13:47.628Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60942e59-bb42-4e5f-86ee-bcdb9a005d20",
  "consumerID": "clamp",
  "timestamp": 1663830619597,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4a94jnuu826ommznorqz/1.0/artifacts/service-DemoPnf4a94jnuu826ommznorqz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:13:47.628Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:13:47.628Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:13:47.628Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60942e59-bb42-4e5f-86ee-bcdb9a005d20",
  "consumerID": "clamp",
  "timestamp": 1663830619597,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4a94jnuu826ommznorqz/1.0/artifacts/service-DemoPnf4a94jnuu826ommznorqz-csar.csar",
  "status": "NOTIFIED"
}
2022-09-22T07:13:47.628Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:13:47.629Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:13:47.629Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60942e59-bb42-4e5f-86ee-bcdb9a005d20",
  "consumerID": "aai-ml",
  "timestamp": 1663830672359,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4a94jnuu826ommznorqz/1.0/artifacts/service-DemoPnf4a94jnuu826ommznorqz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-22T07:13:47.629Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:13:47.629Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:13:47.629Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60942e59-bb42-4e5f-86ee-bcdb9a005d20",
  "consumerID": "aai-ml",
  "timestamp": 1663830673363,
  "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-09-22T07:13:47.633Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 60942e59-bb42-4e5f-86ee-bcdb9a005d20
2022-09-22T07:13:47.633Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 60942e59-bb42-4e5f-86ee-bcdb9a005d20 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-09-22T07:13:47.641Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:13:47.641Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60942e59-bb42-4e5f-86ee-bcdb9a005d20",
  "consumerID": "clamp",
  "timestamp": 1663830674140,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4a94jnuu826ommznorqz/1.0/artifacts/service-DemoPnf4a94jnuu826ommznorqz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-22T07:13:47.641Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:13:47.641Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:13:47.641Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60942e59-bb42-4e5f-86ee-bcdb9a005d20",
  "consumerID": "clamp",
  "timestamp": 1663830675151,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4a94jnuu826ommznorqz/1.0/artifacts/service-DemoPnf4a94jnuu826ommznorqz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-22T07:13:47.642Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:13:47.642Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:13:47.642Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60942e59-bb42-4e5f-86ee-bcdb9a005d20",
  "consumerID": "clamp",
  "timestamp": 1663830676154,
  "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-09-22T07:13:47.646Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 60942e59-bb42-4e5f-86ee-bcdb9a005d20
2022-09-22T07:13:47.646Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 60942e59-bb42-4e5f-86ee-bcdb9a005d20 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-09-22T07:14:12.643Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 60942e59-bb42-4e5f-86ee-bcdb9a005d20
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-22T07:14:12.724Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 60942e59-bb42-4e5f-86ee-bcdb9a005d20
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-22T07:14:12.738Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-22T07:14:12.738Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-22T07:14:12.738Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-22T07:14:12.738Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-22T07:14:12.739Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-22T07:14:12.739Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-22T07:14:12.739Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-22T07:14:12.739Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-22T07:14:12.739Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-22T07:14:12.739Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-22T07:14:12.739Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-22T07:14:12.740Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-22T07:14:12.745Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-22T07:14:42.746Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 60942e59-bb42-4e5f-86ee-bcdb9a005d20 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-09-22T07:14:42.760Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 60942e59-bb42-4e5f-86ee-bcdb9a005d20 and serviceModelVersionId: 5ef70b91-68fc-46c7-9a5e-11852cf65dfb
2022-09-22T07:14:42.760Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1e7bacdc-fd68-4f95-9833-17a582cbf05a
2022-09-22T07:14:42.761Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1e7bacdc-fd68-4f95-9833-17a582cbf05a/model-vers/model-ver/5ef70b91-68fc-46c7-9a5e-11852cf65dfb?depth=0
2022-09-22T07:14:42.765Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-09-22T07:14:42.802Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e7bacdc-fd68-4f95-9833-17a582cbf05a/model-vers/model-ver/5ef70b91-68fc-46c7-9a5e-11852cf65dfb?depth=0|INFO|500||Invoke
2022-09-22T07:14:42.802Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e7bacdc-fd68-4f95-9833-17a582cbf05a/model-vers/model-ver/5ef70b91-68fc-46c7-9a5e-11852cf65dfb?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e7bacdc-fd68-4f95-9833-17a582cbf05a/model-vers/model-ver/5ef70b91-68fc-46c7-9a5e-11852cf65dfb?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[60942e59-bb42-4e5f-86ee-bcdb9a005d20], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c50769ca-4390-4508-b324-147ce9029e97], X-ECOMP-RequestID=[60942e59-bb42-4e5f-86ee-bcdb9a005d20], X-TransactionId=[], X-ONAP-RequestID=[60942e59-bb42-4e5f-86ee-bcdb9a005d20], Content-Type=[application/merge-patch+json]}
2022-09-22T07:14:42.823Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e7bacdc-fd68-4f95-9833-17a582cbf05a/model-vers/model-ver/5ef70b91-68fc-46c7-9a5e-11852cf65dfb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-09-22T07:14:42.972Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e7bacdc-fd68-4f95-9833-17a582cbf05a/model-vers/model-ver/5ef70b91-68fc-46c7-9a5e-11852cf65dfb?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/1e7bacdc-fd68-4f95-9833-17a582cbf05a/model-vers/model-ver/5ef70b91-68fc-46c7-9a5e-11852cf65dfb?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220922-07:14:42:402-61488], vertex-id=[208928], Content-Length=[0], Date=[Thu, 22 Sep 2022 07:14:42 GMT], Content-Type=[application/json]}
2022-09-22T07:14:42.973Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e7bacdc-fd68-4f95-9833-17a582cbf05a/model-vers/model-ver/5ef70b91-68fc-46c7-9a5e-11852cf65dfb?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-09-22T07:14:42.973Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e7bacdc-fd68-4f95-9833-17a582cbf05a/model-vers/model-ver/5ef70b91-68fc-46c7-9a5e-11852cf65dfb?depth=0|INFO|500||InvokeReturn
2022-09-22T07:14:42.974Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-09-22T07:14:42.975Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-22T07:14:43.026Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-09-22T07:14:43.027Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 60942e59-bb42-4e5f-86ee-bcdb9a005d20 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-09-22T07:14:43.027Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-09-22T07:14:43.027Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:14:43.030Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:14:43.030Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "60942e59-bb42-4e5f-86ee-bcdb9a005d20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663830883027,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-22T07:14:43.129Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-22T07:14:43.130Z||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-09-22T07:14:43.130Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:14:43.150Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:14:43.151Z||pool-88-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-09-22T07:14:44.060Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:14:44.061Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|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-09-22T07:14:44.062Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|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 HzvqW4tkMfiFJMbp) ...
2022-09-22T07:14:47.559Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:14:47.560Z||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-09-22T07:14:47.560Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T07:14:47.581Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:14:47.582Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:14:47.582Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3d850ab-dbd0-4986-ae1b-2cfceae15de7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663830755559,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-22T07:14:47.582Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:14:47.582Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:14:47.582Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e37d6496-c968-4be8-867d-cc20411f5cf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663830647554,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:14:47.583Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:14:47.583Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:14:47.583Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e37d6496-c968-4be8-867d-cc20411f5cf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663830647554,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-09-22T07:14:47.583Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:14:47.583Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:14:47.583Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e37d6496-c968-4be8-867d-cc20411f5cf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663830647554,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-09-22T07:14:47.583Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:14:47.583Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:14:47.583Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e37d6496-c968-4be8-867d-cc20411f5cf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663830647554,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-09-22T07:14:47.583Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:14:47.583Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:14:47.583Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e37d6496-c968-4be8-867d-cc20411f5cf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663830647554,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-09-22T07:14:47.583Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:14:47.583Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:14:47.584Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e37d6496-c968-4be8-867d-cc20411f5cf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663830647554,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:14:47.584Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:14:47.584Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:14:47.584Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e37d6496-c968-4be8-867d-cc20411f5cf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663830647554,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-09-22T07:14:47.585Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:14:47.585Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:14:47.585Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e37d6496-c968-4be8-867d-cc20411f5cf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663830647554,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:14:47.585Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:14:47.585Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:14:47.585Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e37d6496-c968-4be8-867d-cc20411f5cf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663830647554,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-09-22T07:14:47.586Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:14:47.586Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:14:47.586Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e37d6496-c968-4be8-867d-cc20411f5cf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663830765738,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-22T07:14:47.586Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:14:54.347Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:14:54.348Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:14:54.348Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|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-09-22T07:14:54.349Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|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 HzvqW4tkMfiFJMbp) ...
2022-09-22T07:15:03.945Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:15:03.946Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:15:03.946Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|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-09-22T07:15:03.946Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|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 HzvqW4tkMfiFJMbp) ...
2022-09-22T07:15:13.512Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:15:13.513Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:15:13.513Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T07:15:13.513Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:15:23.066Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:15:47.554Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:15:47.556Z||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-09-22T07:15:47.556Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T07:15:47.557Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:15:47.557Z||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-09-22T07:15:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T07:15:47.586Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:15:47.587Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-22T07:15:47.587Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e37d6496-c968-4be8-867d-cc20411f5cf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663830768080,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-09-22T07:15:47.588Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:15:47.588Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-22T07:15:47.588Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e37d6496-c968-4be8-867d-cc20411f5cf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663830769149,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-09-22T07:15:47.589Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:15:47.589Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-22T07:15:47.589Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e37d6496-c968-4be8-867d-cc20411f5cf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663830770223,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-22T07:15:47.590Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:15:47.590Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-22T07:15:47.590Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e37d6496-c968-4be8-867d-cc20411f5cf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663830771282,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-22T07:15:47.591Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:15:47.591Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-22T07:15:47.591Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e37d6496-c968-4be8-867d-cc20411f5cf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663830772452,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-09-22T07:15:47.592Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:15:47.592Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-22T07:15:47.592Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e37d6496-c968-4be8-867d-cc20411f5cf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663830773929,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-09-22T07:15:47.593Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:15:47.593Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-22T07:15:47.594Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e37d6496-c968-4be8-867d-cc20411f5cf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663830774934,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-09-22T07:15:47.594Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:15:47.594Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-22T07:15:47.595Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e37d6496-c968-4be8-867d-cc20411f5cf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663830775938,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-22T07:15:47.595Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:15:47.595Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-22T07:15:47.595Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e37d6496-c968-4be8-867d-cc20411f5cf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663830776942,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-09-22T07:15:47.596Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:15:47.596Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-22T07:15:47.596Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e37d6496-c968-4be8-867d-cc20411f5cf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663830777946,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-09-22T07:15:47.596Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:15:47.597Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-22T07:15:47.597Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e37d6496-c968-4be8-867d-cc20411f5cf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663830778950,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-22T07:15:47.597Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:15:47.597Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-22T07:15:47.598Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e37d6496-c968-4be8-867d-cc20411f5cf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663830810329,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-22T07:15:47.598Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:15:47.598Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-22T07:15:47.598Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60942e59-bb42-4e5f-86ee-bcdb9a005d20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663830647554,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4a94jnuu826ommznorqz/1.0/resourceInstances/pnf4debfb0833920/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:15:47.599Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:15:47.599Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-22T07:15:47.599Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60942e59-bb42-4e5f-86ee-bcdb9a005d20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663830647554,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4a94jnuu826ommznorqz/1.0/resourceInstances/pnf4debfb0833920/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:15:47.599Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:15:47.600Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-22T07:15:47.600Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60942e59-bb42-4e5f-86ee-bcdb9a005d20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663830647554,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4a94jnuu826ommznorqz/1.0/resourceInstances/pnf4debfb0833920/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:15:47.600Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:15:47.600Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-22T07:15:47.601Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60942e59-bb42-4e5f-86ee-bcdb9a005d20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663830647554,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4a94jnuu826ommznorqz/1.0/resourceInstances/pnf4debfb0833920/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:15:47.601Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:15:47.601Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-22T07:15:47.601Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60942e59-bb42-4e5f-86ee-bcdb9a005d20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663830647554,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4a94jnuu826ommznorqz/1.0/resourceInstances/pnf4debfb0833920/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:15:47.602Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:15:47.602Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-22T07:15:47.602Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60942e59-bb42-4e5f-86ee-bcdb9a005d20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663830647554,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4a94jnuu826ommznorqz/1.0/resourceInstances/pnf4debfb0833920/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:15:47.602Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:15:47.603Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-22T07:15:47.603Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60942e59-bb42-4e5f-86ee-bcdb9a005d20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663830647554,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4a94jnuu826ommznorqz/1.0/artifacts/service-DemoPnf4a94jnuu826ommznorqz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:15:47.603Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:15:47.603Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-22T07:15:47.604Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60942e59-bb42-4e5f-86ee-bcdb9a005d20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663830647554,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4a94jnuu826ommznorqz/1.0/artifacts/service-DemoPnf4a94jnuu826ommznorqz-csar.csar",
  "status": "NOTIFIED"
}
2022-09-22T07:15:47.604Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:15:47.604Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-22T07:15:47.604Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60942e59-bb42-4e5f-86ee-bcdb9a005d20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663830819565,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4a94jnuu826ommznorqz/1.0/artifacts/service-DemoPnf4a94jnuu826ommznorqz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-22T07:15:47.605Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:15:47.605Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-22T07:15:47.605Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60942e59-bb42-4e5f-86ee-bcdb9a005d20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663830821621,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4a94jnuu826ommznorqz/1.0/artifacts/service-DemoPnf4a94jnuu826ommznorqz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-22T07:15:47.605Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:15:57.118Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:16:47.554Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:16:47.555Z||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-09-22T07:16:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T07:16:47.557Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:16:47.558Z||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-09-22T07:16:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T07:16:48.088Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:16:48.088Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-22T07:16:48.088Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60942e59-bb42-4e5f-86ee-bcdb9a005d20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663830883027,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-22T07:16:48.089Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:16:57.138Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:17:47.554Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:17:47.555Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T07:17:47.555Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:17:47.558Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:17:47.559Z||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-09-22T07:17:47.560Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T07:17:57.132Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:17:57.132Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:18:47.555Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:18:47.557Z||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-09-22T07:18:47.557Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T07:18:47.557Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:18:47.557Z||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-09-22T07:18:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T07:18:57.123Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:18:57.126Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:19:47.554Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:19:47.556Z||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-09-22T07:19:47.556Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T07:19:47.557Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:19:47.557Z||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-09-22T07:19:47.557Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T07:19:57.118Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:19:57.119Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:20:47.554Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:20:47.555Z||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-09-22T07:20:47.556Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T07:20:47.557Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:20:47.558Z||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-09-22T07:20:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T07:20:54.873Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:20:54.874Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:20:54.874Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"d6fff459-809e-45be-926a-1bc1723458f8","serviceName":"Demo_pNF_7UbWZ6B81OPKEwjeuL25","serviceVersion":"1.0","serviceUUID":"49d932f1-adc1-4221-8493-932dc55814c6","serviceDescription":"catalog service description","serviceInvariantUUID":"ce228f27-738b-4bd4-aeb7-c6d64459d4a2","resources":[{"resourceInstanceName":"pNF 64a1d3ac-4c54 0","resourceName":"pNF 64a1d3ac-4c54","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"ed32a3c9-b697-420f-aea0-82e33169c6c8","resourceInvariantUUID":"106de227-fe9d-4b29-87da-617698babebd","resourceCustomizationUUID":"e2dd3a3a-ff07-42a5-b07d-12a79e37336b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf7ubwz6b81opkewjeul25/1.0/resourceInstances/pnf64a1d3ac4c540/artifacts/vf-license-model.xml","artifactChecksum":"MTNhNWJhMzBhMmMxMzlmMDdkMDBjODk0M2VmNGFkMzA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6e535d77-6e5d-45e1-9870-acabe47ca228","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf7ubwz6b81opkewjeul25/1.0/resourceInstances/pnf64a1d3ac4c540/artifacts/pNF.csar","artifactChecksum":"N2JjZTllYzVjNzdkYjI2MzZmOTNmMzc5N2M3NmE3MDM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"02d87465-61ae-4ef8-90eb-fb6b9019cb29","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf7ubwz6b81opkewjeul25/1.0/resourceInstances/pnf64a1d3ac4c540/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"47e92d6a-28bc-479f-b2f9-1cec21df2d5c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf7ubwz6b81opkewjeul25/1.0/resourceInstances/pnf64a1d3ac4c540/artifacts/vendor-license-model.xml","artifactChecksum":"YzA4MDc1ZDFhYzA1ZWYwYWYxNDE0YWJhN2RkNjdjZGU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"88be07da-c26a-4f01-a804-807e36b8f346","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf7ubwz6b81opkewjeul25/1.0/resourceInstances/pnf64a1d3ac4c540/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"41d45083-e804-4198-be05-c250fa38dc3a","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf7ubwz6b81opkewjeul25/1.0/resourceInstances/pnf64a1d3ac4c540/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"430f267f-f2c1-4531-81f7-1220fe391f08","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf7ubwz6b81opkewjeul25-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf7ubwz6b81opkewjeul25/1.0/artifacts/service-DemoPnf7ubwz6b81opkewjeul25-template.yml","artifactChecksum":"YTc3ZGViOWQ1ODZkNzIyMGFjZjBkMTU3ODNiNmJmOTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6a4c4bdd-2acc-4ba9-bc79-f14070745d72","artifactVersion":"1"},{"artifactName":"service-DemoPnf7ubwz6b81opkewjeul25-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf7ubwz6b81opkewjeul25/1.0/artifacts/service-DemoPnf7ubwz6b81opkewjeul25-csar.csar","artifactChecksum":"YjE2ZWQ4ZDA2YWM0OGIxMzM4M2ZiNDJjOTc1NTVmN2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2fce9a5a-f3c8-498e-b897-dd2f7312d623","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-22T07:20:54.878Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-22T07:20:54.878Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:20:54.882Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:20:54.882Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d6fff459-809e-45be-926a-1bc1723458f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663831247554,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ubwz6b81opkewjeul25/1.0/resourceInstances/pnf64a1d3ac4c540/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:20:54.982Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T07:20:54.983Z||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-09-22T07:20:54.983Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:20:55.014Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:20:55.014Z||pool-89-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":12,"count":1}
2022-09-22T07:20:55.131Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:20:55.132Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:20:55.133Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6fff459-809e-45be-926a-1bc1723458f8",
  "consumerID": "clamp",
  "timestamp": 1663831249597,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ubwz6b81opkewjeul25/1.0/resourceInstances/pnf64a1d3ac4c540/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:20:55.134Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:20:55.134Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:20:55.134Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6fff459-809e-45be-926a-1bc1723458f8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663831250417,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ubwz6b81opkewjeul25/1.0/resourceInstances/pnf64a1d3ac4c540/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:20:55.135Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:20:55.883Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-22T07:20:55.884Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:20:55.886Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:20:55.886Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d6fff459-809e-45be-926a-1bc1723458f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663831247554,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ubwz6b81opkewjeul25/1.0/resourceInstances/pnf64a1d3ac4c540/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:20:55.987Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-22T07:20:55.988Z||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-09-22T07:20:55.988Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:20:56.007Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:20:56.007Z||pool-90-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-09-22T07:20:56.886Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-22T07:20:56.887Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:20:56.889Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:20:56.889Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d6fff459-809e-45be-926a-1bc1723458f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663831247554,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ubwz6b81opkewjeul25/1.0/resourceInstances/pnf64a1d3ac4c540/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:20:56.989Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T07:20:56.990Z||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-09-22T07:20:56.990Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:20:57.002Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:20:57.003Z||pool-91-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-09-22T07:20:57.890Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-22T07:20:57.890Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:20:57.892Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:20:57.892Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d6fff459-809e-45be-926a-1bc1723458f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663831247554,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ubwz6b81opkewjeul25/1.0/resourceInstances/pnf64a1d3ac4c540/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:20:57.992Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-22T07:20:57.993Z||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-09-22T07:20:57.993Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:20:58.026Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:20:58.026Z||pool-92-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1}
2022-09-22T07:20:58.893Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-22T07:20:58.894Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:20:58.896Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:20:58.896Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d6fff459-809e-45be-926a-1bc1723458f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663831247554,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ubwz6b81opkewjeul25/1.0/resourceInstances/pnf64a1d3ac4c540/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:20:58.996Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T07:20:58.997Z||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-09-22T07:20:58.997Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:20:59.013Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:20:59.014Z||pool-93-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-09-22T07:20:59.896Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-22T07:20:59.897Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:20:59.899Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:20:59.899Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d6fff459-809e-45be-926a-1bc1723458f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663831247554,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ubwz6b81opkewjeul25/1.0/resourceInstances/pnf64a1d3ac4c540/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:21:00.000Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T07:21:00.000Z||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-09-22T07:21:00.000Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:21:00.013Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:21:00.013Z||pool-94-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-09-22T07:21:00.900Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-22T07:21:00.901Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:21:00.903Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:21:00.903Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d6fff459-809e-45be-926a-1bc1723458f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663831247554,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ubwz6b81opkewjeul25/1.0/artifacts/service-DemoPnf7ubwz6b81opkewjeul25-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:21:01.003Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T07:21:01.004Z||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-09-22T07:21:01.004Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:21:01.021Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:21:01.022Z||pool-95-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-09-22T07:21:01.903Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-22T07:21:01.904Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:21:01.906Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:21:01.906Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d6fff459-809e-45be-926a-1bc1723458f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663831247554,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ubwz6b81opkewjeul25/1.0/artifacts/service-DemoPnf7ubwz6b81opkewjeul25-csar.csar",
  "status": "NOTIFIED"
}
2022-09-22T07:21:02.007Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-22T07:21:02.008Z||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-09-22T07:21:02.008Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:21:02.020Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:21:02.021Z||pool-96-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-09-22T07:21:02.911Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "d6fff459-809e-45be-926a-1bc1723458f8",
  "serviceName": "Demo_pNF_7UbWZ6B81OPKEwjeuL25",
  "serviceVersion": "1.0",
  "serviceUUID": "49d932f1-adc1-4221-8493-932dc55814c6",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "ce228f27-738b-4bd4-aeb7-c6d64459d4a2",
  "resources": [
    {
      "resourceInstanceName": "pNF 64a1d3ac-4c54 0",
      "resourceCustomizationUUID": "e2dd3a3a-ff07-42a5-b07d-12a79e37336b",
      "resourceName": "pNF 64a1d3ac-4c54",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "ed32a3c9-b697-420f-aea0-82e33169c6c8",
      "resourceInvariantUUID": "106de227-fe9d-4b29-87da-617698babebd",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf7ubwz6b81opkewjeul25-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ubwz6b81opkewjeul25/1.0/artifacts/service-DemoPnf7ubwz6b81opkewjeul25-csar.csar",
      "artifactChecksum": "YjE2ZWQ4ZDA2YWM0OGIxMzM4M2ZiNDJjOTc1NTVmN2M\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2fce9a5a-f3c8-498e-b897-dd2f7312d623"
    }
  ],
  "workloadContext": "Production"
}
2022-09-22T07:21:02.911Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-22T07:21:02.911Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 49d932f1-adc1-4221-8493-932dc55814c6 ASDC
2022-09-22T07:21:02.912Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:d6fff459-809e-45be-926a-1bc1723458f8
ServiceName:Demo_pNF_7UbWZ6B81OPKEwjeuL25
ServiceVersion:1.0
ServiceUUID:49d932f1-adc1-4221-8493-932dc55814c6
ServiceInvariantUUID:ce228f27-738b-4bd4-aeb7-c6d64459d4a2
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf7ubwz6b81opkewjeul25-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf7ubwz6b81opkewjeul25/1.0/artifacts/service-DemoPnf7ubwz6b81opkewjeul25-csar.csar
ArtifactUUID:2fce9a5a-f3c8-498e-b897-dd2f7312d623
ArtifactChecksum:YjE2ZWQ4ZDA2YWM0OGIxMzM4M2ZiNDJjOTc1NTVmN2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 64a1d3ac-4c54 0
ResourceCustomizationUUID:e2dd3a3a-ff07-42a5-b07d-12a79e37336b
ResourceInvariantUUID:106de227-fe9d-4b29-87da-617698babebd
ResourceName:pNF 64a1d3ac-4c54
ResourceType:PNF
ResourceUUID:ed32a3c9-b697-420f-aea0-82e33169c6c8
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-09-22T07:21:02.912Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 49d932f1-adc1-4221-8493-932dc55814c6 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-09-22T07:21:02.976Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-22T07:21:02.977Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-09-22T07:21:02.977Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-09-22T07:21:02.977Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 2fce9a5a-f3c8-498e-b897-dd2f7312d623 from URL: /sdc/v1/catalog/services/DemoPnf7ubwz6b81opkewjeul25/1.0/artifacts/service-DemoPnf7ubwz6b81opkewjeul25-csar.csar
2022-09-22T07:21:02.977Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-09-22T07:21:02.977Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf7ubwz6b81opkewjeul25/1.0/artifacts/service-DemoPnf7ubwz6b81opkewjeul25-csar.csar
2022-09-22T07:21:03.108Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-09-22T07:21:03.112Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf7ubwz6b81opkewjeul25/1.0/artifacts/service-DemoPnf7ubwz6b81opkewjeul25-csar.csar 2fce9a5a-f3c8-498e-b897-dd2f7312d623 87775
2022-09-22T07:21:03.112Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf7ubwz6b81opkewjeul25/1.0/artifacts/service-DemoPnf7ubwz6b81opkewjeul25-csar.csar ASDC sendASDCNotification
2022-09-22T07:21:03.113Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf7ubwz6b81opkewjeul25/1.0/artifacts/service-DemoPnf7ubwz6b81opkewjeul25-csar.csar
2022-09-22T07:21:03.113Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-22T07:21:03.113Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:21:03.115Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:21:03.115Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d6fff459-809e-45be-926a-1bc1723458f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663831263112,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ubwz6b81opkewjeul25/1.0/artifacts/service-DemoPnf7ubwz6b81opkewjeul25-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-22T07:21:03.215Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T07:21:03.217Z||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-09-22T07:21:03.217Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:21:03.236Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:21:03.236Z||pool-97-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-09-22T07:21:04.116Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-22T07:21:04.116Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-09-22T07:21:04.117Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 2fce9a5a-f3c8-498e-b897-dd2f7312d623, URL: /sdc/v1/catalog/services/DemoPnf7ubwz6b81opkewjeul25/1.0/artifacts/service-DemoPnf7ubwz6b81opkewjeul25-csar.csar to file: /app/ASDC/1/service-DemoPnf7ubwz6b81opkewjeul25-csar.csar
2022-09-22T07:21:04.117Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf7ubwz6b81opkewjeul25-csar.csar
2022-09-22T07:21:04.118Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf7ubwz6b81opkewjeul25-csar.csar
2022-09-22T07:21:04.118Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf7ubwz6b81opkewjeul25-csar.csar
2022-09-22T07:21:04.316Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12580638561065398395/Definitions/service-DemoPnf7ubwz6b81opkewjeul25-template.yml
2022-09-22T07:21:05.278Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-22T07:21:05.279Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-09-22T07:21:05.279Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf7ubwz6b81opkewjeul25-csar.csar
2022-09-22T07:21:05.279Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-09-22T07:21:05.279Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnf7ubwz6b81opkewjeul25-csar.csar
2022-09-22T07:21:05.279Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf7ubwz6b81opkewjeul25-csar.csar
2022-09-22T07:21:05.279Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf7ubwz6b81opkewjeul25-csar.csar
2022-09-22T07:21:05.280Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf7ubwz6b81opkewjeul25-csar.csar
2022-09-22T07:21:05.280Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf7ubwz6b81opkewjeul25-csar.csar
2022-09-22T07:21:05.280Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf7ubwz6b81opkewjeul25-csar.csar
2022-09-22T07:21:05.280Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 64a1d3ac-4c54 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-DemoPnf7ubwz6b81opkewjeul25-csar.csar
2022-09-22T07:21:05.280Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-09-22T07:21:05.280Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:21:05.281Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_7UbWZ6B81OPKEwjeuL25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:21:05.281Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||DEBUG|500||Node template pNF 64a1d3ac-4c54 0 is matching search criteria
2022-09-22T07:21:05.281Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-09-22T07:21:05.281Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 64a1d3ac-4c54 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-22T07:21:05.282Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:21:05.282Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_7UbWZ6B81OPKEwjeuL25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:21:05.282Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||DEBUG|500||Node template pNF 64a1d3ac-4c54 0 is matching search criteria
2022-09-22T07:21:05.282Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-09-22T07:21:05.282Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 64a1d3ac-4c54 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-22T07:21:05.282Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:21:05.283Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_7UbWZ6B81OPKEwjeuL25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:21:05.283Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:21:05.283Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_7UbWZ6B81OPKEwjeuL25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:21:05.283Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:21:05.283Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_7UbWZ6B81OPKEwjeuL25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:21:05.284Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:21:05.284Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_7UbWZ6B81OPKEwjeuL25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:21:05.284Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:21:05.284Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_7UbWZ6B81OPKEwjeuL25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:21:05.285Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_7UbWZ6B81OPKEwjeuL25
Description:catalog service description
Model UUID:49d932f1-adc1-4221-8493-932dc55814c6
Model Version:NULL
Model InvariantUuid:ce228f27-738b-4bd4-aeb7-c6d64459d4a2
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-09-22T07:21:05.312Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: ed32a3c9-b697-420f-aea0-82e33169c6c8
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-09-22T07:21:05.320Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||INFO|500||pNF 64a1d3ac-4c54 0
2022-09-22T07:21:05.320Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: ed32a3c9-b697-420f-aea0-82e33169c6c8
2022-09-22T07:21:05.320Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 49d932f1-adc1-4221-8493-932dc55814c6
2022-09-22T07:21:05.320Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 49d932f1-adc1-4221-8493-932dc55814c6
2022-09-22T07:21:05.320Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 64a1d3ac-4c54 0 ed32a3c9-b697-420f-aea0-82e33169c6c8 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-09-22T07:21:05.331Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@d745b88, org.onap.sdc.toscaparser.api.parameters.Input@492c71ed, org.onap.sdc.toscaparser.api.parameters.Input@41923c6f, org.onap.sdc.toscaparser.api.parameters.Input@5f37aa91, org.onap.sdc.toscaparser.api.parameters.Input@703012e4]
2022-09-22T07:21:05.331Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:21:05.332Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_7UbWZ6B81OPKEwjeuL25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:21:05.332Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 49d932f1-adc1-4221-8493-932dc55814c6: pNF 64a1d3ac-4c54
2022-09-22T07:21:05.333Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||INFO|500||Processing PNF resource: ed32a3c9-b697-420f-aea0-82e33169c6c8
2022-09-22T07:21:05.333Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:21:05.333Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_7UbWZ6B81OPKEwjeuL25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:21:05.333Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||INFO|500||Resource customization UUID: e2dd3a3a-ff07-42a5-b07d-12a79e37336b is the same as notified resource customizationUUID: e2dd3a3a-ff07-42a5-b07d-12a79e37336b
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-09-22T07:21:05.415Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 64a1d3ac-4c54 ed32a3c9-b697-420f-aea0-82e33169c6c8 0 ASDC deployResourceStructure
2022-09-22T07:21:05.415Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf7ubwz6b81opkewjeul25/1.0/artifacts/service-DemoPnf7ubwz6b81opkewjeul25-csar.csar ASDC sendASDCNotification
2022-09-22T07:21:05.415Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf7ubwz6b81opkewjeul25/1.0/artifacts/service-DemoPnf7ubwz6b81opkewjeul25-csar.csar
2022-09-22T07:21:05.416Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-22T07:21:05.416Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:21:05.418Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:21:05.418Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d6fff459-809e-45be-926a-1bc1723458f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663831265415,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ubwz6b81opkewjeul25/1.0/artifacts/service-DemoPnf7ubwz6b81opkewjeul25-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-22T07:21:05.518Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T07:21:05.520Z||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-09-22T07:21:05.520Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:21:05.530Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:21:05.531Z||pool-98-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-09-22T07:21:06.419Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d6fff459-809e-45be-926a-1bc1723458f8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-22T07:21:06.432Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d6fff459-809e-45be-926a-1bc1723458f8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-22T07:21:06.434Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-22T07:21:06.434Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-22T07:21:06.434Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-22T07:21:36.434Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d6fff459-809e-45be-926a-1bc1723458f8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-22T07:21:36.449Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d6fff459-809e-45be-926a-1bc1723458f8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-22T07:21:36.451Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-22T07:21:36.451Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-22T07:21:36.451Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-22T07:21:47.557Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:21:47.558Z||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-09-22T07:21:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T07:21:47.583Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:21:47.583Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:21:47.583Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6fff459-809e-45be-926a-1bc1723458f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663831247554,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ubwz6b81opkewjeul25/1.0/resourceInstances/pnf64a1d3ac4c540/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:21:47.584Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:22:06.452Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d6fff459-809e-45be-926a-1bc1723458f8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-22T07:22:06.462Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d6fff459-809e-45be-926a-1bc1723458f8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-22T07:22:06.464Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-22T07:22:06.464Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-22T07:22:06.465Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-22T07:22:36.465Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d6fff459-809e-45be-926a-1bc1723458f8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-22T07:22:36.476Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d6fff459-809e-45be-926a-1bc1723458f8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-22T07:22:36.478Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-22T07:22:36.478Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-22T07:22:36.478Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-22T07:22:47.557Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:22:47.558Z||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-09-22T07:22:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T07:22:47.581Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:22:47.581Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:22:47.582Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6fff459-809e-45be-926a-1bc1723458f8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663831247955,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ubwz6b81opkewjeul25/1.0/resourceInstances/pnf64a1d3ac4c540/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:22:47.583Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:23:06.478Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d6fff459-809e-45be-926a-1bc1723458f8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-22T07:23:06.489Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d6fff459-809e-45be-926a-1bc1723458f8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-22T07:23:06.490Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-22T07:23:06.490Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-22T07:23:06.491Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-22T07:23:36.491Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d6fff459-809e-45be-926a-1bc1723458f8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-22T07:23:36.501Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d6fff459-809e-45be-926a-1bc1723458f8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-22T07:23:36.502Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-22T07:23:36.502Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-22T07:23:36.502Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-22T07:23:47.557Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:23:47.558Z||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-09-22T07:23:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T07:23:48.091Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:23:48.092Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:23:48.092Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6fff459-809e-45be-926a-1bc1723458f8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663831250417,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ubwz6b81opkewjeul25/1.0/resourceInstances/pnf64a1d3ac4c540/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:23:48.093Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:23:48.093Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:23:48.093Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6fff459-809e-45be-926a-1bc1723458f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663831247554,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ubwz6b81opkewjeul25/1.0/resourceInstances/pnf64a1d3ac4c540/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:23:48.094Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:23:48.094Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:23:48.094Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6fff459-809e-45be-926a-1bc1723458f8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663831247955,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ubwz6b81opkewjeul25/1.0/resourceInstances/pnf64a1d3ac4c540/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:23:48.094Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:23:48.094Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:23:48.095Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6fff459-809e-45be-926a-1bc1723458f8",
  "consumerID": "clamp",
  "timestamp": 1663831249597,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ubwz6b81opkewjeul25/1.0/resourceInstances/pnf64a1d3ac4c540/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:23:48.095Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:23:48.095Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:23:48.095Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6fff459-809e-45be-926a-1bc1723458f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663831247554,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ubwz6b81opkewjeul25/1.0/resourceInstances/pnf64a1d3ac4c540/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:23:48.095Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:23:48.095Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:23:48.095Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6fff459-809e-45be-926a-1bc1723458f8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663831250417,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ubwz6b81opkewjeul25/1.0/resourceInstances/pnf64a1d3ac4c540/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:23:48.096Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:23:48.096Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:23:48.096Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6fff459-809e-45be-926a-1bc1723458f8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663831247955,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ubwz6b81opkewjeul25/1.0/resourceInstances/pnf64a1d3ac4c540/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:23:48.096Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:23:48.096Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:23:48.096Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6fff459-809e-45be-926a-1bc1723458f8",
  "consumerID": "clamp",
  "timestamp": 1663831249597,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ubwz6b81opkewjeul25/1.0/resourceInstances/pnf64a1d3ac4c540/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:23:48.096Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:23:48.096Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:23:48.097Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6fff459-809e-45be-926a-1bc1723458f8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663831250417,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ubwz6b81opkewjeul25/1.0/resourceInstances/pnf64a1d3ac4c540/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:23:48.097Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:23:48.097Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:23:48.097Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6fff459-809e-45be-926a-1bc1723458f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663831247554,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ubwz6b81opkewjeul25/1.0/resourceInstances/pnf64a1d3ac4c540/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:23:48.097Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:23:48.097Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:23:48.097Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6fff459-809e-45be-926a-1bc1723458f8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663831247955,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ubwz6b81opkewjeul25/1.0/resourceInstances/pnf64a1d3ac4c540/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:23:48.098Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:23:48.098Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:23:48.098Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6fff459-809e-45be-926a-1bc1723458f8",
  "consumerID": "clamp",
  "timestamp": 1663831249597,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ubwz6b81opkewjeul25/1.0/resourceInstances/pnf64a1d3ac4c540/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:23:48.098Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:23:48.098Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:23:48.098Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6fff459-809e-45be-926a-1bc1723458f8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663831250417,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ubwz6b81opkewjeul25/1.0/resourceInstances/pnf64a1d3ac4c540/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:23:48.098Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:23:48.098Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:23:48.099Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6fff459-809e-45be-926a-1bc1723458f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663831247554,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ubwz6b81opkewjeul25/1.0/resourceInstances/pnf64a1d3ac4c540/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:23:48.099Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:23:48.099Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:23:48.099Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6fff459-809e-45be-926a-1bc1723458f8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663831247955,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ubwz6b81opkewjeul25/1.0/resourceInstances/pnf64a1d3ac4c540/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:23:48.099Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:23:48.099Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:23:48.099Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6fff459-809e-45be-926a-1bc1723458f8",
  "consumerID": "clamp",
  "timestamp": 1663831249597,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ubwz6b81opkewjeul25/1.0/resourceInstances/pnf64a1d3ac4c540/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:23:48.100Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:23:48.100Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:23:48.100Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6fff459-809e-45be-926a-1bc1723458f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663831247554,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ubwz6b81opkewjeul25/1.0/resourceInstances/pnf64a1d3ac4c540/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:23:48.100Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:23:48.100Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:23:48.100Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6fff459-809e-45be-926a-1bc1723458f8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663831250417,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ubwz6b81opkewjeul25/1.0/resourceInstances/pnf64a1d3ac4c540/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-09-22T07:23:48.100Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:23:48.100Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:23:48.100Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6fff459-809e-45be-926a-1bc1723458f8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663831247955,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ubwz6b81opkewjeul25/1.0/resourceInstances/pnf64a1d3ac4c540/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:23:48.100Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:23:48.100Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:23:48.101Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6fff459-809e-45be-926a-1bc1723458f8",
  "consumerID": "clamp",
  "timestamp": 1663831249597,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ubwz6b81opkewjeul25/1.0/resourceInstances/pnf64a1d3ac4c540/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:23:48.101Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:23:48.101Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:23:48.101Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6fff459-809e-45be-926a-1bc1723458f8",
  "consumerID": "cds",
  "timestamp": 1663831259472,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ubwz6b81opkewjeul25/1.0/resourceInstances/pnf64a1d3ac4c540/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:23:48.101Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:23:48.101Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:23:48.101Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6fff459-809e-45be-926a-1bc1723458f8",
  "consumerID": "aai-ml",
  "timestamp": 1663831259852,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ubwz6b81opkewjeul25/1.0/resourceInstances/pnf64a1d3ac4c540/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:23:48.101Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:23:48.101Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:23:48.101Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6fff459-809e-45be-926a-1bc1723458f8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663831250417,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ubwz6b81opkewjeul25/1.0/artifacts/service-DemoPnf7ubwz6b81opkewjeul25-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:23:48.102Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:23:48.102Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:23:48.102Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6fff459-809e-45be-926a-1bc1723458f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663831247554,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ubwz6b81opkewjeul25/1.0/artifacts/service-DemoPnf7ubwz6b81opkewjeul25-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:23:48.102Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:23:48.102Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:23:48.103Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6fff459-809e-45be-926a-1bc1723458f8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663831247955,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ubwz6b81opkewjeul25/1.0/artifacts/service-DemoPnf7ubwz6b81opkewjeul25-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:23:48.103Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:23:48.103Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:23:48.103Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6fff459-809e-45be-926a-1bc1723458f8",
  "consumerID": "clamp",
  "timestamp": 1663831249597,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ubwz6b81opkewjeul25/1.0/artifacts/service-DemoPnf7ubwz6b81opkewjeul25-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:23:48.103Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:23:48.103Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:23:48.103Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6fff459-809e-45be-926a-1bc1723458f8",
  "consumerID": "cds",
  "timestamp": 1663831259472,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ubwz6b81opkewjeul25/1.0/resourceInstances/pnf64a1d3ac4c540/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:23:48.104Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:23:48.104Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:23:48.104Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6fff459-809e-45be-926a-1bc1723458f8",
  "consumerID": "policy-id",
  "timestamp": 1663831259991,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ubwz6b81opkewjeul25/1.0/resourceInstances/pnf64a1d3ac4c540/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:23:48.104Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:23:48.104Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:23:48.104Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6fff459-809e-45be-926a-1bc1723458f8",
  "consumerID": "aai-ml",
  "timestamp": 1663831259852,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ubwz6b81opkewjeul25/1.0/resourceInstances/pnf64a1d3ac4c540/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:23:48.105Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:23:48.105Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:23:48.105Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6fff459-809e-45be-926a-1bc1723458f8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663831250417,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ubwz6b81opkewjeul25/1.0/artifacts/service-DemoPnf7ubwz6b81opkewjeul25-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:23:48.105Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:23:48.105Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:23:48.105Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6fff459-809e-45be-926a-1bc1723458f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663831247554,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ubwz6b81opkewjeul25/1.0/artifacts/service-DemoPnf7ubwz6b81opkewjeul25-csar.csar",
  "status": "NOTIFIED"
}
2022-09-22T07:23:48.106Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:23:48.106Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:23:48.106Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6fff459-809e-45be-926a-1bc1723458f8",
  "consumerID": "clamp",
  "timestamp": 1663831249597,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ubwz6b81opkewjeul25/1.0/artifacts/service-DemoPnf7ubwz6b81opkewjeul25-csar.csar",
  "status": "NOTIFIED"
}
2022-09-22T07:23:48.106Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:23:48.106Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:23:48.107Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6fff459-809e-45be-926a-1bc1723458f8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663831247955,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ubwz6b81opkewjeul25/1.0/artifacts/service-DemoPnf7ubwz6b81opkewjeul25-csar.csar",
  "status": "NOTIFIED"
}
2022-09-22T07:23:48.107Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:23:48.107Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:23:48.107Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6fff459-809e-45be-926a-1bc1723458f8",
  "consumerID": "cds",
  "timestamp": 1663831259472,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ubwz6b81opkewjeul25/1.0/resourceInstances/pnf64a1d3ac4c540/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:23:48.107Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:23:48.108Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:23:48.108Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6fff459-809e-45be-926a-1bc1723458f8",
  "consumerID": "policy-id",
  "timestamp": 1663831259991,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ubwz6b81opkewjeul25/1.0/resourceInstances/pnf64a1d3ac4c540/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:23:48.108Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:23:48.108Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:23:48.109Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6fff459-809e-45be-926a-1bc1723458f8",
  "consumerID": "aai-ml",
  "timestamp": 1663831259852,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ubwz6b81opkewjeul25/1.0/resourceInstances/pnf64a1d3ac4c540/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:23:48.109Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:23:48.109Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:23:48.109Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6fff459-809e-45be-926a-1bc1723458f8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663831263087,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ubwz6b81opkewjeul25/1.0/resourceInstances/pnf64a1d3ac4c540/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-22T07:23:48.110Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:23:48.110Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:23:48.110Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6fff459-809e-45be-926a-1bc1723458f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663831263112,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ubwz6b81opkewjeul25/1.0/artifacts/service-DemoPnf7ubwz6b81opkewjeul25-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-22T07:23:48.110Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:23:48.110Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:23:48.111Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6fff459-809e-45be-926a-1bc1723458f8",
  "consumerID": "cds",
  "timestamp": 1663831259472,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ubwz6b81opkewjeul25/1.0/resourceInstances/pnf64a1d3ac4c540/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:23:48.111Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:23:48.111Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:23:48.111Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6fff459-809e-45be-926a-1bc1723458f8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663831262641,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ubwz6b81opkewjeul25/1.0/resourceInstances/pnf64a1d3ac4c540/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:23:48.112Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:23:48.112Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:23:48.112Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6fff459-809e-45be-926a-1bc1723458f8",
  "consumerID": "policy-id",
  "timestamp": 1663831259991,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ubwz6b81opkewjeul25/1.0/resourceInstances/pnf64a1d3ac4c540/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:23:48.112Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:23:48.112Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:23:48.112Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6fff459-809e-45be-926a-1bc1723458f8",
  "consumerID": "aai-ml",
  "timestamp": 1663831259852,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ubwz6b81opkewjeul25/1.0/resourceInstances/pnf64a1d3ac4c540/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:23:48.113Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:23:48.113Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:23:48.113Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6fff459-809e-45be-926a-1bc1723458f8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663831264108,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ubwz6b81opkewjeul25/1.0/resourceInstances/pnf64a1d3ac4c540/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-09-22T07:23:48.113Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:23:48.113Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:23:48.113Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6fff459-809e-45be-926a-1bc1723458f8",
  "consumerID": "cds",
  "timestamp": 1663831259472,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ubwz6b81opkewjeul25/1.0/resourceInstances/pnf64a1d3ac4c540/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:23:48.113Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:23:48.113Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:23:48.113Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6fff459-809e-45be-926a-1bc1723458f8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663831262641,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ubwz6b81opkewjeul25/1.0/resourceInstances/pnf64a1d3ac4c540/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:23:48.113Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:23:48.114Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:23:48.114Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6fff459-809e-45be-926a-1bc1723458f8",
  "consumerID": "policy-id",
  "timestamp": 1663831259991,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ubwz6b81opkewjeul25/1.0/resourceInstances/pnf64a1d3ac4c540/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:23:48.114Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:23:48.114Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:23:48.114Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6fff459-809e-45be-926a-1bc1723458f8",
  "consumerID": "aai-ml",
  "timestamp": 1663831259852,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ubwz6b81opkewjeul25/1.0/resourceInstances/pnf64a1d3ac4c540/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:23:48.114Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:23:48.114Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:23:48.114Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6fff459-809e-45be-926a-1bc1723458f8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663831265112,
  "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-09-22T07:23:48.121Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of d6fff459-809e-45be-926a-1bc1723458f8
2022-09-22T07:23:48.121Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d6fff459-809e-45be-926a-1bc1723458f8 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-09-22T07:23:48.134Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:23:48.134Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6fff459-809e-45be-926a-1bc1723458f8",
  "consumerID": "cds",
  "timestamp": 1663831259472,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ubwz6b81opkewjeul25/1.0/resourceInstances/pnf64a1d3ac4c540/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:23:48.135Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:23:48.135Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:23:48.135Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6fff459-809e-45be-926a-1bc1723458f8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663831262641,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ubwz6b81opkewjeul25/1.0/resourceInstances/pnf64a1d3ac4c540/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:23:48.135Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:23:48.135Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:23:48.135Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6fff459-809e-45be-926a-1bc1723458f8",
  "consumerID": "policy-id",
  "timestamp": 1663831259991,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ubwz6b81opkewjeul25/1.0/resourceInstances/pnf64a1d3ac4c540/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:23:48.135Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:23:48.136Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:23:48.136Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6fff459-809e-45be-926a-1bc1723458f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663831265415,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ubwz6b81opkewjeul25/1.0/artifacts/service-DemoPnf7ubwz6b81opkewjeul25-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-22T07:23:48.136Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:23:48.136Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:23:48.136Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6fff459-809e-45be-926a-1bc1723458f8",
  "consumerID": "aai-ml",
  "timestamp": 1663831259852,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ubwz6b81opkewjeul25/1.0/resourceInstances/pnf64a1d3ac4c540/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:23:48.136Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:23:48.136Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:23:48.137Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6fff459-809e-45be-926a-1bc1723458f8",
  "consumerID": "cds",
  "timestamp": 1663831259472,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ubwz6b81opkewjeul25/1.0/artifacts/service-DemoPnf7ubwz6b81opkewjeul25-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:23:48.137Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:23:48.137Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:23:48.137Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6fff459-809e-45be-926a-1bc1723458f8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663831262641,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ubwz6b81opkewjeul25/1.0/resourceInstances/pnf64a1d3ac4c540/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:23:48.137Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:23:48.137Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:23:48.137Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6fff459-809e-45be-926a-1bc1723458f8",
  "consumerID": "policy-id",
  "timestamp": 1663831259991,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ubwz6b81opkewjeul25/1.0/resourceInstances/pnf64a1d3ac4c540/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:23:48.137Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:23:48.138Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:23:48.138Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6fff459-809e-45be-926a-1bc1723458f8",
  "consumerID": "aai-ml",
  "timestamp": 1663831259852,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ubwz6b81opkewjeul25/1.0/artifacts/service-DemoPnf7ubwz6b81opkewjeul25-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:23:48.138Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:23:48.138Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:23:48.138Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6fff459-809e-45be-926a-1bc1723458f8",
  "consumerID": "cds",
  "timestamp": 1663831259472,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ubwz6b81opkewjeul25/1.0/artifacts/service-DemoPnf7ubwz6b81opkewjeul25-csar.csar",
  "status": "NOTIFIED"
}
2022-09-22T07:23:48.138Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:23:48.139Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:23:48.139Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6fff459-809e-45be-926a-1bc1723458f8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663831262641,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ubwz6b81opkewjeul25/1.0/resourceInstances/pnf64a1d3ac4c540/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:23:48.139Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:23:48.139Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:23:48.139Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6fff459-809e-45be-926a-1bc1723458f8",
  "consumerID": "policy-id",
  "timestamp": 1663831259991,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ubwz6b81opkewjeul25/1.0/artifacts/service-DemoPnf7ubwz6b81opkewjeul25-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:23:48.139Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:23:48.140Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:23:48.140Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6fff459-809e-45be-926a-1bc1723458f8",
  "consumerID": "aai-ml",
  "timestamp": 1663831259852,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ubwz6b81opkewjeul25/1.0/artifacts/service-DemoPnf7ubwz6b81opkewjeul25-csar.csar",
  "status": "NOTIFIED"
}
2022-09-22T07:23:48.140Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:23:48.140Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:23:48.140Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6fff459-809e-45be-926a-1bc1723458f8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663831262641,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ubwz6b81opkewjeul25/1.0/resourceInstances/pnf64a1d3ac4c540/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:23:48.140Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:23:48.141Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:23:48.141Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6fff459-809e-45be-926a-1bc1723458f8",
  "consumerID": "cds",
  "timestamp": 1663831268287,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ubwz6b81opkewjeul25/1.0/artifacts/service-DemoPnf7ubwz6b81opkewjeul25-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-22T07:23:48.141Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:23:48.141Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:23:48.141Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6fff459-809e-45be-926a-1bc1723458f8",
  "consumerID": "policy-id",
  "timestamp": 1663831259991,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ubwz6b81opkewjeul25/1.0/artifacts/service-DemoPnf7ubwz6b81opkewjeul25-csar.csar",
  "status": "NOTIFIED"
}
2022-09-22T07:23:48.141Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:23:48.142Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:23:48.142Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6fff459-809e-45be-926a-1bc1723458f8",
  "consumerID": "aai-ml",
  "timestamp": 1663831268634,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ubwz6b81opkewjeul25/1.0/artifacts/service-DemoPnf7ubwz6b81opkewjeul25-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-22T07:23:48.142Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:23:48.142Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:23:48.142Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6fff459-809e-45be-926a-1bc1723458f8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663831262641,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ubwz6b81opkewjeul25/1.0/artifacts/service-DemoPnf7ubwz6b81opkewjeul25-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:23:48.142Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:23:48.142Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:23:48.142Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6fff459-809e-45be-926a-1bc1723458f8",
  "consumerID": "cds",
  "timestamp": 1663831269297,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ubwz6b81opkewjeul25/1.0/artifacts/service-DemoPnf7ubwz6b81opkewjeul25-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-09-22T07:23:48.147Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d6fff459-809e-45be-926a-1bc1723458f8
2022-09-22T07:23:48.147Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d6fff459-809e-45be-926a-1bc1723458f8 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-09-22T07:23:48.154Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:23:48.154Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6fff459-809e-45be-926a-1bc1723458f8",
  "consumerID": "policy-id",
  "timestamp": 1663831268731,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ubwz6b81opkewjeul25/1.0/artifacts/service-DemoPnf7ubwz6b81opkewjeul25-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-22T07:23:48.154Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:23:48.155Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:23:48.155Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6fff459-809e-45be-926a-1bc1723458f8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663831262641,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ubwz6b81opkewjeul25/1.0/artifacts/service-DemoPnf7ubwz6b81opkewjeul25-csar.csar",
  "status": "NOTIFIED"
}
2022-09-22T07:23:48.155Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:23:48.155Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:23:48.155Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6fff459-809e-45be-926a-1bc1723458f8",
  "consumerID": "policy-id",
  "timestamp": 1663831269735,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ubwz6b81opkewjeul25/1.0/artifacts/service-DemoPnf7ubwz6b81opkewjeul25-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-22T07:23:48.155Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:23:48.155Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:23:48.155Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6fff459-809e-45be-926a-1bc1723458f8",
  "consumerID": "clamp",
  "timestamp": 1663831270228,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ubwz6b81opkewjeul25/1.0/artifacts/service-DemoPnf7ubwz6b81opkewjeul25-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-22T07:23:48.155Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:23:48.155Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:23:48.155Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6fff459-809e-45be-926a-1bc1723458f8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663831271415,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ubwz6b81opkewjeul25/1.0/artifacts/service-DemoPnf7ubwz6b81opkewjeul25-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-22T07:23:48.155Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:23:48.156Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:23:48.156Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6fff459-809e-45be-926a-1bc1723458f8",
  "consumerID": "policy-id",
  "timestamp": 1663831270737,
  "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-09-22T07:23:48.160Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d6fff459-809e-45be-926a-1bc1723458f8
2022-09-22T07:23:48.160Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d6fff459-809e-45be-926a-1bc1723458f8 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-09-22T07:23:48.167Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:23:48.167Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6fff459-809e-45be-926a-1bc1723458f8",
  "consumerID": "clamp",
  "timestamp": 1663831271243,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ubwz6b81opkewjeul25/1.0/artifacts/service-DemoPnf7ubwz6b81opkewjeul25-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-22T07:23:48.168Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:23:48.168Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:23:48.168Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6fff459-809e-45be-926a-1bc1723458f8",
  "consumerID": "clamp",
  "timestamp": 1663831272246,
  "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-09-22T07:23:48.172Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d6fff459-809e-45be-926a-1bc1723458f8
2022-09-22T07:23:48.172Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d6fff459-809e-45be-926a-1bc1723458f8 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-09-22T07:23:48.180Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:23:48.180Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6fff459-809e-45be-926a-1bc1723458f8",
  "consumerID": "aai-ml",
  "timestamp": 1663831272829,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ubwz6b81opkewjeul25/1.0/artifacts/service-DemoPnf7ubwz6b81opkewjeul25-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-22T07:23:48.181Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:23:48.181Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:23:48.181Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6fff459-809e-45be-926a-1bc1723458f8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663831273436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ubwz6b81opkewjeul25/1.0/artifacts/service-DemoPnf7ubwz6b81opkewjeul25-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-22T07:23:48.181Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:23:48.182Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:23:48.182Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6fff459-809e-45be-926a-1bc1723458f8",
  "consumerID": "aai-ml",
  "timestamp": 1663831273832,
  "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-09-22T07:23:48.186Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d6fff459-809e-45be-926a-1bc1723458f8
2022-09-22T07:23:48.186Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d6fff459-809e-45be-926a-1bc1723458f8 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-09-22T07:23:48.193Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:23:48.194Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6fff459-809e-45be-926a-1bc1723458f8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663831274439,
  "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-09-22T07:23:48.199Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d6fff459-809e-45be-926a-1bc1723458f8
2022-09-22T07:23:48.200Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d6fff459-809e-45be-926a-1bc1723458f8 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-09-22T07:24:06.503Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d6fff459-809e-45be-926a-1bc1723458f8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-22T07:24:06.513Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d6fff459-809e-45be-926a-1bc1723458f8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-22T07:24:06.517Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-22T07:24:06.518Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-22T07:24:06.518Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-22T07:24:06.518Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-22T07:24:06.518Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-22T07:24:06.518Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-22T07:24:06.518Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-22T07:24:06.518Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-22T07:24:06.519Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-22T07:24:06.519Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-22T07:24:06.519Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-22T07:24:06.519Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-22T07:24:06.523Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-22T07:24:36.524Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d6fff459-809e-45be-926a-1bc1723458f8 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-09-22T07:24:36.531Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d6fff459-809e-45be-926a-1bc1723458f8 and serviceModelVersionId: 49d932f1-adc1-4221-8493-932dc55814c6
2022-09-22T07:24:36.531Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ce228f27-738b-4bd4-aeb7-c6d64459d4a2
2022-09-22T07:24:36.532Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ce228f27-738b-4bd4-aeb7-c6d64459d4a2/model-vers/model-ver/49d932f1-adc1-4221-8493-932dc55814c6?depth=0
2022-09-22T07:24:36.538Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-09-22T07:24:36.582Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce228f27-738b-4bd4-aeb7-c6d64459d4a2/model-vers/model-ver/49d932f1-adc1-4221-8493-932dc55814c6?depth=0|INFO|500||Invoke
2022-09-22T07:24:36.582Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce228f27-738b-4bd4-aeb7-c6d64459d4a2/model-vers/model-ver/49d932f1-adc1-4221-8493-932dc55814c6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce228f27-738b-4bd4-aeb7-c6d64459d4a2/model-vers/model-ver/49d932f1-adc1-4221-8493-932dc55814c6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d6fff459-809e-45be-926a-1bc1723458f8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[621507f8-a7e3-4747-aed1-bd9e7fff02a4], X-ECOMP-RequestID=[d6fff459-809e-45be-926a-1bc1723458f8], X-TransactionId=[], X-ONAP-RequestID=[d6fff459-809e-45be-926a-1bc1723458f8], Content-Type=[application/merge-patch+json]}
2022-09-22T07:24:36.609Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce228f27-738b-4bd4-aeb7-c6d64459d4a2/model-vers/model-ver/49d932f1-adc1-4221-8493-932dc55814c6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-09-22T07:24:36.796Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce228f27-738b-4bd4-aeb7-c6d64459d4a2/model-vers/model-ver/49d932f1-adc1-4221-8493-932dc55814c6?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/ce228f27-738b-4bd4-aeb7-c6d64459d4a2/model-vers/model-ver/49d932f1-adc1-4221-8493-932dc55814c6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220922-07:24:36:174-54892], vertex-id=[254080], Content-Length=[0], Date=[Thu, 22 Sep 2022 07:24:36 GMT], Content-Type=[application/json]}
2022-09-22T07:24:36.797Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce228f27-738b-4bd4-aeb7-c6d64459d4a2/model-vers/model-ver/49d932f1-adc1-4221-8493-932dc55814c6?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-09-22T07:24:36.797Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce228f27-738b-4bd4-aeb7-c6d64459d4a2/model-vers/model-ver/49d932f1-adc1-4221-8493-932dc55814c6?depth=0|INFO|500||InvokeReturn
2022-09-22T07:24:36.798Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-09-22T07:24:36.798Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||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-09-22T07:24:36.810Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-09-22T07:24:36.810Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d6fff459-809e-45be-926a-1bc1723458f8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-09-22T07:24:36.810Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-09-22T07:24:36.811Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:24:36.812Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:24:36.812Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d6fff459-809e-45be-926a-1bc1723458f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663831476810,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-22T07:24:36.912Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T07:24:36.913Z||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-09-22T07:24:36.913Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:24:36.932Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:24:36.933Z||pool-99-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-09-22T07:24:37.823Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:24:37.824Z|d6fff459-809e-45be-926a-1bc1723458f8|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-09-22T07:24:37.824Z|d6fff459-809e-45be-926a-1bc1723458f8|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 HzvqW4tkMfiFJMbp) ...
2022-09-22T07:24:47.557Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:24:47.558Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|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-09-22T07:24:47.558Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|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 HzvqW4tkMfiFJMbp) ...
2022-09-22T07:24:48.116Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:24:48.116Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:24:48.116Z|d6fff459-809e-45be-926a-1bc1723458f8|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-09-22T07:24:48.117Z|d6fff459-809e-45be-926a-1bc1723458f8|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 HzvqW4tkMfiFJMbp) ...
2022-09-22T07:24:48.188Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:24:48.188Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:24:48.188Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6fff459-809e-45be-926a-1bc1723458f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663831476810,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-22T07:24:48.189Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:24:57.680Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:24:57.680Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:24:57.681Z|d6fff459-809e-45be-926a-1bc1723458f8|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-09-22T07:24:57.681Z|d6fff459-809e-45be-926a-1bc1723458f8|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 HzvqW4tkMfiFJMbp) ...
2022-09-22T07:25:07.233Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:25:07.233Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:25:07.234Z|d6fff459-809e-45be-926a-1bc1723458f8|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-09-22T07:25:07.234Z|d6fff459-809e-45be-926a-1bc1723458f8|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 HzvqW4tkMfiFJMbp) ...
2022-09-22T07:25:16.785Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:25:47.554Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:25:47.555Z|d6fff459-809e-45be-926a-1bc1723458f8|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-09-22T07:25:47.555Z|d6fff459-809e-45be-926a-1bc1723458f8|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 HzvqW4tkMfiFJMbp) ...
2022-09-22T07:25:47.557Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:25:47.557Z||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-09-22T07:25:47.557Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T07:25:57.164Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:25:57.169Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:26:47.554Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:26:47.555Z|d6fff459-809e-45be-926a-1bc1723458f8|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-09-22T07:26:47.555Z|d6fff459-809e-45be-926a-1bc1723458f8|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 HzvqW4tkMfiFJMbp) ...
2022-09-22T07:26:47.557Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:26:47.557Z||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-09-22T07:26:47.557Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T07:26:57.111Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:26:57.144Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:27:47.554Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:27:47.555Z|d6fff459-809e-45be-926a-1bc1723458f8|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-09-22T07:27:47.555Z|d6fff459-809e-45be-926a-1bc1723458f8|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 HzvqW4tkMfiFJMbp) ...
2022-09-22T07:27:47.557Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:27:47.557Z||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-09-22T07:27:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T07:27:57.160Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:27:57.163Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:28:47.554Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:28:47.555Z|d6fff459-809e-45be-926a-1bc1723458f8|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-09-22T07:28:47.555Z|d6fff459-809e-45be-926a-1bc1723458f8|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 HzvqW4tkMfiFJMbp) ...
2022-09-22T07:28:47.557Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:28:47.557Z||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-09-22T07:28:47.557Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T07:28:57.108Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:28:57.141Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:29:47.554Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:29:47.555Z|d6fff459-809e-45be-926a-1bc1723458f8|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-09-22T07:29:47.555Z|d6fff459-809e-45be-926a-1bc1723458f8|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 HzvqW4tkMfiFJMbp) ...
2022-09-22T07:29:47.557Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:29:47.558Z||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-09-22T07:29:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T07:29:57.142Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:29:57.143Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:30:47.554Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:30:47.557Z|d6fff459-809e-45be-926a-1bc1723458f8|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-09-22T07:30:47.557Z|d6fff459-809e-45be-926a-1bc1723458f8|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 HzvqW4tkMfiFJMbp) ...
2022-09-22T07:30:47.557Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:30:47.558Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|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-09-22T07:30:47.558Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|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 HzvqW4tkMfiFJMbp) ...
2022-09-22T07:30:48.138Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:30:48.141Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:30:48.141Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "cds",
  "timestamp": 1663831814468,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:30:48.142Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:30:48.143Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:30:48.143Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "clamp",
  "timestamp": 1663831819597,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:30:48.143Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:30:48.143Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:30:48.143Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "policy-id",
  "timestamp": 1663831819991,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:30:48.143Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:30:48.143Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:30:48.143Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "cds",
  "timestamp": 1663831814468,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:30:48.143Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:30:48.143Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:30:48.143Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "clamp",
  "timestamp": 1663831819597,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-09-22T07:30:48.144Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:30:48.144Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:30:48.144Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "policy-id",
  "timestamp": 1663831819991,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:30:48.144Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:30:48.144Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:30:48.144Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "cds",
  "timestamp": 1663831814468,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:30:48.144Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:30:48.144Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:30:48.144Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "clamp",
  "timestamp": 1663831819597,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:30:48.144Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:30:48.145Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:30:48.145Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "policy-id",
  "timestamp": 1663831819991,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-09-22T07:30:48.145Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:30:48.145Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:30:48.145Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "cds",
  "timestamp": 1663831814468,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:30:48.145Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:30:48.145Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:30:48.145Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "clamp",
  "timestamp": 1663831819597,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:30:48.145Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:30:48.145Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:30:48.145Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "policy-id",
  "timestamp": 1663831819991,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:30:48.145Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:30:48.146Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:30:48.146Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "cds",
  "timestamp": 1663831814468,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:30:48.146Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:30:48.146Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:30:48.146Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "clamp",
  "timestamp": 1663831819597,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:30:48.146Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:30:48.146Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:30:48.146Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "policy-id",
  "timestamp": 1663831819991,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:30:48.146Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:30:48.146Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:30:48.146Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "cds",
  "timestamp": 1663831814468,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:30:48.147Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:30:48.147Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:30:48.147Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "clamp",
  "timestamp": 1663831819597,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:30:48.147Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:30:48.147Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:30:48.147Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "policy-id",
  "timestamp": 1663831819991,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:30:48.147Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:30:48.147Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:30:48.147Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "cds",
  "timestamp": 1663831814468,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:30:48.147Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:30:48.148Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:30:48.148Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "clamp",
  "timestamp": 1663831819597,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:30:48.148Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:30:48.148Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:30:48.148Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "policy-id",
  "timestamp": 1663831819991,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:30:48.148Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:30:48.148Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:30:48.148Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663831827956,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:30:48.148Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:30:48.149Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:30:48.149Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "cds",
  "timestamp": 1663831814468,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:30:48.149Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:30:48.149Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:30:48.149Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "clamp",
  "timestamp": 1663831819597,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:30:48.149Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:30:48.149Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:30:48.149Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "policy-id",
  "timestamp": 1663831819991,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:30:48.149Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:30:48.149Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:30:48.150Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663831827956,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-09-22T07:30:48.150Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:30:48.150Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:30:48.150Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "cds",
  "timestamp": 1663831814468,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:30:48.150Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:30:48.150Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:30:48.150Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "aai-ml",
  "timestamp": 1663831829852,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:30:48.151Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:30:48.151Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:30:48.151Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "clamp",
  "timestamp": 1663831819597,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:30:48.151Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:30:48.151Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:30:48.151Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "policy-id",
  "timestamp": 1663831819991,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:30:48.151Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:30:48.152Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:30:48.152Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663831827956,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-09-22T07:30:48.152Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:30:48.152Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:30:48.152Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663831830416,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:30:48.152Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:30:48.152Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:30:48.152Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "cds",
  "timestamp": 1663831814468,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-22T07:30:48.152Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:30:48.152Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:30:48.152Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "aai-ml",
  "timestamp": 1663831829852,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:30:48.153Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:30:48.153Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:30:48.153Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "clamp",
  "timestamp": 1663831819597,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-22T07:30:48.153Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:30:48.153Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:30:48.153Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "policy-id",
  "timestamp": 1663831819991,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-22T07:30:48.153Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:30:48.153Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:30:48.153Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663831827956,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:30:48.153Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:30:48.154Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:30:48.154Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663831830416,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:30:48.154Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:30:48.154Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:30:48.154Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "aai-ml",
  "timestamp": 1663831829852,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:30:48.154Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:30:48.154Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:30:48.154Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663831827956,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-09-22T07:30:48.154Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:30:48.155Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:30:48.155Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "policy-id",
  "timestamp": 1663831832230,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-22T07:30:48.155Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:30:48.155Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:30:48.155Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "cds",
  "timestamp": 1663831832874,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-22T07:30:48.155Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:30:48.155Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:30:48.155Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663831830416,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:30:48.156Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:30:48.156Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:30:48.156Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663831832641,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:30:48.156Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:30:48.156Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:30:48.156Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "aai-ml",
  "timestamp": 1663831829852,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:30:48.156Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:30:48.156Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:30:48.156Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663831827956,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-09-22T07:30:48.156Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:30:48.157Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:30:48.157Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "policy-id",
  "timestamp": 1663831833235,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-22T07:30:48.157Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:30:48.157Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:30:48.157Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663831830416,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:30:48.157Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:30:48.157Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:30:48.157Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663831832641,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:30:48.157Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:30:48.157Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:30:48.157Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "aai-ml",
  "timestamp": 1663831829852,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:30:48.158Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:30:48.158Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:30:48.158Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663831827956,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-09-22T07:30:48.158Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:30:48.158Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:30:48.158Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "policy-id",
  "timestamp": 1663831834238,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-22T07:30:48.179Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 97c811ec-f891-425a-8209-ff81549ad1a9
2022-09-22T07:30:48.179Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 97c811ec-f891-425a-8209-ff81549ad1a9 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-09-22T07:30:48.188Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:30:48.188Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663831830416,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:30:48.188Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:30:48.188Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:30:48.188Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663831832641,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:30:48.188Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:30:48.188Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:30:48.188Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "aai-ml",
  "timestamp": 1663831829852,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:30:48.188Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:30:48.189Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:30:48.189Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "cds",
  "timestamp": 1663831835453,
  "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-09-22T07:30:48.196Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 97c811ec-f891-425a-8209-ff81549ad1a9
2022-09-22T07:30:48.196Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 97c811ec-f891-425a-8209-ff81549ad1a9 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-09-22T07:30:48.204Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:30:48.205Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663831827956,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:30:48.205Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:30:48.205Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:30:48.205Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663831830416,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:30:48.205Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:30:48.205Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:30:48.205Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663831832641,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:30:48.205Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:30:48.205Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:30:48.205Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "aai-ml",
  "timestamp": 1663831829852,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:30:48.206Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:30:48.206Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:30:48.206Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663831827956,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:30:48.206Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:30:48.206Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:30:48.206Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663831830416,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:30:48.206Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:30:48.206Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:30:48.206Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a9c2428-1ab1-49c8-b122-6846a5461054",
  "consumerID": "cds",
  "timestamp": 1663831836457,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:30:48.206Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:30:48.206Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:30:48.207Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663831832641,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:30:48.207Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:30:48.207Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:30:48.207Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "aai-ml",
  "timestamp": 1663831829852,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:30:48.207Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:30:48.207Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:30:48.207Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663831827956,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-22T07:30:48.207Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:30:48.207Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:30:48.207Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663831830416,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:30:48.208Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:30:48.208Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:30:48.208Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:30:48.208Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a9c2428-1ab1-49c8-b122-6846a5461054",
  "consumerID": "cds",
  "timestamp": 1663831836457,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:30:48.208Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:30:48.208Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:30:48.208Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663831832641,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:30:48.208Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:30:48.208Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:30:48.209Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "aai-ml",
  "timestamp": 1663831829852,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:30:48.209Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:30:48.209Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:30:48.209Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"97c811ec-f891-425a-8209-ff81549ad1a9","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"e005cd38-1816-4964-8e93-8ff53b476321","serviceDescription":"service","serviceInvariantUUID":"095c77bb-eff9-4ae3-9f30-16caafd34793","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"deaf82f1-8652-4496-a8d9-06d79fbbf74f","resourceInvariantUUID":"f66862ea-bf4e-434e-a0c1-8832366ffb4d","resourceCustomizationUUID":"abf1004f-bc22-4638-acd1-181c73a7fe52","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":"MmRjN2RmMGVmMTcxZDc1MzA1MTdiMWVjMjcwZmJmMWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8b4deb0b-1e15-4c4a-9048-b4dcca172c31","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":"YjJjOWJjZmRkODkwODcwMTA3ZDMxOWFhMWI3NGJhMzM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4d07c061-6182-4ba1-809d-a0c6d635f103","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":"9a914fcf-c928-48ef-ad46-9374cd61c9ce","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":"c9a5c733-f73b-4e31-9a7e-c98b198c78e7","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":"ba3d35d3-0f50-4d66-8112-8cce6e552a74","artifactVersion":"2","generatedFromUUID":"022055b9-1434-4b7c-8fd6-f1541c08bb88"},{"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":"3c9e22cb-d0a5-46c7-9f18-476be451e028","artifactVersion":"2","generatedFromUUID":"9a914fcf-c928-48ef-ad46-9374cd61c9ce"},{"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":"022055b9-1434-4b7c-8fd6-f1541c08bb88","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":"f9f16595-1a29-4923-8179-4a6eefacbe8a","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":"OWZjMjQ0ZTU3OTBmOWViZDUyMWFhYmQ0YTRjNTliYzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"be8d2d2b-d430-4cc4-ba8e-b608c0635308","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"NjBjZTNiNWU2ODg3ZjIzNTg5NzBmMDUyNWU3MmNmYjg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fd2fc9e4-6da6-4771-83b3-4a958880d29f","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-22T07:30:48.209Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:30:48.209Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "clamp",
  "timestamp": 1663831838324,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-22T07:30:48.209Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:30:48.210Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:30:48.210Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663831838766,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-22T07:30:48.210Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:30:48.210Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:30:48.210Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663831830416,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:30:48.210Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:30:48.211Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:30:48.211Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a9c2428-1ab1-49c8-b122-6846a5461054",
  "consumerID": "cds",
  "timestamp": 1663831836457,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:30:48.211Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:30:48.211Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:30:48.211Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663831832641,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:30:48.211Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:30:48.212Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:30:48.212Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "aai-ml",
  "timestamp": 1663831829852,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-22T07:30:48.212Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:30:48.212Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:30:48.212Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663831839828,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-22T07:30:48.212Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:30:48.213Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:30:48.213Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663831830416,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:30:48.213Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:30:48.213Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:30:48.213Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-22T07:30:48.213Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a9c2428-1ab1-49c8-b122-6846a5461054",
  "consumerID": "cds",
  "timestamp": 1663831836457,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:30:48.214Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:30:48.214Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:30:48.214Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:30:48.214Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663831832641,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:30:48.214Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:30:48.214Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:30:48.214Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "aai-ml",
  "timestamp": 1663831840607,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-22T07:30:48.215Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:30:48.215Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:30:48.215Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663831840894,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-09-22T07:30:48.215Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:30:48.215Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:30:48.215Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a9c2428-1ab1-49c8-b122-6846a5461054",
  "consumerID": "cds",
  "timestamp": 1663831836457,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:30:48.216Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:30:48.216Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:30:48.216Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663831832641,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:30:48.216Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:30:48.216Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:30:48.216Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a9c2428-1ab1-49c8-b122-6846a5461054",
  "consumerID": "policy-id",
  "timestamp": 1663831839991,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:30:48.216Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:30:48.217Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:30:48.217Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663831841968,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-09-22T07:30:48.217Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:30:48.217Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:30:48.217Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a9c2428-1ab1-49c8-b122-6846a5461054",
  "consumerID": "cds",
  "timestamp": 1663831836457,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:30:48.217Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:30:48.218Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:30:48.218Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663831832641,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-22T07:30:48.218Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:30:48.218Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:30:48.218Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:30:48.218Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663831847554,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:30:48.218Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a9c2428-1ab1-49c8-b122-6846a5461054",
  "consumerID": "policy-id",
  "timestamp": 1663831839991,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:30:48.218Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:30:48.219Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:30:48.219Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "clamp",
  "timestamp": 1663831842329,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-22T07:30:48.219Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:30:48.219Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:30:48.219Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663831843057,
  "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-09-22T07:30:48.225Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 97c811ec-f891-425a-8209-ff81549ad1a9
2022-09-22T07:30:48.226Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 97c811ec-f891-425a-8209-ff81549ad1a9 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-09-22T07:30:48.233Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:30:48.233Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a9c2428-1ab1-49c8-b122-6846a5461054",
  "consumerID": "cds",
  "timestamp": 1663831836457,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:30:48.233Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:30:48.234Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:30:48.234Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a9c2428-1ab1-49c8-b122-6846a5461054",
  "consumerID": "policy-id",
  "timestamp": 1663831839991,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-09-22T07:30:48.234Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:30:48.234Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:30:48.234Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663831843473,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-22T07:30:48.235Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:30:48.235Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:30:48.235Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "clamp",
  "timestamp": 1663831843332,
  "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-09-22T07:30:48.239Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 97c811ec-f891-425a-8209-ff81549ad1a9
2022-09-22T07:30:48.239Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 97c811ec-f891-425a-8209-ff81549ad1a9 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-09-22T07:30:48.248Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:30:48.248Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663831844062,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-22T07:30:48.248Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:30:48.248Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:30:48.249Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a9c2428-1ab1-49c8-b122-6846a5461054",
  "consumerID": "cds",
  "timestamp": 1663831836457,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-22T07:30:48.249Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:30:48.249Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:30:48.249Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a9c2428-1ab1-49c8-b122-6846a5461054",
  "consumerID": "policy-id",
  "timestamp": 1663831839991,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:30:48.249Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:30:48.249Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:30:48.250Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a9c2428-1ab1-49c8-b122-6846a5461054",
  "consumerID": "cds",
  "timestamp": 1663831845254,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-22T07:30:48.250Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:30:48.250Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:30:48.250Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a9c2428-1ab1-49c8-b122-6846a5461054",
  "consumerID": "policy-id",
  "timestamp": 1663831839991,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:30:48.250Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:30:48.250Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:30:48.251Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663831845954,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-22T07:30:48.251Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:30:48.251Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:30:48.251Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "aai-ml",
  "timestamp": 1663831846237,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-22T07:30:48.252Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:30:48.252Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:30:48.252Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a9c2428-1ab1-49c8-b122-6846a5461054",
  "consumerID": "policy-id",
  "timestamp": 1663831839991,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:30:48.252Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:30:48.252Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:30:48.252Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a9c2428-1ab1-49c8-b122-6846a5461054",
  "consumerID": "cds",
  "timestamp": 1663831846475,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-22T07:30:48.265Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5a9c2428-1ab1-49c8-b122-6846a5461054
2022-09-22T07:30:48.265Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5a9c2428-1ab1-49c8-b122-6846a5461054 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-09-22T07:30:48.289Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:30:48.289Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663831846959,
  "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-09-22T07:30:48.299Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 97c811ec-f891-425a-8209-ff81549ad1a9
2022-09-22T07:30:48.299Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 97c811ec-f891-425a-8209-ff81549ad1a9 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-09-22T07:30:48.310Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:30:48.311Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "aai-ml",
  "timestamp": 1663831847240,
  "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-09-22T07:30:48.317Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 97c811ec-f891-425a-8209-ff81549ad1a9
2022-09-22T07:30:48.318Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 97c811ec-f891-425a-8209-ff81549ad1a9 and ComponentName AAI
2022-09-22T07:30:48.318Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T07:30:48.319Z||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-09-22T07:30:48.319Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? 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-09-22T07:30:48.329Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:30:48.329Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a9c2428-1ab1-49c8-b122-6846a5461054",
  "consumerID": "policy-id",
  "timestamp": 1663831839991,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:30:48.329Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:30:48.331Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:30:48.332Z||pool-100-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-09-22T07:30:49.219Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-22T07:30:49.220Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:30:49.222Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:30:49.222Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663831847554,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-09-22T07:30:49.322Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T07:30:49.323Z||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-09-22T07:30:49.323Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:30:49.336Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:30:49.336Z||pool-101-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-09-22T07:30:50.222Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-22T07:30:50.223Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:30:50.225Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:30:50.226Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663831847554,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-09-22T07:30:50.326Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T07:30:50.327Z||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-09-22T07:30:50.327Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:30:50.337Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:30:50.338Z||pool-102-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-09-22T07:30:51.226Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-22T07:30:51.227Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:30:51.229Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:30:51.229Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663831847554,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:30:51.329Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T07:30:51.329Z||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-09-22T07:30:51.329Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:30:51.350Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:30:51.350Z||pool-103-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-09-22T07:30:52.229Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-22T07:30:52.230Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:30:52.232Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:30:52.232Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663831847554,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-09-22T07:30:52.332Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T07:30:52.333Z||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-09-22T07:30:52.333Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:30:52.369Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:30:52.369Z||pool-104-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":1,"count":1}
2022-09-22T07:30:53.233Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-22T07:30:53.234Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:30:53.236Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:30:53.236Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663831847554,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-09-22T07:30:53.336Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T07:30:53.337Z||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-09-22T07:30:53.337Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:30:53.349Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:30:53.349Z||pool-105-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-09-22T07:30:54.236Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-22T07:30:54.237Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:30:54.239Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:30:54.239Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663831847554,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-09-22T07:30:54.339Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-22T07:30:54.340Z||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-09-22T07:30:54.340Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:30:54.355Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:30:54.356Z||pool-106-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-09-22T07:30:55.240Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-22T07:30:55.240Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:30:55.243Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:30:55.243Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663831847554,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:30:55.343Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T07:30:55.344Z||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-09-22T07:30:55.344Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:30:55.357Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:30:55.357Z||pool-107-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-09-22T07:30:56.244Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-22T07:30:56.245Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:30:56.247Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:30:56.247Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663831847554,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:30:56.347Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T07:30:56.348Z||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-09-22T07:30:56.349Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:30:56.360Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:30:56.361Z||pool-108-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-09-22T07:30:57.248Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-22T07:30:57.249Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:30:57.251Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:30:57.252Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663831847554,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-22T07:30:57.351Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-22T07:30:57.352Z||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-09-22T07:30:57.352Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:30:57.364Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:30:57.364Z||pool-109-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-09-22T07:30:58.252Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "e005cd38-1816-4964-8e93-8ff53b476321",
  "serviceDescription": "service",
  "serviceInvariantUUID": "095c77bb-eff9-4ae3-9f30-16caafd34793",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "abf1004f-bc22-4638-acd1-181c73a7fe52",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "deaf82f1-8652-4496-a8d9-06d79fbbf74f",
      "resourceInvariantUUID": "f66862ea-bf4e-434e-a0c1-8832366ffb4d",
      "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": "YjJjOWJjZmRkODkwODcwMTA3ZDMxOWFhMWI3NGJhMzM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "4d07c061-6182-4ba1-809d-a0c6d635f103",
          "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": "9a914fcf-c928-48ef-ad46-9374cd61c9ce",
          "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": "3c9e22cb-d0a5-46c7-9f18-476be451e028",
            "generatedFromUUID": "9a914fcf-c928-48ef-ad46-9374cd61c9ce"
          },
          "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": "ba3d35d3-0f50-4d66-8112-8cce6e552a74",
          "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": "3c9e22cb-d0a5-46c7-9f18-476be451e028",
          "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": "022055b9-1434-4b7c-8fd6-f1541c08bb88",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "NjBjZTNiNWU2ODg3ZjIzNTg5NzBmMDUyNWU3MmNmYjg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fd2fc9e4-6da6-4771-83b3-4a958880d29f"
    }
  ],
  "workloadContext": "Production"
}
2022-09-22T07:30:58.253Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-22T07:30:58.254Z|d6fff459-809e-45be-926a-1bc1723458f8|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 e005cd38-1816-4964-8e93-8ff53b476321 ASDC
2022-09-22T07:30:58.255Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:97c811ec-f891-425a-8209-ff81549ad1a9
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:e005cd38-1816-4964-8e93-8ff53b476321
ServiceInvariantUUID:095c77bb-eff9-4ae3-9f30-16caafd34793
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:fd2fc9e4-6da6-4771-83b3-4a958880d29f
ArtifactChecksum:NjBjZTNiNWU2ODg3ZjIzNTg5NzBmMDUyNWU3MmNmYjg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:abf1004f-bc22-4638-acd1-181c73a7fe52
ResourceInvariantUUID:f66862ea-bf4e-434e-a0c1-8832366ffb4d
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:deaf82f1-8652-4496-a8d9-06d79fbbf74f
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:4d07c061-6182-4ba1-809d-a0c6d635f103
ArtifactChecksum:YjJjOWJjZmRkODkwODcwMTA3ZDMxOWFhMWI3NGJhMzM=
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:9a914fcf-c928-48ef-ad46-9374cd61c9ce
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:3c9e22cb-d0a5-46c7-9f18-476be451e028
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:ba3d35d3-0f50-4d66-8112-8cce6e552a74
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:3c9e22cb-d0a5-46c7-9f18-476be451e028
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:022055b9-1434-4b7c-8fd6-f1541c08bb88
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-09-22T07:30:58.255Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e005cd38-1816-4964-8e93-8ff53b476321 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-09-22T07:30:58.303Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-22T07:30:58.305Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-09-22T07:30:58.305Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-09-22T07:30:58.305Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: fd2fc9e4-6da6-4771-83b3-4a958880d29f from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-09-22T07:30:58.305Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-09-22T07:30:58.306Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-09-22T07:30:58.395Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-09-22T07:30:58.406Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar fd2fc9e4-6da6-4771-83b3-4a958880d29f 162984
2022-09-22T07:30:58.407Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-09-22T07:30:58.407Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-09-22T07:30:58.407Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-22T07:30:58.408Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:30:58.410Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:30:58.410Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663831858407,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-22T07:30:58.511Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T07:30:58.511Z||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-09-22T07:30:58.511Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:30:58.522Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:30:58.522Z||pool-110-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-09-22T07:30:59.411Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-22T07:30:59.413Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-09-22T07:30:59.413Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: fd2fc9e4-6da6-4771-83b3-4a958880d29f, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-09-22T07:30:59.414Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-09-22T07:30:59.415Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-09-22T07:30:59.415Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-09-22T07:30:59.647Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7431994833998810964/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2022-09-22T07:31:00.957Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-22T07:31:00.958Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-09-22T07:31:00.958Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-09-22T07:31:00.958Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-09-22T07:31:00.958Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-09-22T07:31:00.958Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-09-22T07:31:00.959Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||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-09-22T07:31:00.959Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||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-09-22T07:31:00.959Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-09-22T07:31:00.959Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:31:00.960Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:31:00.960Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-09-22T07:31:00.960Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-09-22T07:31:00.960Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-22T07:31:00.961Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:31:00.961Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:31:00.961Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-09-22T07:31:00.961Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-09-22T07:31:00.962Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-22T07:31:00.962Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:31:00.962Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:31:00.962Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:31:00.963Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-09-22T07:31:00.963Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-09-22T07:31:00.963Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-09-22T07:31:00.963Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-22T07:31:00.963Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:31:00.964Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-22T07:31:00.964Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:31:00.964Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-09-22T07:31:00.964Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-22T07:31:00.965Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:31:00.965Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-09-22T07:31:00.965Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-22T07:31:00.965Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:31:00.966Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-09-22T07:31:00.966Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-22T07:31:00.966Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:31:00.966Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-09-22T07:31:00.966Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-22T07:31:00.967Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:31:00.967Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-09-22T07:31:00.967Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-09-22T07:31:00.967Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=a7f30b58-8260-45cd-99da-ca77a352c38f
2022-09-22T07:31:00.967Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:31:00.968Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:31:00.968Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:31:00.968Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:31:00.968Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:31:00.968Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:31:00.969Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:31:00.969Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:31:00.969Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:e005cd38-1816-4964-8e93-8ff53b476321
Model Version:NULL
Model InvariantUuid:095c77bb-eff9-4ae3-9f30-16caafd34793
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:3b36cd05-3f37-4b67-b333-191f15dc4f0f
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f66862ea-bf4e-434e-a0c1-8832366ffb4d
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:abf1004f-bc22-4638-acd1-181c73a7fe52
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:abdf4b6d-25af-4276-9927-ad944d73231a
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:8586fb8f-ddbd-483c-ae4f-b0f5f0af6215
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:e047de89-863e-4f79-a72a-568a4f624824
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:f77a4794-a6dd-41a9-86a7-05724bda1cb1
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:a7f30b58-8260-45cd-99da-ca77a352c38f
ModelInvariantUuid:f9b048c8-a8c2-447d-8df9-34d1201225a6
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:06e1346e-20a4-484c-8c6f-ada2ad77f084
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:e88bff03-8c66-4451-b31b-14791439a67a
ModelInvariantUuid:623df94d-665d-4f12-b1d2-4f958e7a9a5b
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:e4de8c7e-dad0-4b39-907d-9bf7aa15d081
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-09-22T07:31:00.978Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: deaf82f1-8652-4496-a8d9-06d79fbbf74f
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-09-22T07:31:00.982Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||INFO|500||basic_cnf_macro 0
2022-09-22T07:31:00.982Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: deaf82f1-8652-4496-a8d9-06d79fbbf74f
2022-09-22T07:31:00.982Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 4d07c061-6182-4ba1-809d-a0c6d635f103 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-09-22T07:31:00.982Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-09-22T07:31:00.983Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||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-09-22T07:31:01.029Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-09-22T07:31:01.029Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 4d07c061-6182-4ba1-809d-a0c6d635f103 1565
2022-09-22T07:31:01.030Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||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-09-22T07:31:01.030Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||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-09-22T07:31:01.030Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-22T07:31:01.031Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:31:01.032Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:31:01.033Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663831861030,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-22T07:31:01.133Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T07:31:01.133Z||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-09-22T07:31:01.133Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:31:01.160Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:31:01.161Z||pool-111-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-09-22T07:31:02.033Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "e047de89-863e-4f79-a72a-568a4f624824",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f77a4794-a6dd-41a9-86a7-05724bda1cb1",
    "vfModuleModelCustomizationUUID": "8ff11608-3dfc-4a67-987f-a77055f08601",
    "isBase": true,
    "artifacts": [
      "9a914fcf-c928-48ef-ad46-9374cd61c9ce",
      "3c9e22cb-d0a5-46c7-9f18-476be451e028"
    ],
    "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": "abdf4b6d-25af-4276-9927-ad944d73231a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8586fb8f-ddbd-483c-ae4f-b0f5f0af6215",
    "vfModuleModelCustomizationUUID": "4932ea9c-6e4b-4dcd-8a05-567b4df395e9",
    "isBase": false,
    "artifacts": [
      "022055b9-1434-4b7c-8fd6-f1541c08bb88"
    ],
    "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-09-22T07:31:02.039Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f77a4794-a6dd-41a9-86a7-05724bda1cb1
VfModuleModelInvariantUUID:e047de89-863e-4f79-a72a-568a4f624824
VfModuleModelDescription:NULL
Artifacts UUID List:{
9a914fcf-c928-48ef-ad46-9374cd61c9ce
,
3c9e22cb-d0a5-46c7-9f18-476be451e028

}
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:8586fb8f-ddbd-483c-ae4f-b0f5f0af6215
VfModuleModelInvariantUUID:abdf4b6d-25af-4276-9927-ad944d73231a
VfModuleModelDescription:NULL
Artifacts UUID List:{
022055b9-1434-4b7c-8fd6-f1541c08bb88

}
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-09-22T07:31:02.041Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "e047de89-863e-4f79-a72a-568a4f624824",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f77a4794-a6dd-41a9-86a7-05724bda1cb1",
    "vfModuleModelCustomizationUUID": "8ff11608-3dfc-4a67-987f-a77055f08601",
    "isBase": true,
    "artifacts": [
      "9a914fcf-c928-48ef-ad46-9374cd61c9ce",
      "3c9e22cb-d0a5-46c7-9f18-476be451e028"
    ],
    "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": "abdf4b6d-25af-4276-9927-ad944d73231a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8586fb8f-ddbd-483c-ae4f-b0f5f0af6215",
    "vfModuleModelCustomizationUUID": "4932ea9c-6e4b-4dcd-8a05-567b4df395e9",
    "isBase": false,
    "artifacts": [
      "022055b9-1434-4b7c-8fd6-f1541c08bb88"
    ],
    "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-09-22T07:31:02.041Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f77a4794-a6dd-41a9-86a7-05724bda1cb1
VfModuleModelInvariantUUID:e047de89-863e-4f79-a72a-568a4f624824
VfModuleModelDescription:NULL
Artifacts UUID List:{
9a914fcf-c928-48ef-ad46-9374cd61c9ce
,
3c9e22cb-d0a5-46c7-9f18-476be451e028

}
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:8586fb8f-ddbd-483c-ae4f-b0f5f0af6215
VfModuleModelInvariantUUID:abdf4b6d-25af-4276-9927-ad944d73231a
VfModuleModelDescription:NULL
Artifacts UUID List:{
022055b9-1434-4b7c-8fd6-f1541c08bb88

}
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-09-22T07:31:02.042Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 9a914fcf-c928-48ef-ad46-9374cd61c9ce from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-09-22T07:31:02.042Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-09-22T07:31:02.043Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||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-09-22T07:31:02.173Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-09-22T07:31:02.173Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 9a914fcf-c928-48ef-ad46-9374cd61c9ce 914
2022-09-22T07:31:02.174Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||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-09-22T07:31:02.174Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||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-09-22T07:31:02.174Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-22T07:31:02.175Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:31:02.176Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:31:02.176Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663831862174,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-22T07:31:02.276Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-22T07:31:02.277Z||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-09-22T07:31:02.277Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:31:02.290Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:31:02.290Z||pool-112-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-09-22T07:31:03.177Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: ba3d35d3-0f50-4d66-8112-8cce6e552a74 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-09-22T07:31:03.178Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-09-22T07:31:03.178Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||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-09-22T07:31:03.286Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-09-22T07:31:03.286Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ba3d35d3-0f50-4d66-8112-8cce6e552a74 12
2022-09-22T07:31:03.287Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||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-09-22T07:31:03.287Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||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-09-22T07:31:03.287Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-22T07:31:03.287Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:31:03.289Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:31:03.289Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663831863287,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-09-22T07:31:03.389Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T07:31:03.390Z||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-09-22T07:31:03.390Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:31:03.402Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:31:03.402Z||pool-113-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-09-22T07:31:04.290Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 3c9e22cb-d0a5-46c7-9f18-476be451e028 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-09-22T07:31:04.290Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-09-22T07:31:04.291Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||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-09-22T07:31:04.379Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-09-22T07:31:04.380Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 3c9e22cb-d0a5-46c7-9f18-476be451e028 96
2022-09-22T07:31:04.380Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||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-09-22T07:31:04.380Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||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-09-22T07:31:04.380Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-22T07:31:04.381Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:31:04.382Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:31:04.383Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663831864380,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-09-22T07:31:04.483Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T07:31:04.483Z||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-09-22T07:31:04.483Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:31:04.498Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:31:04.498Z||pool-114-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-09-22T07:31:05.384Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 022055b9-1434-4b7c-8fd6-f1541c08bb88 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-09-22T07:31:05.385Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-09-22T07:31:05.385Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||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-09-22T07:31:05.439Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-09-22T07:31:05.440Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 022055b9-1434-4b7c-8fd6-f1541c08bb88 20206
2022-09-22T07:31:05.440Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||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-09-22T07:31:05.440Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||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-09-22T07:31:05.440Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-22T07:31:05.440Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:31:05.443Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:31:05.444Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663831865440,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-09-22T07:31:05.543Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-22T07:31:05.544Z||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-09-22T07:31:05.544Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:31:05.559Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:31:05.560Z||pool-115-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-09-22T07:31:06.448Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: e005cd38-1816-4964-8e93-8ff53b476321
2022-09-22T07:31:06.449Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 deaf82f1-8652-4496-a8d9-06d79fbbf74f 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-09-22T07:31:06.457Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2f93d4d7, org.onap.sdc.toscaparser.api.parameters.Input@16cbe7d1, org.onap.sdc.toscaparser.api.parameters.Input@4ed72aac, org.onap.sdc.toscaparser.api.parameters.Input@299802a2, org.onap.sdc.toscaparser.api.parameters.Input@189c5e2a]
2022-09-22T07:31:06.459Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:31:06.459Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:31:06.459Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2022-09-22T07:31:06.460Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= abf1004f-bc22-4638-acd1-181c73a7fe52
2022-09-22T07:31:06.460Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: abf1004f-bc22-4638-acd1-181c73a7fe52 matches Tosca VF Customization UUID: abf1004f-bc22-4638-acd1-181c73a7fe52
2022-09-22T07:31:06.460Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: abf1004f-bc22-4638-acd1-181c73a7fe52  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-09-22T07:31:06.462Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:31:06.462Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:31:06.463Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id abf1004f-bc22-4638-acd1-181c73a7fe52: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"APACHE\"}
2022-09-22T07:31:06.463Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4fb19e2f
2022-09-22T07:31:06.463Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:31:06.463Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-22T07:31:06.463Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4932ea9c-6e4b-4dcd-8a05-567b4df395e9
2022-09-22T07:31:06.463Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4932ea9c-6e4b-4dcd-8a05-567b4df395e9
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-09-22T07:31:06.466Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:31:06.466Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-09-22T07:31:06.466Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-22T07:31:06.466Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:31:06.467Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-09-22T07:31:06.467Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-22T07:31:06.467Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:31:06.468Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-09-22T07:31:06.468Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=abf1004f-bc22-4638-acd1-181c73a7fe52
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-09-22T07:31:06.469Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:31:06.470Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:31:06.470Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid e005cd38-1816-4964-8e93-8ff53b476321: basic_cnf_macro
2022-09-22T07:31:06.470Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:31:06.470Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:31:06.471Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:31:06.471Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:31:06.471Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:31:06.471Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:31:06.472Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:31:06.472Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:31:06.472Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:31:06.472Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:31:06.473Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||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-09-22T07:31:06.512Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro deaf82f1-8652-4496-a8d9-06d79fbbf74f 2 ASDC deployResourceStructure
2022-09-22T07:31:06.512Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||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-09-22T07:31:06.513Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||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-09-22T07:31:06.513Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-22T07:31:06.513Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:31:06.514Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:31:06.514Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663831866512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-22T07:31:06.615Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T07:31:06.616Z||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-09-22T07:31:06.616Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:31:06.677Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:31:06.677Z||pool-116-thread-1|||||INFO|500||cambria reply ok (62 ms):{"serverTimeMs":0,"count":1}
2022-09-22T07:31:07.515Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||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-09-22T07:31:07.515Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||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-09-22T07:31:07.515Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-22T07:31:07.516Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:31:07.517Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:31:07.517Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663831867515,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-09-22T07:31:07.618Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T07:31:07.618Z||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-09-22T07:31:07.618Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:31:07.633Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:31:07.634Z||pool-117-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-09-22T07:31:08.518Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||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-09-22T07:31:08.519Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||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-09-22T07:31:08.519Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-09-22T07:31:08.519Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:31:08.521Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:31:08.521Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663831868518,
  "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-09-22T07:31:08.621Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T07:31:08.622Z||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-09-22T07:31:08.622Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:31:08.650Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:31:08.650Z||pool-118-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-09-22T07:31:09.522Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||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-09-22T07:31:09.522Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||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-09-22T07:31:09.522Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-22T07:31:09.523Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:31:09.524Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:31:09.524Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663831869522,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-09-22T07:31:09.624Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T07:31:09.625Z||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-09-22T07:31:09.625Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:31:09.713Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:31:09.713Z||pool-119-thread-1|||||INFO|500||cambria reply ok (88 ms):{"serverTimeMs":0,"count":1}
2022-09-22T07:31:10.525Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||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-09-22T07:31:10.525Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||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-09-22T07:31:10.525Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-09-22T07:31:10.525Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:31:10.527Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:31:10.527Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663831870525,
  "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-09-22T07:31:10.627Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T07:31:10.628Z||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-09-22T07:31:10.628Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:31:10.638Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:31:10.639Z||pool-120-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-09-22T07:31:11.528Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-09-22T07:31:11.528Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-09-22T07:31:11.528Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-22T07:31:11.529Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:31:11.531Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:31:11.531Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663831871528,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-22T07:31:11.631Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T07:31:11.632Z||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-09-22T07:31:11.632Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:31:11.645Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:31:11.645Z||pool-121-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-09-22T07:31:12.532Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 97c811ec-f891-425a-8209-ff81549ad1a9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-22T07:31:12.607Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 97c811ec-f891-425a-8209-ff81549ad1a9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-22T07:31:12.629Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-22T07:31:12.629Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-22T07:31:12.629Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-22T07:31:12.629Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-22T07:31:12.629Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-22T07:31:12.629Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-22T07:31:12.629Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-22T07:31:12.630Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-22T07:31:12.630Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-22T07:31:12.630Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-22T07:31:12.630Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-22T07:31:12.648Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-22T07:31:42.649Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 97c811ec-f891-425a-8209-ff81549ad1a9 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-09-22T07:31:42.661Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 97c811ec-f891-425a-8209-ff81549ad1a9 and serviceModelVersionId: e005cd38-1816-4964-8e93-8ff53b476321
2022-09-22T07:31:42.662Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 095c77bb-eff9-4ae3-9f30-16caafd34793
2022-09-22T07:31:42.663Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/095c77bb-eff9-4ae3-9f30-16caafd34793/model-vers/model-ver/e005cd38-1816-4964-8e93-8ff53b476321?depth=0
2022-09-22T07:31:42.669Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-09-22T07:31:42.726Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/095c77bb-eff9-4ae3-9f30-16caafd34793/model-vers/model-ver/e005cd38-1816-4964-8e93-8ff53b476321?depth=0|INFO|500||Invoke
2022-09-22T07:31:42.727Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/095c77bb-eff9-4ae3-9f30-16caafd34793/model-vers/model-ver/e005cd38-1816-4964-8e93-8ff53b476321?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/095c77bb-eff9-4ae3-9f30-16caafd34793/model-vers/model-ver/e005cd38-1816-4964-8e93-8ff53b476321?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[97c811ec-f891-425a-8209-ff81549ad1a9], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[44a7f7aa-0b55-436b-aa70-cc256a9ac684], X-ECOMP-RequestID=[97c811ec-f891-425a-8209-ff81549ad1a9], X-TransactionId=[], X-ONAP-RequestID=[97c811ec-f891-425a-8209-ff81549ad1a9], Content-Type=[application/merge-patch+json]}
2022-09-22T07:31:42.757Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/095c77bb-eff9-4ae3-9f30-16caafd34793/model-vers/model-ver/e005cd38-1816-4964-8e93-8ff53b476321?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-09-22T07:31:42.894Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/095c77bb-eff9-4ae3-9f30-16caafd34793/model-vers/model-ver/e005cd38-1816-4964-8e93-8ff53b476321?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/095c77bb-eff9-4ae3-9f30-16caafd34793/model-vers/model-ver/e005cd38-1816-4964-8e93-8ff53b476321?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220922-07:31:42:314-62775], vertex-id=[237600], Content-Length=[0], Date=[Thu, 22 Sep 2022 07:31:42 GMT], Content-Type=[application/json]}
2022-09-22T07:31:42.894Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/095c77bb-eff9-4ae3-9f30-16caafd34793/model-vers/model-ver/e005cd38-1816-4964-8e93-8ff53b476321?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-09-22T07:31:42.895Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/095c77bb-eff9-4ae3-9f30-16caafd34793/model-vers/model-ver/e005cd38-1816-4964-8e93-8ff53b476321?depth=0|INFO|500||InvokeReturn
2022-09-22T07:31:42.895Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-09-22T07:31:42.895Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||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-09-22T07:31:42.909Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-09-22T07:31:42.909Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 97c811ec-f891-425a-8209-ff81549ad1a9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-09-22T07:31:42.910Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-09-22T07:31:42.910Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:31:42.912Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:31:42.912Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663831902910,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-22T07:31:43.012Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T07:31:43.013Z||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-09-22T07:31:43.013Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:31:43.032Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:31:43.032Z||pool-122-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-09-22T07:31:43.937Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:31:43.938Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"5a9c2428-1ab1-49c8-b122-6846a5461054","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"732b80be-37e1-4de5-ac41-65364b9e08b3","serviceDescription":"service","serviceInvariantUUID":"904c2eb4-22ed-4b6f-aea2-288a3db4c63e","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1c0e7731-a511-4c4a-a189-96c39cc66422","resourceInvariantUUID":"394ac7b9-121b-47dd-a5e0-1ddc469a95bb","resourceCustomizationUUID":"d21e6165-b6ca-44ae-a649-02c9b02e2e2a","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":"ZmY0MjlhMDBjNzg4ZWJlYTg4YzU2MGYzYjBkMGJhYmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3954aa2e-734b-4ac6-a5b3-4478c9b05b68","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":"NDFkNjFiMDcyYzJiOWE4NzBkMzBlMWJlMWJmYWZkZmU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"01d46c8c-88ea-4899-a367-ad4d91de1082","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":"25eca584-0c58-4796-ad61-780b1770beb0","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":"88b1c390-84f2-4ec8-9018-d60dbd884f7c","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":"5f05c63b-e98f-49e8-b27e-00d71c075235","artifactVersion":"2","generatedFromUUID":"25eca584-0c58-4796-ad61-780b1770beb0"},{"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":"OGI5YzgzYjg3MjkyZjQ2NzNmZmM0ZGVhZGEzYTViNWM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"36e0fe7e-8376-4fca-b45b-ff7b0725f863","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":"MDVhYzUzODE4ZWI0YTlkMTI2NmRlOTJmYmVkNTUxNjQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c6ba1ad8-df36-4859-9eec-2bc0869918b0","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"OTE4NDE2MDViNGQ2OTMwYmJiY2JhOWI4MmRjMjFhYzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"abe874ad-43be-4147-832d-54a8b3a7d7f7","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-22T07:31:43.938Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-22T07:31:43.938Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:31:43.940Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:31:43.941Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "5a9c2428-1ab1-49c8-b122-6846a5461054",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663831847554,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:31:44.041Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-22T07:31:44.041Z||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-09-22T07:31:44.041Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:31:44.053Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:31:44.053Z||pool-123-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-09-22T07:31:44.941Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-22T07:31:44.942Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:31:44.944Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:31:44.944Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "5a9c2428-1ab1-49c8-b122-6846a5461054",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663831847554,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-09-22T07:31:45.044Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T07:31:45.045Z||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-09-22T07:31:45.045Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:31:45.056Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:31:45.057Z||pool-124-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-09-22T07:31:45.944Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-22T07:31:45.945Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:31:45.947Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:31:45.947Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "5a9c2428-1ab1-49c8-b122-6846a5461054",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663831847554,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-09-22T07:31:46.048Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T07:31:46.048Z||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-09-22T07:31:46.049Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:31:46.060Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:31:46.061Z||pool-125-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-09-22T07:31:46.948Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-22T07:31:46.949Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:31:46.950Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:31:46.951Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "5a9c2428-1ab1-49c8-b122-6846a5461054",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663831847554,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:31:47.051Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T07:31:47.051Z||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-09-22T07:31:47.052Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:31:47.067Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:31:47.068Z||pool-126-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-09-22T07:31:47.557Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:31:47.558Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|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-09-22T07:31:47.558Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|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 HzvqW4tkMfiFJMbp) ...
2022-09-22T07:31:47.581Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:31:47.581Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:31:47.581Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a9c2428-1ab1-49c8-b122-6846a5461054",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663831832641,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:31:47.582Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:31:47.951Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-22T07:31:47.952Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:31:47.954Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:31:47.954Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "5a9c2428-1ab1-49c8-b122-6846a5461054",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663831847554,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-09-22T07:31:48.054Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T07:31:48.054Z||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-09-22T07:31:48.055Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:31:48.073Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:31:48.073Z||pool-127-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-09-22T07:31:48.954Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-22T07:31:48.955Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:31:48.957Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:31:48.957Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "5a9c2428-1ab1-49c8-b122-6846a5461054",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663831847554,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:31:49.057Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T07:31:49.058Z||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-09-22T07:31:49.058Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:31:49.072Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:31:49.072Z||pool-128-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-22T07:31:49.957Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-22T07:31:49.958Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:31:49.960Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:31:49.960Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "5a9c2428-1ab1-49c8-b122-6846a5461054",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663831847554,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:31:50.060Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-22T07:31:50.061Z||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-09-22T07:31:50.061Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:31:50.072Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:31:50.072Z||pool-129-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-09-22T07:31:50.961Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-22T07:31:50.962Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:31:50.963Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:31:50.964Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "5a9c2428-1ab1-49c8-b122-6846a5461054",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663831847554,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-22T07:31:51.064Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T07:31:51.064Z||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-09-22T07:31:51.065Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:31:51.079Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:31:51.079Z||pool-130-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-22T07:31:51.965Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "5a9c2428-1ab1-49c8-b122-6846a5461054",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "732b80be-37e1-4de5-ac41-65364b9e08b3",
  "serviceDescription": "service",
  "serviceInvariantUUID": "904c2eb4-22ed-4b6f-aea2-288a3db4c63e",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "d21e6165-b6ca-44ae-a649-02c9b02e2e2a",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1c0e7731-a511-4c4a-a189-96c39cc66422",
      "resourceInvariantUUID": "394ac7b9-121b-47dd-a5e0-1ddc469a95bb",
      "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": "NDFkNjFiMDcyYzJiOWE4NzBkMzBlMWJlMWJmYWZkZmU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "01d46c8c-88ea-4899-a367-ad4d91de1082",
          "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": "25eca584-0c58-4796-ad61-780b1770beb0",
          "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": "5f05c63b-e98f-49e8-b27e-00d71c075235",
            "generatedFromUUID": "25eca584-0c58-4796-ad61-780b1770beb0"
          },
          "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": "5f05c63b-e98f-49e8-b27e-00d71c075235",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "OTE4NDE2MDViNGQ2OTMwYmJiY2JhOWI4MmRjMjFhYzk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "abe874ad-43be-4147-832d-54a8b3a7d7f7"
    }
  ],
  "workloadContext": "Production"
}
2022-09-22T07:31:51.966Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-22T07:31:51.966Z|97c811ec-f891-425a-8209-ff81549ad1a9|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 732b80be-37e1-4de5-ac41-65364b9e08b3 ASDC
2022-09-22T07:31:51.966Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:5a9c2428-1ab1-49c8-b122-6846a5461054
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:732b80be-37e1-4de5-ac41-65364b9e08b3
ServiceInvariantUUID:904c2eb4-22ed-4b6f-aea2-288a3db4c63e
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:abe874ad-43be-4147-832d-54a8b3a7d7f7
ArtifactChecksum:OTE4NDE2MDViNGQ2OTMwYmJiY2JhOWI4MmRjMjFhYzk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:d21e6165-b6ca-44ae-a649-02c9b02e2e2a
ResourceInvariantUUID:394ac7b9-121b-47dd-a5e0-1ddc469a95bb
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:1c0e7731-a511-4c4a-a189-96c39cc66422
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:01d46c8c-88ea-4899-a367-ad4d91de1082
ArtifactChecksum:NDFkNjFiMDcyYzJiOWE4NzBkMzBlMWJlMWJmYWZkZmU=
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:25eca584-0c58-4796-ad61-780b1770beb0
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:5f05c63b-e98f-49e8-b27e-00d71c075235
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:5f05c63b-e98f-49e8-b27e-00d71c075235
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-09-22T07:31:51.967Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 732b80be-37e1-4de5-ac41-65364b9e08b3 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-09-22T07:31:52.072Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-22T07:31:52.073Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-09-22T07:31:52.073Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-09-22T07:31:52.073Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: abe874ad-43be-4147-832d-54a8b3a7d7f7 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-09-22T07:31:52.073Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-09-22T07:31:52.074Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-09-22T07:31:52.284Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-09-22T07:31:52.289Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar abe874ad-43be-4147-832d-54a8b3a7d7f7 82489
2022-09-22T07:31:52.289Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-09-22T07:31:52.289Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-09-22T07:31:52.290Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-22T07:31:52.290Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:31:52.291Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:31:52.292Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "5a9c2428-1ab1-49c8-b122-6846a5461054",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663831912289,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-22T07:31:52.392Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T07:31:52.392Z||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-09-22T07:31:52.393Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:31:52.405Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:31:52.405Z||pool-131-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-09-22T07:31:53.292Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-22T07:31:53.293Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-09-22T07:31:53.293Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: abe874ad-43be-4147-832d-54a8b3a7d7f7, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-09-22T07:31:53.293Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-09-22T07:31:53.294Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-09-22T07:31:53.294Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-09-22T07:31:53.408Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP548476019850892607/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_ip_requirements" 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 "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" 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_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-09-22T07:31:54.524Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-22T07:31:54.524Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-09-22T07:31:54.525Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-09-22T07:31:54.525Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-09-22T07:31:54.525Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||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-09-22T07:31:54.525Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-09-22T07:31:54.525Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-09-22T07:31:54.526Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-09-22T07:31:54.526Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-09-22T07:31:54.526Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||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-09-22T07:31:54.526Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-09-22T07:31:54.526Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-09-22T07:31:54.526Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:31:54.526Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:31:54.527Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-09-22T07:31:54.527Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-09-22T07:31:54.527Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-22T07:31:54.527Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:31:54.528Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:31:54.528Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-09-22T07:31:54.528Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-09-22T07:31:54.528Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-22T07:31:54.529Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:31:54.529Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:31:54.529Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:31:54.529Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-09-22T07:31:54.530Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-09-22T07:31:54.530Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-09-22T07:31:54.530Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-09-22T07:31:54.530Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-09-22T07:31:54.530Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-22T07:31:54.531Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:31:54.531Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-22T07:31:54.531Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:31:54.531Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-09-22T07:31:54.532Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-22T07:31:54.532Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:31:54.532Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-09-22T07:31:54.532Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-22T07:31:54.533Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:31:54.533Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-09-22T07:31:54.533Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-22T07:31:54.533Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:31:54.534Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-09-22T07:31:54.534Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-09-22T07:31:54.534Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-09-22T07:31:54.534Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=0e874add-f7ef-4e61-9364-ba4fa94d9544
2022-09-22T07:31:54.535Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:31:54.535Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:31:54.535Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:31:54.535Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:31:54.536Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:31:54.536Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:31:54.536Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:31:54.536Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:31:54.537Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:732b80be-37e1-4de5-ac41-65364b9e08b3
Model Version:NULL
Model InvariantUuid:904c2eb4-22ed-4b6f-aea2-288a3db4c63e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:f73a668b-b048-4df6-8f23-ac0abddd20c0
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:394ac7b9-121b-47dd-a5e0-1ddc469a95bb
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d21e6165-b6ca-44ae-a649-02c9b02e2e2a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:e95ec9a8-0fc1-4a23-9d6a-b2c0a774572b
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:49c504b6-222b-44a5-b48a-3933acf8a3a5
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:0e874add-f7ef-4e61-9364-ba4fa94d9544
ModelInvariantUuid:71a28d16-3916-4864-bfa4-39ff0c97e5d3
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:55f5219d-7ad3-4dc2-81b1-0f652ee51de2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:a24a3a62-16bf-473a-836b-46844d36909b
ModelInvariantUuid:38eee23a-78cd-48d2-9719-acd6f928b1cf
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:d02a912e-01c6-443c-bdf3-7cf8a26be424
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-09-22T07:31:54.550Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 1c0e7731-a511-4c4a-a189-96c39cc66422
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-09-22T07:31:54.552Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||INFO|500||basic_vm_macro 0
2022-09-22T07:31:54.553Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1c0e7731-a511-4c4a-a189-96c39cc66422
2022-09-22T07:31:54.553Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 01d46c8c-88ea-4899-a367-ad4d91de1082 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-09-22T07:31:54.553Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-09-22T07:31:54.553Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||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-09-22T07:31:54.633Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-09-22T07:31:54.633Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 01d46c8c-88ea-4899-a367-ad4d91de1082 792
2022-09-22T07:31:54.634Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||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-09-22T07:31:54.634Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||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-09-22T07:31:54.634Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-22T07:31:54.634Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:31:54.636Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:31:54.636Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "5a9c2428-1ab1-49c8-b122-6846a5461054",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663831914634,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-22T07:31:54.737Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T07:31:54.737Z||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-09-22T07:31:54.737Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:31:54.749Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:31:54.749Z||pool-132-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-09-22T07:31:55.637Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "e95ec9a8-0fc1-4a23-9d6a-b2c0a774572b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "49c504b6-222b-44a5-b48a-3933acf8a3a5",
    "vfModuleModelCustomizationUUID": "6cfdaadc-316e-4943-999f-afa7f1e7ed0d",
    "isBase": true,
    "artifacts": [
      "25eca584-0c58-4796-ad61-780b1770beb0",
      "5f05c63b-e98f-49e8-b27e-00d71c075235"
    ],
    "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-09-22T07:31:55.640Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:49c504b6-222b-44a5-b48a-3933acf8a3a5
VfModuleModelInvariantUUID:e95ec9a8-0fc1-4a23-9d6a-b2c0a774572b
VfModuleModelDescription:NULL
Artifacts UUID List:{
25eca584-0c58-4796-ad61-780b1770beb0
,
5f05c63b-e98f-49e8-b27e-00d71c075235

}
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-09-22T07:31:55.642Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "e95ec9a8-0fc1-4a23-9d6a-b2c0a774572b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "49c504b6-222b-44a5-b48a-3933acf8a3a5",
    "vfModuleModelCustomizationUUID": "6cfdaadc-316e-4943-999f-afa7f1e7ed0d",
    "isBase": true,
    "artifacts": [
      "25eca584-0c58-4796-ad61-780b1770beb0",
      "5f05c63b-e98f-49e8-b27e-00d71c075235"
    ],
    "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-09-22T07:31:55.643Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:49c504b6-222b-44a5-b48a-3933acf8a3a5
VfModuleModelInvariantUUID:e95ec9a8-0fc1-4a23-9d6a-b2c0a774572b
VfModuleModelDescription:NULL
Artifacts UUID List:{
25eca584-0c58-4796-ad61-780b1770beb0
,
5f05c63b-e98f-49e8-b27e-00d71c075235

}
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-09-22T07:31:55.643Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 25eca584-0c58-4796-ad61-780b1770beb0 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-09-22T07:31:55.643Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-09-22T07:31:55.644Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||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-09-22T07:31:55.726Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-09-22T07:31:55.726Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 25eca584-0c58-4796-ad61-780b1770beb0 5033
2022-09-22T07:31:55.727Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||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-09-22T07:31:55.727Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||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-09-22T07:31:55.727Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-22T07:31:55.727Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:31:55.729Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:31:55.729Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "5a9c2428-1ab1-49c8-b122-6846a5461054",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663831915726,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-22T07:31:55.829Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-22T07:31:55.830Z||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-09-22T07:31:55.830Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:31:55.841Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:31:55.841Z||pool-133-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-09-22T07:31:56.730Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 5f05c63b-e98f-49e8-b27e-00d71c075235 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-09-22T07:31:56.731Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-09-22T07:31:56.731Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||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-09-22T07:31:56.817Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-09-22T07:31:56.818Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 5f05c63b-e98f-49e8-b27e-00d71c075235 903
2022-09-22T07:31:56.818Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||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-09-22T07:31:56.818Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||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-09-22T07:31:56.818Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-22T07:31:56.819Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:31:56.820Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:31:56.820Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "5a9c2428-1ab1-49c8-b122-6846a5461054",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663831916818,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-09-22T07:31:56.920Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-22T07:31:56.921Z||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-09-22T07:31:56.921Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:31:56.941Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:31:56.941Z||pool-134-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-09-22T07:31:57.821Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 732b80be-37e1-4de5-ac41-65364b9e08b3
2022-09-22T07:31:57.822Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 1c0e7731-a511-4c4a-a189-96c39cc66422 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-09-22T07:31:57.835Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4e1cc55e, org.onap.sdc.toscaparser.api.parameters.Input@59ef2f80, org.onap.sdc.toscaparser.api.parameters.Input@144160e0, org.onap.sdc.toscaparser.api.parameters.Input@1788a674, org.onap.sdc.toscaparser.api.parameters.Input@3f96b7ee]
2022-09-22T07:31:57.836Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:31:57.837Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:31:57.837Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2022-09-22T07:31:57.837Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= d21e6165-b6ca-44ae-a649-02c9b02e2e2a
2022-09-22T07:31:57.837Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d21e6165-b6ca-44ae-a649-02c9b02e2e2a matches Tosca VF Customization UUID: d21e6165-b6ca-44ae-a649-02c9b02e2e2a
2022-09-22T07:31:57.837Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: d21e6165-b6ca-44ae-a649-02c9b02e2e2a  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-09-22T07:31:57.839Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:31:57.839Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:31:57.840Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id d21e6165-b6ca-44ae-a649-02c9b02e2e2a: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"ubuntu20\"}
2022-09-22T07:31:57.840Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@521594ba
2022-09-22T07:31:57.840Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:31:57.840Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-22T07:31:57.841Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6cfdaadc-316e-4943-999f-afa7f1e7ed0d
2022-09-22T07:31:57.841Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6cfdaadc-316e-4943-999f-afa7f1e7ed0d
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-09-22T07:31:57.843Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:31:57.843Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-09-22T07:31:57.844Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-22T07:31:57.844Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:31:57.845Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-09-22T07:31:57.845Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-22T07:31:57.845Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:31:57.845Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-09-22T07:31:57.846Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-09-22T07:31:57.846Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-09-22T07:31:57.846Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=0e874add-f7ef-4e61-9364-ba4fa94d9544
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-09-22T07:31:57.848Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:31:57.848Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-09-22T07:31:57.849Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-22T07:31:57.849Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:31:57.849Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-09-22T07:31:57.849Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=d21e6165-b6ca-44ae-a649-02c9b02e2e2a
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-09-22T07:31:57.851Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:31:57.851Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:31:57.851Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 732b80be-37e1-4de5-ac41-65364b9e08b3: basic_vm_macro
2022-09-22T07:31:57.851Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:31:57.851Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:31:57.852Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:31:57.852Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:31:57.852Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:31:57.852Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:31:57.852Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:31:57.853Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:31:57.853Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:31:57.853Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:31:57.853Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||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-09-22T07:31:57.947Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 1c0e7731-a511-4c4a-a189-96c39cc66422 1 ASDC deployResourceStructure
2022-09-22T07:31:57.948Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||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-09-22T07:31:57.948Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||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-09-22T07:31:57.948Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-22T07:31:57.948Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:31:57.950Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:31:57.950Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "5a9c2428-1ab1-49c8-b122-6846a5461054",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663831917948,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-22T07:31:58.050Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T07:31:58.051Z||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-09-22T07:31:58.051Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:31:58.069Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:31:58.069Z||pool-135-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-09-22T07:31:58.951Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||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-09-22T07:31:58.951Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||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-09-22T07:31:58.952Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-22T07:31:58.952Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:31:58.954Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:31:58.954Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "5a9c2428-1ab1-49c8-b122-6846a5461054",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663831918951,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-09-22T07:31:59.054Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T07:31:59.055Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-22T07:31:59.055Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:31:59.066Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:31:59.067Z||pool-136-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-09-22T07:31:59.955Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||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-09-22T07:31:59.955Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||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-09-22T07:31:59.955Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-22T07:31:59.956Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:31:59.958Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:31:59.958Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "5a9c2428-1ab1-49c8-b122-6846a5461054",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663831919955,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-09-22T07:32:00.058Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T07:32:00.064Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-22T07:32:00.064Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:32:00.084Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:32:00.085Z||pool-137-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-09-22T07:32:00.959Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-09-22T07:32:00.959Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-09-22T07:32:00.959Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-22T07:32:00.960Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:32:00.962Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:32:00.962Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "5a9c2428-1ab1-49c8-b122-6846a5461054",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663831920959,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-22T07:32:01.062Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T07:32:01.063Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-22T07:32:01.063Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:32:01.076Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:32:01.076Z||pool-138-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-09-22T07:32:01.962Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5a9c2428-1ab1-49c8-b122-6846a5461054
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-22T07:32:01.992Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5a9c2428-1ab1-49c8-b122-6846a5461054
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-22T07:32:01.994Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-22T07:32:01.994Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-22T07:32:01.995Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-22T07:32:31.995Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5a9c2428-1ab1-49c8-b122-6846a5461054
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-22T07:32:32.007Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5a9c2428-1ab1-49c8-b122-6846a5461054
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-22T07:32:32.010Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-22T07:32:32.010Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-22T07:32:32.010Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-22T07:32:47.557Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:32:47.558Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|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-09-22T07:32:47.558Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|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 HzvqW4tkMfiFJMbp) ...
2022-09-22T07:32:47.587Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:32:47.587Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:32:47.587Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663831847554,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:32:47.588Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:33:02.010Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5a9c2428-1ab1-49c8-b122-6846a5461054
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-22T07:33:02.042Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5a9c2428-1ab1-49c8-b122-6846a5461054
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-22T07:33:02.044Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-22T07:33:02.045Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-22T07:33:02.045Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-22T07:33:32.045Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5a9c2428-1ab1-49c8-b122-6846a5461054
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-22T07:33:32.078Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5a9c2428-1ab1-49c8-b122-6846a5461054
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-22T07:33:32.080Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-22T07:33:32.080Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-22T07:33:32.081Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-22T07:33:47.557Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:33:47.558Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|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-09-22T07:33:47.558Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|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 HzvqW4tkMfiFJMbp) ...
2022-09-22T07:33:47.578Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:33:47.620Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.620Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a9c2428-1ab1-49c8-b122-6846a5461054",
  "consumerID": "policy-id",
  "timestamp": 1663831839991,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-22T07:33:47.621Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:33:47.621Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.621Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a9c2428-1ab1-49c8-b122-6846a5461054",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663831847955,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:33:47.621Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:33:47.621Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.621Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a9c2428-1ab1-49c8-b122-6846a5461054",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663831832641,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:33:47.621Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:33:47.621Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.621Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663831847554,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-09-22T07:33:47.621Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:33:47.622Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.622Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a9c2428-1ab1-49c8-b122-6846a5461054",
  "consumerID": "policy-id",
  "timestamp": 1663831848708,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-22T07:33:47.622Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:33:47.622Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.622Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a9c2428-1ab1-49c8-b122-6846a5461054",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663831847955,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-09-22T07:33:47.622Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:33:47.622Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.622Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a9c2428-1ab1-49c8-b122-6846a5461054",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663831832641,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:33:47.622Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:33:47.622Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.622Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663831847554,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-09-22T07:33:47.622Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:33:47.622Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.622Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a9c2428-1ab1-49c8-b122-6846a5461054",
  "consumerID": "policy-id",
  "timestamp": 1663831849712,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-22T07:33:47.622Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:33:47.623Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.623Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a9c2428-1ab1-49c8-b122-6846a5461054",
  "consumerID": "clamp",
  "timestamp": 1663831849597,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:33:47.623Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:33:47.623Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.623Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a9c2428-1ab1-49c8-b122-6846a5461054",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663831847955,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-09-22T07:33:47.623Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:33:47.623Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.623Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a9c2428-1ab1-49c8-b122-6846a5461054",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663831832641,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:33:47.623Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:33:47.623Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.623Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a9c2428-1ab1-49c8-b122-6846a5461054",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663831850416,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:33:47.623Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:33:47.623Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.623Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663831847554,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:33:47.623Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:33:47.624Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.624Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a9c2428-1ab1-49c8-b122-6846a5461054",
  "consumerID": "policy-id",
  "timestamp": 1663831850715,
  "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-09-22T07:33:47.631Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5a9c2428-1ab1-49c8-b122-6846a5461054
2022-09-22T07:33:47.632Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5a9c2428-1ab1-49c8-b122-6846a5461054 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-09-22T07:33:47.640Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.640Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a9c2428-1ab1-49c8-b122-6846a5461054",
  "consumerID": "clamp",
  "timestamp": 1663831849597,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-09-22T07:33:47.641Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:33:47.641Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.641Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a9c2428-1ab1-49c8-b122-6846a5461054",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663831847955,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:33:47.641Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:33:47.641Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.641Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a9c2428-1ab1-49c8-b122-6846a5461054",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663831832641,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:33:47.641Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:33:47.641Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.641Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a9c2428-1ab1-49c8-b122-6846a5461054",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663831850416,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:33:47.641Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:33:47.641Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.642Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663831847554,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-09-22T07:33:47.642Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:33:47.642Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.642Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a9c2428-1ab1-49c8-b122-6846a5461054",
  "consumerID": "clamp",
  "timestamp": 1663831849597,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:33:47.642Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:33:47.642Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.642Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a9c2428-1ab1-49c8-b122-6846a5461054",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663831847955,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-09-22T07:33:47.642Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:33:47.642Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.642Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a9c2428-1ab1-49c8-b122-6846a5461054",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663831832641,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:33:47.642Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:33:47.642Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.642Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a9c2428-1ab1-49c8-b122-6846a5461054",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663831850416,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:33:47.642Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:33:47.643Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.643Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663831847554,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-09-22T07:33:47.643Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:33:47.643Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.643Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a9c2428-1ab1-49c8-b122-6846a5461054",
  "consumerID": "clamp",
  "timestamp": 1663831849597,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:33:47.643Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:33:47.643Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.643Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a9c2428-1ab1-49c8-b122-6846a5461054",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663831847955,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:33:47.643Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:33:47.643Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.643Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a9c2428-1ab1-49c8-b122-6846a5461054",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663831832641,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:33:47.643Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:33:47.643Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.643Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a9c2428-1ab1-49c8-b122-6846a5461054",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663831850416,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:33:47.644Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:33:47.644Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.644Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663831847554,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-09-22T07:33:47.644Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:33:47.644Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.644Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a9c2428-1ab1-49c8-b122-6846a5461054",
  "consumerID": "clamp",
  "timestamp": 1663831849597,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:33:47.644Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:33:47.644Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.644Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a9c2428-1ab1-49c8-b122-6846a5461054",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663831847955,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:33:47.644Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:33:47.644Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.644Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a9c2428-1ab1-49c8-b122-6846a5461054",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663831832641,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-22T07:33:47.644Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:33:47.645Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.645Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a9c2428-1ab1-49c8-b122-6846a5461054",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663831850416,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:33:47.645Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:33:47.645Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.645Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663831847554,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:33:47.645Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:33:47.645Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.646Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a9c2428-1ab1-49c8-b122-6846a5461054",
  "consumerID": "clamp",
  "timestamp": 1663831849597,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:33:47.646Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:33:47.646Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.646Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a9c2428-1ab1-49c8-b122-6846a5461054",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663831847955,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-22T07:33:47.646Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:33:47.646Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.646Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a9c2428-1ab1-49c8-b122-6846a5461054",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663831850416,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:33:47.646Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:33:47.646Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.646Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a9c2428-1ab1-49c8-b122-6846a5461054",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663831856059,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-22T07:33:47.646Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:33:47.646Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.647Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663831847554,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:33:47.647Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:33:47.647Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.647Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a9c2428-1ab1-49c8-b122-6846a5461054",
  "consumerID": "clamp",
  "timestamp": 1663831849597,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:33:47.647Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:33:47.647Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.647Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a9c2428-1ab1-49c8-b122-6846a5461054",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663831856737,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-22T07:33:47.647Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:33:47.647Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.647Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a9c2428-1ab1-49c8-b122-6846a5461054",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663831850416,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:33:47.647Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:33:47.647Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.647Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663831847554,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-22T07:33:47.647Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:33:47.648Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.648Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a9c2428-1ab1-49c8-b122-6846a5461054",
  "consumerID": "clamp",
  "timestamp": 1663831849597,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-22T07:33:47.648Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:33:47.648Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.648Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a9c2428-1ab1-49c8-b122-6846a5461054",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663831857793,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-22T07:33:47.648Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:33:47.648Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.648Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a9c2428-1ab1-49c8-b122-6846a5461054",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663831850416,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:33:47.648Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:33:47.648Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.648Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a9c2428-1ab1-49c8-b122-6846a5461054",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663831858312,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-22T07:33:47.648Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:33:47.648Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.649Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663831858407,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-22T07:33:47.649Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:33:47.649Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.649Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a9c2428-1ab1-49c8-b122-6846a5461054",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663831858843,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-09-22T07:33:47.649Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:33:47.649Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.649Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a9c2428-1ab1-49c8-b122-6846a5461054",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663831859316,
  "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-09-22T07:33:47.653Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5a9c2428-1ab1-49c8-b122-6846a5461054
2022-09-22T07:33:47.654Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5a9c2428-1ab1-49c8-b122-6846a5461054 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-09-22T07:33:47.661Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.661Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a9c2428-1ab1-49c8-b122-6846a5461054",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663831859878,
  "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-09-22T07:33:47.665Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5a9c2428-1ab1-49c8-b122-6846a5461054
2022-09-22T07:33:47.665Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5a9c2428-1ab1-49c8-b122-6846a5461054 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-09-22T07:33:47.676Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.677Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a9c2428-1ab1-49c8-b122-6846a5461054",
  "consumerID": "aai-ml",
  "timestamp": 1663831859852,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:33:47.677Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:33:47.677Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.677Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a9c2428-1ab1-49c8-b122-6846a5461054",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663831860882,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-22T07:33:47.677Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:33:47.677Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.677Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663831861030,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-22T07:33:47.677Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:33:47.678Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.678Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a9c2428-1ab1-49c8-b122-6846a5461054",
  "consumerID": "aai-ml",
  "timestamp": 1663831859852,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:33:47.678Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:33:47.678Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.678Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663831862174,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-22T07:33:47.678Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:33:47.678Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.678Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a9c2428-1ab1-49c8-b122-6846a5461054",
  "consumerID": "aai-ml",
  "timestamp": 1663831859852,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:33:47.678Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:33:47.678Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.678Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663831863287,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-09-22T07:33:47.678Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:33:47.679Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.679Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a9c2428-1ab1-49c8-b122-6846a5461054",
  "consumerID": "aai-ml",
  "timestamp": 1663831859852,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:33:47.679Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:33:47.679Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.679Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663831864380,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-09-22T07:33:47.679Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:33:47.679Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.679Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a9c2428-1ab1-49c8-b122-6846a5461054",
  "consumerID": "aai-ml",
  "timestamp": 1663831859852,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:33:47.679Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:33:47.680Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.680Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ba0a97-4abd-4c18-a42b-ea565201df84",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663831862641,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:33:47.680Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:33:47.680Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.680Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ba0a97-4abd-4c18-a42b-ea565201df84",
  "consumerID": "cds",
  "timestamp": 1663831859469,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:33:47.680Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:33:47.680Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.680Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ba0a97-4abd-4c18-a42b-ea565201df84",
  "consumerID": "policy-id",
  "timestamp": 1663831859991,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:33:47.680Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:33:47.680Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.680Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a9c2428-1ab1-49c8-b122-6846a5461054",
  "consumerID": "clamp",
  "timestamp": 1663831864541,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-22T07:33:47.680Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:33:47.680Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.680Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663831865440,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-09-22T07:33:47.681Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:33:47.681Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.681Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a9c2428-1ab1-49c8-b122-6846a5461054",
  "consumerID": "aai-ml",
  "timestamp": 1663831859852,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:33:47.681Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:33:47.681Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.681Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ba0a97-4abd-4c18-a42b-ea565201df84",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663831862641,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:33:47.681Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:33:47.681Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.681Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ba0a97-4abd-4c18-a42b-ea565201df84",
  "consumerID": "cds",
  "timestamp": 1663831859469,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:33:47.681Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:33:47.682Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.682Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ba0a97-4abd-4c18-a42b-ea565201df84",
  "consumerID": "policy-id",
  "timestamp": 1663831859991,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:33:47.682Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:33:47.682Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.682Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a9c2428-1ab1-49c8-b122-6846a5461054",
  "consumerID": "aai-ml",
  "timestamp": 1663831859852,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:33:47.682Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:33:47.682Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.682Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663831866512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-22T07:33:47.682Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:33:47.682Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.682Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ba0a97-4abd-4c18-a42b-ea565201df84",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663831862641,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:33:47.683Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:33:47.683Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.683Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ba0a97-4abd-4c18-a42b-ea565201df84",
  "consumerID": "cds",
  "timestamp": 1663831859469,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:33:47.683Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:33:47.683Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.683Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ba0a97-4abd-4c18-a42b-ea565201df84",
  "consumerID": "policy-id",
  "timestamp": 1663831859991,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:33:47.683Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:33:47.683Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.683Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a9c2428-1ab1-49c8-b122-6846a5461054",
  "consumerID": "aai-ml",
  "timestamp": 1663831859852,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-22T07:33:47.683Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:33:47.683Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.684Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663831867515,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-09-22T07:33:47.684Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:33:47.684Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.684Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a9c2428-1ab1-49c8-b122-6846a5461054",
  "consumerID": "clamp",
  "timestamp": 1663831867333,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-22T07:33:47.684Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:33:47.684Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.684Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ba0a97-4abd-4c18-a42b-ea565201df84",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663831862641,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:33:47.684Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:33:47.684Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.684Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ba0a97-4abd-4c18-a42b-ea565201df84",
  "consumerID": "cds",
  "timestamp": 1663831859469,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:33:47.684Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:33:47.684Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.684Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ba0a97-4abd-4c18-a42b-ea565201df84",
  "consumerID": "policy-id",
  "timestamp": 1663831859991,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:33:47.685Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:33:47.685Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.685Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663831868518,
  "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-09-22T07:33:47.685Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:33:47.685Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.685Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a9c2428-1ab1-49c8-b122-6846a5461054",
  "consumerID": "aai-ml",
  "timestamp": 1663831868586,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-22T07:33:47.685Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:33:47.685Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.685Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ba0a97-4abd-4c18-a42b-ea565201df84",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663831867956,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:33:47.685Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:33:47.685Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.685Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a9c2428-1ab1-49c8-b122-6846a5461054",
  "consumerID": "clamp",
  "timestamp": 1663831868336,
  "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-09-22T07:33:47.690Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5a9c2428-1ab1-49c8-b122-6846a5461054
2022-09-22T07:33:47.690Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5a9c2428-1ab1-49c8-b122-6846a5461054 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-09-22T07:33:47.698Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.698Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ba0a97-4abd-4c18-a42b-ea565201df84",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663831862641,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:33:47.698Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:33:47.698Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.698Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ba0a97-4abd-4c18-a42b-ea565201df84",
  "consumerID": "cds",
  "timestamp": 1663831859469,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:33:47.698Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:33:47.698Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.698Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ba0a97-4abd-4c18-a42b-ea565201df84",
  "consumerID": "policy-id",
  "timestamp": 1663831859991,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:33:47.698Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:33:47.698Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.699Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663831869522,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-09-22T07:33:47.699Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:33:47.699Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.699Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ba0a97-4abd-4c18-a42b-ea565201df84",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663831867956,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:33:47.699Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:33:47.699Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.699Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ba0a97-4abd-4c18-a42b-ea565201df84",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663831862641,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:33:47.699Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:33:47.699Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.699Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ba0a97-4abd-4c18-a42b-ea565201df84",
  "consumerID": "cds",
  "timestamp": 1663831859469,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:33:47.699Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:33:47.699Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.699Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ba0a97-4abd-4c18-a42b-ea565201df84",
  "consumerID": "policy-id",
  "timestamp": 1663831859991,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:33:47.700Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:33:47.700Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.700Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663831870525,
  "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-09-22T07:33:47.700Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:33:47.700Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.700Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ba0a97-4abd-4c18-a42b-ea565201df84",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663831867956,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:33:47.700Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:33:47.700Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.700Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ba0a97-4abd-4c18-a42b-ea565201df84",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663831862641,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:33:47.700Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:33:47.700Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.700Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ba0a97-4abd-4c18-a42b-ea565201df84",
  "consumerID": "cds",
  "timestamp": 1663831859469,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:33:47.700Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:33:47.700Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.701Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ba0a97-4abd-4c18-a42b-ea565201df84",
  "consumerID": "policy-id",
  "timestamp": 1663831859991,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:33:47.701Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:33:47.701Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.701Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ba0a97-4abd-4c18-a42b-ea565201df84",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663831870416,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:33:47.701Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:33:47.701Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.701Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663831871528,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-22T07:33:47.701Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:33:47.701Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.701Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ba0a97-4abd-4c18-a42b-ea565201df84",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663831867956,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:33:47.701Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:33:47.701Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.701Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ba0a97-4abd-4c18-a42b-ea565201df84",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663831862641,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:33:47.702Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:33:47.702Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.702Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ba0a97-4abd-4c18-a42b-ea565201df84",
  "consumerID": "policy-id",
  "timestamp": 1663831859991,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:33:47.702Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:33:47.702Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.702Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ba0a97-4abd-4c18-a42b-ea565201df84",
  "consumerID": "cds",
  "timestamp": 1663831859469,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:33:47.702Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:33:47.702Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.702Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ba0a97-4abd-4c18-a42b-ea565201df84",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663831870416,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:33:47.702Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:33:47.702Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.702Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ba0a97-4abd-4c18-a42b-ea565201df84",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663831867956,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:33:47.702Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:33:47.703Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.703Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ba0a97-4abd-4c18-a42b-ea565201df84",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663831862641,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-22T07:33:47.703Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:33:47.703Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.703Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ba0a97-4abd-4c18-a42b-ea565201df84",
  "consumerID": "cds",
  "timestamp": 1663831859469,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-22T07:33:47.703Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:33:47.703Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.703Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ba0a97-4abd-4c18-a42b-ea565201df84",
  "consumerID": "policy-id",
  "timestamp": 1663831859991,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-22T07:33:47.703Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:33:47.703Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.703Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ba0a97-4abd-4c18-a42b-ea565201df84",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663831870416,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:33:47.703Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:33:47.704Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.704Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ba0a97-4abd-4c18-a42b-ea565201df84",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663831867956,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:33:47.704Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:33:47.704Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.704Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ba0a97-4abd-4c18-a42b-ea565201df84",
  "consumerID": "cds",
  "timestamp": 1663831873876,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-22T07:33:47.704Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:33:47.704Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.704Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ba0a97-4abd-4c18-a42b-ea565201df84",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663831873958,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-22T07:33:47.704Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:33:47.704Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.704Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ba0a97-4abd-4c18-a42b-ea565201df84",
  "consumerID": "policy-id",
  "timestamp": 1663831873248,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-22T07:33:47.704Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:33:47.705Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.705Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ba0a97-4abd-4c18-a42b-ea565201df84",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663831870416,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:33:47.705Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:33:47.705Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.705Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a9c2428-1ab1-49c8-b122-6846a5461054",
  "consumerID": "aai-ml",
  "timestamp": 1663831874444,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-22T07:33:47.705Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:33:47.705Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.705Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ba0a97-4abd-4c18-a42b-ea565201df84",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663831867956,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:33:47.705Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:33:47.705Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.705Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ba0a97-4abd-4c18-a42b-ea565201df84",
  "consumerID": "policy-id",
  "timestamp": 1663831874252,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-22T07:33:47.705Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:33:47.706Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.706Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ba0a97-4abd-4c18-a42b-ea565201df84",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663831870416,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:33:47.706Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:33:47.706Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.706Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ba0a97-4abd-4c18-a42b-ea565201df84",
  "consumerID": "cds",
  "timestamp": 1663831875087,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-22T07:33:47.717Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 50ba0a97-4abd-4c18-a42b-ea565201df84
2022-09-22T07:33:47.718Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 50ba0a97-4abd-4c18-a42b-ea565201df84 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-09-22T07:33:47.727Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.727Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a9c2428-1ab1-49c8-b122-6846a5461054",
  "consumerID": "aai-ml",
  "timestamp": 1663831875447,
  "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-09-22T07:33:47.731Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5a9c2428-1ab1-49c8-b122-6846a5461054
2022-09-22T07:33:47.731Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5a9c2428-1ab1-49c8-b122-6846a5461054 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-09-22T07:33:47.740Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.740Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ba0a97-4abd-4c18-a42b-ea565201df84",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663831867956,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:33:47.741Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:33:47.741Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.741Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ba0a97-4abd-4c18-a42b-ea565201df84",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663831875798,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-22T07:33:47.741Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:33:47.741Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.741Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ba0a97-4abd-4c18-a42b-ea565201df84",
  "consumerID": "policy-id",
  "timestamp": 1663831875255,
  "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-09-22T07:33:47.745Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 50ba0a97-4abd-4c18-a42b-ea565201df84
2022-09-22T07:33:47.746Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 50ba0a97-4abd-4c18-a42b-ea565201df84 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-09-22T07:33:47.754Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.754Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ba0a97-4abd-4c18-a42b-ea565201df84",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663831870416,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:33:47.754Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:33:47.754Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.754Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ba0a97-4abd-4c18-a42b-ea565201df84",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663831867956,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-22T07:33:47.754Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:33:47.755Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.755Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ba0a97-4abd-4c18-a42b-ea565201df84",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663831876802,
  "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-09-22T07:33:47.759Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 50ba0a97-4abd-4c18-a42b-ea565201df84
2022-09-22T07:33:47.759Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 50ba0a97-4abd-4c18-a42b-ea565201df84 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-09-22T07:33:47.787Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.788Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ba0a97-4abd-4c18-a42b-ea565201df84",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663831870416,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-09-22T07:33:47.788Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:33:47.788Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.788Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ba0a97-4abd-4c18-a42b-ea565201df84",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663831870416,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:33:47.788Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:33:47.788Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.789Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ba0a97-4abd-4c18-a42b-ea565201df84",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663831870416,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:33:47.789Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:33:47.789Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.789Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ba0a97-4abd-4c18-a42b-ea565201df84",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663831880184,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-22T07:33:47.789Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:33:47.789Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.790Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ba0a97-4abd-4c18-a42b-ea565201df84",
  "consumerID": "clamp",
  "timestamp": 1663831879597,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:33:47.790Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:33:47.790Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.790Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ba0a97-4abd-4c18-a42b-ea565201df84",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663831881197,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-09-22T07:33:47.790Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:33:47.790Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.790Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ba0a97-4abd-4c18-a42b-ea565201df84",
  "consumerID": "clamp",
  "timestamp": 1663831879597,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:33:47.791Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:33:47.791Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.791Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ba0a97-4abd-4c18-a42b-ea565201df84",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663831882200,
  "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-09-22T07:33:47.796Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 50ba0a97-4abd-4c18-a42b-ea565201df84
2022-09-22T07:33:47.796Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 50ba0a97-4abd-4c18-a42b-ea565201df84 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-09-22T07:33:47.804Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.804Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ba0a97-4abd-4c18-a42b-ea565201df84",
  "consumerID": "clamp",
  "timestamp": 1663831879597,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:33:47.804Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:33:47.804Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.804Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ba0a97-4abd-4c18-a42b-ea565201df84",
  "consumerID": "clamp",
  "timestamp": 1663831879597,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:33:47.805Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:33:47.805Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.805Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ba0a97-4abd-4c18-a42b-ea565201df84",
  "consumerID": "clamp",
  "timestamp": 1663831879597,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:33:47.805Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:33:47.805Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.805Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ba0a97-4abd-4c18-a42b-ea565201df84",
  "consumerID": "clamp",
  "timestamp": 1663831879597,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:33:47.806Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:33:47.806Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.806Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ba0a97-4abd-4c18-a42b-ea565201df84",
  "consumerID": "clamp",
  "timestamp": 1663831879597,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:33:47.806Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:33:47.806Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.806Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ba0a97-4abd-4c18-a42b-ea565201df84",
  "consumerID": "clamp",
  "timestamp": 1663831879597,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:33:47.807Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:33:47.807Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.807Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ba0a97-4abd-4c18-a42b-ea565201df84",
  "consumerID": "clamp",
  "timestamp": 1663831879597,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-22T07:33:47.807Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:33:47.807Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.807Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ba0a97-4abd-4c18-a42b-ea565201df84",
  "consumerID": "aai-ml",
  "timestamp": 1663831889852,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:33:47.808Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:33:47.808Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.808Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ba0a97-4abd-4c18-a42b-ea565201df84",
  "consumerID": "aai-ml",
  "timestamp": 1663831889852,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:33:47.808Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:33:47.808Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.808Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ba0a97-4abd-4c18-a42b-ea565201df84",
  "consumerID": "aai-ml",
  "timestamp": 1663831889852,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:33:47.808Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:33:47.809Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.809Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ba0a97-4abd-4c18-a42b-ea565201df84",
  "consumerID": "aai-ml",
  "timestamp": 1663831889852,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:33:47.809Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:33:47.809Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.809Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ba0a97-4abd-4c18-a42b-ea565201df84",
  "consumerID": "aai-ml",
  "timestamp": 1663831889852,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:33:47.809Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:33:47.810Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.810Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ba0a97-4abd-4c18-a42b-ea565201df84",
  "consumerID": "aai-ml",
  "timestamp": 1663831889852,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:33:47.810Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:33:47.810Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.810Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ba0a97-4abd-4c18-a42b-ea565201df84",
  "consumerID": "aai-ml",
  "timestamp": 1663831889852,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:33:47.810Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:33:47.810Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.811Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ba0a97-4abd-4c18-a42b-ea565201df84",
  "consumerID": "clamp",
  "timestamp": 1663831896335,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-22T07:33:47.811Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:33:47.811Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.811Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ba0a97-4abd-4c18-a42b-ea565201df84",
  "consumerID": "aai-ml",
  "timestamp": 1663831889852,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:33:47.811Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:33:47.811Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.812Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ba0a97-4abd-4c18-a42b-ea565201df84",
  "consumerID": "aai-ml",
  "timestamp": 1663831889852,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-22T07:33:47.812Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:33:47.812Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.812Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ba0a97-4abd-4c18-a42b-ea565201df84",
  "consumerID": "clamp",
  "timestamp": 1663831898339,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-22T07:33:47.812Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:33:47.812Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.812Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ba0a97-4abd-4c18-a42b-ea565201df84",
  "consumerID": "aai-ml",
  "timestamp": 1663831899580,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-22T07:33:47.813Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:33:47.813Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.813Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ba0a97-4abd-4c18-a42b-ea565201df84",
  "consumerID": "clamp",
  "timestamp": 1663831899342,
  "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-09-22T07:33:47.817Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 50ba0a97-4abd-4c18-a42b-ea565201df84
2022-09-22T07:33:47.817Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 50ba0a97-4abd-4c18-a42b-ea565201df84 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-09-22T07:33:47.825Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.826Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c811ec-f891-425a-8209-ff81549ad1a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663831902910,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-22T07:33:47.826Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:33:47.826Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.826Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ba0a97-4abd-4c18-a42b-ea565201df84",
  "consumerID": "aai-ml",
  "timestamp": 1663831903331,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-22T07:33:47.826Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:33:47.826Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.827Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a9c2428-1ab1-49c8-b122-6846a5461054",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663831847554,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:33:47.827Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:33:47.827Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.827Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ba0a97-4abd-4c18-a42b-ea565201df84",
  "consumerID": "aai-ml",
  "timestamp": 1663831904335,
  "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-09-22T07:33:47.831Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 50ba0a97-4abd-4c18-a42b-ea565201df84
2022-09-22T07:33:47.831Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 50ba0a97-4abd-4c18-a42b-ea565201df84 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-09-22T07:33:47.839Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.839Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a9c2428-1ab1-49c8-b122-6846a5461054",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663831847554,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-09-22T07:33:47.839Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:33:47.840Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.840Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a9c2428-1ab1-49c8-b122-6846a5461054",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663831847554,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-09-22T07:33:47.840Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:33:47.840Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:33:47.840Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a9c2428-1ab1-49c8-b122-6846a5461054",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663831847554,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:33:47.840Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:34:02.081Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5a9c2428-1ab1-49c8-b122-6846a5461054
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-22T07:34:02.157Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5a9c2428-1ab1-49c8-b122-6846a5461054
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-22T07:34:02.185Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-22T07:34:02.185Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-22T07:34:02.186Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-22T07:34:02.186Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-22T07:34:02.186Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-22T07:34:02.186Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-22T07:34:02.186Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-22T07:34:02.187Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-22T07:34:02.187Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-22T07:34:02.187Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-22T07:34:02.187Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-22T07:34:02.209Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-22T07:34:32.209Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5a9c2428-1ab1-49c8-b122-6846a5461054 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-09-22T07:34:32.258Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5a9c2428-1ab1-49c8-b122-6846a5461054 and serviceModelVersionId: 732b80be-37e1-4de5-ac41-65364b9e08b3
2022-09-22T07:34:32.258Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 904c2eb4-22ed-4b6f-aea2-288a3db4c63e
2022-09-22T07:34:32.259Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/904c2eb4-22ed-4b6f-aea2-288a3db4c63e/model-vers/model-ver/732b80be-37e1-4de5-ac41-65364b9e08b3?depth=0
2022-09-22T07:34:32.262Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-09-22T07:34:32.296Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/904c2eb4-22ed-4b6f-aea2-288a3db4c63e/model-vers/model-ver/732b80be-37e1-4de5-ac41-65364b9e08b3?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-09-22T07:34:32.297Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/904c2eb4-22ed-4b6f-aea2-288a3db4c63e/model-vers/model-ver/732b80be-37e1-4de5-ac41-65364b9e08b3?depth=0|INFO|500||Invoke
2022-09-22T07:34:32.314Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/904c2eb4-22ed-4b6f-aea2-288a3db4c63e/model-vers/model-ver/732b80be-37e1-4de5-ac41-65364b9e08b3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-09-22T07:34:32.832Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/904c2eb4-22ed-4b6f-aea2-288a3db4c63e/model-vers/model-ver/732b80be-37e1-4de5-ac41-65364b9e08b3?depth=0|INFO|500||InvokeReturn
2022-09-22T07:34:32.832Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/904c2eb4-22ed-4b6f-aea2-288a3db4c63e/model-vers/model-ver/732b80be-37e1-4de5-ac41-65364b9e08b3?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220922-07:34:31:880-52216], vertex-id=[229416], Content-Length=[0], Date=[Thu, 22 Sep 2022 07:34:31 GMT], Content-Type=[application/json]}
2022-09-22T07:34:32.833Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2022-09-22T07:34:32.834Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-09-22T07:34:32.834Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||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-09-22T07:34:32.870Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-09-22T07:34:32.870Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5a9c2428-1ab1-49c8-b122-6846a5461054 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-09-22T07:34:32.870Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-09-22T07:34:32.871Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:34:32.872Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:34:32.872Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "5a9c2428-1ab1-49c8-b122-6846a5461054",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663832072870,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-22T07:34:32.973Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T07:34:32.973Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-22T07:34:32.973Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:34:32.988Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:34:32.989Z||pool-139-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-09-22T07:34:33.884Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:34:33.885Z|5a9c2428-1ab1-49c8-b122-6846a5461054|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-09-22T07:34:33.885Z|5a9c2428-1ab1-49c8-b122-6846a5461054|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 HzvqW4tkMfiFJMbp) ...
2022-09-22T07:34:38.326Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:34:38.326Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:34:38.326Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"50ba0a97-4abd-4c18-a42b-ea565201df84","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"c438668e-29b5-4e69-8af2-357ce9a1267c","serviceDescription":"service","serviceInvariantUUID":"4ba4ec40-bf0c-41b7-9047-10d86bda0f64","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"5aee0f77-3eb7-426c-b426-40c220218f3d","resourceInvariantUUID":"17e56430-4fd1-40f3-81c9-d667ee5797ec","resourceCustomizationUUID":"11940cec-2478-49f4-8a4b-de4a78d5775a","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":"MDY2ZmI2OTRiOWJiZTEwMDgyZDgwN2NiZDg0OTVmNmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5a1389b5-d21f-497f-8e62-47d947c564dd","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":"8a911c85-777c-4a5d-a385-c6703d88dace","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":"cce68075-a9e7-49d4-aaa7-252cfd85dad3","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":"NTRjZmUwMzc1Nzc5NDcyNWVmZjc4NWIxNTAwNTZlODM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"a1bb5008-108f-42a2-9709-770608383067","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":"d2e62ae6-7934-4e28-9e0b-02282f983252","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":"33db704b-3f61-4f78-a85b-8bc8689467e6","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":"bbf41bdf-46da-4e59-addf-63e1013a247d","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":"ODMxNDA2YTE1NDYyZTkwMDIwMTk2YjE4NzE1OTg2ODk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fb8e5598-3ac1-4d72-961f-f9aeb6e300d0","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZWRiZGFmNWI2YWNlY2JkMjI5OTUwOTY2ZWVlYzFkNmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8cfeab76-1245-40ec-bda0-a1e38e07efeb","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-22T07:34:38.328Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-22T07:34:38.328Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:34:38.329Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:34:38.330Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "50ba0a97-4abd-4c18-a42b-ea565201df84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663832073884,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:34:38.430Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T07:34:38.430Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-22T07:34:38.430Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:34:38.513Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:34:38.513Z||pool-140-thread-1|||||INFO|500||cambria reply ok (83 ms):{"serverTimeMs":0,"count":1}
2022-09-22T07:34:39.330Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-22T07:34:39.331Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:34:39.332Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:34:39.333Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "50ba0a97-4abd-4c18-a42b-ea565201df84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663832073884,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:34:39.433Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T07:34:39.434Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-22T07:34:39.434Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:34:39.447Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:34:39.447Z||pool-141-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-09-22T07:34:40.333Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-22T07:34:40.334Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:34:40.335Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:34:40.336Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "50ba0a97-4abd-4c18-a42b-ea565201df84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663832073884,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:34:40.436Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T07:34:40.436Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-22T07:34:40.437Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:34:40.449Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:34:40.449Z||pool-142-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-09-22T07:34:41.336Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-22T07:34:41.337Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:34:41.338Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:34:41.338Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "50ba0a97-4abd-4c18-a42b-ea565201df84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663832073884,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:34:41.439Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T07:34:41.439Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-22T07:34:41.439Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:34:41.455Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:34:41.455Z||pool-143-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-09-22T07:34:42.339Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-22T07:34:42.340Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:34:42.341Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:34:42.341Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "50ba0a97-4abd-4c18-a42b-ea565201df84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663832073884,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:34:42.442Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T07:34:42.442Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-22T07:34:42.443Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:34:42.454Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:34:42.454Z||pool-144-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-09-22T07:34:43.342Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-22T07:34:43.342Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:34:43.344Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:34:43.344Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "50ba0a97-4abd-4c18-a42b-ea565201df84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663832073884,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:34:43.444Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T07:34:43.445Z||pool-145-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-22T07:34:43.445Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:34:43.474Z||pool-145-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:34:43.474Z||pool-145-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-09-22T07:34:44.345Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-22T07:34:44.346Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:34:44.347Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:34:44.348Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "50ba0a97-4abd-4c18-a42b-ea565201df84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663832073884,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:34:44.448Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-22T07:34:44.448Z||pool-146-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-22T07:34:44.448Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:34:44.460Z||pool-146-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:34:44.460Z||pool-146-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-09-22T07:34:45.348Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-22T07:34:45.349Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:34:45.350Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:34:45.350Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "50ba0a97-4abd-4c18-a42b-ea565201df84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663832073884,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:34:45.450Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T07:34:45.451Z||pool-147-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-22T07:34:45.451Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:34:45.471Z||pool-147-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:34:45.472Z||pool-147-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-09-22T07:34:46.351Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-22T07:34:46.351Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:34:46.353Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:34:46.353Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "50ba0a97-4abd-4c18-a42b-ea565201df84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663832073884,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-22T07:34:46.453Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T07:34:46.454Z||pool-148-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-22T07:34:46.454Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:34:46.464Z||pool-148-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:34:46.465Z||pool-148-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-09-22T07:34:47.354Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "50ba0a97-4abd-4c18-a42b-ea565201df84",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "c438668e-29b5-4e69-8af2-357ce9a1267c",
  "serviceDescription": "service",
  "serviceInvariantUUID": "4ba4ec40-bf0c-41b7-9047-10d86bda0f64",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "11940cec-2478-49f4-8a4b-de4a78d5775a",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "5aee0f77-3eb7-426c-b426-40c220218f3d",
      "resourceInvariantUUID": "17e56430-4fd1-40f3-81c9-d667ee5797ec",
      "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": "ZWRiZGFmNWI2YWNlY2JkMjI5OTUwOTY2ZWVlYzFkNmI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8cfeab76-1245-40ec-bda0-a1e38e07efeb"
    }
  ],
  "workloadContext": "Production"
}
2022-09-22T07:34:47.354Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-22T07:34:47.354Z|5a9c2428-1ab1-49c8-b122-6846a5461054|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c438668e-29b5-4e69-8af2-357ce9a1267c ASDC
2022-09-22T07:34:47.355Z|50ba0a97-4abd-4c18-a42b-ea565201df84|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:50ba0a97-4abd-4c18-a42b-ea565201df84
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:c438668e-29b5-4e69-8af2-357ce9a1267c
ServiceInvariantUUID:4ba4ec40-bf0c-41b7-9047-10d86bda0f64
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:8cfeab76-1245-40ec-bda0-a1e38e07efeb
ArtifactChecksum:ZWRiZGFmNWI2YWNlY2JkMjI5OTUwOTY2ZWVlYzFkNmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:11940cec-2478-49f4-8a4b-de4a78d5775a
ResourceInvariantUUID:17e56430-4fd1-40f3-81c9-d667ee5797ec
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:5aee0f77-3eb7-426c-b426-40c220218f3d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-09-22T07:34:47.355Z|50ba0a97-4abd-4c18-a42b-ea565201df84|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c438668e-29b5-4e69-8af2-357ce9a1267c 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-09-22T07:34:47.382Z|50ba0a97-4abd-4c18-a42b-ea565201df84|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-22T07:34:47.383Z|50ba0a97-4abd-4c18-a42b-ea565201df84|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-09-22T07:34:47.383Z|50ba0a97-4abd-4c18-a42b-ea565201df84|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-09-22T07:34:47.383Z|50ba0a97-4abd-4c18-a42b-ea565201df84|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 8cfeab76-1245-40ec-bda0-a1e38e07efeb from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-09-22T07:34:47.383Z|50ba0a97-4abd-4c18-a42b-ea565201df84|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-09-22T07:34:47.384Z|50ba0a97-4abd-4c18-a42b-ea565201df84|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-09-22T07:34:47.557Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:34:47.558Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|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-09-22T07:34:47.558Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|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 HzvqW4tkMfiFJMbp) ...
2022-09-22T07:34:47.558Z|50ba0a97-4abd-4c18-a42b-ea565201df84|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-09-22T07:34:47.563Z|50ba0a97-4abd-4c18-a42b-ea565201df84|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 8cfeab76-1245-40ec-bda0-a1e38e07efeb 110784
2022-09-22T07:34:47.563Z|50ba0a97-4abd-4c18-a42b-ea565201df84|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-09-22T07:34:47.563Z|50ba0a97-4abd-4c18-a42b-ea565201df84|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-09-22T07:34:47.563Z|50ba0a97-4abd-4c18-a42b-ea565201df84|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-22T07:34:47.564Z|50ba0a97-4abd-4c18-a42b-ea565201df84|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:34:47.565Z|50ba0a97-4abd-4c18-a42b-ea565201df84|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:34:47.566Z|50ba0a97-4abd-4c18-a42b-ea565201df84|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "50ba0a97-4abd-4c18-a42b-ea565201df84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663832087563,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-22T07:34:47.582Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:34:47.583Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:34:47.583Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a9c2428-1ab1-49c8-b122-6846a5461054",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663831847554,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-09-22T07:34:47.584Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:34:47.584Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:34:47.584Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a9c2428-1ab1-49c8-b122-6846a5461054",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663831847554,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:34:47.584Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:34:47.584Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:34:47.584Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a9c2428-1ab1-49c8-b122-6846a5461054",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663831847554,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:34:47.585Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:34:47.585Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:34:47.585Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a9c2428-1ab1-49c8-b122-6846a5461054",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663831847554,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-22T07:34:47.585Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:34:47.585Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:34:47.585Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a9c2428-1ab1-49c8-b122-6846a5461054",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663831912289,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-22T07:34:47.585Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:34:47.585Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:34:47.585Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a9c2428-1ab1-49c8-b122-6846a5461054",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663831914634,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-22T07:34:47.585Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:34:47.585Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:34:47.585Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a9c2428-1ab1-49c8-b122-6846a5461054",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663831915726,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-22T07:34:47.585Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:34:47.586Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:34:47.586Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a9c2428-1ab1-49c8-b122-6846a5461054",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663831916818,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-09-22T07:34:47.586Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:34:47.586Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:34:47.586Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a9c2428-1ab1-49c8-b122-6846a5461054",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663831917948,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-22T07:34:47.586Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:34:47.586Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:34:47.586Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a9c2428-1ab1-49c8-b122-6846a5461054",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663831918951,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-09-22T07:34:47.586Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:34:47.586Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:34:47.586Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a9c2428-1ab1-49c8-b122-6846a5461054",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663831919955,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-09-22T07:34:47.586Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:34:47.587Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:34:47.587Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a9c2428-1ab1-49c8-b122-6846a5461054",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663831920959,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-22T07:34:47.587Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:34:47.666Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T07:34:47.667Z||pool-149-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-22T07:34:47.667Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:34:47.680Z||pool-149-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:34:47.680Z||pool-149-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-09-22T07:34:48.566Z|50ba0a97-4abd-4c18-a42b-ea565201df84|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-22T07:34:48.567Z|50ba0a97-4abd-4c18-a42b-ea565201df84|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-09-22T07:34:48.567Z|50ba0a97-4abd-4c18-a42b-ea565201df84|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 8cfeab76-1245-40ec-bda0-a1e38e07efeb, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-09-22T07:34:48.568Z|50ba0a97-4abd-4c18-a42b-ea565201df84|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-09-22T07:34:48.568Z|50ba0a97-4abd-4c18-a42b-ea565201df84|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-09-22T07:34:48.568Z|50ba0a97-4abd-4c18-a42b-ea565201df84|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-09-22T07:34:48.678Z|50ba0a97-4abd-4c18-a42b-ea565201df84|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP448754456745817679/Definitions/service-TestPnfMacro-template.yml
2022-09-22T07:34:49.469Z|50ba0a97-4abd-4c18-a42b-ea565201df84|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-22T07:34:49.469Z|50ba0a97-4abd-4c18-a42b-ea565201df84|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-09-22T07:34:49.469Z|50ba0a97-4abd-4c18-a42b-ea565201df84|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-09-22T07:34:49.470Z|50ba0a97-4abd-4c18-a42b-ea565201df84|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-09-22T07:34:49.470Z|50ba0a97-4abd-4c18-a42b-ea565201df84|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-09-22T07:34:49.470Z|50ba0a97-4abd-4c18-a42b-ea565201df84|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-09-22T07:34:49.470Z|50ba0a97-4abd-4c18-a42b-ea565201df84|pool-2-thread-7|||||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-09-22T07:34:49.470Z|50ba0a97-4abd-4c18-a42b-ea565201df84|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-09-22T07:34:49.470Z|50ba0a97-4abd-4c18-a42b-ea565201df84|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-09-22T07:34:49.470Z|50ba0a97-4abd-4c18-a42b-ea565201df84|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-09-22T07:34:49.470Z|50ba0a97-4abd-4c18-a42b-ea565201df84|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-09-22T07:34:49.470Z|50ba0a97-4abd-4c18-a42b-ea565201df84|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-09-22T07:34:49.470Z|50ba0a97-4abd-4c18-a42b-ea565201df84|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:34:49.470Z|50ba0a97-4abd-4c18-a42b-ea565201df84|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:34:49.471Z|50ba0a97-4abd-4c18-a42b-ea565201df84|pool-2-thread-7|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-09-22T07:34:49.471Z|50ba0a97-4abd-4c18-a42b-ea565201df84|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-09-22T07:34:49.471Z|50ba0a97-4abd-4c18-a42b-ea565201df84|pool-2-thread-7|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-22T07:34:49.471Z|50ba0a97-4abd-4c18-a42b-ea565201df84|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:34:49.471Z|50ba0a97-4abd-4c18-a42b-ea565201df84|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:34:49.471Z|50ba0a97-4abd-4c18-a42b-ea565201df84|pool-2-thread-7|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-09-22T07:34:49.471Z|50ba0a97-4abd-4c18-a42b-ea565201df84|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-09-22T07:34:49.472Z|50ba0a97-4abd-4c18-a42b-ea565201df84|pool-2-thread-7|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-22T07:34:49.472Z|50ba0a97-4abd-4c18-a42b-ea565201df84|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:34:49.472Z|50ba0a97-4abd-4c18-a42b-ea565201df84|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:34:49.472Z|50ba0a97-4abd-4c18-a42b-ea565201df84|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:34:49.472Z|50ba0a97-4abd-4c18-a42b-ea565201df84|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:34:49.472Z|50ba0a97-4abd-4c18-a42b-ea565201df84|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:34:49.472Z|50ba0a97-4abd-4c18-a42b-ea565201df84|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:34:49.472Z|50ba0a97-4abd-4c18-a42b-ea565201df84|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:34:49.473Z|50ba0a97-4abd-4c18-a42b-ea565201df84|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:34:49.473Z|50ba0a97-4abd-4c18-a42b-ea565201df84|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:34:49.473Z|50ba0a97-4abd-4c18-a42b-ea565201df84|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:34:49.473Z|50ba0a97-4abd-4c18-a42b-ea565201df84|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:c438668e-29b5-4e69-8af2-357ce9a1267c
Model Version:NULL
Model InvariantUuid:4ba4ec40-bf0c-41b7-9047-10d86bda0f64
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-09-22T07:34:49.481Z|50ba0a97-4abd-4c18-a42b-ea565201df84|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: 5aee0f77-3eb7-426c-b426-40c220218f3d
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-09-22T07:34:49.483Z|50ba0a97-4abd-4c18-a42b-ea565201df84|pool-2-thread-7|||||INFO|500||test-pnf 0
2022-09-22T07:34:49.483Z|50ba0a97-4abd-4c18-a42b-ea565201df84|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 5aee0f77-3eb7-426c-b426-40c220218f3d
2022-09-22T07:34:49.483Z|50ba0a97-4abd-4c18-a42b-ea565201df84|pool-2-thread-7|||||DEBUG|500||No resources found for Service: c438668e-29b5-4e69-8af2-357ce9a1267c
2022-09-22T07:34:49.483Z|50ba0a97-4abd-4c18-a42b-ea565201df84|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: c438668e-29b5-4e69-8af2-357ce9a1267c
2022-09-22T07:34:49.484Z|50ba0a97-4abd-4c18-a42b-ea565201df84|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 5aee0f77-3eb7-426c-b426-40c220218f3d 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-09-22T07:34:49.487Z|50ba0a97-4abd-4c18-a42b-ea565201df84|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5882788a, org.onap.sdc.toscaparser.api.parameters.Input@e764acd, org.onap.sdc.toscaparser.api.parameters.Input@72b59877, org.onap.sdc.toscaparser.api.parameters.Input@49621725, org.onap.sdc.toscaparser.api.parameters.Input@2ef60ab]
2022-09-22T07:34:49.488Z|50ba0a97-4abd-4c18-a42b-ea565201df84|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:34:49.488Z|50ba0a97-4abd-4c18-a42b-ea565201df84|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:34:49.488Z|50ba0a97-4abd-4c18-a42b-ea565201df84|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid c438668e-29b5-4e69-8af2-357ce9a1267c: test-pnf
2022-09-22T07:34:49.488Z|50ba0a97-4abd-4c18-a42b-ea565201df84|pool-2-thread-7|||||INFO|500||Processing PNF resource: 5aee0f77-3eb7-426c-b426-40c220218f3d
2022-09-22T07:34:49.489Z|50ba0a97-4abd-4c18-a42b-ea565201df84|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-22T07:34:49.489Z|50ba0a97-4abd-4c18-a42b-ea565201df84|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:34:49.489Z|50ba0a97-4abd-4c18-a42b-ea565201df84|pool-2-thread-7|||||INFO|500||Resource customization UUID: 11940cec-2478-49f4-8a4b-de4a78d5775a is the same as notified resource customizationUUID: 11940cec-2478-49f4-8a4b-de4a78d5775a
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-09-22T07:34:49.548Z|50ba0a97-4abd-4c18-a42b-ea565201df84|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 5aee0f77-3eb7-426c-b426-40c220218f3d 0 ASDC deployResourceStructure
2022-09-22T07:34:49.549Z|50ba0a97-4abd-4c18-a42b-ea565201df84|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-09-22T07:34:49.549Z|50ba0a97-4abd-4c18-a42b-ea565201df84|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-09-22T07:34:49.549Z|50ba0a97-4abd-4c18-a42b-ea565201df84|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-22T07:34:49.549Z|50ba0a97-4abd-4c18-a42b-ea565201df84|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:34:49.551Z|50ba0a97-4abd-4c18-a42b-ea565201df84|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:34:49.551Z|50ba0a97-4abd-4c18-a42b-ea565201df84|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "50ba0a97-4abd-4c18-a42b-ea565201df84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663832089549,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-22T07:34:49.651Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T07:34:49.652Z||pool-150-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-22T07:34:49.652Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:34:49.663Z||pool-150-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:34:49.664Z||pool-150-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-09-22T07:34:50.553Z|50ba0a97-4abd-4c18-a42b-ea565201df84|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 50ba0a97-4abd-4c18-a42b-ea565201df84
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-22T07:34:50.580Z|50ba0a97-4abd-4c18-a42b-ea565201df84|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 50ba0a97-4abd-4c18-a42b-ea565201df84
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-22T07:34:50.584Z|50ba0a97-4abd-4c18-a42b-ea565201df84|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-22T07:34:50.584Z|50ba0a97-4abd-4c18-a42b-ea565201df84|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-22T07:34:50.584Z|50ba0a97-4abd-4c18-a42b-ea565201df84|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-22T07:34:50.584Z|50ba0a97-4abd-4c18-a42b-ea565201df84|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-22T07:34:50.585Z|50ba0a97-4abd-4c18-a42b-ea565201df84|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-22T07:34:50.585Z|50ba0a97-4abd-4c18-a42b-ea565201df84|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-22T07:34:50.585Z|50ba0a97-4abd-4c18-a42b-ea565201df84|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-22T07:34:50.585Z|50ba0a97-4abd-4c18-a42b-ea565201df84|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-22T07:34:50.585Z|50ba0a97-4abd-4c18-a42b-ea565201df84|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-22T07:34:50.585Z|50ba0a97-4abd-4c18-a42b-ea565201df84|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-22T07:34:50.585Z|50ba0a97-4abd-4c18-a42b-ea565201df84|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-22T07:34:50.585Z|50ba0a97-4abd-4c18-a42b-ea565201df84|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-22T07:34:50.591Z|50ba0a97-4abd-4c18-a42b-ea565201df84|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-22T07:35:20.592Z|50ba0a97-4abd-4c18-a42b-ea565201df84|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 50ba0a97-4abd-4c18-a42b-ea565201df84 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-09-22T07:35:20.600Z|50ba0a97-4abd-4c18-a42b-ea565201df84|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 50ba0a97-4abd-4c18-a42b-ea565201df84 and serviceModelVersionId: c438668e-29b5-4e69-8af2-357ce9a1267c
2022-09-22T07:35:20.600Z|50ba0a97-4abd-4c18-a42b-ea565201df84|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4ba4ec40-bf0c-41b7-9047-10d86bda0f64
2022-09-22T07:35:20.600Z|50ba0a97-4abd-4c18-a42b-ea565201df84|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4ba4ec40-bf0c-41b7-9047-10d86bda0f64/model-vers/model-ver/c438668e-29b5-4e69-8af2-357ce9a1267c?depth=0
2022-09-22T07:35:20.604Z|50ba0a97-4abd-4c18-a42b-ea565201df84|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-09-22T07:35:20.635Z|50ba0a97-4abd-4c18-a42b-ea565201df84|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ba4ec40-bf0c-41b7-9047-10d86bda0f64/model-vers/model-ver/c438668e-29b5-4e69-8af2-357ce9a1267c?depth=0|INFO|500||Invoke
2022-09-22T07:35:20.635Z|50ba0a97-4abd-4c18-a42b-ea565201df84|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ba4ec40-bf0c-41b7-9047-10d86bda0f64/model-vers/model-ver/c438668e-29b5-4e69-8af2-357ce9a1267c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ba4ec40-bf0c-41b7-9047-10d86bda0f64/model-vers/model-ver/c438668e-29b5-4e69-8af2-357ce9a1267c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[50ba0a97-4abd-4c18-a42b-ea565201df84], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3702448c-5675-4b3b-8ec2-60dd04fdead7], X-ECOMP-RequestID=[50ba0a97-4abd-4c18-a42b-ea565201df84], X-TransactionId=[], X-ONAP-RequestID=[50ba0a97-4abd-4c18-a42b-ea565201df84], Content-Type=[application/merge-patch+json]}
2022-09-22T07:35:20.653Z|50ba0a97-4abd-4c18-a42b-ea565201df84|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ba4ec40-bf0c-41b7-9047-10d86bda0f64/model-vers/model-ver/c438668e-29b5-4e69-8af2-357ce9a1267c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-09-22T07:35:20.743Z|50ba0a97-4abd-4c18-a42b-ea565201df84|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ba4ec40-bf0c-41b7-9047-10d86bda0f64/model-vers/model-ver/c438668e-29b5-4e69-8af2-357ce9a1267c?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/4ba4ec40-bf0c-41b7-9047-10d86bda0f64/model-vers/model-ver/c438668e-29b5-4e69-8af2-357ce9a1267c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220922-07:35:20:205-18228], vertex-id=[282752], Content-Length=[0], Date=[Thu, 22 Sep 2022 07:35:20 GMT], Content-Type=[application/json]}
2022-09-22T07:35:20.743Z|50ba0a97-4abd-4c18-a42b-ea565201df84|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ba4ec40-bf0c-41b7-9047-10d86bda0f64/model-vers/model-ver/c438668e-29b5-4e69-8af2-357ce9a1267c?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-09-22T07:35:20.744Z|50ba0a97-4abd-4c18-a42b-ea565201df84|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ba4ec40-bf0c-41b7-9047-10d86bda0f64/model-vers/model-ver/c438668e-29b5-4e69-8af2-357ce9a1267c?depth=0|INFO|500||InvokeReturn
2022-09-22T07:35:20.744Z|50ba0a97-4abd-4c18-a42b-ea565201df84|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-09-22T07:35:20.744Z|50ba0a97-4abd-4c18-a42b-ea565201df84|pool-2-thread-7|||||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-09-22T07:35:20.748Z|50ba0a97-4abd-4c18-a42b-ea565201df84|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-09-22T07:35:20.748Z|50ba0a97-4abd-4c18-a42b-ea565201df84|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 50ba0a97-4abd-4c18-a42b-ea565201df84 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-09-22T07:35:20.748Z|50ba0a97-4abd-4c18-a42b-ea565201df84|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-09-22T07:35:20.748Z|50ba0a97-4abd-4c18-a42b-ea565201df84|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:35:20.750Z|50ba0a97-4abd-4c18-a42b-ea565201df84|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:35:20.750Z|50ba0a97-4abd-4c18-a42b-ea565201df84|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "50ba0a97-4abd-4c18-a42b-ea565201df84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663832120748,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-22T07:35:20.850Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T07:35:20.851Z||pool-151-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-22T07:35:20.851Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:35:20.866Z||pool-151-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:35:20.866Z||pool-151-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-09-22T07:35:21.800Z|50ba0a97-4abd-4c18-a42b-ea565201df84|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:35:21.800Z|50ba0a97-4abd-4c18-a42b-ea565201df84|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-09-22T07:35:21.800Z|50ba0a97-4abd-4c18-a42b-ea565201df84|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 HzvqW4tkMfiFJMbp) ...
2022-09-22T07:35:31.346Z|50ba0a97-4abd-4c18-a42b-ea565201df84|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:35:31.346Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:35:31.347Z||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-09-22T07:35:31.347Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T07:35:40.891Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:35:40.892Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:35:40.892Z||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-09-22T07:35:40.892Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T07:35:47.557Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:35:47.557Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|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-09-22T07:35:47.558Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|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 HzvqW4tkMfiFJMbp) ...
2022-09-22T07:35:47.577Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:35:47.578Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:35:47.578Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a9c2428-1ab1-49c8-b122-6846a5461054",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663832072870,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-22T07:35:47.578Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:35:47.579Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:35:47.579Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ba0a97-4abd-4c18-a42b-ea565201df84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663832073884,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:35:47.579Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:35:47.579Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:35:47.579Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ba0a97-4abd-4c18-a42b-ea565201df84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663832073884,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:35:47.580Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:35:47.580Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:35:47.580Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ba0a97-4abd-4c18-a42b-ea565201df84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663832073884,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:35:47.580Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:35:47.580Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:35:47.580Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ba0a97-4abd-4c18-a42b-ea565201df84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663832073884,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:35:47.580Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:35:47.580Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:35:47.581Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ba0a97-4abd-4c18-a42b-ea565201df84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663832073884,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:35:47.581Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:35:47.581Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:35:47.581Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ba0a97-4abd-4c18-a42b-ea565201df84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663832073884,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:35:47.581Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:35:47.581Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:35:47.581Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ba0a97-4abd-4c18-a42b-ea565201df84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663832073884,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:35:47.582Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:35:47.582Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:35:47.582Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ba0a97-4abd-4c18-a42b-ea565201df84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663832073884,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-22T07:35:47.582Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:35:47.582Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:35:47.582Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ba0a97-4abd-4c18-a42b-ea565201df84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663832073884,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-22T07:35:47.582Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-22T07:35:50.451Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:35:50.452Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:35:50.452Z||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-09-22T07:35:50.452Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T07:36:00.000Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:36:47.554Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:36:47.555Z||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-09-22T07:36:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T07:36:47.557Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:36:47.557Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|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-09-22T07:36:47.557Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|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 HzvqW4tkMfiFJMbp) ...
2022-09-22T07:36:47.584Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:36:47.584Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:36:47.584Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ba0a97-4abd-4c18-a42b-ea565201df84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663832087563,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-22T07:36:47.585Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:36:57.149Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:37:47.554Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:37:47.555Z||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-09-22T07:37:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T07:37:47.557Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:37:47.557Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|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-09-22T07:37:47.557Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|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 HzvqW4tkMfiFJMbp) ...
2022-09-22T07:37:48.112Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:37:48.112Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:37:48.113Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ba0a97-4abd-4c18-a42b-ea565201df84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663832089549,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-22T07:37:48.113Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:37:48.114Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T07:37:48.114Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ba0a97-4abd-4c18-a42b-ea565201df84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663832120748,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-22T07:37:48.114Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:37:57.123Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:38:47.554Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:38:47.555Z||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-09-22T07:38:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T07:38:47.557Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:38:47.558Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|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-09-22T07:38:47.558Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|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 HzvqW4tkMfiFJMbp) ...
2022-09-22T07:38:57.120Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:38:57.120Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:39:47.554Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:39:47.555Z||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-09-22T07:39:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T07:39:47.557Z|50ba0a97-4abd-4c18-a42b-ea565201df84|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:39:47.557Z|50ba0a97-4abd-4c18-a42b-ea565201df84|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-09-22T07:39:47.557Z|50ba0a97-4abd-4c18-a42b-ea565201df84|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 HzvqW4tkMfiFJMbp) ...
2022-09-22T07:39:57.118Z|50ba0a97-4abd-4c18-a42b-ea565201df84|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:39:57.121Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:40:47.554Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:40:47.555Z||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-09-22T07:40:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T07:40:47.557Z|50ba0a97-4abd-4c18-a42b-ea565201df84|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:40:47.557Z|50ba0a97-4abd-4c18-a42b-ea565201df84|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-09-22T07:40:47.557Z|50ba0a97-4abd-4c18-a42b-ea565201df84|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 HzvqW4tkMfiFJMbp) ...
2022-09-22T07:40:57.104Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:40:57.120Z|50ba0a97-4abd-4c18-a42b-ea565201df84|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:41:47.554Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:41:47.555Z||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-09-22T07:41:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T07:41:47.557Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:41:47.560Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|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-09-22T07:41:47.560Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|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 HzvqW4tkMfiFJMbp) ...
2022-09-22T07:41:57.110Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:41:57.110Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:42:47.554Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:42:47.557Z||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-09-22T07:42:47.557Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:42:47.557Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T07:42:47.557Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|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-09-22T07:42:47.557Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|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 HzvqW4tkMfiFJMbp) ...
2022-09-22T07:42:57.150Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:42:57.158Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:43:47.554Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:43:47.555Z||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-09-22T07:43:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T07:43:47.557Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:43:47.558Z||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-09-22T07:43:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T07:43:57.146Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:43:57.158Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:44:47.554Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:44:47.555Z||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-09-22T07:44:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T07:44:47.557Z|50ba0a97-4abd-4c18-a42b-ea565201df84|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:44:47.557Z|50ba0a97-4abd-4c18-a42b-ea565201df84|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-09-22T07:44:47.557Z|50ba0a97-4abd-4c18-a42b-ea565201df84|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 HzvqW4tkMfiFJMbp) ...
2022-09-22T07:44:57.106Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:44:57.114Z|50ba0a97-4abd-4c18-a42b-ea565201df84|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:45:47.554Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:45:47.555Z||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-09-22T07:45:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T07:45:47.557Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:45:47.558Z||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-09-22T07:45:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T07:45:57.111Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:45:57.117Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:46:47.554Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:46:47.555Z||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-09-22T07:46:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T07:46:47.557Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:46:47.557Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|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-09-22T07:46:47.557Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|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 HzvqW4tkMfiFJMbp) ...
2022-09-22T07:46:57.104Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:46:57.107Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:47:47.554Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:47:47.555Z||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-09-22T07:47:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T07:47:47.557Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:47:47.557Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|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-09-22T07:47:47.558Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|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 HzvqW4tkMfiFJMbp) ...
2022-09-22T07:47:57.134Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:47:57.137Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:48:47.554Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:48:47.554Z||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-09-22T07:48:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T07:48:47.557Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:48:47.557Z||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-09-22T07:48:47.557Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T07:48:57.107Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:48:57.112Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:49:47.554Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:49:47.555Z||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-09-22T07:49:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T07:49:47.557Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:49:47.558Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|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-09-22T07:49:47.558Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|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 HzvqW4tkMfiFJMbp) ...
2022-09-22T07:49:57.104Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:49:57.109Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:50:47.554Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:50:47.555Z||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-09-22T07:50:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T07:50:47.557Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:50:47.557Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|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-09-22T07:50:47.557Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|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 HzvqW4tkMfiFJMbp) ...
2022-09-22T07:50:57.153Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:50:57.175Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:51:47.554Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:51:47.555Z||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-09-22T07:51:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T07:51:47.557Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:51:47.557Z||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-09-22T07:51:47.557Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T07:51:57.106Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:51:57.112Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:52:47.554Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:52:47.555Z||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-09-22T07:52:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T07:52:47.557Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:52:47.557Z||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-09-22T07:52:47.557Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T07:52:57.124Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:52:57.150Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:53:47.554Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:53:47.556Z||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-09-22T07:53:47.556Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T07:53:47.557Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:53:47.558Z||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-09-22T07:53:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T07:53:57.105Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:53:57.146Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:54:47.554Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:54:47.556Z||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-09-22T07:54:47.556Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T07:54:47.557Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:54:47.558Z||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-09-22T07:54:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T07:54:57.112Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:54:57.219Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:55:47.554Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:55:47.555Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T07:55:47.555Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:55:47.558Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:55:47.559Z||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-09-22T07:55:47.559Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T07:55:57.148Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:55:57.206Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:56:47.554Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:56:47.555Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T07:56:47.555Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:56:47.557Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:56:47.557Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|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-09-22T07:56:47.557Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|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 HzvqW4tkMfiFJMbp) ...
2022-09-22T07:56:57.128Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:56:57.129Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:57:47.554Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:57:47.555Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T07:57:47.555Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:57:47.557Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:57:47.558Z||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-09-22T07:57:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T07:57:57.148Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:57:57.149Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:58:47.554Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:58:47.554Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T07:58:47.555Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:58:47.557Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:58:47.557Z||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-09-22T07:58:47.557Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T07:58:57.105Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:58:57.113Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:59:47.554Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:59:47.555Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T07:59:47.555Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:59:47.557Z|50ba0a97-4abd-4c18-a42b-ea565201df84|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:59:47.557Z|50ba0a97-4abd-4c18-a42b-ea565201df84|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-09-22T07:59:47.557Z|50ba0a97-4abd-4c18-a42b-ea565201df84|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 HzvqW4tkMfiFJMbp) ...
2022-09-22T07:59:57.113Z|50ba0a97-4abd-4c18-a42b-ea565201df84|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T07:59:57.115Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T08:00:47.554Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T08:00:47.555Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T08:00:47.556Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HzvqW4tkMfiFJMbp) ...
2022-09-22T08:00:47.557Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T08:00:47.557Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|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-09-22T08:00:47.557Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|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 HzvqW4tkMfiFJMbp) ...
2022-09-22T08:00:57.111Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T08:00:57.112Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T08:01:47.554Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T08:01:47.555Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T08:01:47.555Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HzvqW4tkMfiFJMbp) ...
2022-09-22T08:01:47.557Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T08:01:47.557Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|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-09-22T08:01:47.557Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|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 HzvqW4tkMfiFJMbp) ...
2022-09-22T08:01:57.123Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T08:01:57.129Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T08:02:47.554Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T08:02:47.555Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T08:02:47.555Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HzvqW4tkMfiFJMbp) ...
2022-09-22T08:02:47.557Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T08:02:47.558Z||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-09-22T08:02:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T08:02:57.104Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T08:02:57.105Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T08:03:47.554Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T08:03:47.555Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T08:03:47.555Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HzvqW4tkMfiFJMbp) ...
2022-09-22T08:03:47.557Z|50ba0a97-4abd-4c18-a42b-ea565201df84|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T08:03:47.558Z|50ba0a97-4abd-4c18-a42b-ea565201df84|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-09-22T08:03:47.558Z|50ba0a97-4abd-4c18-a42b-ea565201df84|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 HzvqW4tkMfiFJMbp) ...
2022-09-22T08:03:57.101Z|50ba0a97-4abd-4c18-a42b-ea565201df84|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T08:03:57.120Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T08:04:47.554Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T08:04:47.555Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T08:04:47.555Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HzvqW4tkMfiFJMbp) ...
2022-09-22T08:04:47.557Z|50ba0a97-4abd-4c18-a42b-ea565201df84|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T08:04:47.557Z|50ba0a97-4abd-4c18-a42b-ea565201df84|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-09-22T08:04:47.557Z|50ba0a97-4abd-4c18-a42b-ea565201df84|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 HzvqW4tkMfiFJMbp) ...
2022-09-22T08:04:57.127Z|50ba0a97-4abd-4c18-a42b-ea565201df84|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T08:04:57.134Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T08:05:47.555Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T08:05:47.557Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T08:05:47.557Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T08:05:47.557Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HzvqW4tkMfiFJMbp) ...
2022-09-22T08:05:47.557Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|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-09-22T08:05:47.557Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|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 HzvqW4tkMfiFJMbp) ...
2022-09-22T08:05:57.127Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T08:05:57.129Z|60942e59-bb42-4e5f-86ee-bcdb9a005d20|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T08:06:47.554Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T08:06:47.555Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T08:06:47.556Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HzvqW4tkMfiFJMbp) ...
2022-09-22T08:06:47.557Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T08:06:47.557Z||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-09-22T08:06:47.557Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T08:06:57.134Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T08:06:57.185Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK