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-27T16:58:46.070Z||main|||||INFO|500||The following profiles are active: basic
2022-09-27T16:58:57.389Z||main|||||INFO|500||Starting service [Tomcat]
2022-09-27T16:58:57.389Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-09-27T16:58:57.495Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-09-27T16:59:01.239Z||main|||||INFO|500||catdb-pool - Starting...
2022-09-27T16:59:01.685Z||main|||||INFO|500||catdb-pool - Start completed.
2022-09-27T16:59:02.165Z||main|||||INFO|500||reqdb-pool - Starting...
2022-09-27T16:59:02.169Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-09-27T16:59:02.283Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-09-27T16:59:02.464Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-09-27T16:59:03.041Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-09-27T16:59:04.639Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-09-27T16:59:07.056Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-09-27T16:59:07.130Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-09-27T16:59:07.727Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-09-27T16:59:07.959Z||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-27T16:59:09.110Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-09-27T16:59:10.129Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-09-27T16:59:10.146Z||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$$12b57ff2.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-27T16:59:10.147Z||main|||||WARN|500||The sdc end point is not alive
2022-09-27T16:59:13.068Z||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-27T16:59:16.020Z||main|||||WARN|500||---
2022-09-27T16:59:16.020Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-09-27T16:59:16.021Z||main|||||WARN|500||---
2022-09-27T16:59:16.426Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-09-27T16:59:21.124Z||main|||||INFO|500||Started Application in 37.962 seconds (JVM running for 40.049)
2022-09-27T16:59:21.136Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-27T16:59:21.142Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-27T16:59:21.154Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-27T16:59:21.177Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-27T16:59:21.228Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1f8b251b-a131-45d3-abdc-302fe9d52e61 url= /sdc/v1/artifactTypes
2022-09-27T16:59:21.228Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-09-27T16:59:21.527Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-09-27T16:59:21.551Z||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-27T16:59:21.572Z||scheduling-1|||||DEBUG|500||create keys
2022-09-27T16:59:21.580Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-09-27T16:59:21.626Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T16:59:21.643Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 945ddf08-9073-4fd0-bd7c-8fdd31328194 url= /sdc/v1/registerForDistribution
2022-09-27T16:59:21.795Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 945ddf08-9073-4fd0-bd7c-8fdd31328194 url= /sdc/v1/registerForDistribution
2022-09-27T16:59:21.796Z||scheduling-1|||||INFO|500||start DistributionClient
2022-09-27T16:59:21.805Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T16:59:21.805Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T16:59:21.816Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-09-27T16:59:21.816Z||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-27T16:59:21.817Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T16:59:21.817Z||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-27T16:59:21.817Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T16:59:32.252Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T16:59:32.274Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:00:21.803Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:00:21.805Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T17:00:21.805Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:00:21.805Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:00:21.805Z||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-27T17:00:21.806Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:00:31.519Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:00:31.527Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:01:21.803Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:01:21.804Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T17:01:21.804Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:01:21.805Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:01:21.807Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T17:01:21.807Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:01:31.530Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:01:31.536Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:02:21.803Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:02:21.804Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T17:02:21.804Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:02:21.805Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:02:21.806Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T17:02:21.806Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:02:31.489Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:02:31.538Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:03:21.803Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:03:21.804Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T17:03:21.804Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:03:21.805Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:03:21.805Z||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-27T17:03:21.806Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:03:31.701Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:03:31.769Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:04:21.805Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:04:21.804Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:04:21.807Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T17:04:21.807Z||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-27T17:04:21.807Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:04:21.807Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T17:04:31.570Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:04:31.593Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:05:21.803Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:05:21.805Z||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-27T17:05:21.805Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:05:21.805Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T17:05:21.806Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T17:05:21.806Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:05:31.452Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:05:31.465Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:06:21.803Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:06:21.804Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T17:06:21.804Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:06:21.805Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:06:21.808Z||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-27T17:06:21.808Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T17:06:31.389Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:06:31.446Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:07:21.803Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:07:21.804Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T17:07:21.805Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T17:07:21.805Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:07:21.805Z||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-27T17:07:21.806Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:07:31.395Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:07:31.399Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:08:21.803Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:08:21.804Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T17:08:21.805Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T17:08:21.805Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:08:21.806Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T17:08:21.806Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:08:31.384Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:08:31.395Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:09:21.803Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:09:21.804Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T17:09:21.804Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:09:21.805Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:09:21.805Z||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-27T17:09:21.806Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:09:31.368Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:09:31.372Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:09:39.189Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-09-27T17:10:21.803Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:10:21.804Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T17:10:21.804Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:10:21.805Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:10:21.806Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T17:10:21.806Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:10:31.384Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:10:31.390Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:11:21.803Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:11:21.804Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T17:11:21.804Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:11:21.805Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:11:21.806Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T17:11:21.806Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:11:31.398Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:11:31.400Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:12:21.803Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:12:21.804Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T17:12:21.804Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:12:21.805Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:12:21.806Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T17:12:21.806Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:12:31.393Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:12:31.422Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:13:21.803Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:13:21.805Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:13:21.806Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T17:13:21.806Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:13:21.809Z||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-27T17:13:21.810Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T17:13:31.385Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:13:31.410Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:14:21.803Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:14:21.804Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T17:14:21.805Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T17:14:21.805Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:14:21.806Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T17:14:21.806Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:14:31.382Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:14:31.388Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:15:21.803Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:15:21.804Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T17:15:21.804Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:15:21.805Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:15:21.806Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T17:15:21.806Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:15:31.404Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:15:31.421Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:16:21.803Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:16:21.804Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T17:16:21.804Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:16:21.805Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:16:21.805Z||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-27T17:16:21.806Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:16:31.376Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:16:31.395Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:17:21.803Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:17:21.804Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T17:17:21.804Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:17:21.805Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:17:21.806Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T17:17:21.806Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:17:31.409Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:17:31.412Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:18:21.803Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:18:21.804Z||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-27T17:18:21.804Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T17:18:21.805Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:18:21.807Z||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-27T17:18:21.808Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T17:18:31.411Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:18:31.435Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:19:21.803Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:19:21.804Z||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-27T17:19:21.804Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T17:19:21.805Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:19:21.806Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T17:19:21.806Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:19:31.388Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:19:31.388Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:20:21.803Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:20:21.804Z||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-27T17:20:21.804Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T17:20:21.805Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:20:21.805Z||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-27T17:20:21.806Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:20:31.383Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:20:31.409Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:21:21.803Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:21:21.805Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:21:21.807Z||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-27T17:21:21.807Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T17:21:21.807Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T17:21:21.807Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:21:31.403Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:21:31.404Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:22:21.803Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:22:21.804Z||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-27T17:22:21.804Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T17:22:21.805Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:22:21.805Z||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-27T17:22:21.806Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:22:31.400Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:22:31.416Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:23:21.803Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:23:21.804Z||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-27T17:23:21.804Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T17:23:21.805Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:23:21.806Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T17:23:21.806Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:23:31.378Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:23:31.383Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:24:21.803Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:24:21.804Z||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-27T17:24:21.804Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T17:24:21.805Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:24:21.806Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T17:24:21.806Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:24:31.393Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:24:31.393Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:25:21.803Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:25:21.804Z||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-27T17:25:21.804Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T17:25:21.805Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:25:21.806Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T17:25:21.806Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:25:31.403Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:25:31.403Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:26:21.803Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:26:21.804Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T17:26:21.804Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:26:21.805Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:26:21.805Z||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-27T17:26:21.806Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:26:31.386Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:26:31.394Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:27:21.803Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:27:21.804Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T17:27:21.804Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:27:21.805Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:27:21.805Z||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-27T17:27:21.805Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T17:27:31.375Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:27:31.410Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:28:21.803Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:28:21.804Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T17:28:21.805Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:28:21.805Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:28:21.807Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T17:28:21.807Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:28:31.363Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:28:31.390Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:29:21.803Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:29:21.805Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:29:21.805Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T17:29:21.805Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:29:21.805Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T17:29:21.806Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:29:31.367Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:29:31.384Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:30:21.803Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:30:21.804Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T17:30:21.804Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:30:21.805Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:30:21.805Z||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-27T17:30:21.806Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:30:31.400Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:30:31.400Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:31:21.803Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:31:21.804Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T17:31:21.804Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:31:21.805Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:31:21.805Z||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-27T17:31:21.805Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T17:31:31.394Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:31:31.397Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:32:21.803Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:32:21.804Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T17:32:21.804Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:32:21.805Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:32:21.806Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T17:32:21.806Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:32:31.382Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:32:31.403Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:33:21.803Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:33:21.804Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T17:33:21.804Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:33:21.805Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:33:21.806Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T17:33:21.806Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:33:31.408Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:33:31.414Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:34:21.803Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:34:21.804Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T17:34:21.804Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:34:21.805Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:34:21.805Z||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-27T17:34:21.805Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T17:34:31.360Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:34:31.369Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:35:21.803Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:35:21.804Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T17:35:21.804Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:35:21.805Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:35:21.805Z||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-27T17:35:21.805Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T17:35:31.389Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:35:31.396Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:36:21.803Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:36:21.804Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T17:36:21.804Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:36:21.805Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:36:21.805Z||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-27T17:36:21.805Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T17:36:31.437Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:36:31.510Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:37:21.803Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:37:21.804Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T17:37:21.804Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:37:21.805Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:37:21.805Z||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-27T17:37:21.806Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:37:31.382Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:37:31.383Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:38:21.804Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:38:21.805Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:38:21.807Z||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-27T17:38:21.807Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T17:38:21.808Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T17:38:21.808Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T17:38:31.385Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:38:31.398Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:39:21.803Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:39:21.804Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T17:39:21.804Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:39:21.806Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:39:21.806Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T17:39:21.806Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:39:31.394Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:39:31.402Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:40:21.803Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:40:21.804Z||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-27T17:40:21.804Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T17:40:21.805Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:40:21.806Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T17:40:21.806Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:40:31.425Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:40:31.431Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:41:21.803Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:41:21.804Z||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-27T17:41:21.804Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T17:41:21.805Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:41:21.807Z||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-27T17:41:21.807Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T17:41:31.394Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:41:31.409Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:42:21.803Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:42:21.804Z||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-27T17:42:21.804Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T17:42:21.805Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:42:21.806Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T17:42:21.806Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:42:31.397Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:42:31.425Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:43:21.803Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:43:21.804Z||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-27T17:43:21.804Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T17:43:21.805Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:43:21.805Z||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-27T17:43:21.805Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T17:43:31.361Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:43:31.388Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:44:21.803Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:44:21.804Z||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-27T17:44:21.804Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T17:44:21.805Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:44:21.806Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T17:44:21.806Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:44:31.454Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:44:31.471Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:45:21.803Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:45:21.804Z||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-27T17:45:21.804Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T17:45:21.805Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:45:21.805Z||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-27T17:45:21.805Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T17:45:31.427Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:45:31.433Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:46:21.803Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:46:21.804Z||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-27T17:46:21.804Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T17:46:21.805Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:46:21.806Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T17:46:21.806Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:46:31.372Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:46:31.386Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:47:21.805Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:47:21.804Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:47:21.808Z||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-27T17:47:21.808Z||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-27T17:47:21.808Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T17:47:21.808Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T17:47:31.430Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:47:31.444Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:48:21.803Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:48:21.804Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T17:48:21.804Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:48:21.805Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:48:21.807Z||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-27T17:48:21.807Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:48:31.439Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:48:31.446Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:49:21.803Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:49:21.804Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T17:49:21.804Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:49:21.805Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:49:21.805Z||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-27T17:49:21.805Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T17:49:31.379Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:49:31.389Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:50:21.803Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:50:21.804Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T17:50:21.804Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:50:21.805Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:50:21.805Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T17:50:21.805Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:50:22.302Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:50:22.305Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:50:22.305Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664301008781,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T17:50:22.330Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-27T17:50:22.330Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:50:22.330Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664301008781,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/vfw9a8c4a2a4bc10_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-27T17:50:22.331Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-27T17:50:22.331Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:50:22.331Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664301012704,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T17:50:22.331Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-27T17:50:22.331Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:50:22.332Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664301008781,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T17:50:22.332Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-27T17:50:22.332Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:50:22.332Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664301012704,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/vfw9a8c4a2a4bc10_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-27T17:50:22.333Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-27T17:50:22.333Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:50:22.333Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664301008781,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T17:50:22.333Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-27T17:50:22.334Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:50:22.334Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664301012704,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T17:50:22.334Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-27T17:50:22.334Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:50:22.335Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664301008781,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-09-27T17:50:22.335Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-27T17:50:22.335Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:50:22.335Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
  "consumerID": "cds",
  "timestamp": 1664301015120,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T17:50:22.335Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-27T17:50:22.336Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:50:22.336Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664301012704,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T17:50:22.336Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-27T17:50:22.336Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:50:22.336Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664301008781,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/artifacts/service-Vfw20220927174854-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T17:50:22.337Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-27T17:50:22.337Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:50:22.337Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
  "consumerID": "cds",
  "timestamp": 1664301015120,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/vfw9a8c4a2a4bc10_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-27T17:50:22.337Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-27T17:50:22.338Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:50:22.338Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664301012704,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-09-27T17:50:22.338Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-27T17:50:22.338Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:50:22.339Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664301008781,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/artifacts/service-Vfw20220927174854-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-27T17:50:22.339Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-27T17:50:22.339Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:50:22.339Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
  "consumerID": "cds",
  "timestamp": 1664301015120,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T17:50:22.339Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-27T17:50:22.340Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:50:22.340Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664301012704,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/artifacts/service-Vfw20220927174854-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T17:50:22.341Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-27T17:50:22.341Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:50:22.341Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
  "consumerID": "cds",
  "timestamp": 1664301015120,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T17:50:22.341Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-27T17:50:22.342Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:50:22.342Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664301012704,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/artifacts/service-Vfw20220927174854-csar.csar",
  "status": "NOTIFIED"
}
2022-09-27T17:50:22.342Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-27T17:50:22.342Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:50:22.342Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
  "consumerID": "clamp",
  "timestamp": 1664301018433,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T17:50:22.343Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-27T17:50:22.343Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:50:22.343Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
  "consumerID": "cds",
  "timestamp": 1664301015120,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-09-27T17:50:22.343Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-27T17:50:22.344Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:50:22.344Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
  "consumerID": "clamp",
  "timestamp": 1664301018433,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/vfw9a8c4a2a4bc10_modules.json",
  "status": "NOTIFIED"
}
2022-09-27T17:50:22.344Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-27T17:50:22.344Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:50:22.344Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664301020865,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/artifacts/service-Vfw20220927174854-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-27T17:50:22.345Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T17:50:22.345Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:50:22.345Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
  "consumerID": "cds",
  "timestamp": 1664301015120,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/artifacts/service-Vfw20220927174854-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T17:50:22.346Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-27T17:50:22.346Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:50:22.346Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
  "consumerID": "clamp",
  "timestamp": 1664301018433,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T17:50:22.346Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-27T17:50:22.346Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:50:22.346Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664301020500,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T17:50:22.347Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-27T17:50:22.347Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:50:22.347Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
  "consumerID": "aai-ml",
  "timestamp": 1664301020050,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T17:50:22.347Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-27T17:50:22.348Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:50:22.348Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
  "consumerID": "cds",
  "timestamp": 1664301015120,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/artifacts/service-Vfw20220927174854-csar.csar",
  "status": "NOTIFIED"
}
2022-09-27T17:50:22.348Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-27T17:50:22.448Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:50:22.449Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T17:50:22.449Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"46a43559-d8d9-4675-8e5d-ede9b1a52853","serviceName":"vFW 2022-09-27 17-48-54","serviceVersion":"1.0","serviceUUID":"40f56f10-41f5-4dec-93db-529eff6e4592","serviceDescription":"catalog service description","serviceInvariantUUID":"f04dbece-5652-4d38-887b-41495fd307a9","resources":[{"resourceInstanceName":"vFW 9a8c4a2a-4bc1 0","resourceName":"vFW 9a8c4a2a-4bc1","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"337889cd-a4a5-4917-861e-637f237e8749","resourceInvariantUUID":"01870006-2aed-4f56-b151-3e2526bc94c6","resourceCustomizationUUID":"49254d29-fda4-4d2c-ac06-b691a7cab173","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/vf-license-model.xml","artifactChecksum":"MmQ4YTExZDEzNTUwNjJlOWRkZWU2M2I4YTUzNDU4MGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cba6ed68-3c47-4445-b8fa-b388f676106f","artifactVersion":"1"},{"artifactName":"vfw9a8c4a2a4bc10_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/vfw9a8c4a2a4bc10_modules.json","artifactChecksum":"NWQ0ZDg5MjRmZmVlYWRiZmE4MjNkMzZjYzZjNDQxNmY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0b76842f-f18b-4a14-8a6a-8890ba750b32","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d933e830-99fc-42df-9759-5e4a8d2c5395","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/vendor-license-model.xml","artifactChecksum":"MDQwNDI5NWY3Mzg5N2YwZGRiMGQ2NDJmMGE0OWFlMWE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2c435906-34fe-452e-bbe6-2e666062dd6e","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d0de9a58-8286-4904-a456-e92eddf39a57","artifactVersion":"2","generatedFromUUID":"d933e830-99fc-42df-9759-5e4a8d2c5395"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220927174854-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220927174854/1.0/artifacts/service-Vfw20220927174854-template.yml","artifactChecksum":"YzVlMGZlYzdhODAyYjU4MmU4YjNlMDEzOWY3ZTJkNmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9e4de16b-031e-4be4-a8a7-17219f3feadb","artifactVersion":"1"},{"artifactName":"service-Vfw20220927174854-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220927174854/1.0/artifacts/service-Vfw20220927174854-csar.csar","artifactChecksum":"NjFmNzExMzE1NGMwNWJjOTNlN2Y5YWViNWI0OTAwZjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9ad5154a-2e7c-4cf1-b8ab-92739fae9b33","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-27T17:50:22.461Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-27T17:50:22.467Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-27T17:50:22.477Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T17:50:22.477Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664301021803,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T17:50:22.579Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-09-27T17:50:22.586Z||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-27T17:50:22.586Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:50:22.628Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:50:22.629Z||pool-3-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2022-09-27T17:50:23.495Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-27T17:50:23.496Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-27T17:50:23.501Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T17:50:23.502Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664301021803,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/vfw9a8c4a2a4bc10_modules.json",
  "status": "NOTIFIED"
}
2022-09-27T17:50:23.598Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-09-27T17:50:23.599Z||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-27T17:50:23.606Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:50:23.627Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:50:23.627Z||pool-4-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":2,"count":1}
2022-09-27T17:50:24.503Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-27T17:50:24.504Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-27T17:50:24.506Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T17:50:24.506Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664301021803,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-09-27T17:50:24.606Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-27T17:50:24.607Z||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-27T17:50:24.607Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:50:24.622Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:50:24.623Z||pool-5-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-09-27T17:50:25.507Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-27T17:50:25.508Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-27T17:50:25.510Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T17:50:25.510Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664301021803,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T17:50:25.610Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-27T17:50:25.611Z||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-27T17:50:25.611Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:50:25.626Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:50:25.627Z||pool-6-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-09-27T17:50:26.511Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-27T17:50:26.511Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-27T17:50:26.513Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T17:50:26.513Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664301021803,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-09-27T17:50:26.613Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-27T17:50:26.616Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-27T17:50:26.616Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:50:26.629Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:50:26.630Z||pool-7-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-09-27T17:50:27.514Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-27T17:50:27.515Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-27T17:50:27.518Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T17:50:27.518Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664301021803,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/artifacts/service-Vfw20220927174854-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T17:50:27.618Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-27T17:50:27.619Z||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-27T17:50:27.619Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:50:27.633Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:50:27.634Z||pool-8-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-09-27T17:50:28.518Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-27T17:50:28.519Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-27T17:50:28.521Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T17:50:28.521Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664301021803,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/artifacts/service-Vfw20220927174854-csar.csar",
  "status": "NOTIFIED"
}
2022-09-27T17:50:28.621Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-27T17:50:28.622Z||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-27T17:50:28.622Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:50:28.649Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:50:28.650Z||pool-9-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2022-09-27T17:50:29.523Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
  "serviceName": "vFW 2022-09-27 17-48-54",
  "serviceVersion": "1.0",
  "serviceUUID": "40f56f10-41f5-4dec-93db-529eff6e4592",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "f04dbece-5652-4d38-887b-41495fd307a9",
  "resources": [
    {
      "resourceInstanceName": "vFW 9a8c4a2a-4bc1 0",
      "resourceCustomizationUUID": "49254d29-fda4-4d2c-ac06-b691a7cab173",
      "resourceName": "vFW 9a8c4a2a-4bc1",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "337889cd-a4a5-4917-861e-637f237e8749",
      "resourceInvariantUUID": "01870006-2aed-4f56-b151-3e2526bc94c6",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw9a8c4a2a4bc10_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/vfw9a8c4a2a4bc10_modules.json",
          "artifactChecksum": "NWQ0ZDg5MjRmZmVlYWRiZmE4MjNkMzZjYzZjNDQxNmY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "0b76842f-f18b-4a14-8a6a-8890ba750b32",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "d933e830-99fc-42df-9759-5e4a8d2c5395",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "d0de9a58-8286-4904-a456-e92eddf39a57",
            "generatedFromUUID": "d933e830-99fc-42df-9759-5e4a8d2c5395"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "d0de9a58-8286-4904-a456-e92eddf39a57",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220927174854-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/artifacts/service-Vfw20220927174854-csar.csar",
      "artifactChecksum": "NjFmNzExMzE1NGMwNWJjOTNlN2Y5YWViNWI0OTAwZjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9ad5154a-2e7c-4cf1-b8ab-92739fae9b33"
    }
  ],
  "workloadContext": "Production"
}
2022-09-27T17:50:29.524Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-27T17:50:29.524Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 40f56f10-41f5-4dec-93db-529eff6e4592 ASDC
2022-09-27T17:50:29.645Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:46a43559-d8d9-4675-8e5d-ede9b1a52853
ServiceName:vFW 2022-09-27 17-48-54
ServiceVersion:1.0
ServiceUUID:40f56f10-41f5-4dec-93db-529eff6e4592
ServiceInvariantUUID:f04dbece-5652-4d38-887b-41495fd307a9
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220927174854-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220927174854/1.0/artifacts/service-Vfw20220927174854-csar.csar
ArtifactUUID:9ad5154a-2e7c-4cf1-b8ab-92739fae9b33
ArtifactChecksum:NjFmNzExMzE1NGMwNWJjOTNlN2Y5YWViNWI0OTAwZjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 9a8c4a2a-4bc1 0
ResourceCustomizationUUID:49254d29-fda4-4d2c-ac06-b691a7cab173
ResourceInvariantUUID:01870006-2aed-4f56-b151-3e2526bc94c6
ResourceName:vFW 9a8c4a2a-4bc1
ResourceType:VF
ResourceUUID:337889cd-a4a5-4917-861e-637f237e8749
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw9a8c4a2a4bc10_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/vfw9a8c4a2a4bc10_modules.json
ArtifactUUID:0b76842f-f18b-4a14-8a6a-8890ba750b32
ArtifactChecksum:NWQ0ZDg5MjRmZmVlYWRiZmE4MjNkMzZjYzZjNDQxNmY=
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/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/base_vfw.yaml
ArtifactUUID:d933e830-99fc-42df-9759-5e4a8d2c5395
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/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/base_vfw.env
ArtifactUUID:d0de9a58-8286-4904-a456-e92eddf39a57
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/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/base_vfw.env
ArtifactUUID:d0de9a58-8286-4904-a456-e92eddf39a57
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-09-27T17:50:29.647Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 40f56f10-41f5-4dec-93db-529eff6e4592 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-27T17:50:29.881Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-27T17:50:29.882Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-09-27T17:50:29.884Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-09-27T17:50:29.884Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 9ad5154a-2e7c-4cf1-b8ab-92739fae9b33 from URL: /sdc/v1/catalog/services/Vfw20220927174854/1.0/artifacts/service-Vfw20220927174854-csar.csar
2022-09-27T17:50:29.884Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-09-27T17:50:29.886Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220927174854/1.0/artifacts/service-Vfw20220927174854-csar.csar
2022-09-27T17:50:30.120Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-09-27T17:50:30.176Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220927174854/1.0/artifacts/service-Vfw20220927174854-csar.csar 9ad5154a-2e7c-4cf1-b8ab-92739fae9b33 100620
2022-09-27T17:50:30.178Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220927174854/1.0/artifacts/service-Vfw20220927174854-csar.csar ASDC sendASDCNotification
2022-09-27T17:50:30.178Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220927174854/1.0/artifacts/service-Vfw20220927174854-csar.csar
2022-09-27T17:50:30.179Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-27T17:50:30.180Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-27T17:50:30.182Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T17:50:30.182Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664301030176,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/artifacts/service-Vfw20220927174854-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-27T17:50:30.282Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-27T17:50:30.283Z||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-27T17:50:30.283Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:50:30.322Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:50:30.323Z||pool-10-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-09-27T17:50:31.182Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-27T17:50:31.183Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-09-27T17:50:31.184Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 9ad5154a-2e7c-4cf1-b8ab-92739fae9b33, URL: /sdc/v1/catalog/services/Vfw20220927174854/1.0/artifacts/service-Vfw20220927174854-csar.csar to file: /app/ASDC/1/service-Vfw20220927174854-csar.csar
2022-09-27T17:50:31.184Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220927174854-csar.csar
2022-09-27T17:50:31.277Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220927174854-csar.csar
2022-09-27T17:50:31.277Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220927174854-csar.csar
2022-09-27T17:50:32.018Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1410183537266672792/Definitions/service-Vfw20220927174854-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-27T17:50:35.225Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-27T17:50:35.230Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-09-27T17:50:35.230Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220927174854-csar.csar
2022-09-27T17:50:35.231Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-09-27T17:50:35.231Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220927174854-csar.csar
2022-09-27T17:50:35.231Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220927174854-csar.csar
2022-09-27T17:50:35.231Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220927174854-csar.csar
2022-09-27T17:50:35.231Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220927174854-csar.csar
2022-09-27T17:50:35.231Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220927174854-csar.csar
2022-09-27T17:50:35.231Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220927174854-csar.csar
2022-09-27T17:50:35.231Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220927174854-csar.csar
2022-09-27T17:50:35.231Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220927174854-csar.csar
2022-09-27T17:50:35.232Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220927174854-csar.csar
2022-09-27T17:50:35.232Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220927174854-csar.csar
2022-09-27T17:50:35.232Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 9a8c4a2a-4bc1 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-Vfw20220927174854-csar.csar
2022-09-27T17:50:35.232Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-09-27T17:50:35.238Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T17:50:35.239Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-27 17-48-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T17:50:35.243Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vFW 9a8c4a2a-4bc1 0 is matching search criteria
2022-09-27T17:50:35.244Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-09-27T17:50:35.245Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9a8c4a2a-4bc1 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-27T17:50:35.247Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T17:50:35.247Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-27 17-48-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T17:50:35.247Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vFW 9a8c4a2a-4bc1 0 is matching search criteria
2022-09-27T17:50:35.248Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-09-27T17:50:35.248Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9a8c4a2a-4bc1 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-27T17:50:35.248Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T17:50:35.248Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-27 17-48-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T17:50:35.252Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T17:50:35.252Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vFW 9a8c4a2a-4bc1 0 is not matching search criteria
2022-09-27T17:50:35.252Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-27T17:50:35.252Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-27T17:50:35.252Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-27T17:50:35.253Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-27T17:50:35.253Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-27T17:50:35.253Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-27T17:50:35.253Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-27T17:50:35.253Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-27T17:50:35.253Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-27T17:50:35.254Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-27T17:50:35.254Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-27T17:50:35.254Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-27T17:50:35.254Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-27T17:50:35.254Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-27T17:50:35.254Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-27T17:50:35.254Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-27T17:50:35.255Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T17:50:35.255Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-27 17-48-54 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-27T17:50:35.256Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T17:50:35.256Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vFW 9a8c4a2a-4bc1 0 is matching search criteria
2022-09-27T17:50:35.256Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9a8c4a2a-4bc1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-27T17:50:35.257Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T17:50:35.257Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vFW 9a8c4a2a-4bc1 0 is matching search criteria
2022-09-27T17:50:35.257Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9a8c4a2a-4bc1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-27T17:50:35.257Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T17:50:35.257Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vFW 9a8c4a2a-4bc1 0 is matching search criteria
2022-09-27T17:50:35.258Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9a8c4a2a-4bc1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-27T17:50:35.258Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T17:50:35.258Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vFW 9a8c4a2a-4bc1 0 is not matching search criteria
2022-09-27T17:50:35.258Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-27T17:50:35.258Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-09-27T17:50:35.258Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-27T17:50:35.259Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-27T17:50:35.259Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-27T17:50:35.259Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-27T17:50:35.259Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-27T17:50:35.259Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-27T17:50:35.259Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-27T17:50:35.260Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-27T17:50:35.260Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-27T17:50:35.260Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c361eefd-0715-485e-ae35-a44a8a22c4c5
2022-09-27T17:50:35.260Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T17:50:35.261Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vFW 9a8c4a2a-4bc1 0 is not matching search criteria
2022-09-27T17:50:35.261Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-27T17:50:35.261Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-27T17:50:35.261Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-27T17:50:35.262Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-27T17:50:35.262Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-27T17:50:35.262Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-27T17:50:35.262Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-27T17:50:35.262Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-09-27T17:50:35.262Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-27T17:50:35.262Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-27T17:50:35.263Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-27T17:50:35.263Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-27T17:50:35.263Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=17eeea0e-d888-43d5-a698-f2ff1d7a26a7
2022-09-27T17:50:35.263Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T17:50:35.263Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vFW 9a8c4a2a-4bc1 0 is not matching search criteria
2022-09-27T17:50:35.263Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-27T17:50:35.264Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-27T17:50:35.264Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-27T17:50:35.264Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-27T17:50:35.264Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-27T17:50:35.264Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-27T17:50:35.264Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-27T17:50:35.264Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-27T17:50:35.264Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-27T17:50:35.265Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-27T17:50:35.265Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-27T17:50:35.265Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-09-27T17:50:35.265Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=59e60ac7-3429-4a9e-b4ca-33a69480970b
2022-09-27T17:50:35.265Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T17:50:35.265Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-27 17-48-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T17:50:35.266Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T17:50:35.266Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-27 17-48-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T17:50:35.266Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T17:50:35.266Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-27 17-48-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T17:50:35.266Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T17:50:35.266Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-27 17-48-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T17:50:35.267Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-09-27 17-48-54
Description:catalog service description
Model UUID:40f56f10-41f5-4dec-93db-529eff6e4592
Model Version:NULL
Model InvariantUuid:f04dbece-5652-4d38-887b-41495fd307a9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 9a8c4a2a-4bc1
Model UUID:ec062896-dbe9-4e96-b44e-5b60098a1598
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:01870006-2aed-4f56-b151-3e2526bc94c6
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:49254d29-fda4-4d2c-ac06-b691a7cab173
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:368b1005-198b-4ccb-abec-f59744c7f055
ModelName:Vfw9a8c4a2a4bc1..base_vfw..module-0
ModelUuid:106ab2d7-c8c3-4df7-a022-1bee4121e3fa
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c361eefd-0715-485e-ae35-a44a8a22c4c5
ModelInvariantUuid:c5dd4e22-0828-4e6b-b45d-09db4ac62109
ModelName:vFW 9a8c4a2a-4bc1-nodes.vfwCvfc
ModelUuid:536cfb3c-2bb2-4545-a8ca-b90914f34b62
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:7401591c-4ac4-4de4-8208-bed2da0297a2
ModelInvariantUuid:37034da2-1673-42ba-b85b-1b6662fe63bb
ModelName:Vfw9a8c4a2a4bc1.compute.nodes.heat.vfw
ModelUuid:2c80186c-1921-46a3-afc1-f052689ca543
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:17eeea0e-d888-43d5-a698-f2ff1d7a26a7
ModelInvariantUuid:15488032-5b68-4b6f-9fe5-9467e26f9aa5
ModelName:vFW 9a8c4a2a-4bc1-nodes.vsnCvfc
ModelUuid:105a7863-2ef3-48d1-a2ab-939a64ff9f8c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:dc02eea7-e460-4917-a5f0-4c2f975e3fed
ModelInvariantUuid:414fd7c2-c3ab-4e7d-8acf-a5db0771f9e1
ModelName:Vfw9a8c4a2a4bc1.compute.nodes.heat.vsn
ModelUuid:5ca92f0a-6c2f-4286-ab5e-af1c69ec6a75
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:59e60ac7-3429-4a9e-b4ca-33a69480970b
ModelInvariantUuid:66dad4ae-d798-48f3-bcf5-ddd1ec10365b
ModelName:vFW 9a8c4a2a-4bc1-nodes.vpgCvfc
ModelUuid:4bc8f016-b8ea-4cd2-bb94-1ec9c9f0d344
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:96ca317e-3e54-4ea5-8592-846f53238814
ModelInvariantUuid:ff5f0750-db1d-45d0-b4f2-320ed1aa1746
ModelName:Vfw9a8c4a2a4bc1.compute.nodes.heat.vpg
ModelUuid:3fe44501-2dac-412d-8768-f10c8260ef0e
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-27T17:50:35.286Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 337889cd-a4a5-4917-861e-637f237e8749
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-27T17:50:35.368Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||vFW 9a8c4a2a-4bc1 0
2022-09-27T17:50:35.375Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 337889cd-a4a5-4917-861e-637f237e8749
2022-09-27T17:50:35.376Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 0b76842f-f18b-4a14-8a6a-8890ba750b32 from URL: /sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/vfw9a8c4a2a4bc10_modules.json
2022-09-27T17:50:35.376Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-09-27T17:50:35.376Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/vfw9a8c4a2a4bc10_modules.json
2022-09-27T17:50:35.440Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-09-27T17:50:35.440Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/vfw9a8c4a2a4bc10_modules.json 0b76842f-f18b-4a14-8a6a-8890ba750b32 785
2022-09-27T17:50:35.441Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/vfw9a8c4a2a4bc10_modules.json ASDC sendASDCNotification
2022-09-27T17:50:35.441Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/vfw9a8c4a2a4bc10_modules.json
2022-09-27T17:50:35.441Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-27T17:50:35.442Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-27T17:50:35.444Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T17:50:35.444Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664301035441,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/vfw9a8c4a2a4bc10_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-27T17:50:35.545Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-27T17:50:35.546Z||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-27T17:50:35.546Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:50:35.571Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:50:35.572Z||pool-11-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-09-27T17:50:36.446Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw9a8c4a2a4bc1..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "368b1005-198b-4ccb-abec-f59744c7f055",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "106ab2d7-c8c3-4df7-a022-1bee4121e3fa",
    "vfModuleModelCustomizationUUID": "83108776-ac77-4595-a4cd-2ade86cc932a",
    "isBase": true,
    "artifacts": [
      "d933e830-99fc-42df-9759-5e4a8d2c5395",
      "d0de9a58-8286-4904-a456-e92eddf39a57"
    ],
    "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-27T17:50:36.461Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw9a8c4a2a4bc1..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:106ab2d7-c8c3-4df7-a022-1bee4121e3fa
VfModuleModelInvariantUUID:368b1005-198b-4ccb-abec-f59744c7f055
VfModuleModelDescription:NULL
Artifacts UUID List:{
d933e830-99fc-42df-9759-5e4a8d2c5395
,
d0de9a58-8286-4904-a456-e92eddf39a57

}
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-27T17:50:36.464Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw9a8c4a2a4bc1..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "368b1005-198b-4ccb-abec-f59744c7f055",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "106ab2d7-c8c3-4df7-a022-1bee4121e3fa",
    "vfModuleModelCustomizationUUID": "83108776-ac77-4595-a4cd-2ade86cc932a",
    "isBase": true,
    "artifacts": [
      "d933e830-99fc-42df-9759-5e4a8d2c5395",
      "d0de9a58-8286-4904-a456-e92eddf39a57"
    ],
    "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-27T17:50:36.464Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw9a8c4a2a4bc1..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:106ab2d7-c8c3-4df7-a022-1bee4121e3fa
VfModuleModelInvariantUUID:368b1005-198b-4ccb-abec-f59744c7f055
VfModuleModelDescription:NULL
Artifacts UUID List:{
d933e830-99fc-42df-9759-5e4a8d2c5395
,
d0de9a58-8286-4904-a456-e92eddf39a57

}
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-27T17:50:36.465Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: d933e830-99fc-42df-9759-5e4a8d2c5395 from URL: /sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/base_vfw.yaml
2022-09-27T17:50:36.465Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-09-27T17:50:36.465Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/base_vfw.yaml
2022-09-27T17:50:36.529Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-09-27T17:50:36.530Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/base_vfw.yaml d933e830-99fc-42df-9759-5e4a8d2c5395 20368
2022-09-27T17:50:36.531Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-09-27T17:50:36.531Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/base_vfw.yaml
2022-09-27T17:50:36.531Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-27T17:50:36.532Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-27T17:50:36.534Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T17:50:36.534Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664301036531,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-27T17:50:36.634Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-27T17:50:36.635Z||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-27T17:50:36.635Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:50:36.651Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:50:36.652Z||pool-12-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-09-27T17:50:37.535Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: d0de9a58-8286-4904-a456-e92eddf39a57 from URL: /sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/base_vfw.env
2022-09-27T17:50:37.535Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-09-27T17:50:37.536Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/base_vfw.env
2022-09-27T17:50:37.655Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-09-27T17:50:37.656Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/base_vfw.env d0de9a58-8286-4904-a456-e92eddf39a57 2098
2022-09-27T17:50:37.656Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/base_vfw.env ASDC sendASDCNotification
2022-09-27T17:50:37.656Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/base_vfw.env
2022-09-27T17:50:37.657Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-27T17:50:37.657Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-27T17:50:37.660Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T17:50:37.660Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664301037656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-09-27T17:50:37.760Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-27T17:50:37.761Z||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-27T17:50:37.761Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:50:37.790Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:50:37.791Z||pool-13-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-09-27T17:50:38.661Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 40f56f10-41f5-4dec-93db-529eff6e4592
2022-09-27T17:50:38.661Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 9a8c4a2a-4bc1 0 337889cd-a4a5-4917-861e-637f237e8749 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-27T17:50:38.692Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@70ea7813, org.onap.sdc.toscaparser.api.parameters.Input@36a16f3, org.onap.sdc.toscaparser.api.parameters.Input@2672f56, org.onap.sdc.toscaparser.api.parameters.Input@3c12c67e, org.onap.sdc.toscaparser.api.parameters.Input@1f9b0b0f]
2022-09-27T17:50:38.696Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T17:50:38.696Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-27 17-48-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T17:50:38.697Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2022-09-27T17:50:38.697Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 49254d29-fda4-4d2c-ac06-b691a7cab173
2022-09-27T17:50:38.697Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 49254d29-fda4-4d2c-ac06-b691a7cab173 matches Tosca VF Customization UUID: 49254d29-fda4-4d2c-ac06-b691a7cab173
2022-09-27T17:50:38.697Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 49254d29-fda4-4d2c-ac06-b691a7cab173  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-27T17:50:38.702Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T17:50:38.703Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-27 17-48-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T17:50:38.704Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 49254d29-fda4-4d2c-ac06-b691a7cab173: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-09-27T17:50:38.704Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1b2ddee0
2022-09-27T17:50:38.704Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T17:50:38.704Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-27 17-48-54 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-27T17:50:38.705Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 83108776-ac77-4595-a4cd-2ade86cc932a
2022-09-27T17:50:38.706Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 83108776-ac77-4595-a4cd-2ade86cc932a
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-27T17:50:38.710Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T17:50:38.710Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vFW 9a8c4a2a-4bc1 0 is matching search criteria
2022-09-27T17:50:38.711Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9a8c4a2a-4bc1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-27T17:50:38.711Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T17:50:38.712Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vFW 9a8c4a2a-4bc1 0 is matching search criteria
2022-09-27T17:50:38.712Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9a8c4a2a-4bc1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-27T17:50:38.712Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T17:50:38.712Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vFW 9a8c4a2a-4bc1 0 is not matching search criteria
2022-09-27T17:50:38.712Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-27T17:50:38.713Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-09-27T17:50:38.713Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-27T17:50:38.713Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-27T17:50:38.713Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-27T17:50:38.713Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-27T17:50:38.714Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-27T17:50:38.714Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-27T17:50:38.714Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-27T17:50:38.714Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-27T17:50:38.714Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-27T17:50:38.715Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c361eefd-0715-485e-ae35-a44a8a22c4c5
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-27T17:50:38.735Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T17:50:38.736Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vFW 9a8c4a2a-4bc1 0 is matching search criteria
2022-09-27T17:50:38.736Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9a8c4a2a-4bc1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-27T17:50:38.736Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T17:50:38.736Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vFW 9a8c4a2a-4bc1 0 is not matching search criteria
2022-09-27T17:50:38.737Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-27T17:50:38.737Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-27T17:50:38.737Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-27T17:50:38.737Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-27T17:50:38.737Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-27T17:50:38.738Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-27T17:50:38.738Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-27T17:50:38.738Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-09-27T17:50:38.738Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-27T17:50:38.738Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-27T17:50:38.739Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-27T17:50:38.739Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-27T17:50:38.739Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=17eeea0e-d888-43d5-a698-f2ff1d7a26a7
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-27T17:50:38.740Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T17:50:38.740Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vFW 9a8c4a2a-4bc1 0 is matching search criteria
2022-09-27T17:50:38.741Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9a8c4a2a-4bc1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-27T17:50:38.743Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T17:50:38.743Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vFW 9a8c4a2a-4bc1 0 is not matching search criteria
2022-09-27T17:50:38.743Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-27T17:50:38.743Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-27T17:50:38.743Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-27T17:50:38.744Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-27T17:50:38.744Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-27T17:50:38.744Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-27T17:50:38.744Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-27T17:50:38.744Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-27T17:50:38.745Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-27T17:50:38.745Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-27T17:50:38.745Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-27T17:50:38.745Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-09-27T17:50:38.745Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=59e60ac7-3429-4a9e-b4ca-33a69480970b
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-27T17:50:38.746Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T17:50:38.747Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vFW 9a8c4a2a-4bc1 0 is matching search criteria
2022-09-27T17:50:38.747Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9a8c4a2a-4bc1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-27T17:50:38.747Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T17:50:38.747Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vFW 9a8c4a2a-4bc1 0 is matching search criteria
2022-09-27T17:50:38.747Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9a8c4a2a-4bc1 0] matching following query criteria: sdcType=VF, customizationUUID=49254d29-fda4-4d2c-ac06-b691a7cab173
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-27T17:50:38.749Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T17:50:38.749Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-27 17-48-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T17:50:38.749Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 40f56f10-41f5-4dec-93db-529eff6e4592: vFW 9a8c4a2a-4bc1
2022-09-27T17:50:38.749Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T17:50:38.750Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-27 17-48-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T17:50:38.750Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T17:50:38.750Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-27 17-48-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T17:50:38.750Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T17:50:38.750Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-27 17-48-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T17:50:38.751Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T17:50:38.751Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-27 17-48-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T17:50:38.751Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T17:50:38.751Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-27 17-48-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T17:50:38.751Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2022-09-27 17-48-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-27T17:50:38.998Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 9a8c4a2a-4bc1 337889cd-a4a5-4917-861e-637f237e8749 1 ASDC deployResourceStructure
2022-09-27T17:50:38.999Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/vfw9a8c4a2a4bc10_modules.json ASDC sendASDCNotification
2022-09-27T17:50:38.999Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/vfw9a8c4a2a4bc10_modules.json
2022-09-27T17:50:38.999Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-27T17:50:38.999Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-27T17:50:39.001Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T17:50:39.001Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664301038999,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/vfw9a8c4a2a4bc10_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-27T17:50:39.101Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-27T17:50:39.102Z||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-27T17:50:39.102Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:50:39.122Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:50:39.123Z||pool-14-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-09-27T17:50:40.002Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-09-27T17:50:40.002Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/base_vfw.yaml
2022-09-27T17:50:40.003Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-27T17:50:40.003Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-27T17:50:40.004Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T17:50:40.005Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664301040002,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-09-27T17:50:40.105Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-27T17:50:40.106Z||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-27T17:50:40.106Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:50:40.133Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:50:40.133Z||pool-15-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-09-27T17:50:41.006Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/base_vfw.env ASDC sendASDCNotification
2022-09-27T17:50:41.006Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/base_vfw.env
2022-09-27T17:50:41.006Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-27T17:50:41.007Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-27T17:50:41.008Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T17:50:41.008Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664301041006,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-09-27T17:50:41.108Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-27T17:50:41.109Z||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-27T17:50:41.109Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:50:41.135Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:50:41.135Z||pool-16-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-09-27T17:50:42.010Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220927174854/1.0/artifacts/service-Vfw20220927174854-csar.csar ASDC sendASDCNotification
2022-09-27T17:50:42.010Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220927174854/1.0/artifacts/service-Vfw20220927174854-csar.csar
2022-09-27T17:50:42.010Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-27T17:50:42.010Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-27T17:50:42.012Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T17:50:42.012Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664301042010,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/artifacts/service-Vfw20220927174854-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-27T17:50:42.112Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-27T17:50:42.113Z||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-27T17:50:42.113Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:50:42.130Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:50:42.131Z||pool-17-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-09-27T17:50:43.013Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 46a43559-d8d9-4675-8e5d-ede9b1a52853
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T17:50:43.035Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 46a43559-d8d9-4675-8e5d-ede9b1a52853
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-27T17:50:43.038Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-27T17:50:43.038Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-27T17:50:43.038Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-27T17:51:13.039Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 46a43559-d8d9-4675-8e5d-ede9b1a52853
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T17:51:13.049Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 46a43559-d8d9-4675-8e5d-ede9b1a52853
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-27T17:51:13.052Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-27T17:51:13.052Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-27T17:51:13.052Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-27T17:51:21.805Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:51:21.806Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T17:51:21.806Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:51:21.840Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:51:21.840Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:51:21.841Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
  "consumerID": "clamp",
  "timestamp": 1664301018433,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T17:51:21.842Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-27T17:51:43.053Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 46a43559-d8d9-4675-8e5d-ede9b1a52853
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T17:51:43.062Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 46a43559-d8d9-4675-8e5d-ede9b1a52853
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-27T17:51:43.064Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-27T17:51:43.064Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-27T17:51:43.064Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-27T17:52:13.065Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 46a43559-d8d9-4675-8e5d-ede9b1a52853
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T17:52:13.074Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 46a43559-d8d9-4675-8e5d-ede9b1a52853
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-27T17:52:13.076Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-27T17:52:13.076Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-27T17:52:13.076Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-27T17:52:21.805Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:52:21.806Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T17:52:21.806Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:52:21.838Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:52:21.839Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:52:21.839Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664301020500,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/vfw9a8c4a2a4bc10_modules.json",
  "status": "NOTIFIED"
}
2022-09-27T17:52:21.840Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-27T17:52:43.077Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 46a43559-d8d9-4675-8e5d-ede9b1a52853
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T17:52:43.088Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 46a43559-d8d9-4675-8e5d-ede9b1a52853
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-27T17:52:43.091Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-27T17:52:43.091Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-27T17:52:43.091Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-27T17:53:13.091Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 46a43559-d8d9-4675-8e5d-ede9b1a52853
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T17:53:13.102Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 46a43559-d8d9-4675-8e5d-ede9b1a52853
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-27T17:53:13.103Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-27T17:53:13.104Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-27T17:53:13.104Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-27T17:53:21.805Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:53:21.806Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T17:53:21.806Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:53:21.838Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:53:21.843Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.843Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664301021803,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T17:53:21.844Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-27T17:53:21.844Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.844Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
  "consumerID": "aai-ml",
  "timestamp": 1664301020050,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/vfw9a8c4a2a4bc10_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-27T17:53:21.844Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-27T17:53:21.844Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.844Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
  "consumerID": "cds",
  "timestamp": 1664301023023,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/artifacts/service-Vfw20220927174854-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-27T17:53:21.845Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T17:53:21.845Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.845Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
  "consumerID": "clamp",
  "timestamp": 1664301018433,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-09-27T17:53:21.845Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-27T17:53:21.846Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.846Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664301020500,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-09-27T17:53:21.846Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-27T17:53:21.846Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.846Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664301021803,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/vfw9a8c4a2a4bc10_modules.json",
  "status": "NOTIFIED"
}
2022-09-27T17:53:21.846Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-27T17:53:21.847Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.847Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
  "consumerID": "aai-ml",
  "timestamp": 1664301020050,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T17:53:21.847Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-27T17:53:21.847Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.847Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
  "consumerID": "cds",
  "timestamp": 1664301024047,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/artifacts/service-Vfw20220927174854-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-27T17:53:21.856Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 46a43559-d8d9-4675-8e5d-ede9b1a52853
2022-09-27T17:53:21.857Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46a43559-d8d9-4675-8e5d-ede9b1a52853 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-27T17:53:21.866Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.867Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
  "consumerID": "clamp",
  "timestamp": 1664301018433,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/artifacts/service-Vfw20220927174854-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T17:53:21.867Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-27T17:53:21.867Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.867Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664301020500,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T17:53:21.867Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-27T17:53:21.867Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.867Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664301021803,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-09-27T17:53:21.867Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-27T17:53:21.867Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.867Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
  "consumerID": "aai-ml",
  "timestamp": 1664301020050,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T17:53:21.868Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-27T17:53:21.868Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.868Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
  "consumerID": "clamp",
  "timestamp": 1664301018433,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/artifacts/service-Vfw20220927174854-csar.csar",
  "status": "NOTIFIED"
}
2022-09-27T17:53:21.868Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-27T17:53:21.868Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.868Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664301020500,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-09-27T17:53:21.868Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-27T17:53:21.868Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.868Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664301021803,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T17:53:21.869Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-27T17:53:21.869Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.869Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
  "consumerID": "aai-ml",
  "timestamp": 1664301020050,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-09-27T17:53:21.869Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-27T17:53:21.869Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.869Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664301020500,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/artifacts/service-Vfw20220927174854-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T17:53:21.869Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-27T17:53:21.869Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.869Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664301021803,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-09-27T17:53:21.869Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-27T17:53:21.870Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.870Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
  "consumerID": "aai-ml",
  "timestamp": 1664301020050,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/artifacts/service-Vfw20220927174854-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T17:53:21.870Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-27T17:53:21.870Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.870Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664301020500,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/artifacts/service-Vfw20220927174854-csar.csar",
  "status": "NOTIFIED"
}
2022-09-27T17:53:21.870Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-27T17:53:21.870Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.870Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664301021803,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/artifacts/service-Vfw20220927174854-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T17:53:21.870Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-27T17:53:21.870Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.871Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
  "consumerID": "aai-ml",
  "timestamp": 1664301020050,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/artifacts/service-Vfw20220927174854-csar.csar",
  "status": "NOTIFIED"
}
2022-09-27T17:53:21.871Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-27T17:53:21.871Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.871Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664301028756,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/artifacts/service-Vfw20220927174854-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-27T17:53:21.871Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T17:53:21.871Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.871Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664301028315,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/vfw9a8c4a2a4bc10_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-27T17:53:21.871Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T17:53:21.871Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.871Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664301021803,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/artifacts/service-Vfw20220927174854-csar.csar",
  "status": "NOTIFIED"
}
2022-09-27T17:53:21.872Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-27T17:53:21.872Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.872Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
  "consumerID": "aai-ml",
  "timestamp": 1664301027957,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/artifacts/service-Vfw20220927174854-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-27T17:53:21.875Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T17:53:21.875Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.875Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664301029763,
  "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-27T17:53:21.881Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 46a43559-d8d9-4675-8e5d-ede9b1a52853
2022-09-27T17:53:21.882Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46a43559-d8d9-4675-8e5d-ede9b1a52853 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-27T17:53:21.892Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.892Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664301029573,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-27T17:53:21.892Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T17:53:21.892Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.892Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664301030176,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/artifacts/service-Vfw20220927174854-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-27T17:53:21.893Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T17:53:21.893Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.893Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664301030730,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-09-27T17:53:21.893Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T17:53:21.893Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.893Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
  "consumerID": "clamp",
  "timestamp": 1664301031335,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/artifacts/service-Vfw20220927174854-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-27T17:53:21.894Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T17:53:21.894Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.894Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664301031835,
  "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-27T17:53:21.898Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 46a43559-d8d9-4675-8e5d-ede9b1a52853
2022-09-27T17:53:21.898Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46a43559-d8d9-4675-8e5d-ede9b1a52853 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-27T17:53:21.907Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.907Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664301032840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/vfw9a8c4a2a4bc10_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-27T17:53:21.907Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T17:53:21.908Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.908Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
  "consumerID": "clamp",
  "timestamp": 1664301033346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/artifacts/service-Vfw20220927174854-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-27T17:53:21.908Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T17:53:21.908Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.908Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
  "consumerID": "clamp",
  "timestamp": 1664301034350,
  "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-27T17:53:21.913Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 46a43559-d8d9-4675-8e5d-ede9b1a52853
2022-09-27T17:53:21.913Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46a43559-d8d9-4675-8e5d-ede9b1a52853 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-27T17:53:21.923Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.923Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664301035441,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/vfw9a8c4a2a4bc10_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-27T17:53:21.923Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T17:53:21.924Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.924Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664301036531,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-27T17:53:21.924Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T17:53:21.924Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.924Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664301037656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-09-27T17:53:21.924Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T17:53:21.924Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.924Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664301038999,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/vfw9a8c4a2a4bc10_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-27T17:53:21.924Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T17:53:21.925Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.925Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664301040002,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-09-27T17:53:21.925Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T17:53:21.925Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.925Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664301041006,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-09-27T17:53:21.925Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T17:53:21.926Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.926Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664301042010,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/artifacts/service-Vfw20220927174854-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-27T17:53:21.926Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T17:53:21.926Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.926Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
  "consumerID": "aai-ml",
  "timestamp": 1664301047503,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/artifacts/service-Vfw20220927174854-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-27T17:53:21.926Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T17:53:21.926Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.926Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
  "consumerID": "aai-ml",
  "timestamp": 1664301048509,
  "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-27T17:53:21.931Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 46a43559-d8d9-4675-8e5d-ede9b1a52853
2022-09-27T17:53:21.931Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46a43559-d8d9-4675-8e5d-ede9b1a52853 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-27T17:53:21.941Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.941Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
  "consumerID": "clamp",
  "timestamp": 1664301048433,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T17:53:21.941Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-27T17:53:21.941Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.942Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
  "consumerID": "aai-ml",
  "timestamp": 1664301050050,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T17:53:21.942Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-27T17:53:21.942Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.942Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664301048781,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T17:53:21.942Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-27T17:53:21.943Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.943Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664301048781,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/basic_onboard_cmmfjn0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-27T17:53:21.943Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-27T17:53:21.943Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.943Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
  "consumerID": "clamp",
  "timestamp": 1664301048433,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/basic_onboard_cmmfjn0_modules.json",
  "status": "NOTIFIED"
}
2022-09-27T17:53:21.943Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-27T17:53:21.943Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.943Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
  "consumerID": "aai-ml",
  "timestamp": 1664301050050,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/basic_onboard_cmmfjn0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-27T17:53:21.943Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-27T17:53:21.944Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.944Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
  "consumerID": "clamp",
  "timestamp": 1664301048433,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T17:53:21.944Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-27T17:53:21.944Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.944Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664301048781,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T17:53:21.944Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-27T17:53:21.944Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.944Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
  "consumerID": "aai-ml",
  "timestamp": 1664301050050,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T17:53:21.945Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-27T17:53:21.945Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.945Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
  "consumerID": "aai-ml",
  "timestamp": 1664301050050,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T17:53:21.945Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-27T17:53:21.945Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.945Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664301048781,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T17:53:21.945Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-27T17:53:21.946Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.946Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
  "consumerID": "clamp",
  "timestamp": 1664301048433,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T17:53:21.946Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-27T17:53:21.946Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.946Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
  "consumerID": "clamp",
  "timestamp": 1664301048433,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-09-27T17:53:21.946Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-27T17:53:21.946Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.946Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
  "consumerID": "aai-ml",
  "timestamp": 1664301050050,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-09-27T17:53:21.947Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-27T17:53:21.947Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.947Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664301048781,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-09-27T17:53:21.947Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-27T17:53:21.947Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.947Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
  "consumerID": "cds",
  "timestamp": 1664301060120,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T17:53:21.947Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-27T17:53:21.947Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.947Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664301048781,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/artifacts/service-BasicOnboardCmmfjn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T17:53:21.948Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-27T17:53:21.948Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.948Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
  "consumerID": "clamp",
  "timestamp": 1664301048433,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/artifacts/service-BasicOnboardCmmfjn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T17:53:21.948Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-27T17:53:21.948Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.948Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
  "consumerID": "aai-ml",
  "timestamp": 1664301050050,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/artifacts/service-BasicOnboardCmmfjn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T17:53:21.948Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-27T17:53:21.949Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.949Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664301060500,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T17:53:21.949Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-27T17:53:21.949Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.949Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
  "consumerID": "cds",
  "timestamp": 1664301060120,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/basic_onboard_cmmfjn0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-27T17:53:21.949Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-27T17:53:21.949Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.949Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
  "consumerID": "clamp",
  "timestamp": 1664301048433,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/artifacts/service-BasicOnboardCmmfjn-csar.csar",
  "status": "NOTIFIED"
}
2022-09-27T17:53:21.950Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-27T17:53:21.950Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.950Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664301048781,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/artifacts/service-BasicOnboardCmmfjn-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-27T17:53:21.950Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-27T17:53:21.950Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.950Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
  "consumerID": "aai-ml",
  "timestamp": 1664301050050,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/artifacts/service-BasicOnboardCmmfjn-csar.csar",
  "status": "NOTIFIED"
}
2022-09-27T17:53:21.950Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-27T17:53:21.950Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.951Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664301060500,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/basic_onboard_cmmfjn0_modules.json",
  "status": "NOTIFIED"
}
2022-09-27T17:53:21.951Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-27T17:53:21.951Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.951Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
  "consumerID": "cds",
  "timestamp": 1664301060120,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T17:53:21.951Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-27T17:53:21.951Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.951Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664301060500,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-09-27T17:53:21.951Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-27T17:53:21.951Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.952Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
  "consumerID": "aai-ml",
  "timestamp": 1664301062514,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/artifacts/service-BasicOnboardCmmfjn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-27T17:53:21.952Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T17:53:21.952Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.952Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
  "consumerID": "cds",
  "timestamp": 1664301060120,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T17:53:21.952Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-27T17:53:21.952Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.952Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664301060500,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T17:53:21.952Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-27T17:53:21.953Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.953Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
  "consumerID": "cds",
  "timestamp": 1664301060120,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-09-27T17:53:21.953Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-27T17:53:21.953Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.953Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664301060500,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-09-27T17:53:21.953Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-27T17:53:21.953Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.953Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
  "consumerID": "cds",
  "timestamp": 1664301060120,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/artifacts/service-BasicOnboardCmmfjn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T17:53:21.953Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-27T17:53:21.954Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.954Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664301060500,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/artifacts/service-BasicOnboardCmmfjn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T17:53:21.954Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-27T17:53:21.954Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.954Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
  "consumerID": "cds",
  "timestamp": 1664301060120,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/artifacts/service-BasicOnboardCmmfjn-csar.csar",
  "status": "NOTIFIED"
}
2022-09-27T17:53:21.954Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-27T17:53:21.954Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.954Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664301060500,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/artifacts/service-BasicOnboardCmmfjn-csar.csar",
  "status": "NOTIFIED"
}
2022-09-27T17:53:21.954Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-27T17:53:21.955Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.955Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
  "consumerID": "cds",
  "timestamp": 1664301068078,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/artifacts/service-BasicOnboardCmmfjn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-27T17:53:21.955Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T17:53:21.955Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.955Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664301068340,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/basic_onboard_cmmfjn0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-27T17:53:21.955Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T17:53:21.955Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.955Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
  "consumerID": "cds",
  "timestamp": 1664301069086,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/artifacts/service-BasicOnboardCmmfjn-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-27T17:53:21.969Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d74a607c-0cbc-410c-a355-47f0271caa2e
2022-09-27T17:53:21.969Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId d74a607c-0cbc-410c-a355-47f0271caa2e 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-27T17:53:21.977Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.977Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664301069568,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-27T17:53:21.977Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T17:53:21.977Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.977Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664301070651,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-09-27T17:53:21.977Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T17:53:21.978Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.978Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664301071676,
  "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-27T17:53:21.982Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d74a607c-0cbc-410c-a355-47f0271caa2e
2022-09-27T17:53:21.982Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId d74a607c-0cbc-410c-a355-47f0271caa2e 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-27T17:53:21.991Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.992Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
  "consumerID": "clamp",
  "timestamp": 1664301072335,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/artifacts/service-BasicOnboardCmmfjn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-27T17:53:21.992Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T17:53:21.992Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.992Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
  "consumerID": "aai-ml",
  "timestamp": 1664301071707,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/artifacts/service-BasicOnboardCmmfjn-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-27T17:53:21.992Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T17:53:21.992Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.992Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664301072704,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T17:53:21.993Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-27T17:53:21.993Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.993Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664301072680,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/basic_onboard_cmmfjn0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-27T17:53:21.993Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T17:53:21.993Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.993Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
  "consumerID": "aai-ml",
  "timestamp": 1664301072712,
  "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-27T17:53:21.999Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d74a607c-0cbc-410c-a355-47f0271caa2e
2022-09-27T17:53:21.999Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId d74a607c-0cbc-410c-a355-47f0271caa2e 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-27T17:53:22.008Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:22.008Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664301072704,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/basic_onboard_cmmfjn0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-27T17:53:22.008Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-27T17:53:22.009Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:22.009Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
  "consumerID": "clamp",
  "timestamp": 1664301074343,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/artifacts/service-BasicOnboardCmmfjn-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-27T17:53:22.009Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T17:53:22.009Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:22.009Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664301072704,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T17:53:22.009Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-27T17:53:22.009Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:22.009Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
  "consumerID": "clamp",
  "timestamp": 1664301075346,
  "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-27T17:53:22.014Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d74a607c-0cbc-410c-a355-47f0271caa2e
2022-09-27T17:53:22.014Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId d74a607c-0cbc-410c-a355-47f0271caa2e 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-27T17:53:22.021Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:22.021Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664301072704,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T17:53:22.022Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-27T17:53:22.022Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:22.022Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664301072704,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-09-27T17:53:22.022Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-27T17:53:22.022Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:22.022Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664301072704,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/artifacts/service-BasicOnboardCmmfjn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T17:53:22.022Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-27T17:53:22.023Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:22.023Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664301072704,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/artifacts/service-BasicOnboardCmmfjn-csar.csar",
  "status": "NOTIFIED"
}
2022-09-27T17:53:22.023Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-27T17:53:22.023Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:22.023Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664301080647,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/artifacts/service-BasicOnboardCmmfjn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-27T17:53:22.023Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T17:53:43.104Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 46a43559-d8d9-4675-8e5d-ede9b1a52853
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T17:53:43.115Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 46a43559-d8d9-4675-8e5d-ede9b1a52853
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-27T17:53:43.118Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-27T17:53:43.118Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-27T17:53:43.118Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-27T17:53:43.118Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-27T17:53:43.118Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-27T17:53:43.118Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-27T17:53:43.118Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-27T17:53:43.119Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-27T17:53:43.119Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-27T17:53:43.119Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-27T17:53:43.119Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-27T17:53:43.124Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-27T17:54:13.124Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 46a43559-d8d9-4675-8e5d-ede9b1a52853 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-27T17:54:13.135Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 46a43559-d8d9-4675-8e5d-ede9b1a52853 and serviceModelVersionId: 40f56f10-41f5-4dec-93db-529eff6e4592
2022-09-27T17:54:13.135Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f04dbece-5652-4d38-887b-41495fd307a9
2022-09-27T17:54:21.805Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:54:21.806Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T17:54:21.806Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:54:22.341Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:54:22.342Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:54:22.342Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664301083446,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/artifacts/service-BasicOnboardCmmfjn-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-27T17:54:22.342Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T17:54:22.343Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:54:22.343Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664301084453,
  "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-27T17:54:22.349Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d74a607c-0cbc-410c-a355-47f0271caa2e
2022-09-27T17:54:22.349Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId d74a607c-0cbc-410c-a355-47f0271caa2e 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-27T17:54:27.615Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f04dbece-5652-4d38-887b-41495fd307a9/model-vers/model-ver/40f56f10-41f5-4dec-93db-529eff6e4592?depth=0
2022-09-27T17:54:27.730Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-09-27T17:54:28.194Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f04dbece-5652-4d38-887b-41495fd307a9/model-vers/model-ver/40f56f10-41f5-4dec-93db-529eff6e4592?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-27T17:54:28.199Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f04dbece-5652-4d38-887b-41495fd307a9/model-vers/model-ver/40f56f10-41f5-4dec-93db-529eff6e4592?depth=0|INFO|500||Invoke
2022-09-27T17:54:28.300Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f04dbece-5652-4d38-887b-41495fd307a9/model-vers/model-ver/40f56f10-41f5-4dec-93db-529eff6e4592?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-09-27T17:54:28.567Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f04dbece-5652-4d38-887b-41495fd307a9/model-vers/model-ver/40f56f10-41f5-4dec-93db-529eff6e4592?depth=0|INFO|500||InvokeReturn
2022-09-27T17:54:28.568Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f04dbece-5652-4d38-887b-41495fd307a9/model-vers/model-ver/40f56f10-41f5-4dec-93db-529eff6e4592?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220927-17:54:28:420-71061], vertex-id=[147544], Content-Length=[0], Date=[Tue, 27 Sep 2022 17:54:28 GMT], Content-Type=[application/json]}
2022-09-27T17:54:28.568Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2022-09-27T17:54:28.572Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-09-27T17:54:28.572Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-27T17:54:28.577Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-09-27T17:54:28.578Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 46a43559-d8d9-4675-8e5d-ede9b1a52853 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-09-27T17:54:28.578Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-09-27T17:54:28.579Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-27T17:54:28.581Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T17:54:28.581Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664301268578,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-27T17:54:28.681Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-27T17:54:28.682Z||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-27T17:54:28.682Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:54:28.700Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:54:28.700Z||pool-18-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-27T17:54:29.597Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:54:29.598Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|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-27T17:54:29.599Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|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 cxCP4M1agj7qmKVP) ...
2022-09-27T17:54:34.114Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:54:34.115Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T17:54:34.115Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"d74a607c-0cbc-410c-a355-47f0271caa2e","serviceName":"basic_onboard_CMMfJn","serviceVersion":"1.0","serviceUUID":"0e95138d-3978-440f-ad87-af1f6655c20d","serviceDescription":"service","serviceInvariantUUID":"0a5b76df-fc8b-49c2-8f51-d38dd4e012b2","resources":[{"resourceInstanceName":"basic_onboard_CMMfJn 0","resourceName":"basic_onboard_CMMfJn","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6f670d29-7f35-4f61-a81c-26f00564c8cb","resourceInvariantUUID":"6394f148-4c0a-466f-854d-472f3fd51b3b","resourceCustomizationUUID":"5f1404ab-cc19-496c-ac87-474c6a5d9e16","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/vf-license-model.xml","artifactChecksum":"YjQwMzNhMDg4MTgzNGNmNjcxMDRhMDNiM2VmYThhMTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3db99ea2-2c2c-4fd8-b287-9b0af94b651e","artifactVersion":"1"},{"artifactName":"basic_onboard_cmmfjn0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/basic_onboard_cmmfjn0_modules.json","artifactChecksum":"Y2JlZDEwNjA4ZDBjNDU4MDI4YzYwODI3YmY2MWIyZTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"14476dfe-1bc9-404d-83fa-4e63cddf4d5f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"009270cc-72e3-41c8-a6d8-66efa8bdd6cb","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9a31038e-96c9-4ff2-9aab-aadc24bb7678","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"45ca0e7a-ac39-4a34-8ea3-4a48a0836740","artifactVersion":"2","generatedFromUUID":"009270cc-72e3-41c8-a6d8-66efa8bdd6cb"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardCmmfjn-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/artifacts/service-BasicOnboardCmmfjn-template.yml","artifactChecksum":"MTdiYmYxZTViY2I3ZWE0YjdiZmMyMzcwNTgyYzI4YzM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e50c5235-b478-4ae4-9d60-4f0800dd7169","artifactVersion":"1"},{"artifactName":"service-BasicOnboardCmmfjn-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/artifacts/service-BasicOnboardCmmfjn-csar.csar","artifactChecksum":"MTE2NDdkNGI3N2NjZjNmYWZjZTk3ZjI2YWQ4MjVhZGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4a5d8077-b4bd-4c0d-9671-a8ee339c3940","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-27T17:54:34.118Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-27T17:54:34.119Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-27T17:54:34.121Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T17:54:34.121Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664301269597,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T17:54:34.221Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-27T17:54:34.222Z||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-27T17:54:34.222Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:54:34.240Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:54:34.241Z||pool-19-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-09-27T17:54:35.122Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-27T17:54:35.123Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-27T17:54:35.125Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T17:54:35.125Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664301269597,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/basic_onboard_cmmfjn0_modules.json",
  "status": "NOTIFIED"
}
2022-09-27T17:54:35.225Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-27T17:54:35.226Z||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-27T17:54:35.226Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:54:35.241Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:54:35.241Z||pool-20-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-09-27T17:54:36.126Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-27T17:54:36.127Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-27T17:54:36.129Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T17:54:36.129Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664301269597,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-09-27T17:54:36.229Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-27T17:54:36.230Z||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-27T17:54:36.230Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:54:36.265Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:54:36.266Z||pool-21-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-09-27T17:54:37.130Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-27T17:54:37.131Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-27T17:54:37.133Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T17:54:37.133Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664301269597,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T17:54:37.234Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-27T17:54:37.235Z||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-27T17:54:37.235Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:54:37.251Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:54:37.251Z||pool-22-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-09-27T17:54:38.134Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-27T17:54:38.135Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-27T17:54:38.137Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T17:54:38.137Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664301269597,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-09-27T17:54:38.237Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-27T17:54:38.238Z||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-27T17:54:38.238Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:54:38.281Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:54:38.281Z||pool-23-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2022-09-27T17:54:39.138Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-27T17:54:39.139Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-27T17:54:39.140Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T17:54:39.141Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664301269597,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/artifacts/service-BasicOnboardCmmfjn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T17:54:39.241Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-27T17:54:39.242Z||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-27T17:54:39.242Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:54:39.267Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:54:39.267Z||pool-24-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-09-27T17:54:40.141Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-27T17:54:40.142Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-27T17:54:40.144Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T17:54:40.144Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664301269597,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/artifacts/service-BasicOnboardCmmfjn-csar.csar",
  "status": "NOTIFIED"
}
2022-09-27T17:54:40.244Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-27T17:54:40.245Z||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-27T17:54:40.245Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:54:40.274Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:54:40.275Z||pool-25-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2022-09-27T17:54:41.146Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
  "serviceName": "basic_onboard_CMMfJn",
  "serviceVersion": "1.0",
  "serviceUUID": "0e95138d-3978-440f-ad87-af1f6655c20d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "0a5b76df-fc8b-49c2-8f51-d38dd4e012b2",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_CMMfJn 0",
      "resourceCustomizationUUID": "5f1404ab-cc19-496c-ac87-474c6a5d9e16",
      "resourceName": "basic_onboard_CMMfJn",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "6f670d29-7f35-4f61-a81c-26f00564c8cb",
      "resourceInvariantUUID": "6394f148-4c0a-466f-854d-472f3fd51b3b",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_cmmfjn0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/basic_onboard_cmmfjn0_modules.json",
          "artifactChecksum": "Y2JlZDEwNjA4ZDBjNDU4MDI4YzYwODI3YmY2MWIyZTM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "14476dfe-1bc9-404d-83fa-4e63cddf4d5f",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "009270cc-72e3-41c8-a6d8-66efa8bdd6cb",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "45ca0e7a-ac39-4a34-8ea3-4a48a0836740",
            "generatedFromUUID": "009270cc-72e3-41c8-a6d8-66efa8bdd6cb"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "45ca0e7a-ac39-4a34-8ea3-4a48a0836740",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardCmmfjn-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/artifacts/service-BasicOnboardCmmfjn-csar.csar",
      "artifactChecksum": "MTE2NDdkNGI3N2NjZjNmYWZjZTk3ZjI2YWQ4MjVhZGI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4a5d8077-b4bd-4c0d-9671-a8ee339c3940"
    }
  ],
  "workloadContext": "Production"
}
2022-09-27T17:54:41.146Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-27T17:54:41.146Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0e95138d-3978-440f-ad87-af1f6655c20d ASDC
2022-09-27T17:54:41.147Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:d74a607c-0cbc-410c-a355-47f0271caa2e
ServiceName:basic_onboard_CMMfJn
ServiceVersion:1.0
ServiceUUID:0e95138d-3978-440f-ad87-af1f6655c20d
ServiceInvariantUUID:0a5b76df-fc8b-49c2-8f51-d38dd4e012b2
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardCmmfjn-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/artifacts/service-BasicOnboardCmmfjn-csar.csar
ArtifactUUID:4a5d8077-b4bd-4c0d-9671-a8ee339c3940
ArtifactChecksum:MTE2NDdkNGI3N2NjZjNmYWZjZTk3ZjI2YWQ4MjVhZGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_CMMfJn 0
ResourceCustomizationUUID:5f1404ab-cc19-496c-ac87-474c6a5d9e16
ResourceInvariantUUID:6394f148-4c0a-466f-854d-472f3fd51b3b
ResourceName:basic_onboard_CMMfJn
ResourceType:VF
ResourceUUID:6f670d29-7f35-4f61-a81c-26f00564c8cb
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_cmmfjn0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/basic_onboard_cmmfjn0_modules.json
ArtifactUUID:14476dfe-1bc9-404d-83fa-4e63cddf4d5f
ArtifactChecksum:Y2JlZDEwNjA4ZDBjNDU4MDI4YzYwODI3YmY2MWIyZTM=
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/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/base_ubuntu18.yaml
ArtifactUUID:009270cc-72e3-41c8-a6d8-66efa8bdd6cb
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/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/base_ubuntu18.env
ArtifactUUID:45ca0e7a-ac39-4a34-8ea3-4a48a0836740
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/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/base_ubuntu18.env
ArtifactUUID:45ca0e7a-ac39-4a34-8ea3-4a48a0836740
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-09-27T17:54:41.147Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0e95138d-3978-440f-ad87-af1f6655c20d 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-27T17:54:41.174Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-27T17:54:41.175Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-09-27T17:54:41.175Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-09-27T17:54:41.175Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 4a5d8077-b4bd-4c0d-9671-a8ee339c3940 from URL: /sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/artifacts/service-BasicOnboardCmmfjn-csar.csar
2022-09-27T17:54:41.175Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-09-27T17:54:41.176Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/artifacts/service-BasicOnboardCmmfjn-csar.csar
2022-09-27T17:54:41.474Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-09-27T17:54:41.477Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/artifacts/service-BasicOnboardCmmfjn-csar.csar 4a5d8077-b4bd-4c0d-9671-a8ee339c3940 75268
2022-09-27T17:54:41.477Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/artifacts/service-BasicOnboardCmmfjn-csar.csar ASDC sendASDCNotification
2022-09-27T17:54:41.478Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/artifacts/service-BasicOnboardCmmfjn-csar.csar
2022-09-27T17:54:41.478Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-27T17:54:41.478Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-27T17:54:41.480Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T17:54:41.480Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664301281477,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/artifacts/service-BasicOnboardCmmfjn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-27T17:54:41.580Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-27T17:54:41.581Z||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-27T17:54:41.581Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:54:41.607Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:54:41.607Z||pool-26-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-09-27T17:54:42.480Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-27T17:54:42.481Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-09-27T17:54:42.481Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 4a5d8077-b4bd-4c0d-9671-a8ee339c3940, URL: /sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/artifacts/service-BasicOnboardCmmfjn-csar.csar to file: /app/ASDC/1/service-BasicOnboardCmmfjn-csar.csar
2022-09-27T17:54:42.482Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardCmmfjn-csar.csar
2022-09-27T17:54:42.482Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardCmmfjn-csar.csar
2022-09-27T17:54:42.482Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardCmmfjn-csar.csar
2022-09-27T17:54:42.669Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1045606925725308884/Definitions/service-BasicOnboardCmmfjn-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-27T17:54:43.848Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-27T17:54:43.848Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-09-27T17:54:43.848Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardCmmfjn-csar.csar
2022-09-27T17:54:43.848Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-09-27T17:54:43.849Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardCmmfjn-csar.csar
2022-09-27T17:54:43.849Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardCmmfjn-csar.csar
2022-09-27T17:54:43.849Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardCmmfjn-csar.csar
2022-09-27T17:54:43.849Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardCmmfjn-csar.csar
2022-09-27T17:54:43.849Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardCmmfjn-csar.csar
2022-09-27T17:54:43.849Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_CMMfJn 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-BasicOnboardCmmfjn-csar.csar
2022-09-27T17:54:43.849Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardCmmfjn-csar.csar
2022-09-27T17:54:43.849Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-09-27T17:54:43.849Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T17:54:43.850Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_CMMfJn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T17:54:43.850Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_CMMfJn 0 is matching search criteria
2022-09-27T17:54:43.850Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-09-27T17:54:43.850Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_CMMfJn 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-27T17:54:43.850Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T17:54:43.851Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_CMMfJn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T17:54:43.851Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_CMMfJn 0 is matching search criteria
2022-09-27T17:54:43.851Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-09-27T17:54:43.851Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_CMMfJn 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-27T17:54:43.851Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T17:54:43.851Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_CMMfJn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T17:54:43.851Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T17:54:43.852Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_CMMfJn 0 is not matching search criteria
2022-09-27T17:54:43.852Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-09-27T17:54:43.852Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-09-27T17:54:43.852Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-09-27T17:54:43.852Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-09-27T17:54:43.852Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-27T17:54:43.853Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T17:54:43.853Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_CMMfJn is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-27T17:54:43.853Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T17:54:43.853Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_CMMfJn 0 is matching search criteria
2022-09-27T17:54:43.853Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_CMMfJn 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-27T17:54:43.853Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T17:54:43.854Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_CMMfJn 0 is matching search criteria
2022-09-27T17:54:43.854Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_CMMfJn 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-27T17:54:43.854Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T17:54:43.854Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_CMMfJn 0 is matching search criteria
2022-09-27T17:54:43.854Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_CMMfJn 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-27T17:54:43.854Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T17:54:43.855Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_CMMfJn 0 is not matching search criteria
2022-09-27T17:54:43.855Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-09-27T17:54:43.855Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-09-27T17:54:43.855Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=3ea17a0c-f7eb-4dbb-8b2b-2bc060a7565a
2022-09-27T17:54:43.855Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T17:54:43.855Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_CMMfJn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T17:54:43.855Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T17:54:43.856Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_CMMfJn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T17:54:43.856Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T17:54:43.856Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_CMMfJn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T17:54:43.856Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T17:54:43.856Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_CMMfJn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T17:54:43.857Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_CMMfJn
Description:service
Model UUID:0e95138d-3978-440f-ad87-af1f6655c20d
Model Version:NULL
Model InvariantUuid:0a5b76df-fc8b-49c2-8f51-d38dd4e012b2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_CMMfJn
Model UUID:85aaaec0-22e0-450c-a2b6-c02a50d8dc2a
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6394f148-4c0a-466f-854d-472f3fd51b3b
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:5f1404ab-cc19-496c-ac87-474c6a5d9e16
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:0fd688c6-9816-4baf-ba0d-542eed6cf9e7
ModelName:BasicOnboardCmmfjn..base_ubuntu18..module-0
ModelUuid:a4efedda-d9dc-4395-9fe6-7d8e32f53843
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:3ea17a0c-f7eb-4dbb-8b2b-2bc060a7565a
ModelInvariantUuid:149cc907-9d36-4376-8b69-9f9097a48bee
ModelName:basic_onboard_CMMfJn-nodes.ubuntu18Cvfc
ModelUuid:aca29dbd-d5f6-408a-82c7-fc3743033d6a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:17d3c26f-752e-4c17-b716-237f369841c1
ModelInvariantUuid:b80978bf-cee5-487b-8ab2-0e5b0d07f746
ModelName:BasicOnboardCmmfjn.compute.nodes.heat.ubuntu18
ModelUuid:62c25734-1701-4432-8729-072974d70b77
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-27T17:54:43.863Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 6f670d29-7f35-4f61-a81c-26f00564c8cb
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-27T17:54:43.865Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||basic_onboard_CMMfJn 0
2022-09-27T17:54:43.866Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6f670d29-7f35-4f61-a81c-26f00564c8cb
2022-09-27T17:54:43.866Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 14476dfe-1bc9-404d-83fa-4e63cddf4d5f from URL: /sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/basic_onboard_cmmfjn0_modules.json
2022-09-27T17:54:43.866Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-09-27T17:54:43.866Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/basic_onboard_cmmfjn0_modules.json
2022-09-27T17:54:43.947Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-09-27T17:54:43.948Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/basic_onboard_cmmfjn0_modules.json 14476dfe-1bc9-404d-83fa-4e63cddf4d5f 798
2022-09-27T17:54:43.948Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/basic_onboard_cmmfjn0_modules.json ASDC sendASDCNotification
2022-09-27T17:54:43.948Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/basic_onboard_cmmfjn0_modules.json
2022-09-27T17:54:43.949Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-27T17:54:43.949Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-27T17:54:43.951Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T17:54:43.951Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664301283948,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/basic_onboard_cmmfjn0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-27T17:54:44.051Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-27T17:54:44.052Z||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-27T17:54:44.052Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:54:44.075Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:54:44.076Z||pool-27-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-09-27T17:54:44.952Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardCmmfjn..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "0fd688c6-9816-4baf-ba0d-542eed6cf9e7",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a4efedda-d9dc-4395-9fe6-7d8e32f53843",
    "vfModuleModelCustomizationUUID": "e2f3be45-95e4-4aa9-87e5-aad00b204548",
    "isBase": true,
    "artifacts": [
      "009270cc-72e3-41c8-a6d8-66efa8bdd6cb",
      "45ca0e7a-ac39-4a34-8ea3-4a48a0836740"
    ],
    "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-27T17:54:44.957Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardCmmfjn..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a4efedda-d9dc-4395-9fe6-7d8e32f53843
VfModuleModelInvariantUUID:0fd688c6-9816-4baf-ba0d-542eed6cf9e7
VfModuleModelDescription:NULL
Artifacts UUID List:{
009270cc-72e3-41c8-a6d8-66efa8bdd6cb
,
45ca0e7a-ac39-4a34-8ea3-4a48a0836740

}
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-27T17:54:44.959Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardCmmfjn..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "0fd688c6-9816-4baf-ba0d-542eed6cf9e7",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a4efedda-d9dc-4395-9fe6-7d8e32f53843",
    "vfModuleModelCustomizationUUID": "e2f3be45-95e4-4aa9-87e5-aad00b204548",
    "isBase": true,
    "artifacts": [
      "009270cc-72e3-41c8-a6d8-66efa8bdd6cb",
      "45ca0e7a-ac39-4a34-8ea3-4a48a0836740"
    ],
    "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-27T17:54:44.959Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardCmmfjn..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a4efedda-d9dc-4395-9fe6-7d8e32f53843
VfModuleModelInvariantUUID:0fd688c6-9816-4baf-ba0d-542eed6cf9e7
VfModuleModelDescription:NULL
Artifacts UUID List:{
009270cc-72e3-41c8-a6d8-66efa8bdd6cb
,
45ca0e7a-ac39-4a34-8ea3-4a48a0836740

}
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-27T17:54:44.959Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 009270cc-72e3-41c8-a6d8-66efa8bdd6cb from URL: /sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/base_ubuntu18.yaml
2022-09-27T17:54:44.959Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-09-27T17:54:44.960Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/base_ubuntu18.yaml
2022-09-27T17:54:45.026Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-09-27T17:54:45.027Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/base_ubuntu18.yaml 009270cc-72e3-41c8-a6d8-66efa8bdd6cb 5033
2022-09-27T17:54:45.027Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-09-27T17:54:45.027Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/base_ubuntu18.yaml
2022-09-27T17:54:45.028Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-27T17:54:45.028Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-27T17:54:45.030Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T17:54:45.030Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664301285027,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-27T17:54:45.130Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-27T17:54:45.131Z||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-27T17:54:45.131Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:54:45.165Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:54:45.165Z||pool-28-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-09-27T17:54:46.031Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 45ca0e7a-ac39-4a34-8ea3-4a48a0836740 from URL: /sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/base_ubuntu18.env
2022-09-27T17:54:46.032Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-09-27T17:54:46.032Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/base_ubuntu18.env
2022-09-27T17:54:46.088Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-09-27T17:54:46.089Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/base_ubuntu18.env 45ca0e7a-ac39-4a34-8ea3-4a48a0836740 909
2022-09-27T17:54:46.090Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-09-27T17:54:46.090Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/base_ubuntu18.env
2022-09-27T17:54:46.090Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-27T17:54:46.090Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-27T17:54:46.093Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T17:54:46.093Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664301286089,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-09-27T17:54:46.193Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-27T17:54:46.194Z||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-27T17:54:46.194Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:54:46.223Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:54:46.223Z||pool-29-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-09-27T17:54:47.094Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 0e95138d-3978-440f-ad87-af1f6655c20d
2022-09-27T17:54:47.095Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_CMMfJn 0 6f670d29-7f35-4f61-a81c-26f00564c8cb 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-27T17:54:47.104Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@286aa73, org.onap.sdc.toscaparser.api.parameters.Input@738d308d, org.onap.sdc.toscaparser.api.parameters.Input@6d8b781b, org.onap.sdc.toscaparser.api.parameters.Input@4dbbe7ee, org.onap.sdc.toscaparser.api.parameters.Input@7ad91918]
2022-09-27T17:54:47.105Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T17:54:47.105Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_CMMfJn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T17:54:47.106Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2022-09-27T17:54:47.106Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 5f1404ab-cc19-496c-ac87-474c6a5d9e16
2022-09-27T17:54:47.106Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5f1404ab-cc19-496c-ac87-474c6a5d9e16 matches Tosca VF Customization UUID: 5f1404ab-cc19-496c-ac87-474c6a5d9e16
2022-09-27T17:54:47.106Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 5f1404ab-cc19-496c-ac87-474c6a5d9e16  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-27T17:54:47.109Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T17:54:47.109Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_CMMfJn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T17:54:47.109Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 5f1404ab-cc19-496c-ac87-474c6a5d9e16: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-09-27T17:54:47.110Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4421b99b
2022-09-27T17:54:47.110Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T17:54:47.110Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_CMMfJn is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-27T17:54:47.110Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e2f3be45-95e4-4aa9-87e5-aad00b204548
2022-09-27T17:54:47.111Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e2f3be45-95e4-4aa9-87e5-aad00b204548
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-27T17:54:47.112Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T17:54:47.112Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_CMMfJn 0 is matching search criteria
2022-09-27T17:54:47.113Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_CMMfJn 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-27T17:54:47.113Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T17:54:47.113Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_CMMfJn 0 is matching search criteria
2022-09-27T17:54:47.114Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_CMMfJn 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-27T17:54:47.114Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T17:54:47.114Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_CMMfJn 0 is not matching search criteria
2022-09-27T17:54:47.114Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-09-27T17:54:47.115Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-09-27T17:54:47.115Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=3ea17a0c-f7eb-4dbb-8b2b-2bc060a7565a
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-27T17:54:47.116Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T17:54:47.117Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_CMMfJn 0 is matching search criteria
2022-09-27T17:54:47.117Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_CMMfJn 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-27T17:54:47.117Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T17:54:47.118Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_CMMfJn 0 is matching search criteria
2022-09-27T17:54:47.118Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_CMMfJn 0] matching following query criteria: sdcType=VF, customizationUUID=5f1404ab-cc19-496c-ac87-474c6a5d9e16
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-27T17:54:47.119Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T17:54:47.119Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_CMMfJn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T17:54:47.120Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 0e95138d-3978-440f-ad87-af1f6655c20d: basic_onboard_CMMfJn
2022-09-27T17:54:47.120Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T17:54:47.120Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_CMMfJn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T17:54:47.121Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T17:54:47.121Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_CMMfJn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T17:54:47.121Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T17:54:47.122Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_CMMfJn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T17:54:47.122Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T17:54:47.122Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_CMMfJn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T17:54:47.122Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T17:54:47.123Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_CMMfJn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T17:54:47.123Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Saving Service: basic_onboard_CMMfJn 
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-27T17:54:47.186Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_CMMfJn 6f670d29-7f35-4f61-a81c-26f00564c8cb 1 ASDC deployResourceStructure
2022-09-27T17:54:47.187Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/basic_onboard_cmmfjn0_modules.json ASDC sendASDCNotification
2022-09-27T17:54:47.187Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/basic_onboard_cmmfjn0_modules.json
2022-09-27T17:54:47.187Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-27T17:54:47.188Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-27T17:54:47.190Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T17:54:47.190Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664301287187,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/basic_onboard_cmmfjn0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-27T17:54:47.290Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-27T17:54:47.291Z||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-27T17:54:47.291Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:54:47.314Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:54:47.314Z||pool-30-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-09-27T17:54:48.191Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-09-27T17:54:48.191Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/base_ubuntu18.yaml
2022-09-27T17:54:48.191Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-27T17:54:48.192Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-27T17:54:48.194Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T17:54:48.194Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664301288190,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-09-27T17:54:48.294Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-27T17:54:48.295Z||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-27T17:54:48.295Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:54:48.321Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:54:48.321Z||pool-31-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-09-27T17:54:49.196Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-09-27T17:54:49.196Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/base_ubuntu18.env
2022-09-27T17:54:49.197Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-27T17:54:49.197Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-27T17:54:49.200Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T17:54:49.200Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664301289196,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-09-27T17:54:49.300Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-27T17:54:49.301Z||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-27T17:54:49.302Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:54:49.339Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:54:49.339Z||pool-32-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":1,"count":1}
2022-09-27T17:54:50.201Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/artifacts/service-BasicOnboardCmmfjn-csar.csar ASDC sendASDCNotification
2022-09-27T17:54:50.202Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/artifacts/service-BasicOnboardCmmfjn-csar.csar
2022-09-27T17:54:50.202Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-27T17:54:50.202Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-27T17:54:50.204Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T17:54:50.204Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664301290201,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/artifacts/service-BasicOnboardCmmfjn-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-27T17:54:50.304Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-27T17:54:50.305Z||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-27T17:54:50.305Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:54:50.325Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:54:50.325Z||pool-33-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-09-27T17:54:51.205Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d74a607c-0cbc-410c-a355-47f0271caa2e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T17:54:51.214Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d74a607c-0cbc-410c-a355-47f0271caa2e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-27T17:54:51.218Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-27T17:54:51.218Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-27T17:54:51.218Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-27T17:54:51.218Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-27T17:54:51.218Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-27T17:54:51.218Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-27T17:54:51.219Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-27T17:54:51.219Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-27T17:54:51.219Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-27T17:54:51.219Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-27T17:54:51.219Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-27T17:54:51.223Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-27T17:55:21.224Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d74a607c-0cbc-410c-a355-47f0271caa2e 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-27T17:55:21.231Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d74a607c-0cbc-410c-a355-47f0271caa2e and serviceModelVersionId: 0e95138d-3978-440f-ad87-af1f6655c20d
2022-09-27T17:55:21.231Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0a5b76df-fc8b-49c2-8f51-d38dd4e012b2
2022-09-27T17:55:21.232Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0a5b76df-fc8b-49c2-8f51-d38dd4e012b2/model-vers/model-ver/0e95138d-3978-440f-ad87-af1f6655c20d?depth=0
2022-09-27T17:55:21.237Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-09-27T17:55:21.318Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a5b76df-fc8b-49c2-8f51-d38dd4e012b2/model-vers/model-ver/0e95138d-3978-440f-ad87-af1f6655c20d?depth=0|INFO|500||Invoke
2022-09-27T17:55:21.319Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a5b76df-fc8b-49c2-8f51-d38dd4e012b2/model-vers/model-ver/0e95138d-3978-440f-ad87-af1f6655c20d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a5b76df-fc8b-49c2-8f51-d38dd4e012b2/model-vers/model-ver/0e95138d-3978-440f-ad87-af1f6655c20d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d74a607c-0cbc-410c-a355-47f0271caa2e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5b4c390d-feb1-428d-9244-c938c4104747], X-ECOMP-RequestID=[d74a607c-0cbc-410c-a355-47f0271caa2e], X-TransactionId=[], X-ONAP-RequestID=[d74a607c-0cbc-410c-a355-47f0271caa2e], Content-Type=[application/merge-patch+json]}
2022-09-27T17:55:21.345Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a5b76df-fc8b-49c2-8f51-d38dd4e012b2/model-vers/model-ver/0e95138d-3978-440f-ad87-af1f6655c20d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-09-27T17:55:21.606Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a5b76df-fc8b-49c2-8f51-d38dd4e012b2/model-vers/model-ver/0e95138d-3978-440f-ad87-af1f6655c20d?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/0a5b76df-fc8b-49c2-8f51-d38dd4e012b2/model-vers/model-ver/0e95138d-3978-440f-ad87-af1f6655c20d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220927-17:55:21:461-29568], vertex-id=[389192], Content-Length=[0], Date=[Tue, 27 Sep 2022 17:55:21 GMT], Content-Type=[application/json]}
2022-09-27T17:55:21.607Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a5b76df-fc8b-49c2-8f51-d38dd4e012b2/model-vers/model-ver/0e95138d-3978-440f-ad87-af1f6655c20d?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-09-27T17:55:21.608Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a5b76df-fc8b-49c2-8f51-d38dd4e012b2/model-vers/model-ver/0e95138d-3978-440f-ad87-af1f6655c20d?depth=0|INFO|500||InvokeReturn
2022-09-27T17:55:21.608Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-09-27T17:55:21.608Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-27T17:55:21.613Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-09-27T17:55:21.614Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d74a607c-0cbc-410c-a355-47f0271caa2e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-09-27T17:55:21.614Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-09-27T17:55:21.614Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-27T17:55:21.616Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T17:55:21.616Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664301321614,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-27T17:55:21.717Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-27T17:55:21.718Z||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-27T17:55:21.718Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:55:21.741Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:55:21.742Z||pool-34-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-09-27T17:55:21.805Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:55:21.805Z||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-27T17:55:21.806Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:55:22.438Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:55:22.439Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T17:55:22.439Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664301268578,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-27T17:55:22.440Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T17:55:22.441Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T17:55:22.441Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664301269597,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T17:55:22.441Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T17:55:22.441Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T17:55:22.441Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664301269597,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/basic_onboard_cmmfjn0_modules.json",
  "status": "NOTIFIED"
}
2022-09-27T17:55:22.442Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T17:55:22.442Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T17:55:22.442Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664301269597,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-09-27T17:55:22.442Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T17:55:22.443Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T17:55:22.443Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664301269597,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T17:55:22.443Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T17:55:22.443Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T17:55:22.443Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664301269597,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-09-27T17:55:22.444Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T17:55:22.444Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T17:55:22.444Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664301269597,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/artifacts/service-BasicOnboardCmmfjn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T17:55:22.444Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T17:55:22.444Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T17:55:22.444Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664301269597,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/artifacts/service-BasicOnboardCmmfjn-csar.csar",
  "status": "NOTIFIED"
}
2022-09-27T17:55:22.445Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T17:55:22.445Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T17:55:22.445Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664301281477,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/artifacts/service-BasicOnboardCmmfjn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-27T17:55:22.446Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T17:55:22.446Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T17:55:22.446Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664301283948,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/basic_onboard_cmmfjn0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-27T17:55:22.446Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T17:55:22.446Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T17:55:22.447Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664301285027,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-27T17:55:22.447Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T17:55:22.447Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T17:55:22.447Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664301286089,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-09-27T17:55:22.447Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T17:55:22.448Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T17:55:22.448Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664301287187,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/basic_onboard_cmmfjn0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-27T17:55:22.448Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T17:55:22.448Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T17:55:22.449Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664301288190,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-09-27T17:55:22.449Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T17:55:22.449Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T17:55:22.449Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664301289196,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-09-27T17:55:22.449Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T17:55:22.450Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T17:55:22.450Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664301290201,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/artifacts/service-BasicOnboardCmmfjn-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-27T17:55:22.450Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T17:55:22.450Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T17:55:22.450Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664301321614,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-27T17:55:22.451Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-09-27T17:55:22.633Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:55:22.635Z||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-27T17:55:22.635Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T17:55:32.208Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:55:32.208Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:55:32.209Z||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-27T17:55:32.209Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T17:55:41.787Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:55:41.788Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:55:41.789Z||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-27T17:55:41.789Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T17:55:51.340Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:55:51.341Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:55:51.342Z||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-27T17:55:51.342Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T17:56:00.924Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:56:21.803Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:56:21.805Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:56:21.805Z||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-27T17:56:21.805Z||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-27T17:56:21.805Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:56:21.805Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T17:56:31.379Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:56:31.380Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:57:21.803Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:57:21.804Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T17:57:21.804Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:57:21.805Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:57:21.806Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T17:57:21.806Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:57:31.392Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:57:31.397Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:58:21.803Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:58:21.804Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T17:58:21.804Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:58:21.805Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:58:21.806Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T17:58:21.806Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:58:31.388Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:58:31.396Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:59:21.803Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:59:21.804Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T17:59:21.804Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:59:21.805Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:59:21.805Z||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-27T17:59:21.805Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T17:59:31.376Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T17:59:31.378Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:00:21.803Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:00:21.804Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T18:00:21.804Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:00:21.805Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:00:21.805Z||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-27T18:00:21.805Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T18:00:31.427Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:00:31.437Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:01:21.803Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:01:21.804Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T18:01:21.804Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:01:21.805Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:01:21.805Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T18:01:21.805Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:01:31.391Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:01:31.392Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:02:21.803Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:02:21.804Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T18:02:21.804Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:02:21.805Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:02:21.805Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T18:02:21.805Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:02:31.383Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:02:31.386Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:03:21.803Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:03:21.804Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T18:03:21.804Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:03:21.805Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:03:21.805Z||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-27T18:03:21.806Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:03:31.427Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:03:31.440Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:04:21.803Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:04:21.804Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T18:04:21.805Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:04:21.805Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:04:21.806Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T18:04:21.806Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:04:22.465Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:04:22.466Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-27T18:04:22.466Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"33542e0a-b127-4f5b-81d2-16d324e51746","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"c7936dad-2248-4dec-b934-c385c6b40f00","serviceDescription":"service","serviceInvariantUUID":"a4487464-367b-407b-b43d-a0829f8c3545","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"9c9fa6c0-7b04-429a-810d-726e5b48931b","resourceInvariantUUID":"1d1de3d9-e15c-44b7-b693-74c06d6eeed3","resourceCustomizationUUID":"a18cd083-3d09-4288-a6ba-68143b58ee5f","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":"MDU2NDA0NjZlNDhmMzJhNDA0OTIyMjJjN2ViYjVjZTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"46b4998f-df5b-44fc-8247-be1fc4da2678","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NDVjOGExZjA2MzM4M2VhM2IwODgyOGMwMzg3YzI2MmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"deb13104-1e8f-4628-8758-819eba21b91b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-27T18:04:22.472Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:04:22.472Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-27T18:04:22.473Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-09-27T18:04:22.473Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-27T18:04:22.473Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33542e0a-b127-4f5b-81d2-16d324e51746",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664301848781,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:04:22.474Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:04:22.474Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-27T18:04:22.474Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33542e0a-b127-4f5b-81d2-16d324e51746",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664301840500,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:04:22.474Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:04:22.474Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-27T18:04:22.475Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33542e0a-b127-4f5b-81d2-16d324e51746",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664301848781,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:04:22.475Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:04:22.475Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-27T18:04:22.475Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33542e0a-b127-4f5b-81d2-16d324e51746",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664301840500,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-09-27T18:04:22.475Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:04:22.475Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-27T18:04:22.475Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33542e0a-b127-4f5b-81d2-16d324e51746",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664301852704,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:04:22.475Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:04:22.475Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-27T18:04:22.476Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33542e0a-b127-4f5b-81d2-16d324e51746",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664301852704,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-09-27T18:04:22.476Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:04:22.476Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-27T18:04:22.477Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33542e0a-b127-4f5b-81d2-16d324e51746",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664301855909,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-27T18:04:22.477Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T18:04:22.477Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "33542e0a-b127-4f5b-81d2-16d324e51746",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664301861803,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:04:22.477Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:04:22.477Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-27T18:04:22.477Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33542e0a-b127-4f5b-81d2-16d324e51746",
  "consumerID": "cds",
  "timestamp": 1664301855120,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:04:22.477Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:04:22.477Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-27T18:04:22.477Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33542e0a-b127-4f5b-81d2-16d324e51746",
  "consumerID": "cds",
  "timestamp": 1664301855120,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-09-27T18:04:22.477Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:04:22.478Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-27T18:04:22.478Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33542e0a-b127-4f5b-81d2-16d324e51746",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664301858117,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-27T18:04:22.478Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:04:22.478Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-27T18:04:22.478Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33542e0a-b127-4f5b-81d2-16d324e51746",
  "consumerID": "cds",
  "timestamp": 1664301857951,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-27T18:04:22.478Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:04:22.478Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-27T18:04:22.478Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33542e0a-b127-4f5b-81d2-16d324e51746",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664301859129,
  "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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T18:04:22.498Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 33542e0a-b127-4f5b-81d2-16d324e51746
2022-09-27T18:04:22.498Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 33542e0a-b127-4f5b-81d2-16d324e51746 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-27T18:04:22.505Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-27T18:04:22.506Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33542e0a-b127-4f5b-81d2-16d324e51746",
  "consumerID": "cds",
  "timestamp": 1664301858959,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-27T18:04:22.513Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 33542e0a-b127-4f5b-81d2-16d324e51746
2022-09-27T18:04:22.513Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 33542e0a-b127-4f5b-81d2-16d324e51746 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-27T18:04:22.531Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-27T18:04:22.531Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33542e0a-b127-4f5b-81d2-16d324e51746",
  "consumerID": "clamp",
  "timestamp": 1664301858433,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:04:22.531Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:04:22.532Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-27T18:04:22.532Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33542e0a-b127-4f5b-81d2-16d324e51746",
  "consumerID": "clamp",
  "timestamp": 1664301858433,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-09-27T18:04:22.532Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:04:22.532Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-27T18:04:22.532Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33542e0a-b127-4f5b-81d2-16d324e51746",
  "consumerID": "aai-ml",
  "timestamp": 1664301860051,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:04:22.532Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:04:22.577Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-27T18:04:22.578Z||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-27T18:04:22.578Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:04:22.601Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:04:22.601Z||pool-35-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-09-27T18:04:23.477Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-27T18:04:23.479Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-09-27T18:04:23.482Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T18:04:23.482Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "33542e0a-b127-4f5b-81d2-16d324e51746",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664301861803,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-09-27T18:04:23.582Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-27T18:04:23.583Z||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-27T18:04:23.583Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:04:23.624Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:04:23.624Z||pool-36-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2022-09-27T18:04:24.483Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "33542e0a-b127-4f5b-81d2-16d324e51746",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "c7936dad-2248-4dec-b934-c385c6b40f00",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a4487464-367b-407b-b43d-a0829f8c3545",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "a18cd083-3d09-4288-a6ba-68143b58ee5f",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "9c9fa6c0-7b04-429a-810d-726e5b48931b",
      "resourceInvariantUUID": "1d1de3d9-e15c-44b7-b693-74c06d6eeed3",
      "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": "NDVjOGExZjA2MzM4M2VhM2IwODgyOGMwMzg3YzI2MmU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "deb13104-1e8f-4628-8758-819eba21b91b"
    }
  ],
  "workloadContext": "Production"
}
2022-09-27T18:04:24.483Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-27T18:04:24.483Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c7936dad-2248-4dec-b934-c385c6b40f00 ASDC
2022-09-27T18:04:24.484Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:33542e0a-b127-4f5b-81d2-16d324e51746
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:c7936dad-2248-4dec-b934-c385c6b40f00
ServiceInvariantUUID:a4487464-367b-407b-b43d-a0829f8c3545
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:deb13104-1e8f-4628-8758-819eba21b91b
ArtifactChecksum:NDVjOGExZjA2MzM4M2VhM2IwODgyOGMwMzg3YzI2MmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:a18cd083-3d09-4288-a6ba-68143b58ee5f
ResourceInvariantUUID:1d1de3d9-e15c-44b7-b693-74c06d6eeed3
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:9c9fa6c0-7b04-429a-810d-726e5b48931b
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-09-27T18:04:24.484Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c7936dad-2248-4dec-b934-c385c6b40f00 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-27T18:04:24.509Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-27T18:04:24.511Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-09-27T18:04:24.511Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-09-27T18:04:24.511Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: deb13104-1e8f-4628-8758-819eba21b91b from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-09-27T18:04:24.511Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-09-27T18:04:24.512Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-09-27T18:04:24.616Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-09-27T18:04:24.619Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar deb13104-1e8f-4628-8758-819eba21b91b 57612
2022-09-27T18:04:24.619Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-09-27T18:04:24.620Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-09-27T18:04:24.620Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-27T18:04:24.620Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-09-27T18:04:24.622Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T18:04:24.622Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "33542e0a-b127-4f5b-81d2-16d324e51746",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664301864619,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-27T18:04:24.722Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-27T18:04:24.723Z||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-27T18:04:24.723Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:04:24.783Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:04:24.783Z||pool-37-thread-1|||||INFO|500||cambria reply ok (60 ms):{"serverTimeMs":0,"count":1}
2022-09-27T18:04:25.623Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-27T18:04:25.624Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-09-27T18:04:25.624Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: deb13104-1e8f-4628-8758-819eba21b91b, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-27T18:04:25.625Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-09-27T18:04:25.625Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-27T18:04:25.625Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-27T18:04:25.769Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6116340013178944223/Definitions/service-BasicNetwork-template.yml
2022-09-27T18:04:26.303Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-27T18:04:26.304Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-09-27T18:04:26.304Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-27T18:04:26.305Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-09-27T18:04:26.305Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-27T18:04:26.305Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-27T18:04:26.305Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-27T18:04:26.305Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-27T18:04:26.305Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-27T18:04:26.305Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-27T18:04:26.305Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-27T18:04:26.305Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-27T18:04:26.306Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-09-27T18:04:26.306Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:04:26.306Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T18:04:26.306Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-09-27T18:04:26.306Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-09-27T18:04:26.307Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-27T18:04:26.307Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:04:26.307Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T18:04:26.307Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-09-27T18:04:26.307Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-09-27T18:04:26.307Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-27T18:04:26.307Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:04:26.308Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T18:04:26.308Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:04:26.308Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T18:04:26.308Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:04:26.308Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T18:04:26.308Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:04:26.309Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T18:04:26.309Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:04:26.309Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T18:04:26.309Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:c7936dad-2248-4dec-b934-c385c6b40f00
Model Version:NULL
Model InvariantUuid:a4487464-367b-407b-b43d-a0829f8c3545
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:1d1de3d9-e15c-44b7-b693-74c06d6eeed3
Model UUID:ccfc663a-e687-4f25-b0bb-26a895ae62c8
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:a18cd083-3d09-4288-a6ba-68143b58ee5f
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-27T18:04:26.325Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||INFO|500||Processing Resource Type: VL, Model UUID: 9c9fa6c0-7b04-429a-810d-726e5b48931b
2022-09-27T18:04:26.325Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||INFO|500||No resources found for Service: c7936dad-2248-4dec-b934-c385c6b40f00
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-27T18:04:26.331Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||INFO|500||
2022-09-27T18:04:26.331Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-09-27T18:04:26.332Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||No resources found for Service: c7936dad-2248-4dec-b934-c385c6b40f00
2022-09-27T18:04:26.332Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: c7936dad-2248-4dec-b934-c385c6b40f00
2022-09-27T18:04:26.332Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-09-27T18:04:26.332Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-27T18:04:26.340Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1b4d3f8c, org.onap.sdc.toscaparser.api.parameters.Input@480ae6f6, org.onap.sdc.toscaparser.api.parameters.Input@718a8cbb, org.onap.sdc.toscaparser.api.parameters.Input@59fb8a4, org.onap.sdc.toscaparser.api.parameters.Input@775c56c4]
2022-09-27T18:04:26.341Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:04:26.341Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T18:04:26.341Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:04:26.342Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T18:04:26.342Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid c7936dad-2248-4dec-b934-c385c6b40f00: Generic NeutronNet
2022-09-27T18:04:26.342Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:04:26.342Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T18:04:26.342Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:04:26.342Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-09-27T18:04:26.391Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:04:26.392Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T18:04:26.392Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:04:26.392Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T18:04:26.393Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:04:26.393Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T18:04:26.393Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-09-27T18:04:26.460Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-09-27T18:04:26.460Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-09-27T18:04:26.460Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-09-27T18:04:26.460Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-27T18:04:26.460Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-09-27T18:04:26.462Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T18:04:26.462Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "33542e0a-b127-4f5b-81d2-16d324e51746",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664301866460,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-27T18:04:26.562Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-27T18:04:26.563Z||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-27T18:04:26.563Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:04:26.590Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:04:26.590Z||pool-38-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-09-27T18:04:27.463Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 33542e0a-b127-4f5b-81d2-16d324e51746
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T18:04:27.474Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 33542e0a-b127-4f5b-81d2-16d324e51746
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-27T18:04:27.476Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-27T18:04:27.476Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-27T18:04:27.476Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-27T18:04:57.476Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 33542e0a-b127-4f5b-81d2-16d324e51746
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T18:04:57.494Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 33542e0a-b127-4f5b-81d2-16d324e51746
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-27T18:04:57.496Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-27T18:04:57.496Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-27T18:04:57.496Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-27T18:05:21.805Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:05:21.807Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T18:05:21.807Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:05:21.958Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:05:21.958Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-27T18:05:21.958Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33542e0a-b127-4f5b-81d2-16d324e51746",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664301861803,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:05:21.960Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:05:27.497Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 33542e0a-b127-4f5b-81d2-16d324e51746
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T18:05:27.509Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 33542e0a-b127-4f5b-81d2-16d324e51746
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-27T18:05:27.522Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-27T18:05:27.522Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-27T18:05:27.522Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-27T18:05:57.522Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 33542e0a-b127-4f5b-81d2-16d324e51746
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T18:05:57.532Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 33542e0a-b127-4f5b-81d2-16d324e51746
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-27T18:05:57.534Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-27T18:05:57.534Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-27T18:05:57.535Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-27T18:06:21.805Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:06:21.806Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T18:06:21.806Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:06:21.888Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:06:21.890Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-27T18:06:21.890Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33542e0a-b127-4f5b-81d2-16d324e51746",
  "consumerID": "aai-ml",
  "timestamp": 1664301860051,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-09-27T18:06:21.891Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:06:21.891Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-27T18:06:21.891Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33542e0a-b127-4f5b-81d2-16d324e51746",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664301861803,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-09-27T18:06:21.891Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:06:21.892Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-27T18:06:21.892Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33542e0a-b127-4f5b-81d2-16d324e51746",
  "consumerID": "aai-ml",
  "timestamp": 1664301862924,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-27T18:06:21.892Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:06:21.892Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-27T18:06:21.892Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33542e0a-b127-4f5b-81d2-16d324e51746",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664301864619,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-27T18:06:21.892Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:06:21.893Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-27T18:06:21.893Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33542e0a-b127-4f5b-81d2-16d324e51746",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664301866460,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-27T18:06:21.893Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:06:21.893Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-27T18:06:21.893Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33542e0a-b127-4f5b-81d2-16d324e51746",
  "consumerID": "aai-ml",
  "timestamp": 1664301868767,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-27T18:06:21.893Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:06:21.893Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-27T18:06:21.894Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33542e0a-b127-4f5b-81d2-16d324e51746",
  "consumerID": "aai-ml",
  "timestamp": 1664301869771,
  "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-27T18:06:21.900Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 33542e0a-b127-4f5b-81d2-16d324e51746
2022-09-27T18:06:21.901Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 33542e0a-b127-4f5b-81d2-16d324e51746 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-27T18:06:21.915Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-27T18:06:21.915Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33542e0a-b127-4f5b-81d2-16d324e51746",
  "consumerID": "clamp",
  "timestamp": 1664301871471,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-27T18:06:21.915Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:06:21.915Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-27T18:06:21.915Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33542e0a-b127-4f5b-81d2-16d324e51746",
  "consumerID": "clamp",
  "timestamp": 1664301873482,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-27T18:06:21.916Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:06:21.916Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-27T18:06:21.916Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33542e0a-b127-4f5b-81d2-16d324e51746",
  "consumerID": "clamp",
  "timestamp": 1664301874485,
  "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-27T18:06:21.921Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 33542e0a-b127-4f5b-81d2-16d324e51746
2022-09-27T18:06:21.921Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 33542e0a-b127-4f5b-81d2-16d324e51746 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-27T18:06:21.928Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-27T18:06:21.929Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
  "consumerID": "cds",
  "timestamp": 1664301915121,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:06:21.929Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:06:21.929Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-27T18:06:21.929Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664301908789,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:06:21.929Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:06:21.929Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-27T18:06:21.929Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664301912705,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:06:21.929Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:06:21.930Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-27T18:06:21.930Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
  "consumerID": "cds",
  "timestamp": 1664301915121,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:06:21.930Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:06:21.930Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-27T18:06:21.930Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664301908789,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:06:21.930Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:06:21.930Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-27T18:06:21.930Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664301912705,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:06:21.930Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:06:21.931Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-27T18:06:21.931Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
  "consumerID": "cds",
  "timestamp": 1664301915121,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:06:21.931Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:06:21.931Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-27T18:06:21.931Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664301908789,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:06:21.931Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:06:21.931Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-27T18:06:21.931Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664301912705,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:06:21.931Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:06:21.931Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-27T18:06:21.932Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
  "consumerID": "clamp",
  "timestamp": 1664301918433,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:06:21.932Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:06:21.932Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-27T18:06:21.932Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
  "consumerID": "cds",
  "timestamp": 1664301915121,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:06:21.932Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:06:21.932Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-27T18:06:21.932Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664301908789,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:06:21.932Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:06:21.932Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-27T18:06:21.932Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664301912705,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:06:21.933Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:06:21.933Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-27T18:06:21.933Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
  "consumerID": "clamp",
  "timestamp": 1664301918433,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:06:21.933Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:06:21.933Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-27T18:06:21.933Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
  "consumerID": "cds",
  "timestamp": 1664301915121,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:06:21.933Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:06:21.933Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-27T18:06:21.933Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664301908789,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:06:21.934Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:06:21.934Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-27T18:06:21.934Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664301912705,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:06:21.934Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:06:21.934Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-27T18:06:21.934Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
  "consumerID": "clamp",
  "timestamp": 1664301918433,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:06:21.934Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:06:21.934Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-27T18:06:21.934Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
  "consumerID": "cds",
  "timestamp": 1664301915121,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:06:21.935Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:06:21.935Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-27T18:06:21.935Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664301912705,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:06:21.935Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:06:21.935Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-27T18:06:21.935Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664301908789,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:06:21.935Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:06:21.935Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-27T18:06:21.935Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664301920500,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:06:21.936Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:06:21.936Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-27T18:06:21.936Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
  "consumerID": "aai-ml",
  "timestamp": 1664301920050,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:06:21.936Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:06:27.535Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 33542e0a-b127-4f5b-81d2-16d324e51746
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T18:06:27.545Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 33542e0a-b127-4f5b-81d2-16d324e51746
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-27T18:06:27.547Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-27T18:06:27.548Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-27T18:06:27.548Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-27T18:06:27.548Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-27T18:06:27.548Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-27T18:06:27.548Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-27T18:06:27.548Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-27T18:06:27.548Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-27T18:06:27.548Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-27T18:06:27.548Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-27T18:06:27.553Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-27T18:06:57.553Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 33542e0a-b127-4f5b-81d2-16d324e51746 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-27T18:06:57.558Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 33542e0a-b127-4f5b-81d2-16d324e51746 and serviceModelVersionId: c7936dad-2248-4dec-b934-c385c6b40f00
2022-09-27T18:06:57.558Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a4487464-367b-407b-b43d-a0829f8c3545
2022-09-27T18:06:57.559Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a4487464-367b-407b-b43d-a0829f8c3545/model-vers/model-ver/c7936dad-2248-4dec-b934-c385c6b40f00?depth=0
2022-09-27T18:06:57.566Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-09-27T18:06:57.636Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a4487464-367b-407b-b43d-a0829f8c3545/model-vers/model-ver/c7936dad-2248-4dec-b934-c385c6b40f00?depth=0|INFO|500||Invoke
2022-09-27T18:06:57.637Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a4487464-367b-407b-b43d-a0829f8c3545/model-vers/model-ver/c7936dad-2248-4dec-b934-c385c6b40f00?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a4487464-367b-407b-b43d-a0829f8c3545/model-vers/model-ver/c7936dad-2248-4dec-b934-c385c6b40f00?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[33542e0a-b127-4f5b-81d2-16d324e51746], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3d5cfdd9-a553-4fd5-af70-441c1f50f87b], X-ECOMP-RequestID=[33542e0a-b127-4f5b-81d2-16d324e51746], X-TransactionId=[], X-ONAP-RequestID=[33542e0a-b127-4f5b-81d2-16d324e51746], Content-Type=[application/merge-patch+json]}
2022-09-27T18:06:57.662Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a4487464-367b-407b-b43d-a0829f8c3545/model-vers/model-ver/c7936dad-2248-4dec-b934-c385c6b40f00?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-09-27T18:06:57.778Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a4487464-367b-407b-b43d-a0829f8c3545/model-vers/model-ver/c7936dad-2248-4dec-b934-c385c6b40f00?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/a4487464-367b-407b-b43d-a0829f8c3545/model-vers/model-ver/c7936dad-2248-4dec-b934-c385c6b40f00?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220927-18:06:57:777-45033], vertex-id=[208992], Content-Length=[0], Date=[Tue, 27 Sep 2022 18:06:57 GMT], Content-Type=[application/json]}
2022-09-27T18:06:57.779Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a4487464-367b-407b-b43d-a0829f8c3545/model-vers/model-ver/c7936dad-2248-4dec-b934-c385c6b40f00?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-09-27T18:06:57.779Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a4487464-367b-407b-b43d-a0829f8c3545/model-vers/model-ver/c7936dad-2248-4dec-b934-c385c6b40f00?depth=0|INFO|500||InvokeReturn
2022-09-27T18:06:57.780Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-09-27T18:06:57.780Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-27T18:06:57.787Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-09-27T18:06:57.787Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 33542e0a-b127-4f5b-81d2-16d324e51746 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-09-27T18:06:57.788Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-09-27T18:06:57.788Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-09-27T18:06:57.790Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T18:06:57.790Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "33542e0a-b127-4f5b-81d2-16d324e51746",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302017787,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-27T18:06:57.891Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-27T18:06:57.892Z||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-27T18:06:57.892Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:06:57.977Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:06:57.977Z||pool-39-thread-1|||||INFO|500||cambria reply ok (86 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-27T18:06:58.802Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:06:58.803Z|33542e0a-b127-4f5b-81d2-16d324e51746|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-27T18:06:58.803Z|33542e0a-b127-4f5b-81d2-16d324e51746|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 cxCP4M1agj7qmKVP) ...
2022-09-27T18:07:03.463Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:07:03.465Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-27T18:07:03.465Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"bdf2d48c-c1db-49d4-b481-ea896d4a21f5","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"2291dbb2-edbf-4297-a033-592950ee6fe5","serviceDescription":"service","serviceInvariantUUID":"fc77420e-7a1d-4f75-b170-5a232d49d853","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"fcd41eb4-7321-4282-b674-71e47e8a285f","resourceInvariantUUID":"b4029c3d-a14a-4cd2-8d2b-63836c41d32e","resourceCustomizationUUID":"ca6ef450-eca9-43b5-9505-84ad37579e24","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":"OTE5ZjRjMDk2Zjc3MmIzNDRiMmE2MzY0Yjg0MWVhZmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ff997152-bcdd-45b1-a861-9d701f3168d9","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":"7badb649-ef09-480d-96a5-36b579a1b12a","artifactVersion":"2","generatedFromUUID":"3ccaf686-67bb-4324-a5a3-aad5c79d15ae"},{"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":"3ccaf686-67bb-4324-a5a3-aad5c79d15ae","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":"ODAxYjY4MWE2NTgyNDA2YmZjYThiZjkxNmIxZDY0YmU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5a7eeb31-25dd-4f7f-bdbb-80ee3dd84c1a","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":"b153a772-2b20-4b4d-b12b-8aafaa4e530f","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":"1058f155-0933-425c-8bd4-b29c1f603347","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":"50c19912-6610-449a-8cf1-b7f104fe5207","artifactVersion":"2","generatedFromUUID":"b153a772-2b20-4b4d-b12b-8aafaa4e530f"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NDdlMWFhMzJjN2I1YTNlZGIyYzFkNWM3NzgzNjI0MWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2b7aa06b-13f5-4be0-a1d2-f36905378c19","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"YmFlODA1OWI2OGVkYzYxNDBlNjg3NmRkZWZlYjAwNWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"300d2496-27d4-464d-b8f2-4d6ba4c4fa94","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-27T18:07:03.467Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-27T18:07:03.468Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-09-27T18:07:03.470Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T18:07:03.470Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302018802,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:07:03.570Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-27T18:07:03.571Z||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-27T18:07:03.571Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:07:03.588Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:07:03.589Z||pool-40-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-09-27T18:07:04.470Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-27T18:07:04.472Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-09-27T18:07:04.474Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T18:07:04.474Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302018802,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-09-27T18:07:04.574Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-27T18:07:04.575Z||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-27T18:07:04.575Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:07:04.604Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:07:04.604Z||pool-41-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-09-27T18:07:05.475Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-27T18:07:05.476Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-09-27T18:07:05.478Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T18:07:05.478Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302018802,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-09-27T18:07:05.578Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-27T18:07:05.579Z||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-27T18:07:05.579Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:07:05.596Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:07:05.596Z||pool-42-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-09-27T18:07:06.479Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-27T18:07:06.480Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-09-27T18:07:06.482Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T18:07:06.483Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302018802,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-09-27T18:07:06.583Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-27T18:07:06.584Z||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-27T18:07:06.584Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:07:06.614Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:07:06.615Z||pool-43-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-09-27T18:07:07.483Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-27T18:07:07.484Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-09-27T18:07:07.487Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T18:07:07.487Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302018802,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-09-27T18:07:07.587Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-27T18:07:07.588Z||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-27T18:07:07.588Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:07:07.628Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:07:07.629Z||pool-44-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2022-09-27T18:07:08.487Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-27T18:07:08.488Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-09-27T18:07:08.490Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T18:07:08.490Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302018802,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:07:08.590Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-27T18:07:08.591Z||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-27T18:07:08.591Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:07:08.616Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:07:08.616Z||pool-45-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-09-27T18:07:09.490Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-27T18:07:09.491Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-09-27T18:07:09.493Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T18:07:09.493Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302018802,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-09-27T18:07:09.594Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-27T18:07:09.595Z||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-27T18:07:09.595Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:07:09.734Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:07:09.734Z||pool-46-thread-1|||||INFO|500||cambria reply ok (140 ms):{"serverTimeMs":2,"count":1}
2022-09-27T18:07:10.494Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-27T18:07:10.495Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-09-27T18:07:10.497Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T18:07:10.497Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302018802,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:07:10.597Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-27T18:07:10.598Z||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-27T18:07:10.598Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:07:10.620Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:07:10.621Z||pool-47-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-09-27T18:07:11.498Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-27T18:07:11.498Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-09-27T18:07:11.500Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T18:07:11.500Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302018802,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-09-27T18:07:11.600Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-27T18:07:11.601Z||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-27T18:07:11.601Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:07:11.636Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:07:11.637Z||pool-48-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-09-27T18:07:12.502Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "2291dbb2-edbf-4297-a033-592950ee6fe5",
  "serviceDescription": "service",
  "serviceInvariantUUID": "fc77420e-7a1d-4f75-b170-5a232d49d853",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "ca6ef450-eca9-43b5-9505-84ad37579e24",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "fcd41eb4-7321-4282-b674-71e47e8a285f",
      "resourceInvariantUUID": "b4029c3d-a14a-4cd2-8d2b-63836c41d32e",
      "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": "7badb649-ef09-480d-96a5-36b579a1b12a",
          "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": "3ccaf686-67bb-4324-a5a3-aad5c79d15ae",
          "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": "ODAxYjY4MWE2NTgyNDA2YmZjYThiZjkxNmIxZDY0YmU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "5a7eeb31-25dd-4f7f-bdbb-80ee3dd84c1a",
          "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": "b153a772-2b20-4b4d-b12b-8aafaa4e530f",
          "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": "50c19912-6610-449a-8cf1-b7f104fe5207",
            "generatedFromUUID": "b153a772-2b20-4b4d-b12b-8aafaa4e530f"
          },
          "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": "50c19912-6610-449a-8cf1-b7f104fe5207",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "YmFlODA1OWI2OGVkYzYxNDBlNjg3NmRkZWZlYjAwNWY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "300d2496-27d4-464d-b8f2-4d6ba4c4fa94"
    }
  ],
  "workloadContext": "Production"
}
2022-09-27T18:07:12.502Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-27T18:07:12.502Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 2291dbb2-edbf-4297-a033-592950ee6fe5 ASDC
2022-09-27T18:07:12.503Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:bdf2d48c-c1db-49d4-b481-ea896d4a21f5
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:2291dbb2-edbf-4297-a033-592950ee6fe5
ServiceInvariantUUID:fc77420e-7a1d-4f75-b170-5a232d49d853
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:300d2496-27d4-464d-b8f2-4d6ba4c4fa94
ArtifactChecksum:YmFlODA1OWI2OGVkYzYxNDBlNjg3NmRkZWZlYjAwNWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:ca6ef450-eca9-43b5-9505-84ad37579e24
ResourceInvariantUUID:b4029c3d-a14a-4cd2-8d2b-63836c41d32e
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:fcd41eb4-7321-4282-b674-71e47e8a285f
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:7badb649-ef09-480d-96a5-36b579a1b12a
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:3ccaf686-67bb-4324-a5a3-aad5c79d15ae
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:5a7eeb31-25dd-4f7f-bdbb-80ee3dd84c1a
ArtifactChecksum:ODAxYjY4MWE2NTgyNDA2YmZjYThiZjkxNmIxZDY0YmU=
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:b153a772-2b20-4b4d-b12b-8aafaa4e530f
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:50c19912-6610-449a-8cf1-b7f104fe5207
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:50c19912-6610-449a-8cf1-b7f104fe5207
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-09-27T18:07:12.503Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2291dbb2-edbf-4297-a033-592950ee6fe5 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-27T18:07:12.533Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-27T18:07:12.534Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-09-27T18:07:12.535Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-09-27T18:07:12.535Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 300d2496-27d4-464d-b8f2-4d6ba4c4fa94 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-09-27T18:07:12.535Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-09-27T18:07:12.536Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-09-27T18:07:12.602Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-09-27T18:07:12.607Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 300d2496-27d4-464d-b8f2-4d6ba4c4fa94 73631
2022-09-27T18:07:12.607Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||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-27T18:07:12.608Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||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-27T18:07:12.609Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-27T18:07:12.609Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-09-27T18:07:12.611Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T18:07:12.611Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302032607,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-27T18:07:12.711Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-27T18:07:12.712Z||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-27T18:07:12.712Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:07:12.729Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:07:12.730Z||pool-49-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-09-27T18:07:13.612Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-27T18:07:13.613Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-09-27T18:07:13.614Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 300d2496-27d4-464d-b8f2-4d6ba4c4fa94, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-09-27T18:07:13.614Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-09-27T18:07:13.614Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-09-27T18:07:13.615Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-09-27T18:07:13.841Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6092670546403146784/Definitions/service-BasicCnf-template.yml
Log warning: The required parameter "compute_dummy_metadata" is not provided
Log warning: The required parameter "compute_dummy_name" is not provided
2022-09-27T18:07:15.133Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-27T18:07:15.134Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-09-27T18:07:15.134Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-09-27T18:07:15.134Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-09-27T18:07:15.134Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||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-27T18:07:15.134Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||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-27T18:07:15.134Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||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-27T18:07:15.134Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-09-27T18:07:15.135Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-09-27T18:07:15.135Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:07:15.135Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T18:07:15.135Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-09-27T18:07:15.136Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-09-27T18:07:15.136Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-27T18:07:15.136Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:07:15.136Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T18:07:15.137Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-09-27T18:07:15.137Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-09-27T18:07:15.137Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-27T18:07:15.137Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:07:15.137Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T18:07:15.138Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:07:15.138Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-09-27T18:07:15.138Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-09-27T18:07:15.138Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||Node template dummy is not matching search criteria
2022-09-27T18:07:15.138Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-27T18:07:15.139Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:07:15.139Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-27T18:07:15.139Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:07:15.139Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-09-27T18:07:15.139Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-27T18:07:15.140Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:07:15.140Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-09-27T18:07:15.140Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-27T18:07:15.140Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:07:15.141Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-09-27T18:07:15.141Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-27T18:07:15.141Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:07:15.141Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-09-27T18:07:15.142Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-09-27T18:07:15.142Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=18401d7d-b370-4ffc-b09d-f106403f56d0
2022-09-27T18:07:15.142Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:07:15.142Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T18:07:15.142Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:07:15.142Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T18:07:15.143Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:07:15.143Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T18:07:15.143Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:07:15.143Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T18:07:15.143Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:2291dbb2-edbf-4297-a033-592950ee6fe5
Model Version:NULL
Model InvariantUuid:fc77420e-7a1d-4f75-b170-5a232d49d853
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:626c9dac-5dba-4942-b2cf-73ec816fb634
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b4029c3d-a14a-4cd2-8d2b-63836c41d32e
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:ca6ef450-eca9-43b5-9505-84ad37579e24
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:f6fd2178-add7-40d5-9536-3ac3e37b1d19
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:33963125-1b57-485e-9f05-6e05f6976ec6
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:18401d7d-b370-4ffc-b09d-f106403f56d0
ModelInvariantUuid:cd95fddc-1ee7-4b8c-aa00-42db59d190c2
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:68c8e8e0-ffca-4118-9f1a-425b2e80de72
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:e61755ee-d607-4b3b-b53d-39bd6b0aae1e
ModelInvariantUuid:072c4f99-fd5c-4372-bbba-b74dc3b1fff1
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:252778d5-64ee-4a68-ae6d-0c36f7bd6525
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-27T18:07:15.153Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: fcd41eb4-7321-4282-b674-71e47e8a285f
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-27T18:07:15.156Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||INFO|500||basic_cnf 0
2022-09-27T18:07:15.157Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: fcd41eb4-7321-4282-b674-71e47e8a285f
2022-09-27T18:07:15.157Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 7badb649-ef09-480d-96a5-36b579a1b12a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-09-27T18:07:15.157Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-09-27T18:07:15.157Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||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-27T18:07:15.209Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-09-27T18:07:15.209Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 7badb649-ef09-480d-96a5-36b579a1b12a 12
2022-09-27T18:07:15.210Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||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-27T18:07:15.210Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||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-27T18:07:15.210Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-27T18:07:15.210Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-09-27T18:07:15.212Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T18:07:15.212Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302035210,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-09-27T18:07:15.313Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-27T18:07:15.313Z||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-27T18:07:15.314Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:07:15.343Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:07:15.343Z||pool-50-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-09-27T18:07:16.213Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 3ccaf686-67bb-4324-a5a3-aad5c79d15ae from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-09-27T18:07:16.213Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-09-27T18:07:16.214Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||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-27T18:07:16.270Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-09-27T18:07:16.270Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 3ccaf686-67bb-4324-a5a3-aad5c79d15ae 2688
2022-09-27T18:07:16.271Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||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-27T18:07:16.271Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||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-27T18:07:16.271Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-27T18:07:16.271Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-09-27T18:07:16.273Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T18:07:16.273Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302036271,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-09-27T18:07:16.373Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-27T18:07:16.374Z||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-27T18:07:16.374Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:07:16.393Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:07:16.394Z||pool-51-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-09-27T18:07:17.274Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 5a7eeb31-25dd-4f7f-bdbb-80ee3dd84c1a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-09-27T18:07:17.275Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-09-27T18:07:17.275Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||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-27T18:07:17.354Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-09-27T18:07:17.354Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 5a7eeb31-25dd-4f7f-bdbb-80ee3dd84c1a 828
2022-09-27T18:07:17.354Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||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-27T18:07:17.355Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||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-27T18:07:17.355Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-27T18:07:17.355Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-09-27T18:07:17.356Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T18:07:17.357Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302037354,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-27T18:07:17.457Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-27T18:07:17.458Z||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-27T18:07:17.458Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:07:17.495Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:07:17.495Z||pool-52-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":1,"count":1}
2022-09-27T18:07:18.357Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "f6fd2178-add7-40d5-9536-3ac3e37b1d19",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "33963125-1b57-485e-9f05-6e05f6976ec6",
    "vfModuleModelCustomizationUUID": "e94a5195-7105-46d6-bdcd-3c3cd8c963bf",
    "isBase": true,
    "artifacts": [
      "3ccaf686-67bb-4324-a5a3-aad5c79d15ae",
      "b153a772-2b20-4b4d-b12b-8aafaa4e530f",
      "50c19912-6610-449a-8cf1-b7f104fe5207"
    ],
    "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-27T18:07:18.361Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:33963125-1b57-485e-9f05-6e05f6976ec6
VfModuleModelInvariantUUID:f6fd2178-add7-40d5-9536-3ac3e37b1d19
VfModuleModelDescription:NULL
Artifacts UUID List:{
3ccaf686-67bb-4324-a5a3-aad5c79d15ae
,
b153a772-2b20-4b4d-b12b-8aafaa4e530f
,
50c19912-6610-449a-8cf1-b7f104fe5207

}
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-27T18:07:18.362Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "f6fd2178-add7-40d5-9536-3ac3e37b1d19",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "33963125-1b57-485e-9f05-6e05f6976ec6",
    "vfModuleModelCustomizationUUID": "e94a5195-7105-46d6-bdcd-3c3cd8c963bf",
    "isBase": true,
    "artifacts": [
      "3ccaf686-67bb-4324-a5a3-aad5c79d15ae",
      "b153a772-2b20-4b4d-b12b-8aafaa4e530f",
      "50c19912-6610-449a-8cf1-b7f104fe5207"
    ],
    "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-27T18:07:18.363Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:33963125-1b57-485e-9f05-6e05f6976ec6
VfModuleModelInvariantUUID:f6fd2178-add7-40d5-9536-3ac3e37b1d19
VfModuleModelDescription:NULL
Artifacts UUID List:{
3ccaf686-67bb-4324-a5a3-aad5c79d15ae
,
b153a772-2b20-4b4d-b12b-8aafaa4e530f
,
50c19912-6610-449a-8cf1-b7f104fe5207

}
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-27T18:07:18.363Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: b153a772-2b20-4b4d-b12b-8aafaa4e530f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-09-27T18:07:18.363Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-09-27T18:07:18.363Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||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-27T18:07:18.459Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-09-27T18:07:18.460Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml b153a772-2b20-4b4d-b12b-8aafaa4e530f 1164
2022-09-27T18:07:18.460Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||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-27T18:07:18.460Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||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-27T18:07:18.461Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-27T18:07:18.461Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-09-27T18:07:18.463Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T18:07:18.463Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302038460,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-27T18:07:18.564Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-27T18:07:18.567Z||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-27T18:07:18.568Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:07:18.586Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:07:18.586Z||pool-53-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-09-27T18:07:19.464Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 50c19912-6610-449a-8cf1-b7f104fe5207 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-09-27T18:07:19.465Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-09-27T18:07:19.466Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||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-27T18:07:19.636Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-09-27T18:07:19.636Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 50c19912-6610-449a-8cf1-b7f104fe5207 200
2022-09-27T18:07:19.637Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||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-27T18:07:19.637Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||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-27T18:07:19.637Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-27T18:07:19.637Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-09-27T18:07:19.639Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T18:07:19.639Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302039637,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-09-27T18:07:19.739Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-27T18:07:19.740Z||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-27T18:07:19.740Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:07:19.783Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:07:19.783Z||pool-54-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2022-09-27T18:07:20.640Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 2291dbb2-edbf-4297-a033-592950ee6fe5
2022-09-27T18:07:20.641Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 fcd41eb4-7321-4282-b674-71e47e8a285f ASDC
2022-09-27T18:07:20.650Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||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-27T18:07:20.660Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@44de114c, org.onap.sdc.toscaparser.api.parameters.Input@2a19b0d6, org.onap.sdc.toscaparser.api.parameters.Input@6cb4a9c6, org.onap.sdc.toscaparser.api.parameters.Input@1f7de7af, org.onap.sdc.toscaparser.api.parameters.Input@2b9dd17d]
2022-09-27T18:07:20.662Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:07:20.662Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T18:07:20.662Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2022-09-27T18:07:20.663Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= ca6ef450-eca9-43b5-9505-84ad37579e24
2022-09-27T18:07:20.663Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ca6ef450-eca9-43b5-9505-84ad37579e24 matches Tosca VF Customization UUID: ca6ef450-eca9-43b5-9505-84ad37579e24
2022-09-27T18:07:20.663Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: ca6ef450-eca9-43b5-9505-84ad37579e24  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-27T18:07:20.665Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:07:20.666Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T18:07:20.666Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id ca6ef450-eca9-43b5-9505-84ad37579e24: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-09-27T18:07:20.666Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@75e6ee91
2022-09-27T18:07:20.666Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:07:20.667Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-27T18:07:20.667Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e94a5195-7105-46d6-bdcd-3c3cd8c963bf
2022-09-27T18:07:20.667Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e94a5195-7105-46d6-bdcd-3c3cd8c963bf
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-27T18:07:20.670Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:07:20.670Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-09-27T18:07:20.670Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-27T18:07:20.670Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:07:20.671Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-09-27T18:07:20.671Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-27T18:07:20.671Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:07:20.671Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-09-27T18:07:20.672Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-09-27T18:07:20.672Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=18401d7d-b370-4ffc-b09d-f106403f56d0
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-27T18:07:20.675Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:07:20.675Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-09-27T18:07:20.675Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-27T18:07:20.675Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:07:20.675Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-09-27T18:07:20.676Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=ca6ef450-eca9-43b5-9505-84ad37579e24
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-27T18:07:20.677Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:07:20.677Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T18:07:20.678Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 2291dbb2-edbf-4297-a033-592950ee6fe5: basic_cnf
2022-09-27T18:07:20.678Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:07:20.678Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T18:07:20.678Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:07:20.678Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T18:07:20.679Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:07:20.679Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T18:07:20.679Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:07:20.679Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T18:07:20.680Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:07:20.680Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T18:07:20.680Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||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-27T18:07:20.759Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf fcd41eb4-7321-4282-b674-71e47e8a285f 1 ASDC deployResourceStructure
2022-09-27T18:07:20.760Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||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-27T18:07:20.760Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||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-27T18:07:20.760Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-09-27T18:07:20.760Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-09-27T18:07:20.762Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T18:07:20.762Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302040759,
  "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-27T18:07:20.862Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-27T18:07:20.863Z||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-27T18:07:20.863Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:07:20.886Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:07:20.887Z||pool-55-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-09-27T18:07:21.763Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||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-27T18:07:21.763Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||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-27T18:07:21.764Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-09-27T18:07:21.764Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-09-27T18:07:21.765Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T18:07:21.766Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302041763,
  "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-27T18:07:21.805Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:07:21.806Z|d74a607c-0cbc-410c-a355-47f0271caa2e|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-27T18:07:21.826Z|d74a607c-0cbc-410c-a355-47f0271caa2e|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 cxCP4M1agj7qmKVP) ...
2022-09-27T18:07:21.865Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-27T18:07:21.866Z||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-27T18:07:21.867Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:07:21.873Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:07:21.873Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:07:21.873Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
  "consumerID": "clamp",
  "timestamp": 1664301918433,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-09-27T18:07:21.874Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:07:21.898Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:07:21.898Z||pool-56-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-09-27T18:07:22.767Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||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-27T18:07:22.767Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||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-27T18:07:22.767Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-27T18:07:22.767Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-09-27T18:07:22.769Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T18:07:22.769Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302042766,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-27T18:07:22.869Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-27T18:07:22.870Z||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-27T18:07:22.871Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:07:22.947Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:07:22.948Z||pool-57-thread-1|||||INFO|500||cambria reply ok (78 ms):{"serverTimeMs":0,"count":1}
2022-09-27T18:07:23.770Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||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-27T18:07:23.770Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||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-27T18:07:23.770Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-27T18:07:23.770Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-09-27T18:07:23.772Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T18:07:23.772Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302043770,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-09-27T18:07:23.874Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-09-27T18:07:23.875Z||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-27T18:07:23.875Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:07:23.895Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:07:23.896Z||pool-58-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-09-27T18:07:24.772Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||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-27T18:07:24.773Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||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-27T18:07:24.773Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-27T18:07:24.773Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-09-27T18:07:24.775Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T18:07:24.775Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302044772,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-09-27T18:07:24.875Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-27T18:07:24.877Z||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-27T18:07:24.877Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:07:24.924Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:07:24.925Z||pool-59-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":0,"count":1}
2022-09-27T18:07:25.776Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||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-27T18:07:25.777Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||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-27T18:07:25.777Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-27T18:07:25.777Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-09-27T18:07:25.779Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T18:07:25.779Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302045776,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-27T18:07:25.880Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-27T18:07:25.881Z||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-27T18:07:25.881Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:07:25.915Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:07:25.915Z||pool-60-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-09-27T18:07:26.779Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bdf2d48c-c1db-49d4-b481-ea896d4a21f5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T18:07:26.790Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bdf2d48c-c1db-49d4-b481-ea896d4a21f5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-27T18:07:26.792Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-27T18:07:26.792Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-27T18:07:26.792Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-27T18:07:56.792Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bdf2d48c-c1db-49d4-b481-ea896d4a21f5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T18:07:56.802Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bdf2d48c-c1db-49d4-b481-ea896d4a21f5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-27T18:07:56.804Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-27T18:07:56.804Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-27T18:07:56.804Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-27T18:08:21.805Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:08:21.806Z|d74a607c-0cbc-410c-a355-47f0271caa2e|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-27T18:08:21.806Z|d74a607c-0cbc-410c-a355-47f0271caa2e|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 cxCP4M1agj7qmKVP) ...
2022-09-27T18:08:21.877Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:08:21.890Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:21.890Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
  "consumerID": "cds",
  "timestamp": 1664301915121,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:08:21.892Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:08:21.892Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:21.892Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664301908789,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:08:21.892Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:08:21.892Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:21.893Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664301912705,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:08:21.893Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:08:21.893Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:21.893Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664301920500,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-09-27T18:08:21.893Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:08:21.894Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:21.894Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
  "consumerID": "aai-ml",
  "timestamp": 1664301920050,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:08:21.894Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:08:21.894Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:21.895Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
  "consumerID": "clamp",
  "timestamp": 1664301918433,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:08:21.895Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:08:21.895Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:21.895Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
  "consumerID": "cds",
  "timestamp": 1664301915121,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:08:21.896Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:08:21.896Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:21.896Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664301908789,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:08:21.896Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:08:21.896Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:21.896Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664301912705,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:08:21.897Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:08:21.897Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:21.897Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664301920500,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-09-27T18:08:21.897Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:08:21.897Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:21.897Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
  "consumerID": "aai-ml",
  "timestamp": 1664301920050,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:08:21.897Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:08:21.898Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:21.898Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
  "consumerID": "clamp",
  "timestamp": 1664301918433,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:08:21.898Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:08:21.898Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:21.898Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
  "consumerID": "cds",
  "timestamp": 1664301915121,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-09-27T18:08:21.898Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:08:21.898Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:21.899Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664301908789,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:08:21.899Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:08:21.899Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:21.899Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664301912705,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-09-27T18:08:21.899Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:08:21.899Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:21.899Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664301920500,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-09-27T18:08:21.900Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:08:21.900Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:21.900Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
  "consumerID": "aai-ml",
  "timestamp": 1664301920050,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:08:21.900Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:08:21.900Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:21.901Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
  "consumerID": "clamp",
  "timestamp": 1664301918433,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:08:21.901Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:08:21.901Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:21.901Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664301920500,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-09-27T18:08:21.901Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:08:21.901Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:21.902Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664301926232,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-27T18:08:21.902Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:08:21.902Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:21.902Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
  "consumerID": "aai-ml",
  "timestamp": 1664301920050,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:08:21.902Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:08:21.902Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:21.903Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
  "consumerID": "cds",
  "timestamp": 1664301925821,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-27T18:08:21.903Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:08:21.903Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:21.903Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
  "consumerID": "clamp",
  "timestamp": 1664301918433,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:08:21.903Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:08:21.903Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:21.903Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664301920500,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:08:21.904Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:08:21.904Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:21.904Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
  "consumerID": "cds",
  "timestamp": 1664301926831,
  "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-27T18:08:21.910Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bdf2d48c-c1db-49d4-b481-ea896d4a21f5
2022-09-27T18:08:21.911Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId bdf2d48c-c1db-49d4-b481-ea896d4a21f5 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-27T18:08:21.919Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:21.919Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
  "consumerID": "aai-ml",
  "timestamp": 1664301920050,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:08:21.920Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:08:21.920Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:21.920Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
  "consumerID": "clamp",
  "timestamp": 1664301918433,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-09-27T18:08:21.921Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:08:21.921Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:21.921Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664301920500,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-09-27T18:08:21.922Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:08:21.922Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:21.922Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
  "consumerID": "aai-ml",
  "timestamp": 1664301920050,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:08:21.922Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:08:21.922Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:21.923Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664301920500,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:08:21.923Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:08:21.923Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:21.924Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
  "consumerID": "aai-ml",
  "timestamp": 1664301920050,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:08:21.924Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:08:21.924Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:21.925Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ff3216-5d1c-4f17-93eb-a06878eec8a5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664301928781,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvtt3ynpsjyrr4vrhyvv/1.0/resourceInstances/pnf647cb84f7daf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:08:21.925Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:08:21.925Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:21.925Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664301920500,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-09-27T18:08:21.925Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:08:21.925Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:21.925Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
  "consumerID": "aai-ml",
  "timestamp": 1664301920050,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-09-27T18:08:21.926Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:08:21.926Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:21.926Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ff3216-5d1c-4f17-93eb-a06878eec8a5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664301928781,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvtt3ynpsjyrr4vrhyvv/1.0/resourceInstances/pnf647cb84f7daf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:08:21.926Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:08:21.926Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:21.926Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664301930502,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-27T18:08:21.927Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:08:21.927Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:21.927Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664301930310,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-27T18:08:21.927Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:08:21.928Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:21.928Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
  "consumerID": "clamp",
  "timestamp": 1664301930568,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-27T18:08:21.928Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:08:21.928Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:21.928Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ff3216-5d1c-4f17-93eb-a06878eec8a5",
  "consumerID": "cds",
  "timestamp": 1664301930126,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvtt3ynpsjyrr4vrhyvv/1.0/resourceInstances/pnf647cb84f7daf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:08:21.928Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:08:21.928Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:21.929Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
  "consumerID": "aai-ml",
  "timestamp": 1664301929860,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-27T18:08:21.929Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:08:21.929Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:21.929Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ff3216-5d1c-4f17-93eb-a06878eec8a5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664301928781,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvtt3ynpsjyrr4vrhyvv/1.0/resourceInstances/pnf647cb84f7daf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:08:21.929Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:08:21.929Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:21.930Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664301931507,
  "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-27T18:08:21.935Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bdf2d48c-c1db-49d4-b481-ea896d4a21f5
2022-09-27T18:08:21.935Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId bdf2d48c-c1db-49d4-b481-ea896d4a21f5 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-27T18:08:21.943Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:21.943Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664301931398,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-09-27T18:08:21.943Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:08:21.944Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:21.944Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ff3216-5d1c-4f17-93eb-a06878eec8a5",
  "consumerID": "cds",
  "timestamp": 1664301930126,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvtt3ynpsjyrr4vrhyvv/1.0/resourceInstances/pnf647cb84f7daf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:08:21.944Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:08:21.944Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:21.944Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ff3216-5d1c-4f17-93eb-a06878eec8a5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664301928781,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvtt3ynpsjyrr4vrhyvv/1.0/resourceInstances/pnf647cb84f7daf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:08:21.945Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:08:21.945Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:21.945Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
  "consumerID": "clamp",
  "timestamp": 1664301932486,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-27T18:08:21.945Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:08:21.946Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:21.946Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ff3216-5d1c-4f17-93eb-a06878eec8a5",
  "consumerID": "cds",
  "timestamp": 1664301930126,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvtt3ynpsjyrr4vrhyvv/1.0/resourceInstances/pnf647cb84f7daf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:08:21.946Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:08:21.946Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:21.947Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664301932482,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-27T18:08:21.947Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:08:21.947Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:21.947Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ff3216-5d1c-4f17-93eb-a06878eec8a5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664301928781,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvtt3ynpsjyrr4vrhyvv/1.0/resourceInstances/pnf647cb84f7daf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:08:21.948Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:08:21.948Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:21.948Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
  "consumerID": "clamp",
  "timestamp": 1664301933490,
  "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-27T18:08:21.953Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of bdf2d48c-c1db-49d4-b481-ea896d4a21f5
2022-09-27T18:08:21.953Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId bdf2d48c-c1db-49d4-b481-ea896d4a21f5 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-27T18:08:21.962Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:21.962Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ff3216-5d1c-4f17-93eb-a06878eec8a5",
  "consumerID": "cds",
  "timestamp": 1664301930126,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvtt3ynpsjyrr4vrhyvv/1.0/resourceInstances/pnf647cb84f7daf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:08:21.963Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:08:21.963Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:21.963Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664301933615,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-09-27T18:08:21.963Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:08:21.963Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:21.963Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ff3216-5d1c-4f17-93eb-a06878eec8a5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664301928781,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvtt3ynpsjyrr4vrhyvv/1.0/resourceInstances/pnf647cb84f7daf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-09-27T18:08:21.964Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:08:21.964Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:21.964Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ff3216-5d1c-4f17-93eb-a06878eec8a5",
  "consumerID": "cds",
  "timestamp": 1664301930126,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvtt3ynpsjyrr4vrhyvv/1.0/resourceInstances/pnf647cb84f7daf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:08:21.964Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:08:21.964Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:21.965Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ff3216-5d1c-4f17-93eb-a06878eec8a5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664301928781,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvtt3ynpsjyrr4vrhyvv/1.0/artifacts/service-DemoPnfDvtt3ynpsjyrr4vrhyvv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:08:21.965Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:08:21.965Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:21.965Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664301934670,
  "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-27T18:08:21.970Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bdf2d48c-c1db-49d4-b481-ea896d4a21f5
2022-09-27T18:08:21.970Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId bdf2d48c-c1db-49d4-b481-ea896d4a21f5 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-27T18:08:21.978Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:21.979Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ff3216-5d1c-4f17-93eb-a06878eec8a5",
  "consumerID": "cds",
  "timestamp": 1664301930126,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvtt3ynpsjyrr4vrhyvv/1.0/resourceInstances/pnf647cb84f7daf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:08:21.979Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:08:21.979Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:21.979Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ff3216-5d1c-4f17-93eb-a06878eec8a5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664301928781,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvtt3ynpsjyrr4vrhyvv/1.0/artifacts/service-DemoPnfDvtt3ynpsjyrr4vrhyvv-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:08:21.979Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:08:21.979Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:21.979Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664301935674,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-27T18:08:21.980Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:08:21.980Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:21.980Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ff3216-5d1c-4f17-93eb-a06878eec8a5",
  "consumerID": "cds",
  "timestamp": 1664301930126,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvtt3ynpsjyrr4vrhyvv/1.0/artifacts/service-DemoPnfDvtt3ynpsjyrr4vrhyvv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:08:21.980Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:08:21.980Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:21.980Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ff3216-5d1c-4f17-93eb-a06878eec8a5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664301937747,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvtt3ynpsjyrr4vrhyvv/1.0/resourceInstances/pnf647cb84f7daf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-27T18:08:21.980Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:08:21.981Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:21.981Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ff3216-5d1c-4f17-93eb-a06878eec8a5",
  "consumerID": "cds",
  "timestamp": 1664301930126,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvtt3ynpsjyrr4vrhyvv/1.0/artifacts/service-DemoPnfDvtt3ynpsjyrr4vrhyvv-csar.csar",
  "status": "NOTIFIED"
}
2022-09-27T18:08:21.981Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:08:21.981Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:21.981Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ff3216-5d1c-4f17-93eb-a06878eec8a5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664301939130,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvtt3ynpsjyrr4vrhyvv/1.0/resourceInstances/pnf647cb84f7daf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-09-27T18:08:21.981Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:08:21.981Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:21.982Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ff3216-5d1c-4f17-93eb-a06878eec8a5",
  "consumerID": "cds",
  "timestamp": 1664301939042,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvtt3ynpsjyrr4vrhyvv/1.0/artifacts/service-DemoPnfDvtt3ynpsjyrr4vrhyvv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-27T18:08:21.982Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:08:21.982Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:21.982Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ff3216-5d1c-4f17-93eb-a06878eec8a5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664301940137,
  "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-27T18:08:21.994Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of a0ff3216-5d1c-4f17-93eb-a06878eec8a5
2022-09-27T18:08:21.994Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId a0ff3216-5d1c-4f17-93eb-a06878eec8a5 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-27T18:08:22.001Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:22.002Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ff3216-5d1c-4f17-93eb-a06878eec8a5",
  "consumerID": "cds",
  "timestamp": 1664301940059,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvtt3ynpsjyrr4vrhyvv/1.0/artifacts/service-DemoPnfDvtt3ynpsjyrr4vrhyvv-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-27T18:08:22.006Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a0ff3216-5d1c-4f17-93eb-a06878eec8a5
2022-09-27T18:08:22.006Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId a0ff3216-5d1c-4f17-93eb-a06878eec8a5 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-27T18:08:22.028Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:22.028Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
  "consumerID": "aai-ml",
  "timestamp": 1664301939093,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-27T18:08:22.028Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:08:22.028Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:22.028Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
  "consumerID": "aai-ml",
  "timestamp": 1664301940098,
  "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-27T18:08:22.033Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bdf2d48c-c1db-49d4-b481-ea896d4a21f5
2022-09-27T18:08:22.033Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId bdf2d48c-c1db-49d4-b481-ea896d4a21f5 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-27T18:08:22.041Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:22.041Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ff3216-5d1c-4f17-93eb-a06878eec8a5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664301940500,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvtt3ynpsjyrr4vrhyvv/1.0/resourceInstances/pnf647cb84f7daf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:08:22.042Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:08:22.042Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:22.042Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ff3216-5d1c-4f17-93eb-a06878eec8a5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664301940500,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvtt3ynpsjyrr4vrhyvv/1.0/resourceInstances/pnf647cb84f7daf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:08:22.042Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:08:22.042Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:22.043Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ff3216-5d1c-4f17-93eb-a06878eec8a5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664301942704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvtt3ynpsjyrr4vrhyvv/1.0/resourceInstances/pnf647cb84f7daf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:08:22.043Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:08:22.043Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:22.043Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ff3216-5d1c-4f17-93eb-a06878eec8a5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664301940500,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvtt3ynpsjyrr4vrhyvv/1.0/resourceInstances/pnf647cb84f7daf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:08:22.044Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:08:22.044Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:22.044Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ff3216-5d1c-4f17-93eb-a06878eec8a5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664301942704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvtt3ynpsjyrr4vrhyvv/1.0/resourceInstances/pnf647cb84f7daf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:08:22.044Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:08:22.044Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:22.045Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ff3216-5d1c-4f17-93eb-a06878eec8a5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664301940500,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvtt3ynpsjyrr4vrhyvv/1.0/resourceInstances/pnf647cb84f7daf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:08:22.045Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:08:22.045Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:22.045Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ff3216-5d1c-4f17-93eb-a06878eec8a5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664301942704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvtt3ynpsjyrr4vrhyvv/1.0/resourceInstances/pnf647cb84f7daf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:08:22.045Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:08:22.046Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:22.046Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ff3216-5d1c-4f17-93eb-a06878eec8a5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664301940500,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvtt3ynpsjyrr4vrhyvv/1.0/resourceInstances/pnf647cb84f7daf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:08:22.046Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:08:22.046Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:22.046Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ff3216-5d1c-4f17-93eb-a06878eec8a5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664301942704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvtt3ynpsjyrr4vrhyvv/1.0/resourceInstances/pnf647cb84f7daf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:08:22.047Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:08:22.047Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:22.047Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ff3216-5d1c-4f17-93eb-a06878eec8a5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664301940500,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvtt3ynpsjyrr4vrhyvv/1.0/resourceInstances/pnf647cb84f7daf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:08:22.047Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:08:22.048Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:22.048Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ff3216-5d1c-4f17-93eb-a06878eec8a5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664301942704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvtt3ynpsjyrr4vrhyvv/1.0/resourceInstances/pnf647cb84f7daf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:08:22.048Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:08:22.048Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:22.048Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ff3216-5d1c-4f17-93eb-a06878eec8a5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664301940500,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvtt3ynpsjyrr4vrhyvv/1.0/artifacts/service-DemoPnfDvtt3ynpsjyrr4vrhyvv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:08:22.049Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:08:22.049Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:22.049Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ff3216-5d1c-4f17-93eb-a06878eec8a5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664301942704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvtt3ynpsjyrr4vrhyvv/1.0/resourceInstances/pnf647cb84f7daf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:08:22.049Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:08:22.050Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:22.050Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ff3216-5d1c-4f17-93eb-a06878eec8a5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664301940500,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvtt3ynpsjyrr4vrhyvv/1.0/artifacts/service-DemoPnfDvtt3ynpsjyrr4vrhyvv-csar.csar",
  "status": "NOTIFIED"
}
2022-09-27T18:08:22.050Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:08:22.050Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:22.050Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ff3216-5d1c-4f17-93eb-a06878eec8a5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664301942704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvtt3ynpsjyrr4vrhyvv/1.0/artifacts/service-DemoPnfDvtt3ynpsjyrr4vrhyvv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:08:22.051Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:08:22.051Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:22.051Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ff3216-5d1c-4f17-93eb-a06878eec8a5",
  "consumerID": "clamp",
  "timestamp": 1664301948433,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvtt3ynpsjyrr4vrhyvv/1.0/resourceInstances/pnf647cb84f7daf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:08:22.051Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:08:22.051Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:22.052Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ff3216-5d1c-4f17-93eb-a06878eec8a5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664301942704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvtt3ynpsjyrr4vrhyvv/1.0/artifacts/service-DemoPnfDvtt3ynpsjyrr4vrhyvv-csar.csar",
  "status": "NOTIFIED"
}
2022-09-27T18:08:22.052Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:08:22.052Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:22.052Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ff3216-5d1c-4f17-93eb-a06878eec8a5",
  "consumerID": "clamp",
  "timestamp": 1664301948433,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvtt3ynpsjyrr4vrhyvv/1.0/resourceInstances/pnf647cb84f7daf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:08:22.052Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:08:22.053Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:22.053Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ff3216-5d1c-4f17-93eb-a06878eec8a5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664301951605,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvtt3ynpsjyrr4vrhyvv/1.0/artifacts/service-DemoPnfDvtt3ynpsjyrr4vrhyvv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-27T18:08:22.053Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:08:22.053Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:22.053Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ff3216-5d1c-4f17-93eb-a06878eec8a5",
  "consumerID": "clamp",
  "timestamp": 1664301948433,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvtt3ynpsjyrr4vrhyvv/1.0/resourceInstances/pnf647cb84f7daf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:08:22.054Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:08:22.054Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:22.054Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ff3216-5d1c-4f17-93eb-a06878eec8a5",
  "consumerID": "aai-ml",
  "timestamp": 1664301950050,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvtt3ynpsjyrr4vrhyvv/1.0/resourceInstances/pnf647cb84f7daf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:08:22.054Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:08:22.054Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:22.054Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ff3216-5d1c-4f17-93eb-a06878eec8a5",
  "consumerID": "clamp",
  "timestamp": 1664301948433,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvtt3ynpsjyrr4vrhyvv/1.0/resourceInstances/pnf647cb84f7daf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:08:22.055Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:08:22.055Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:22.055Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ff3216-5d1c-4f17-93eb-a06878eec8a5",
  "consumerID": "aai-ml",
  "timestamp": 1664301950050,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvtt3ynpsjyrr4vrhyvv/1.0/resourceInstances/pnf647cb84f7daf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:08:22.055Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:08:22.055Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:22.055Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ff3216-5d1c-4f17-93eb-a06878eec8a5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664301953673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvtt3ynpsjyrr4vrhyvv/1.0/artifacts/service-DemoPnfDvtt3ynpsjyrr4vrhyvv-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-27T18:08:22.056Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:08:22.056Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:22.056Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ff3216-5d1c-4f17-93eb-a06878eec8a5",
  "consumerID": "clamp",
  "timestamp": 1664301948433,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvtt3ynpsjyrr4vrhyvv/1.0/resourceInstances/pnf647cb84f7daf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:08:22.056Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:08:22.056Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:22.056Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ff3216-5d1c-4f17-93eb-a06878eec8a5",
  "consumerID": "aai-ml",
  "timestamp": 1664301950050,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvtt3ynpsjyrr4vrhyvv/1.0/resourceInstances/pnf647cb84f7daf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:08:22.056Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:08:22.056Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:22.056Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ff3216-5d1c-4f17-93eb-a06878eec8a5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664301954677,
  "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-27T18:08:22.061Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a0ff3216-5d1c-4f17-93eb-a06878eec8a5
2022-09-27T18:08:22.061Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId a0ff3216-5d1c-4f17-93eb-a06878eec8a5 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-27T18:08:22.068Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:22.069Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ff3216-5d1c-4f17-93eb-a06878eec8a5",
  "consumerID": "clamp",
  "timestamp": 1664301948433,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvtt3ynpsjyrr4vrhyvv/1.0/resourceInstances/pnf647cb84f7daf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:08:22.069Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:08:22.069Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:22.069Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ff3216-5d1c-4f17-93eb-a06878eec8a5",
  "consumerID": "aai-ml",
  "timestamp": 1664301950050,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvtt3ynpsjyrr4vrhyvv/1.0/resourceInstances/pnf647cb84f7daf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:08:22.070Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:08:22.070Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:22.070Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ff3216-5d1c-4f17-93eb-a06878eec8a5",
  "consumerID": "clamp",
  "timestamp": 1664301948433,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvtt3ynpsjyrr4vrhyvv/1.0/artifacts/service-DemoPnfDvtt3ynpsjyrr4vrhyvv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:08:22.070Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:08:22.070Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:22.071Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ff3216-5d1c-4f17-93eb-a06878eec8a5",
  "consumerID": "aai-ml",
  "timestamp": 1664301950050,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvtt3ynpsjyrr4vrhyvv/1.0/resourceInstances/pnf647cb84f7daf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:08:22.071Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:08:22.071Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:22.071Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ff3216-5d1c-4f17-93eb-a06878eec8a5",
  "consumerID": "clamp",
  "timestamp": 1664301948433,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvtt3ynpsjyrr4vrhyvv/1.0/artifacts/service-DemoPnfDvtt3ynpsjyrr4vrhyvv-csar.csar",
  "status": "NOTIFIED"
}
2022-09-27T18:08:22.072Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:08:22.072Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:22.072Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ff3216-5d1c-4f17-93eb-a06878eec8a5",
  "consumerID": "aai-ml",
  "timestamp": 1664301950050,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvtt3ynpsjyrr4vrhyvv/1.0/resourceInstances/pnf647cb84f7daf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:08:22.072Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:08:22.072Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:22.073Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21b60aed-cfbc-48ac-8ab9-ccab39281d80",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664301948781,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:08:22.073Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:08:22.073Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:22.073Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ff3216-5d1c-4f17-93eb-a06878eec8a5",
  "consumerID": "aai-ml",
  "timestamp": 1664301950050,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvtt3ynpsjyrr4vrhyvv/1.0/artifacts/service-DemoPnfDvtt3ynpsjyrr4vrhyvv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:08:22.074Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:08:22.074Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:22.074Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21b60aed-cfbc-48ac-8ab9-ccab39281d80",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664301948781,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:08:22.074Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:08:22.075Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:22.075Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ff3216-5d1c-4f17-93eb-a06878eec8a5",
  "consumerID": "aai-ml",
  "timestamp": 1664301950050,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvtt3ynpsjyrr4vrhyvv/1.0/artifacts/service-DemoPnfDvtt3ynpsjyrr4vrhyvv-csar.csar",
  "status": "NOTIFIED"
}
2022-09-27T18:08:22.075Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:08:22.075Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:22.075Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21b60aed-cfbc-48ac-8ab9-ccab39281d80",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664301948781,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:08:22.075Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:08:22.075Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:22.075Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ff3216-5d1c-4f17-93eb-a06878eec8a5",
  "consumerID": "aai-ml",
  "timestamp": 1664301958863,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvtt3ynpsjyrr4vrhyvv/1.0/artifacts/service-DemoPnfDvtt3ynpsjyrr4vrhyvv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-27T18:08:22.076Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:08:22.076Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:22.076Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21b60aed-cfbc-48ac-8ab9-ccab39281d80",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664301948781,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:08:22.076Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:08:22.076Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:22.076Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21b60aed-cfbc-48ac-8ab9-ccab39281d80",
  "consumerID": "cds",
  "timestamp": 1664301960123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:08:22.076Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:08:22.076Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:22.076Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21b60aed-cfbc-48ac-8ab9-ccab39281d80",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664301948781,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:08:22.076Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:08:22.077Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:22.077Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21b60aed-cfbc-48ac-8ab9-ccab39281d80",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664301960500,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:08:22.077Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:08:22.077Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:22.077Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21b60aed-cfbc-48ac-8ab9-ccab39281d80",
  "consumerID": "cds",
  "timestamp": 1664301960123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:08:22.077Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:08:22.077Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:22.077Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21b60aed-cfbc-48ac-8ab9-ccab39281d80",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664301948781,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:08:22.077Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:08:22.077Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:22.077Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21b60aed-cfbc-48ac-8ab9-ccab39281d80",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664301960500,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-09-27T18:08:22.078Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:08:22.078Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:22.078Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21b60aed-cfbc-48ac-8ab9-ccab39281d80",
  "consumerID": "cds",
  "timestamp": 1664301960123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:08:22.078Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:08:22.078Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:22.078Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21b60aed-cfbc-48ac-8ab9-ccab39281d80",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664301948781,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:08:22.078Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:08:22.078Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:22.078Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21b60aed-cfbc-48ac-8ab9-ccab39281d80",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664301960500,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-09-27T18:08:22.078Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:08:22.078Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:22.079Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21b60aed-cfbc-48ac-8ab9-ccab39281d80",
  "consumerID": "cds",
  "timestamp": 1664301960123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:08:22.079Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:08:22.079Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:22.079Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21b60aed-cfbc-48ac-8ab9-ccab39281d80",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664301960500,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:08:22.079Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:08:22.079Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:22.079Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ff3216-5d1c-4f17-93eb-a06878eec8a5",
  "consumerID": "clamp",
  "timestamp": 1664301964483,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvtt3ynpsjyrr4vrhyvv/1.0/artifacts/service-DemoPnfDvtt3ynpsjyrr4vrhyvv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-27T18:08:22.079Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:08:22.079Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:22.079Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21b60aed-cfbc-48ac-8ab9-ccab39281d80",
  "consumerID": "cds",
  "timestamp": 1664301960123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:08:22.080Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:08:22.080Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:22.080Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ff3216-5d1c-4f17-93eb-a06878eec8a5",
  "consumerID": "aai-ml",
  "timestamp": 1664301964489,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvtt3ynpsjyrr4vrhyvv/1.0/artifacts/service-DemoPnfDvtt3ynpsjyrr4vrhyvv-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-27T18:08:22.080Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:08:22.080Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:22.080Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21b60aed-cfbc-48ac-8ab9-ccab39281d80",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664301960500,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-09-27T18:08:22.080Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:08:22.080Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:22.081Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ff3216-5d1c-4f17-93eb-a06878eec8a5",
  "consumerID": "clamp",
  "timestamp": 1664301965500,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvtt3ynpsjyrr4vrhyvv/1.0/artifacts/service-DemoPnfDvtt3ynpsjyrr4vrhyvv-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-27T18:08:22.081Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:08:22.081Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:22.081Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21b60aed-cfbc-48ac-8ab9-ccab39281d80",
  "consumerID": "cds",
  "timestamp": 1664301960123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:08:22.081Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:08:22.081Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:22.081Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ff3216-5d1c-4f17-93eb-a06878eec8a5",
  "consumerID": "aai-ml",
  "timestamp": 1664301965494,
  "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-27T18:08:22.086Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a0ff3216-5d1c-4f17-93eb-a06878eec8a5
2022-09-27T18:08:22.086Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId a0ff3216-5d1c-4f17-93eb-a06878eec8a5 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-27T18:08:22.094Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:22.094Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21b60aed-cfbc-48ac-8ab9-ccab39281d80",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664301960500,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:08:22.094Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:08:22.094Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:22.094Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21b60aed-cfbc-48ac-8ab9-ccab39281d80",
  "consumerID": "cds",
  "timestamp": 1664301960123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-09-27T18:08:22.094Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:08:22.095Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:22.095Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ff3216-5d1c-4f17-93eb-a06878eec8a5",
  "consumerID": "clamp",
  "timestamp": 1664301966504,
  "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-27T18:08:22.099Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a0ff3216-5d1c-4f17-93eb-a06878eec8a5
2022-09-27T18:08:22.099Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId a0ff3216-5d1c-4f17-93eb-a06878eec8a5 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-27T18:08:22.107Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:22.107Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21b60aed-cfbc-48ac-8ab9-ccab39281d80",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664301960500,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-09-27T18:08:22.107Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:08:22.107Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:22.107Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21b60aed-cfbc-48ac-8ab9-ccab39281d80",
  "consumerID": "cds",
  "timestamp": 1664301968211,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-27T18:08:22.108Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:08:22.108Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:22.108Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21b60aed-cfbc-48ac-8ab9-ccab39281d80",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664301968331,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-27T18:08:22.108Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:08:22.108Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:22.108Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21b60aed-cfbc-48ac-8ab9-ccab39281d80",
  "consumerID": "cds",
  "timestamp": 1664301969218,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-27T18:08:22.119Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 21b60aed-cfbc-48ac-8ab9-ccab39281d80
2022-09-27T18:08:22.120Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 21b60aed-cfbc-48ac-8ab9-ccab39281d80 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-27T18:08:22.128Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:22.128Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21b60aed-cfbc-48ac-8ab9-ccab39281d80",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664301969470,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-27T18:08:22.128Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:08:22.129Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:22.129Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21b60aed-cfbc-48ac-8ab9-ccab39281d80",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664301970570,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-09-27T18:08:22.129Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:08:22.129Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:22.129Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21b60aed-cfbc-48ac-8ab9-ccab39281d80",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664301971594,
  "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-27T18:08:22.133Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 21b60aed-cfbc-48ac-8ab9-ccab39281d80
2022-09-27T18:08:22.133Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 21b60aed-cfbc-48ac-8ab9-ccab39281d80 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-27T18:08:22.141Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:22.141Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21b60aed-cfbc-48ac-8ab9-ccab39281d80",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664301972704,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:08:22.141Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:08:22.141Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:22.141Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21b60aed-cfbc-48ac-8ab9-ccab39281d80",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664301972597,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-27T18:08:22.142Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:08:22.142Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:22.142Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21b60aed-cfbc-48ac-8ab9-ccab39281d80",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664301972704,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:08:22.142Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:08:22.142Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:22.142Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21b60aed-cfbc-48ac-8ab9-ccab39281d80",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664301972704,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:08:22.143Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:08:22.143Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:22.143Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21b60aed-cfbc-48ac-8ab9-ccab39281d80",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664301972704,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:08:22.143Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:08:22.143Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:22.143Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21b60aed-cfbc-48ac-8ab9-ccab39281d80",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664301972704,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:08:22.143Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:08:22.144Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:22.144Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21b60aed-cfbc-48ac-8ab9-ccab39281d80",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664301972704,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:08:22.144Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:08:22.144Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:22.144Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21b60aed-cfbc-48ac-8ab9-ccab39281d80",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664301972704,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-09-27T18:08:22.144Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:08:22.144Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:22.145Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21b60aed-cfbc-48ac-8ab9-ccab39281d80",
  "consumerID": "clamp",
  "timestamp": 1664301978433,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:08:22.145Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:08:22.145Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:22.145Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21b60aed-cfbc-48ac-8ab9-ccab39281d80",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664301980572,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-27T18:08:22.145Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:08:22.145Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:22.146Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21b60aed-cfbc-48ac-8ab9-ccab39281d80",
  "consumerID": "clamp",
  "timestamp": 1664301978433,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-09-27T18:08:22.146Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:08:22.146Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:22.146Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21b60aed-cfbc-48ac-8ab9-ccab39281d80",
  "consumerID": "clamp",
  "timestamp": 1664301978433,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:08:22.146Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:08:22.146Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T18:08:22.146Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21b60aed-cfbc-48ac-8ab9-ccab39281d80",
  "consumerID": "aai-ml",
  "timestamp": 1664301980050,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:08:22.146Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:08:26.804Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bdf2d48c-c1db-49d4-b481-ea896d4a21f5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T18:08:26.814Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bdf2d48c-c1db-49d4-b481-ea896d4a21f5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-27T18:08:26.816Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-27T18:08:26.816Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-27T18:08:26.816Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-27T18:08:26.816Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-27T18:08:26.817Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-27T18:08:26.817Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-27T18:08:26.817Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-27T18:08:26.817Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-27T18:08:26.817Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-27T18:08:26.817Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-27T18:08:26.817Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-27T18:08:26.822Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-27T18:08:56.822Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bdf2d48c-c1db-49d4-b481-ea896d4a21f5 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-27T18:08:56.830Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bdf2d48c-c1db-49d4-b481-ea896d4a21f5 and serviceModelVersionId: 2291dbb2-edbf-4297-a033-592950ee6fe5
2022-09-27T18:08:56.830Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fc77420e-7a1d-4f75-b170-5a232d49d853
2022-09-27T18:08:56.831Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fc77420e-7a1d-4f75-b170-5a232d49d853/model-vers/model-ver/2291dbb2-edbf-4297-a033-592950ee6fe5?depth=0
2022-09-27T18:08:56.834Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-09-27T18:08:56.875Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fc77420e-7a1d-4f75-b170-5a232d49d853/model-vers/model-ver/2291dbb2-edbf-4297-a033-592950ee6fe5?depth=0|INFO|500||Invoke
2022-09-27T18:08:56.875Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fc77420e-7a1d-4f75-b170-5a232d49d853/model-vers/model-ver/2291dbb2-edbf-4297-a033-592950ee6fe5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fc77420e-7a1d-4f75-b170-5a232d49d853/model-vers/model-ver/2291dbb2-edbf-4297-a033-592950ee6fe5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[bdf2d48c-c1db-49d4-b481-ea896d4a21f5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c1f6435c-042f-4adf-bc0d-42e685a76b9c], X-ECOMP-RequestID=[bdf2d48c-c1db-49d4-b481-ea896d4a21f5], X-TransactionId=[], X-ONAP-RequestID=[bdf2d48c-c1db-49d4-b481-ea896d4a21f5], Content-Type=[application/merge-patch+json]}
2022-09-27T18:08:56.895Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fc77420e-7a1d-4f75-b170-5a232d49d853/model-vers/model-ver/2291dbb2-edbf-4297-a033-592950ee6fe5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-09-27T18:08:57.027Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fc77420e-7a1d-4f75-b170-5a232d49d853/model-vers/model-ver/2291dbb2-edbf-4297-a033-592950ee6fe5?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/fc77420e-7a1d-4f75-b170-5a232d49d853/model-vers/model-ver/2291dbb2-edbf-4297-a033-592950ee6fe5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220927-18:08:57:014-1303], vertex-id=[229472], Content-Length=[0], Date=[Tue, 27 Sep 2022 18:08:57 GMT], Content-Type=[application/json]}
2022-09-27T18:08:57.028Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fc77420e-7a1d-4f75-b170-5a232d49d853/model-vers/model-ver/2291dbb2-edbf-4297-a033-592950ee6fe5?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-09-27T18:08:57.028Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fc77420e-7a1d-4f75-b170-5a232d49d853/model-vers/model-ver/2291dbb2-edbf-4297-a033-592950ee6fe5?depth=0|INFO|500||InvokeReturn
2022-09-27T18:08:57.029Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-09-27T18:08:57.029Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-27T18:08:57.034Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-09-27T18:08:57.035Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bdf2d48c-c1db-49d4-b481-ea896d4a21f5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-09-27T18:08:57.035Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-09-27T18:08:57.035Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-09-27T18:08:57.037Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T18:08:57.037Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302137035,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-27T18:08:57.137Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-27T18:08:57.138Z||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-27T18:08:57.138Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:08:57.158Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:08:57.158Z||pool-61-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-27T18:08:58.049Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-27T18:08:58.050Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"a0ff3216-5d1c-4f17-93eb-a06878eec8a5","serviceName":"Demo_pNF_dVTT3YNPsJyRR4vrHyvV","serviceVersion":"1.0","serviceUUID":"743e07ac-dc2c-4b18-868f-9d339f8a4b48","serviceDescription":"catalog service description","serviceInvariantUUID":"4bff9892-1584-4a57-b87e-8b6273b23ee1","resources":[{"resourceInstanceName":"pNF 647cb84f-7daf 0","resourceName":"pNF 647cb84f-7daf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"8c106f9a-30a1-4d82-a2e6-0e73480dbc87","resourceInvariantUUID":"8d1d6c13-6dd9-4084-8179-7822ec8b8213","resourceCustomizationUUID":"4627c8a5-c327-499f-a2de-ed747664baf0","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDvtt3ynpsjyrr4vrhyvv/1.0/resourceInstances/pnf647cb84f7daf0/artifacts/vf-license-model.xml","artifactChecksum":"NGJkYTkwMTRhNjQ3ODAwNDY4ZjVhZjU1OTYyOGNmNjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e4c09f53-7219-4187-a159-64055fb8996d","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDvtt3ynpsjyrr4vrhyvv/1.0/resourceInstances/pnf647cb84f7daf0/artifacts/pNF.csar","artifactChecksum":"ZTE3MTk1OTM0MTZkNTdjMTRjMTk1ZDllMWVmNDY0NWU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cae9cfb9-7932-4357-b77a-3e6b7464a793","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDvtt3ynpsjyrr4vrhyvv/1.0/resourceInstances/pnf647cb84f7daf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"42669d5f-e80c-43e6-982c-32a7f42ef90a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDvtt3ynpsjyrr4vrhyvv/1.0/resourceInstances/pnf647cb84f7daf0/artifacts/vendor-license-model.xml","artifactChecksum":"ZGQyNTMzNTk0MDhjMjI4Mzc2MjEzY2JkMGEyMzAzMjM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"67c2a350-878f-46e0-b232-e2467221c304","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfDvtt3ynpsjyrr4vrhyvv/1.0/resourceInstances/pnf647cb84f7daf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"45dfc615-9b8f-4268-a4e5-6b34299c2f52","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfDvtt3ynpsjyrr4vrhyvv/1.0/resourceInstances/pnf647cb84f7daf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5b2ab108-48b7-4f1c-91d4-d89730039355","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfDvtt3ynpsjyrr4vrhyvv-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDvtt3ynpsjyrr4vrhyvv/1.0/artifacts/service-DemoPnfDvtt3ynpsjyrr4vrhyvv-template.yml","artifactChecksum":"Yjg2MDhmMWRkMjk0ZDFhMmYzYjcwODFlZWQ5ZTdmMmU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cb6b027f-4687-4092-aecd-1bc9fd97eb25","artifactVersion":"1"},{"artifactName":"service-DemoPnfDvtt3ynpsjyrr4vrhyvv-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfDvtt3ynpsjyrr4vrhyvv/1.0/artifacts/service-DemoPnfDvtt3ynpsjyrr4vrhyvv-csar.csar","artifactChecksum":"ZDE5MGQzMDI0NjMxY2IzY2NjYWFhOTJiMDE1N2YzYzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e0f21001-33e5-45ac-bd8b-22374c47c121","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-27T18:08:58.050Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-27T18:08:58.050Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-09-27T18:08:58.052Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T18:08:58.052Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a0ff3216-5d1c-4f17-93eb-a06878eec8a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302018802,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvtt3ynpsjyrr4vrhyvv/1.0/resourceInstances/pnf647cb84f7daf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:08:58.152Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-27T18:08:58.153Z||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-27T18:08:58.153Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:08:58.168Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:08:58.168Z||pool-62-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-27T18:08:59.053Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-27T18:08:59.053Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-09-27T18:08:59.055Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T18:08:59.055Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a0ff3216-5d1c-4f17-93eb-a06878eec8a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302018802,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvtt3ynpsjyrr4vrhyvv/1.0/resourceInstances/pnf647cb84f7daf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:08:59.155Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-27T18:08:59.156Z||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-27T18:08:59.156Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:08:59.201Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:08:59.201Z||pool-63-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1}
2022-09-27T18:09:00.056Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-27T18:09:00.056Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-09-27T18:09:00.058Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T18:09:00.058Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a0ff3216-5d1c-4f17-93eb-a06878eec8a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302018802,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvtt3ynpsjyrr4vrhyvv/1.0/resourceInstances/pnf647cb84f7daf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:09:00.158Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-27T18:09:00.159Z||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-27T18:09:00.159Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:09:00.177Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:09:00.177Z||pool-64-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-09-27T18:09:01.058Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-27T18:09:01.059Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-09-27T18:09:01.061Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T18:09:01.061Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a0ff3216-5d1c-4f17-93eb-a06878eec8a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302018802,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvtt3ynpsjyrr4vrhyvv/1.0/resourceInstances/pnf647cb84f7daf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:09:01.161Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-27T18:09:01.162Z||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-27T18:09:01.162Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:09:01.185Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:09:01.185Z||pool-65-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-09-27T18:09:02.061Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-27T18:09:02.062Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-09-27T18:09:02.063Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T18:09:02.063Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a0ff3216-5d1c-4f17-93eb-a06878eec8a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302018802,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvtt3ynpsjyrr4vrhyvv/1.0/resourceInstances/pnf647cb84f7daf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:09:02.164Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-27T18:09:02.165Z||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-27T18:09:02.166Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:09:02.211Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:09:02.212Z||pool-66-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1}
2022-09-27T18:09:03.064Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-27T18:09:03.065Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-09-27T18:09:03.067Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T18:09:03.067Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a0ff3216-5d1c-4f17-93eb-a06878eec8a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302018802,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvtt3ynpsjyrr4vrhyvv/1.0/resourceInstances/pnf647cb84f7daf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:09:03.167Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-27T18:09:03.167Z||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-27T18:09:03.168Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:09:03.182Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:09:03.183Z||pool-67-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-09-27T18:09:04.067Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-27T18:09:04.068Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-09-27T18:09:04.070Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T18:09:04.070Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a0ff3216-5d1c-4f17-93eb-a06878eec8a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302018802,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvtt3ynpsjyrr4vrhyvv/1.0/artifacts/service-DemoPnfDvtt3ynpsjyrr4vrhyvv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:09:04.170Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-27T18:09:04.171Z||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-27T18:09:04.171Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:09:04.186Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:09:04.186Z||pool-68-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-09-27T18:09:05.071Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-27T18:09:05.071Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-09-27T18:09:05.073Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T18:09:05.073Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a0ff3216-5d1c-4f17-93eb-a06878eec8a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302018802,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvtt3ynpsjyrr4vrhyvv/1.0/artifacts/service-DemoPnfDvtt3ynpsjyrr4vrhyvv-csar.csar",
  "status": "NOTIFIED"
}
2022-09-27T18:09:05.173Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-27T18:09:05.175Z||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-27T18:09:05.175Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:09:05.191Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:09:05.191Z||pool-69-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-09-27T18:09:06.074Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "a0ff3216-5d1c-4f17-93eb-a06878eec8a5",
  "serviceName": "Demo_pNF_dVTT3YNPsJyRR4vrHyvV",
  "serviceVersion": "1.0",
  "serviceUUID": "743e07ac-dc2c-4b18-868f-9d339f8a4b48",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "4bff9892-1584-4a57-b87e-8b6273b23ee1",
  "resources": [
    {
      "resourceInstanceName": "pNF 647cb84f-7daf 0",
      "resourceCustomizationUUID": "4627c8a5-c327-499f-a2de-ed747664baf0",
      "resourceName": "pNF 647cb84f-7daf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "8c106f9a-30a1-4d82-a2e6-0e73480dbc87",
      "resourceInvariantUUID": "8d1d6c13-6dd9-4084-8179-7822ec8b8213",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfDvtt3ynpsjyrr4vrhyvv-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvtt3ynpsjyrr4vrhyvv/1.0/artifacts/service-DemoPnfDvtt3ynpsjyrr4vrhyvv-csar.csar",
      "artifactChecksum": "ZDE5MGQzMDI0NjMxY2IzY2NjYWFhOTJiMDE1N2YzYzM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e0f21001-33e5-45ac-bd8b-22374c47c121"
    }
  ],
  "workloadContext": "Production"
}
2022-09-27T18:09:06.075Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-27T18:09:06.075Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 743e07ac-dc2c-4b18-868f-9d339f8a4b48 ASDC
2022-09-27T18:09:06.075Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:a0ff3216-5d1c-4f17-93eb-a06878eec8a5
ServiceName:Demo_pNF_dVTT3YNPsJyRR4vrHyvV
ServiceVersion:1.0
ServiceUUID:743e07ac-dc2c-4b18-868f-9d339f8a4b48
ServiceInvariantUUID:4bff9892-1584-4a57-b87e-8b6273b23ee1
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfDvtt3ynpsjyrr4vrhyvv-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfDvtt3ynpsjyrr4vrhyvv/1.0/artifacts/service-DemoPnfDvtt3ynpsjyrr4vrhyvv-csar.csar
ArtifactUUID:e0f21001-33e5-45ac-bd8b-22374c47c121
ArtifactChecksum:ZDE5MGQzMDI0NjMxY2IzY2NjYWFhOTJiMDE1N2YzYzM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 647cb84f-7daf 0
ResourceCustomizationUUID:4627c8a5-c327-499f-a2de-ed747664baf0
ResourceInvariantUUID:8d1d6c13-6dd9-4084-8179-7822ec8b8213
ResourceName:pNF 647cb84f-7daf
ResourceType:PNF
ResourceUUID:8c106f9a-30a1-4d82-a2e6-0e73480dbc87
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-09-27T18:09:06.075Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 743e07ac-dc2c-4b18-868f-9d339f8a4b48 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-27T18:09:06.098Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-27T18:09:06.099Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-09-27T18:09:06.099Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-09-27T18:09:06.099Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: e0f21001-33e5-45ac-bd8b-22374c47c121 from URL: /sdc/v1/catalog/services/DemoPnfDvtt3ynpsjyrr4vrhyvv/1.0/artifacts/service-DemoPnfDvtt3ynpsjyrr4vrhyvv-csar.csar
2022-09-27T18:09:06.100Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-09-27T18:09:06.100Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfDvtt3ynpsjyrr4vrhyvv/1.0/artifacts/service-DemoPnfDvtt3ynpsjyrr4vrhyvv-csar.csar
2022-09-27T18:09:06.294Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-09-27T18:09:06.297Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfDvtt3ynpsjyrr4vrhyvv/1.0/artifacts/service-DemoPnfDvtt3ynpsjyrr4vrhyvv-csar.csar e0f21001-33e5-45ac-bd8b-22374c47c121 87731
2022-09-27T18:09:06.298Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfDvtt3ynpsjyrr4vrhyvv/1.0/artifacts/service-DemoPnfDvtt3ynpsjyrr4vrhyvv-csar.csar ASDC sendASDCNotification
2022-09-27T18:09:06.298Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfDvtt3ynpsjyrr4vrhyvv/1.0/artifacts/service-DemoPnfDvtt3ynpsjyrr4vrhyvv-csar.csar
2022-09-27T18:09:06.298Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-27T18:09:06.298Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-09-27T18:09:06.300Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T18:09:06.300Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a0ff3216-5d1c-4f17-93eb-a06878eec8a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302146298,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvtt3ynpsjyrr4vrhyvv/1.0/artifacts/service-DemoPnfDvtt3ynpsjyrr4vrhyvv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-27T18:09:06.400Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-27T18:09:06.401Z||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-27T18:09:06.401Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:09:06.417Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:09:06.417Z||pool-70-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-09-27T18:09:07.300Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-27T18:09:07.301Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-09-27T18:09:07.302Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: e0f21001-33e5-45ac-bd8b-22374c47c121, URL: /sdc/v1/catalog/services/DemoPnfDvtt3ynpsjyrr4vrhyvv/1.0/artifacts/service-DemoPnfDvtt3ynpsjyrr4vrhyvv-csar.csar to file: /app/ASDC/1/service-DemoPnfDvtt3ynpsjyrr4vrhyvv-csar.csar
2022-09-27T18:09:07.302Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfDvtt3ynpsjyrr4vrhyvv-csar.csar
2022-09-27T18:09:07.302Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfDvtt3ynpsjyrr4vrhyvv-csar.csar
2022-09-27T18:09:07.303Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfDvtt3ynpsjyrr4vrhyvv-csar.csar
2022-09-27T18:09:07.418Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3350512349330460565/Definitions/service-DemoPnfDvtt3ynpsjyrr4vrhyvv-template.yml
2022-09-27T18:09:08.170Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-27T18:09:08.171Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-09-27T18:09:08.171Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfDvtt3ynpsjyrr4vrhyvv-csar.csar
2022-09-27T18:09:08.171Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-09-27T18:09:08.171Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfDvtt3ynpsjyrr4vrhyvv-csar.csar
2022-09-27T18:09:08.171Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfDvtt3ynpsjyrr4vrhyvv-csar.csar
2022-09-27T18:09:08.171Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfDvtt3ynpsjyrr4vrhyvv-csar.csar
2022-09-27T18:09:08.171Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfDvtt3ynpsjyrr4vrhyvv-csar.csar
2022-09-27T18:09:08.172Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfDvtt3ynpsjyrr4vrhyvv-csar.csar
2022-09-27T18:09:08.172Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfDvtt3ynpsjyrr4vrhyvv-csar.csar
2022-09-27T18:09:08.172Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 647cb84f-7daf 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-DemoPnfDvtt3ynpsjyrr4vrhyvv-csar.csar
2022-09-27T18:09:08.172Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-09-27T18:09:08.172Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:09:08.172Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_dVTT3YNPsJyRR4vrHyvV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T18:09:08.172Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||DEBUG|500||Node template pNF 647cb84f-7daf 0 is matching search criteria
2022-09-27T18:09:08.173Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-09-27T18:09:08.173Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 647cb84f-7daf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-27T18:09:08.173Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:09:08.173Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_dVTT3YNPsJyRR4vrHyvV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T18:09:08.173Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||DEBUG|500||Node template pNF 647cb84f-7daf 0 is matching search criteria
2022-09-27T18:09:08.173Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-09-27T18:09:08.174Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 647cb84f-7daf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-27T18:09:08.174Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:09:08.174Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_dVTT3YNPsJyRR4vrHyvV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T18:09:08.174Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:09:08.174Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_dVTT3YNPsJyRR4vrHyvV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T18:09:08.174Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:09:08.174Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_dVTT3YNPsJyRR4vrHyvV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T18:09:08.175Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:09:08.175Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_dVTT3YNPsJyRR4vrHyvV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T18:09:08.175Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:09:08.175Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_dVTT3YNPsJyRR4vrHyvV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T18:09:08.175Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_dVTT3YNPsJyRR4vrHyvV
Description:catalog service description
Model UUID:743e07ac-dc2c-4b18-868f-9d339f8a4b48
Model Version:NULL
Model InvariantUuid:4bff9892-1584-4a57-b87e-8b6273b23ee1
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-27T18:09:08.184Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: 8c106f9a-30a1-4d82-a2e6-0e73480dbc87
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-27T18:09:08.187Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||INFO|500||pNF 647cb84f-7daf 0
2022-09-27T18:09:08.187Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 8c106f9a-30a1-4d82-a2e6-0e73480dbc87
2022-09-27T18:09:08.187Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 743e07ac-dc2c-4b18-868f-9d339f8a4b48
2022-09-27T18:09:08.187Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 743e07ac-dc2c-4b18-868f-9d339f8a4b48
2022-09-27T18:09:08.187Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 647cb84f-7daf 0 8c106f9a-30a1-4d82-a2e6-0e73480dbc87 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-27T18:09:08.192Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@173f2f50, org.onap.sdc.toscaparser.api.parameters.Input@7929a0af, org.onap.sdc.toscaparser.api.parameters.Input@6af19519, org.onap.sdc.toscaparser.api.parameters.Input@58a7dcb1, org.onap.sdc.toscaparser.api.parameters.Input@368c3d5a]
2022-09-27T18:09:08.192Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:09:08.192Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_dVTT3YNPsJyRR4vrHyvV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T18:09:08.192Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 743e07ac-dc2c-4b18-868f-9d339f8a4b48: pNF 647cb84f-7daf
2022-09-27T18:09:08.193Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||INFO|500||Processing PNF resource: 8c106f9a-30a1-4d82-a2e6-0e73480dbc87
2022-09-27T18:09:08.193Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:09:08.193Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_dVTT3YNPsJyRR4vrHyvV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T18:09:08.193Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||INFO|500||Resource customization UUID: 4627c8a5-c327-499f-a2de-ed747664baf0 is the same as notified resource customizationUUID: 4627c8a5-c327-499f-a2de-ed747664baf0
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-27T18:09:08.241Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 647cb84f-7daf 8c106f9a-30a1-4d82-a2e6-0e73480dbc87 0 ASDC deployResourceStructure
2022-09-27T18:09:08.241Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfDvtt3ynpsjyrr4vrhyvv/1.0/artifacts/service-DemoPnfDvtt3ynpsjyrr4vrhyvv-csar.csar ASDC sendASDCNotification
2022-09-27T18:09:08.241Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfDvtt3ynpsjyrr4vrhyvv/1.0/artifacts/service-DemoPnfDvtt3ynpsjyrr4vrhyvv-csar.csar
2022-09-27T18:09:08.241Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-27T18:09:08.241Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-09-27T18:09:08.244Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T18:09:08.244Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a0ff3216-5d1c-4f17-93eb-a06878eec8a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302148241,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvtt3ynpsjyrr4vrhyvv/1.0/artifacts/service-DemoPnfDvtt3ynpsjyrr4vrhyvv-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-27T18:09:08.345Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-27T18:09:08.346Z||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-27T18:09:08.346Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:09:08.371Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:09:08.371Z||pool-71-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":6,"count":1}
2022-09-27T18:09:09.245Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a0ff3216-5d1c-4f17-93eb-a06878eec8a5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T18:09:09.256Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a0ff3216-5d1c-4f17-93eb-a06878eec8a5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-27T18:09:09.260Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-27T18:09:09.260Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-27T18:09:09.261Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-27T18:09:09.261Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-27T18:09:09.261Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-27T18:09:09.261Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-27T18:09:09.261Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-27T18:09:09.261Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-27T18:09:09.261Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-27T18:09:09.261Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-27T18:09:09.261Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-27T18:09:09.266Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-27T18:09:21.805Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:09:21.806Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T18:09:21.806Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:09:21.830Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:09:21.830Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-27T18:09:21.831Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21b60aed-cfbc-48ac-8ab9-ccab39281d80",
  "consumerID": "clamp",
  "timestamp": 1664301978433,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:09:21.831Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:09:21.832Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-27T18:09:21.832Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21b60aed-cfbc-48ac-8ab9-ccab39281d80",
  "consumerID": "aai-ml",
  "timestamp": 1664301980050,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:09:21.832Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:09:21.832Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-27T18:09:21.832Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21b60aed-cfbc-48ac-8ab9-ccab39281d80",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664301983573,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-27T18:09:21.832Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:09:21.832Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-27T18:09:21.832Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21b60aed-cfbc-48ac-8ab9-ccab39281d80",
  "consumerID": "clamp",
  "timestamp": 1664301978433,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:09:21.832Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:09:21.832Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-27T18:09:21.832Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21b60aed-cfbc-48ac-8ab9-ccab39281d80",
  "consumerID": "aai-ml",
  "timestamp": 1664301980050,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:09:21.833Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:09:21.833Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-27T18:09:21.833Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21b60aed-cfbc-48ac-8ab9-ccab39281d80",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664301984578,
  "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-27T18:09:21.840Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 21b60aed-cfbc-48ac-8ab9-ccab39281d80
2022-09-27T18:09:21.840Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 21b60aed-cfbc-48ac-8ab9-ccab39281d80 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-27T18:09:21.847Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-27T18:09:21.847Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21b60aed-cfbc-48ac-8ab9-ccab39281d80",
  "consumerID": "clamp",
  "timestamp": 1664301978433,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:09:21.847Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:09:21.847Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-27T18:09:21.848Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21b60aed-cfbc-48ac-8ab9-ccab39281d80",
  "consumerID": "aai-ml",
  "timestamp": 1664301980050,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:09:21.848Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:09:21.848Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-27T18:09:21.849Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21b60aed-cfbc-48ac-8ab9-ccab39281d80",
  "consumerID": "clamp",
  "timestamp": 1664301978433,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-09-27T18:09:21.849Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:09:21.849Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-27T18:09:21.849Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21b60aed-cfbc-48ac-8ab9-ccab39281d80",
  "consumerID": "aai-ml",
  "timestamp": 1664301980050,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:09:21.850Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:09:21.850Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-27T18:09:21.850Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21b60aed-cfbc-48ac-8ab9-ccab39281d80",
  "consumerID": "aai-ml",
  "timestamp": 1664301980050,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:09:21.850Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:09:21.851Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-27T18:09:21.851Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21b60aed-cfbc-48ac-8ab9-ccab39281d80",
  "consumerID": "aai-ml",
  "timestamp": 1664301980050,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-09-27T18:09:21.851Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:09:21.851Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-27T18:09:21.851Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21b60aed-cfbc-48ac-8ab9-ccab39281d80",
  "consumerID": "aai-ml",
  "timestamp": 1664301987970,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-27T18:09:21.852Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:09:21.852Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-27T18:09:21.852Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21b60aed-cfbc-48ac-8ab9-ccab39281d80",
  "consumerID": "clamp",
  "timestamp": 1664301996489,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-27T18:09:21.852Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:09:21.853Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-27T18:09:21.853Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21b60aed-cfbc-48ac-8ab9-ccab39281d80",
  "consumerID": "aai-ml",
  "timestamp": 1664301996381,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-27T18:09:21.853Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:09:21.853Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-27T18:09:21.853Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21b60aed-cfbc-48ac-8ab9-ccab39281d80",
  "consumerID": "aai-ml",
  "timestamp": 1664301997385,
  "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-27T18:09:21.858Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 21b60aed-cfbc-48ac-8ab9-ccab39281d80
2022-09-27T18:09:21.858Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 21b60aed-cfbc-48ac-8ab9-ccab39281d80 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-27T18:09:21.866Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-27T18:09:21.866Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21b60aed-cfbc-48ac-8ab9-ccab39281d80",
  "consumerID": "clamp",
  "timestamp": 1664301998494,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-27T18:09:21.866Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:09:21.867Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-27T18:09:21.867Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21b60aed-cfbc-48ac-8ab9-ccab39281d80",
  "consumerID": "clamp",
  "timestamp": 1664301999498,
  "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-27T18:09:21.871Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 21b60aed-cfbc-48ac-8ab9-ccab39281d80
2022-09-27T18:09:21.871Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 21b60aed-cfbc-48ac-8ab9-ccab39281d80 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-27T18:09:21.878Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-27T18:09:21.879Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33542e0a-b127-4f5b-81d2-16d324e51746",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302017787,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-27T18:09:21.879Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:09:21.879Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-27T18:09:21.879Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302018802,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:09:21.880Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:09:21.880Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-27T18:09:21.880Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302018802,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-09-27T18:09:21.880Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:09:21.880Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-27T18:09:21.880Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302018802,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-09-27T18:09:21.881Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:09:21.881Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-27T18:09:21.881Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302018802,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-09-27T18:09:21.881Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:09:21.881Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-27T18:09:21.882Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302018802,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-09-27T18:09:21.882Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:09:21.882Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-27T18:09:21.882Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302018802,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:09:21.883Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:09:21.883Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-27T18:09:21.883Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302018802,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-09-27T18:09:21.883Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:09:21.883Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-27T18:09:21.883Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302018802,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:09:21.884Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:09:21.884Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-27T18:09:21.884Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302018802,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-09-27T18:09:21.884Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:09:21.885Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-27T18:09:21.885Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302032607,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-27T18:09:21.885Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:09:21.885Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-27T18:09:21.885Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302035210,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-09-27T18:09:21.886Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:09:21.886Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-27T18:09:21.886Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302036271,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-09-27T18:09:21.886Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:09:21.886Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-27T18:09:21.887Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302037354,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-27T18:09:21.887Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:09:21.887Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-27T18:09:21.887Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302038460,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-27T18:09:21.887Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:09:21.888Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-27T18:09:21.888Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302039637,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-09-27T18:09:21.888Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:09:21.888Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-27T18:09:21.889Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302040759,
  "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-27T18:09:21.889Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:09:39.266Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a0ff3216-5d1c-4f17-93eb-a06878eec8a5 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-27T18:09:39.271Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a0ff3216-5d1c-4f17-93eb-a06878eec8a5 and serviceModelVersionId: 743e07ac-dc2c-4b18-868f-9d339f8a4b48
2022-09-27T18:09:39.271Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4bff9892-1584-4a57-b87e-8b6273b23ee1
2022-09-27T18:09:39.271Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4bff9892-1584-4a57-b87e-8b6273b23ee1/model-vers/model-ver/743e07ac-dc2c-4b18-868f-9d339f8a4b48?depth=0
2022-09-27T18:09:39.275Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-09-27T18:09:39.316Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4bff9892-1584-4a57-b87e-8b6273b23ee1/model-vers/model-ver/743e07ac-dc2c-4b18-868f-9d339f8a4b48?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-27T18:09:39.317Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4bff9892-1584-4a57-b87e-8b6273b23ee1/model-vers/model-ver/743e07ac-dc2c-4b18-868f-9d339f8a4b48?depth=0|INFO|500||Invoke
2022-09-27T18:09:39.336Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4bff9892-1584-4a57-b87e-8b6273b23ee1/model-vers/model-ver/743e07ac-dc2c-4b18-868f-9d339f8a4b48?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-09-27T18:09:39.453Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4bff9892-1584-4a57-b87e-8b6273b23ee1/model-vers/model-ver/743e07ac-dc2c-4b18-868f-9d339f8a4b48?depth=0|INFO|500||InvokeReturn
2022-09-27T18:09:39.453Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4bff9892-1584-4a57-b87e-8b6273b23ee1/model-vers/model-ver/743e07ac-dc2c-4b18-868f-9d339f8a4b48?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220927-18:09:39:452-9865], vertex-id=[225280], Content-Length=[0], Date=[Tue, 27 Sep 2022 18:09:39 GMT], Content-Type=[application/json]}
2022-09-27T18:09:39.454Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2022-09-27T18:09:39.454Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-09-27T18:09:39.454Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-27T18:09:39.459Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-09-27T18:09:39.459Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a0ff3216-5d1c-4f17-93eb-a06878eec8a5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-09-27T18:09:39.460Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-09-27T18:09:39.460Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-09-27T18:09:39.461Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T18:09:39.461Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a0ff3216-5d1c-4f17-93eb-a06878eec8a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302179459,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-27T18:09:39.562Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-27T18:09:39.563Z||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-27T18:09:39.563Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:09:39.643Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:09:39.643Z||pool-72-thread-1|||||INFO|500||cambria reply ok (81 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-27T18:09:40.474Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-27T18:09:40.474Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"21b60aed-cfbc-48ac-8ab9-ccab39281d80","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"cd6a186e-9ef1-4e7f-a6f2-b31e8c79cb05","serviceDescription":"service","serviceInvariantUUID":"b68ec546-068e-4a11-8254-a3dff9595324","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"cc6ccb1d-626c-484a-9dc0-5c066ef96125","resourceInvariantUUID":"21d0a041-24f7-4731-a811-ec3b9272f2e6","resourceCustomizationUUID":"e9e1c01e-35f8-4dc6-ba86-5ee58392e77e","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":"NTRjOGNjYTY3OWI1NjU3YjI5YzQ5MTdhZjZlZWRhMjc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a04949e5-dde7-4e69-b970-1f77f9539377","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":"Yjg1MjMzOWY4M2Y4NzgzN2E0YzQxOWUzZjYyMmVkNzE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1f1637c5-4cf6-48cd-a957-4d2df5e0a352","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":"84fcc011-bb42-48a4-a743-56d4a3eac7de","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":"b9b542bb-ac6f-484b-8dfb-0814be987f5f","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":"d3c610d9-4c33-4220-96de-382c073b5084","artifactVersion":"2","generatedFromUUID":"84fcc011-bb42-48a4-a743-56d4a3eac7de"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NjJmYmVhZWIyOWMxMTliZDIwZWVhZGE1ZDM2MjE2M2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"82bbdc4d-a751-463b-b3af-68a4dca39ada","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MmU3MmI5YTM1YzI2MDc2MzRkYmJhNmY1NTQ0ODgyMWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"461190c5-1ed3-4794-bc30-69b8de4aec8c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-27T18:09:40.475Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-27T18:09:40.475Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-09-27T18:09:40.478Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T18:09:40.478Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "21b60aed-cfbc-48ac-8ab9-ccab39281d80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302018802,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:09:40.578Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-27T18:09:40.579Z||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-27T18:09:40.579Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:09:40.610Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:09:40.611Z||pool-73-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-09-27T18:09:41.478Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-27T18:09:41.479Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-09-27T18:09:41.481Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T18:09:41.481Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "21b60aed-cfbc-48ac-8ab9-ccab39281d80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302018802,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-09-27T18:09:41.581Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-27T18:09:41.582Z||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-27T18:09:41.582Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:09:41.613Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:09:41.614Z||pool-74-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-09-27T18:09:42.483Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-27T18:09:42.484Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-09-27T18:09:42.485Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T18:09:42.486Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "21b60aed-cfbc-48ac-8ab9-ccab39281d80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302018802,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-09-27T18:09:42.591Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-09-27T18:09:42.592Z||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-27T18:09:42.592Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:09:42.609Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:09:42.609Z||pool-75-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-09-27T18:09:43.486Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-27T18:09:43.487Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-09-27T18:09:43.489Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T18:09:43.489Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "21b60aed-cfbc-48ac-8ab9-ccab39281d80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302018802,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:09:43.590Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-27T18:09:43.591Z||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-27T18:09:43.591Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:09:43.619Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:09:43.619Z||pool-76-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-09-27T18:09:44.490Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-27T18:09:44.491Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-09-27T18:09:44.493Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T18:09:44.493Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "21b60aed-cfbc-48ac-8ab9-ccab39281d80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302018802,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-09-27T18:09:44.593Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-27T18:09:44.593Z||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-27T18:09:44.593Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:09:44.620Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:09:44.620Z||pool-77-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-09-27T18:09:45.493Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-27T18:09:45.494Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-09-27T18:09:45.496Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T18:09:45.496Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "21b60aed-cfbc-48ac-8ab9-ccab39281d80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302018802,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:09:45.596Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-27T18:09:45.597Z||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-27T18:09:45.597Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:09:45.623Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:09:45.623Z||pool-78-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-09-27T18:09:46.497Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-27T18:09:46.498Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-09-27T18:09:46.499Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T18:09:46.499Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "21b60aed-cfbc-48ac-8ab9-ccab39281d80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302018802,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-09-27T18:09:46.600Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-27T18:09:46.600Z||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-27T18:09:46.600Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:09:46.621Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:09:46.621Z||pool-79-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-09-27T18:09:47.500Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "21b60aed-cfbc-48ac-8ab9-ccab39281d80",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "cd6a186e-9ef1-4e7f-a6f2-b31e8c79cb05",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b68ec546-068e-4a11-8254-a3dff9595324",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "e9e1c01e-35f8-4dc6-ba86-5ee58392e77e",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "cc6ccb1d-626c-484a-9dc0-5c066ef96125",
      "resourceInvariantUUID": "21d0a041-24f7-4731-a811-ec3b9272f2e6",
      "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": "Yjg1MjMzOWY4M2Y4NzgzN2E0YzQxOWUzZjYyMmVkNzE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "1f1637c5-4cf6-48cd-a957-4d2df5e0a352",
          "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": "84fcc011-bb42-48a4-a743-56d4a3eac7de",
          "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": "d3c610d9-4c33-4220-96de-382c073b5084",
            "generatedFromUUID": "84fcc011-bb42-48a4-a743-56d4a3eac7de"
          },
          "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": "d3c610d9-4c33-4220-96de-382c073b5084",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "MmU3MmI5YTM1YzI2MDc2MzRkYmJhNmY1NTQ0ODgyMWQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "461190c5-1ed3-4794-bc30-69b8de4aec8c"
    }
  ],
  "workloadContext": "Production"
}
2022-09-27T18:09:47.501Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-27T18:09:47.501Z|a0ff3216-5d1c-4f17-93eb-a06878eec8a5|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 cd6a186e-9ef1-4e7f-a6f2-b31e8c79cb05 ASDC
2022-09-27T18:09:47.502Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:21b60aed-cfbc-48ac-8ab9-ccab39281d80
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:cd6a186e-9ef1-4e7f-a6f2-b31e8c79cb05
ServiceInvariantUUID:b68ec546-068e-4a11-8254-a3dff9595324
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:461190c5-1ed3-4794-bc30-69b8de4aec8c
ArtifactChecksum:MmU3MmI5YTM1YzI2MDc2MzRkYmJhNmY1NTQ0ODgyMWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:e9e1c01e-35f8-4dc6-ba86-5ee58392e77e
ResourceInvariantUUID:21d0a041-24f7-4731-a811-ec3b9272f2e6
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:cc6ccb1d-626c-484a-9dc0-5c066ef96125
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:1f1637c5-4cf6-48cd-a957-4d2df5e0a352
ArtifactChecksum:Yjg1MjMzOWY4M2Y4NzgzN2E0YzQxOWUzZjYyMmVkNzE=
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:84fcc011-bb42-48a4-a743-56d4a3eac7de
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:d3c610d9-4c33-4220-96de-382c073b5084
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:d3c610d9-4c33-4220-96de-382c073b5084
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-09-27T18:09:47.502Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cd6a186e-9ef1-4e7f-a6f2-b31e8c79cb05 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-27T18:09:47.533Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-27T18:09:47.534Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-09-27T18:09:47.534Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-09-27T18:09:47.534Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 461190c5-1ed3-4794-bc30-69b8de4aec8c from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-09-27T18:09:47.534Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-09-27T18:09:47.534Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-09-27T18:09:47.982Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-09-27T18:09:47.985Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 461190c5-1ed3-4794-bc30-69b8de4aec8c 74760
2022-09-27T18:09:47.986Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-09-27T18:09:47.986Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-09-27T18:09:47.986Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-27T18:09:47.986Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-09-27T18:09:47.988Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T18:09:47.988Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "21b60aed-cfbc-48ac-8ab9-ccab39281d80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302187986,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-27T18:09:48.089Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-27T18:09:48.089Z||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-27T18:09:48.089Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:09:48.120Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:09:48.120Z||pool-80-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-09-27T18:09:48.989Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-27T18:09:48.990Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-09-27T18:09:48.990Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 461190c5-1ed3-4794-bc30-69b8de4aec8c, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-09-27T18:09:48.991Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-09-27T18:09:48.991Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-09-27T18:09:48.991Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-09-27T18:09:49.096Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8214412669551129289/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-27T18:09:50.318Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-27T18:09:50.319Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-09-27T18:09:50.319Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-09-27T18:09:50.319Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-09-27T18:09:50.319Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-09-27T18:09:50.319Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-09-27T18:09:50.319Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||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-27T18:09:50.319Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||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-27T18:09:50.320Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-09-27T18:09:50.320Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-09-27T18:09:50.320Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-09-27T18:09:50.320Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-09-27T18:09:50.320Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:09:50.320Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T18:09:50.320Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-27T18:09:50.320Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-09-27T18:09:50.321Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-27T18:09:50.321Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:09:50.321Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T18:09:50.321Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-27T18:09:50.321Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-09-27T18:09:50.321Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-27T18:09:50.321Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:09:50.321Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T18:09:50.322Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:09:50.322Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-09-27T18:09:50.322Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-09-27T18:09:50.322Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-09-27T18:09:50.322Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-09-27T18:09:50.322Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-09-27T18:09:50.322Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-27T18:09:50.323Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:09:50.323Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-27T18:09:50.323Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:09:50.323Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-27T18:09:50.323Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-27T18:09:50.323Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:09:50.323Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-27T18:09:50.324Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-27T18:09:50.324Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:09:50.324Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-27T18:09:50.324Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-27T18:09:50.324Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:09:50.324Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-09-27T18:09:50.324Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-09-27T18:09:50.324Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-09-27T18:09:50.325Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=dbbe2ba7-aeab-484c-8ad6-32fba5307997
2022-09-27T18:09:50.325Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:09:50.325Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T18:09:50.325Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:09:50.325Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T18:09:50.325Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:09:50.325Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T18:09:50.325Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:09:50.326Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T18:09:50.326Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:cd6a186e-9ef1-4e7f-a6f2-b31e8c79cb05
Model Version:NULL
Model InvariantUuid:b68ec546-068e-4a11-8254-a3dff9595324
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:06cbd8d3-6547-4c7a-bd55-384f4b5283c7
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:21d0a041-24f7-4731-a811-ec3b9272f2e6
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e9e1c01e-35f8-4dc6-ba86-5ee58392e77e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:40c92ffe-d11b-4ef3-93cb-b12f7458baa8
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:ff3483b3-bfc9-4544-8a03-34ec083485b8
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:dbbe2ba7-aeab-484c-8ad6-32fba5307997
ModelInvariantUuid:2c6aa88e-f67c-4fdb-9d45-8c67cbced7c3
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:7ecb3119-0e29-47a0-aa12-670bff0913a7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:1be952b4-d3ab-45fe-ab0a-87bc7373f139
ModelInvariantUuid:e607f41a-50c3-4b24-89aa-b20aaa5fd7be
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:f0d7519d-138f-4589-b1ef-4304921944db
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-27T18:09:50.333Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: cc6ccb1d-626c-484a-9dc0-5c066ef96125
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-27T18:09:50.336Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||INFO|500||basic_vm 0
2022-09-27T18:09:50.336Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: cc6ccb1d-626c-484a-9dc0-5c066ef96125
2022-09-27T18:09:50.336Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 1f1637c5-4cf6-48cd-a957-4d2df5e0a352 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-09-27T18:09:50.336Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-09-27T18:09:50.337Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-09-27T18:09:50.429Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-09-27T18:09:50.430Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 1f1637c5-4cf6-48cd-a957-4d2df5e0a352 787
2022-09-27T18:09:50.430Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-09-27T18:09:50.430Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-09-27T18:09:50.430Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-27T18:09:50.430Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-09-27T18:09:50.432Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T18:09:50.432Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "21b60aed-cfbc-48ac-8ab9-ccab39281d80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302190430,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-27T18:09:50.532Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-27T18:09:50.533Z||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-27T18:09:50.533Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:09:50.586Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:09:50.587Z||pool-81-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":0,"count":1}
2022-09-27T18:09:51.432Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "40c92ffe-d11b-4ef3-93cb-b12f7458baa8",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ff3483b3-bfc9-4544-8a03-34ec083485b8",
    "vfModuleModelCustomizationUUID": "8ea3e4b2-aedc-4305-bc9b-198b9a084036",
    "isBase": true,
    "artifacts": [
      "84fcc011-bb42-48a4-a743-56d4a3eac7de",
      "d3c610d9-4c33-4220-96de-382c073b5084"
    ],
    "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-27T18:09:51.436Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ff3483b3-bfc9-4544-8a03-34ec083485b8
VfModuleModelInvariantUUID:40c92ffe-d11b-4ef3-93cb-b12f7458baa8
VfModuleModelDescription:NULL
Artifacts UUID List:{
84fcc011-bb42-48a4-a743-56d4a3eac7de
,
d3c610d9-4c33-4220-96de-382c073b5084

}
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-27T18:09:51.437Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "40c92ffe-d11b-4ef3-93cb-b12f7458baa8",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ff3483b3-bfc9-4544-8a03-34ec083485b8",
    "vfModuleModelCustomizationUUID": "8ea3e4b2-aedc-4305-bc9b-198b9a084036",
    "isBase": true,
    "artifacts": [
      "84fcc011-bb42-48a4-a743-56d4a3eac7de",
      "d3c610d9-4c33-4220-96de-382c073b5084"
    ],
    "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-27T18:09:51.437Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ff3483b3-bfc9-4544-8a03-34ec083485b8
VfModuleModelInvariantUUID:40c92ffe-d11b-4ef3-93cb-b12f7458baa8
VfModuleModelDescription:NULL
Artifacts UUID List:{
84fcc011-bb42-48a4-a743-56d4a3eac7de
,
d3c610d9-4c33-4220-96de-382c073b5084

}
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-27T18:09:51.438Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 84fcc011-bb42-48a4-a743-56d4a3eac7de from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-09-27T18:09:51.438Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-09-27T18:09:51.438Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-09-27T18:09:51.525Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-09-27T18:09:51.525Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 84fcc011-bb42-48a4-a743-56d4a3eac7de 5033
2022-09-27T18:09:51.526Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-09-27T18:09:51.526Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-09-27T18:09:51.526Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-27T18:09:51.526Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-09-27T18:09:51.528Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T18:09:51.528Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "21b60aed-cfbc-48ac-8ab9-ccab39281d80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302191526,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-27T18:09:51.628Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-27T18:09:51.629Z||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-27T18:09:51.629Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:09:51.645Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:09:51.645Z||pool-82-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-09-27T18:09:52.528Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: d3c610d9-4c33-4220-96de-382c073b5084 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-09-27T18:09:52.529Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-09-27T18:09:52.529Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-09-27T18:09:52.588Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-09-27T18:09:52.588Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env d3c610d9-4c33-4220-96de-382c073b5084 903
2022-09-27T18:09:52.589Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-09-27T18:09:52.589Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-09-27T18:09:52.589Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-27T18:09:52.589Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-09-27T18:09:52.591Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T18:09:52.591Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "21b60aed-cfbc-48ac-8ab9-ccab39281d80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302192589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-09-27T18:09:52.693Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-09-27T18:09:52.694Z||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-27T18:09:52.694Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:09:52.711Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:09:52.711Z||pool-83-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-09-27T18:09:53.592Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: cd6a186e-9ef1-4e7f-a6f2-b31e8c79cb05
2022-09-27T18:09:53.592Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 cc6ccb1d-626c-484a-9dc0-5c066ef96125 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-27T18:09:53.604Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5e0b1900, org.onap.sdc.toscaparser.api.parameters.Input@76ac5a77, org.onap.sdc.toscaparser.api.parameters.Input@3e967c21, org.onap.sdc.toscaparser.api.parameters.Input@2f682c02, org.onap.sdc.toscaparser.api.parameters.Input@29adf3f6]
2022-09-27T18:09:53.606Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:09:53.606Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T18:09:53.606Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2022-09-27T18:09:53.606Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= e9e1c01e-35f8-4dc6-ba86-5ee58392e77e
2022-09-27T18:09:53.606Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e9e1c01e-35f8-4dc6-ba86-5ee58392e77e matches Tosca VF Customization UUID: e9e1c01e-35f8-4dc6-ba86-5ee58392e77e
2022-09-27T18:09:53.607Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: e9e1c01e-35f8-4dc6-ba86-5ee58392e77e  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-27T18:09:53.608Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:09:53.609Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T18:09:53.609Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id e9e1c01e-35f8-4dc6-ba86-5ee58392e77e: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-09-27T18:09:53.610Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5e5a5d92
2022-09-27T18:09:53.610Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:09:53.610Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-27T18:09:53.610Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8ea3e4b2-aedc-4305-bc9b-198b9a084036
2022-09-27T18:09:53.610Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8ea3e4b2-aedc-4305-bc9b-198b9a084036
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-27T18:09:53.612Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:09:53.613Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-27T18:09:53.613Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-27T18:09:53.613Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:09:53.614Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-27T18:09:53.614Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-27T18:09:53.614Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:09:53.614Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-09-27T18:09:53.614Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-09-27T18:09:53.615Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-09-27T18:09:53.615Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=dbbe2ba7-aeab-484c-8ad6-32fba5307997
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-27T18:09:53.616Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:09:53.617Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-27T18:09:53.617Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-27T18:09:53.617Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:09:53.617Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-27T18:09:53.617Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=e9e1c01e-35f8-4dc6-ba86-5ee58392e77e
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-27T18:09:53.619Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:09:53.619Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T18:09:53.619Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid cd6a186e-9ef1-4e7f-a6f2-b31e8c79cb05: basic_vm
2022-09-27T18:09:53.619Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:09:53.619Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T18:09:53.619Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:09:53.620Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T18:09:53.620Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:09:53.620Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T18:09:53.620Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:09:53.620Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T18:09:53.620Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:09:53.621Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T18:09:53.621Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-27T18:09:53.694Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm cc6ccb1d-626c-484a-9dc0-5c066ef96125 1 ASDC deployResourceStructure
2022-09-27T18:09:53.695Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-09-27T18:09:53.695Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-09-27T18:09:53.695Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-27T18:09:53.695Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-09-27T18:09:53.697Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T18:09:53.697Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "21b60aed-cfbc-48ac-8ab9-ccab39281d80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302193695,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-27T18:09:53.797Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-27T18:09:53.798Z||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-27T18:09:53.798Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:09:53.827Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:09:53.828Z||pool-84-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2022-09-27T18:09:54.698Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-09-27T18:09:54.698Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-09-27T18:09:54.698Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-27T18:09:54.698Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-09-27T18:09:54.700Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T18:09:54.700Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "21b60aed-cfbc-48ac-8ab9-ccab39281d80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302194698,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-09-27T18:09:54.801Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-27T18:09:54.802Z||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-27T18:09:54.802Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:09:54.837Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:09:54.837Z||pool-85-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1}
2022-09-27T18:09:55.701Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-09-27T18:09:55.702Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-09-27T18:09:55.702Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-27T18:09:55.702Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-09-27T18:09:55.704Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T18:09:55.704Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "21b60aed-cfbc-48ac-8ab9-ccab39281d80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302195701,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-09-27T18:09:55.804Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-27T18:09:55.805Z||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-27T18:09:55.805Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:09:55.841Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:09:55.841Z||pool-86-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-09-27T18:09:56.705Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-09-27T18:09:56.706Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-09-27T18:09:56.706Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-27T18:09:56.706Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-09-27T18:09:56.708Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T18:09:56.708Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "21b60aed-cfbc-48ac-8ab9-ccab39281d80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302196705,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-27T18:09:56.808Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-27T18:09:56.809Z||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-27T18:09:56.809Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:09:56.825Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:09:56.825Z||pool-87-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-09-27T18:09:57.709Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 21b60aed-cfbc-48ac-8ab9-ccab39281d80
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T18:09:57.720Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 21b60aed-cfbc-48ac-8ab9-ccab39281d80
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-27T18:09:57.722Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-27T18:09:57.722Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-27T18:09:57.722Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-27T18:09:57.722Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-27T18:09:57.722Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-27T18:09:57.722Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-27T18:09:57.722Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-27T18:09:57.723Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-27T18:09:57.723Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-27T18:09:57.723Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-27T18:09:57.723Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-27T18:09:57.727Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-27T18:10:21.805Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:10:21.806Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T18:10:21.806Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:10:21.848Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:10:21.848Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-27T18:10:21.848Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302041763,
  "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-27T18:10:21.849Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:10:21.849Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-27T18:10:21.849Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302042766,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-27T18:10:21.849Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:10:21.849Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-27T18:10:21.849Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302043770,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-09-27T18:10:21.850Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:10:21.850Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-27T18:10:21.850Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302044772,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-09-27T18:10:21.850Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:10:21.850Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-27T18:10:21.850Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302045776,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-27T18:10:21.850Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:10:27.727Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 21b60aed-cfbc-48ac-8ab9-ccab39281d80 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-27T18:10:27.734Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 21b60aed-cfbc-48ac-8ab9-ccab39281d80 and serviceModelVersionId: cd6a186e-9ef1-4e7f-a6f2-b31e8c79cb05
2022-09-27T18:10:27.734Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b68ec546-068e-4a11-8254-a3dff9595324
2022-09-27T18:10:27.735Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b68ec546-068e-4a11-8254-a3dff9595324/model-vers/model-ver/cd6a186e-9ef1-4e7f-a6f2-b31e8c79cb05?depth=0
2022-09-27T18:10:27.738Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-09-27T18:10:27.776Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b68ec546-068e-4a11-8254-a3dff9595324/model-vers/model-ver/cd6a186e-9ef1-4e7f-a6f2-b31e8c79cb05?depth=0|INFO|500||Invoke
2022-09-27T18:10:27.776Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b68ec546-068e-4a11-8254-a3dff9595324/model-vers/model-ver/cd6a186e-9ef1-4e7f-a6f2-b31e8c79cb05?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b68ec546-068e-4a11-8254-a3dff9595324/model-vers/model-ver/cd6a186e-9ef1-4e7f-a6f2-b31e8c79cb05?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[21b60aed-cfbc-48ac-8ab9-ccab39281d80], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f76175cf-ef64-4be9-9b45-6fbb291a9373], X-ECOMP-RequestID=[21b60aed-cfbc-48ac-8ab9-ccab39281d80], X-TransactionId=[], X-ONAP-RequestID=[21b60aed-cfbc-48ac-8ab9-ccab39281d80], Content-Type=[application/merge-patch+json]}
2022-09-27T18:10:27.796Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b68ec546-068e-4a11-8254-a3dff9595324/model-vers/model-ver/cd6a186e-9ef1-4e7f-a6f2-b31e8c79cb05?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-09-27T18:10:27.907Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b68ec546-068e-4a11-8254-a3dff9595324/model-vers/model-ver/cd6a186e-9ef1-4e7f-a6f2-b31e8c79cb05?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/b68ec546-068e-4a11-8254-a3dff9595324/model-vers/model-ver/cd6a186e-9ef1-4e7f-a6f2-b31e8c79cb05?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220927-18:10:27:911-23223], vertex-id=[237776], Content-Length=[0], Date=[Tue, 27 Sep 2022 18:10:27 GMT], Content-Type=[application/json]}
2022-09-27T18:10:27.907Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b68ec546-068e-4a11-8254-a3dff9595324/model-vers/model-ver/cd6a186e-9ef1-4e7f-a6f2-b31e8c79cb05?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-09-27T18:10:27.908Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b68ec546-068e-4a11-8254-a3dff9595324/model-vers/model-ver/cd6a186e-9ef1-4e7f-a6f2-b31e8c79cb05?depth=0|INFO|500||InvokeReturn
2022-09-27T18:10:27.908Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-09-27T18:10:27.908Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-27T18:10:27.915Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-09-27T18:10:27.915Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 21b60aed-cfbc-48ac-8ab9-ccab39281d80 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-09-27T18:10:27.915Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-09-27T18:10:27.915Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-09-27T18:10:27.917Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T18:10:27.917Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "21b60aed-cfbc-48ac-8ab9-ccab39281d80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302227915,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-27T18:10:28.017Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-27T18:10:28.018Z||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-27T18:10:28.019Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:10:28.119Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:10:28.119Z||pool-88-thread-1|||||INFO|500||cambria reply ok (101 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-27T18:10:28.941Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:10:28.941Z||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-27T18:10:28.941Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T18:10:39.483Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:10:39.483Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:10:39.484Z||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-27T18:10:39.484Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T18:10:49.073Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:10:49.074Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:10:49.074Z||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-27T18:10:49.074Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T18:10:58.680Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:10:58.680Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:10:58.681Z||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-27T18:10:58.681Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T18:11:08.280Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:11:08.280Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:11:08.280Z||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-27T18:11:08.281Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T18:11:17.911Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:11:21.803Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:11:21.804Z||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-27T18:11:21.804Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T18:11:21.805Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:11:21.806Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T18:11:21.806Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:11:21.854Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:11:21.854Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T18:11:21.855Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302137035,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-27T18:11:21.856Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:11:21.856Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T18:11:21.856Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ff3216-5d1c-4f17-93eb-a06878eec8a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302018802,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvtt3ynpsjyrr4vrhyvv/1.0/resourceInstances/pnf647cb84f7daf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:11:21.856Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:11:21.856Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T18:11:21.856Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ff3216-5d1c-4f17-93eb-a06878eec8a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302018802,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvtt3ynpsjyrr4vrhyvv/1.0/resourceInstances/pnf647cb84f7daf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:11:21.856Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:11:21.857Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T18:11:21.857Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ff3216-5d1c-4f17-93eb-a06878eec8a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302018802,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvtt3ynpsjyrr4vrhyvv/1.0/resourceInstances/pnf647cb84f7daf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:11:21.857Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:11:21.857Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T18:11:21.857Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ff3216-5d1c-4f17-93eb-a06878eec8a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302018802,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvtt3ynpsjyrr4vrhyvv/1.0/resourceInstances/pnf647cb84f7daf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:11:21.857Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:11:21.857Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T18:11:21.858Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ff3216-5d1c-4f17-93eb-a06878eec8a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302018802,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvtt3ynpsjyrr4vrhyvv/1.0/resourceInstances/pnf647cb84f7daf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:11:21.858Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:11:21.858Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T18:11:21.858Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ff3216-5d1c-4f17-93eb-a06878eec8a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302018802,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvtt3ynpsjyrr4vrhyvv/1.0/resourceInstances/pnf647cb84f7daf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:11:21.858Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:11:21.858Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T18:11:21.859Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ff3216-5d1c-4f17-93eb-a06878eec8a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302018802,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvtt3ynpsjyrr4vrhyvv/1.0/artifacts/service-DemoPnfDvtt3ynpsjyrr4vrhyvv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:11:21.859Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:11:21.859Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T18:11:21.859Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ff3216-5d1c-4f17-93eb-a06878eec8a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302018802,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvtt3ynpsjyrr4vrhyvv/1.0/artifacts/service-DemoPnfDvtt3ynpsjyrr4vrhyvv-csar.csar",
  "status": "NOTIFIED"
}
2022-09-27T18:11:21.859Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:11:21.859Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T18:11:21.860Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ff3216-5d1c-4f17-93eb-a06878eec8a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302146298,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvtt3ynpsjyrr4vrhyvv/1.0/artifacts/service-DemoPnfDvtt3ynpsjyrr4vrhyvv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-27T18:11:21.860Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:11:21.860Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T18:11:21.860Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ff3216-5d1c-4f17-93eb-a06878eec8a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302148241,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvtt3ynpsjyrr4vrhyvv/1.0/artifacts/service-DemoPnfDvtt3ynpsjyrr4vrhyvv-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-27T18:11:21.860Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:11:31.401Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:12:21.803Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:12:21.804Z||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-27T18:12:21.804Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T18:12:21.805Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:12:21.806Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T18:12:21.806Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:12:21.832Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:12:21.833Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-27T18:12:21.833Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ff3216-5d1c-4f17-93eb-a06878eec8a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302179459,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-27T18:12:21.834Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:12:21.834Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-27T18:12:21.834Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21b60aed-cfbc-48ac-8ab9-ccab39281d80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302018802,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:12:21.834Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:12:21.834Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-27T18:12:21.834Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21b60aed-cfbc-48ac-8ab9-ccab39281d80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302018802,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-09-27T18:12:21.834Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:12:21.834Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-27T18:12:21.834Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21b60aed-cfbc-48ac-8ab9-ccab39281d80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302018802,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-09-27T18:12:21.834Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:12:21.834Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-27T18:12:21.835Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21b60aed-cfbc-48ac-8ab9-ccab39281d80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302018802,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:12:21.835Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:12:21.835Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-27T18:12:21.835Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21b60aed-cfbc-48ac-8ab9-ccab39281d80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302018802,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-09-27T18:12:21.835Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:12:21.835Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-27T18:12:21.835Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21b60aed-cfbc-48ac-8ab9-ccab39281d80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302018802,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:12:21.835Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:12:21.835Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-27T18:12:21.835Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21b60aed-cfbc-48ac-8ab9-ccab39281d80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302018802,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-09-27T18:12:21.835Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:12:21.835Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-27T18:12:21.835Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21b60aed-cfbc-48ac-8ab9-ccab39281d80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302187986,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-27T18:12:21.835Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:12:21.836Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-27T18:12:21.836Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21b60aed-cfbc-48ac-8ab9-ccab39281d80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302190430,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-27T18:12:21.836Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:12:21.836Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-27T18:12:21.836Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21b60aed-cfbc-48ac-8ab9-ccab39281d80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302191526,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-27T18:12:21.836Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:12:21.836Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-27T18:12:21.836Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21b60aed-cfbc-48ac-8ab9-ccab39281d80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302192589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-09-27T18:12:21.836Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:12:21.836Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-27T18:12:21.836Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21b60aed-cfbc-48ac-8ab9-ccab39281d80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302193695,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-27T18:12:21.836Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:12:21.836Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-27T18:12:21.836Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21b60aed-cfbc-48ac-8ab9-ccab39281d80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302194698,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-09-27T18:12:21.836Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:12:21.836Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-27T18:12:21.837Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21b60aed-cfbc-48ac-8ab9-ccab39281d80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302195701,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-09-27T18:12:21.837Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:12:21.837Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-27T18:12:21.837Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21b60aed-cfbc-48ac-8ab9-ccab39281d80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302196705,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-27T18:12:21.837Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:12:31.413Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:13:21.803Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:13:21.805Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:13:21.805Z||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-27T18:13:21.805Z||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-27T18:13:21.805Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T18:13:21.805Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T18:13:22.340Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:13:22.340Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-27T18:13:22.341Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21b60aed-cfbc-48ac-8ab9-ccab39281d80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302227915,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-27T18:13:22.342Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:13:31.422Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:14:21.803Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:14:21.804Z||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-27T18:14:21.804Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T18:14:21.805Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:14:21.805Z||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-27T18:14:21.805Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T18:14:31.416Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:14:31.425Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:15:21.803Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:15:21.803Z||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-27T18:15:21.804Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T18:15:21.805Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:15:21.805Z||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-27T18:15:21.805Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T18:15:31.423Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:15:31.440Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:16:21.803Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:16:21.804Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T18:16:21.804Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:16:21.805Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:16:21.806Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T18:16:21.806Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:16:31.416Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:16:31.442Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:17:21.803Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:17:21.804Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T18:17:21.804Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:17:21.805Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:17:21.805Z||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-27T18:17:21.805Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T18:17:31.381Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:17:31.389Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:18:21.803Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:18:21.803Z||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-27T18:18:21.804Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:18:21.805Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:18:21.806Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|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-27T18:18:21.806Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|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 cxCP4M1agj7qmKVP) ...
2022-09-27T18:18:31.398Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:18:31.421Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:19:21.803Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:19:21.803Z||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-27T18:19:21.804Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:19:21.805Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:19:21.806Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T18:19:21.806Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:19:21.933Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:19:22.257Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:19:22.257Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc8000c-3e2a-4c45-9595-e6bbf21d1abb",
  "consumerID": "cds",
  "timestamp": 1664302725120,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:19:22.258Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:19:22.258Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:19:22.259Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc8000c-3e2a-4c45-9595-e6bbf21d1abb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664302720500,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:19:22.259Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:19:22.259Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:19:22.259Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc8000c-3e2a-4c45-9595-e6bbf21d1abb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664302722704,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:19:22.259Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:19:22.259Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:19:22.259Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc8000c-3e2a-4c45-9595-e6bbf21d1abb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664302720500,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-09-27T18:19:22.259Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:19:22.260Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:19:22.260Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc8000c-3e2a-4c45-9595-e6bbf21d1abb",
  "consumerID": "cds",
  "timestamp": 1664302725120,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:19:22.260Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:19:22.260Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:19:22.260Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc8000c-3e2a-4c45-9595-e6bbf21d1abb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664302722704,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:19:22.260Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:19:22.260Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:19:22.260Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc8000c-3e2a-4c45-9595-e6bbf21d1abb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664302728781,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:19:22.260Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:19:22.261Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:19:22.261Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc8000c-3e2a-4c45-9595-e6bbf21d1abb",
  "consumerID": "cds",
  "timestamp": 1664302725120,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:19:22.261Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:19:22.261Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:19:22.261Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc8000c-3e2a-4c45-9595-e6bbf21d1abb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664302720500,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-09-27T18:19:22.261Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:19:22.261Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:19:22.261Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc8000c-3e2a-4c45-9595-e6bbf21d1abb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664302722704,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:19:22.262Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:19:22.262Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:19:22.262Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc8000c-3e2a-4c45-9595-e6bbf21d1abb",
  "consumerID": "clamp",
  "timestamp": 1664302728433,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:19:22.262Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:19:22.262Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:19:22.262Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc8000c-3e2a-4c45-9595-e6bbf21d1abb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664302728781,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:19:22.262Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:19:22.263Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:19:22.263Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc8000c-3e2a-4c45-9595-e6bbf21d1abb",
  "consumerID": "cds",
  "timestamp": 1664302725120,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:19:22.263Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:19:22.263Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:19:22.263Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc8000c-3e2a-4c45-9595-e6bbf21d1abb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664302720500,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:19:22.263Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:19:22.263Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:19:22.263Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc8000c-3e2a-4c45-9595-e6bbf21d1abb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664302722704,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:19:22.264Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:19:22.264Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:19:22.264Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc8000c-3e2a-4c45-9595-e6bbf21d1abb",
  "consumerID": "clamp",
  "timestamp": 1664302728433,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-09-27T18:19:22.264Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:19:22.264Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:19:22.264Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc8000c-3e2a-4c45-9595-e6bbf21d1abb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664302728781,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:19:22.264Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:19:22.264Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:19:22.265Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc8000c-3e2a-4c45-9595-e6bbf21d1abb",
  "consumerID": "cds",
  "timestamp": 1664302725120,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:19:22.265Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:19:22.265Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:19:22.265Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc8000c-3e2a-4c45-9595-e6bbf21d1abb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664302720500,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-09-27T18:19:22.265Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:19:22.265Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:19:22.265Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc8000c-3e2a-4c45-9595-e6bbf21d1abb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664302722704,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:19:22.265Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:19:22.266Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:19:22.266Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc8000c-3e2a-4c45-9595-e6bbf21d1abb",
  "consumerID": "clamp",
  "timestamp": 1664302728433,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:19:22.266Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:19:22.266Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:19:22.266Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc8000c-3e2a-4c45-9595-e6bbf21d1abb",
  "consumerID": "aai-ml",
  "timestamp": 1664302730050,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:19:22.266Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:19:22.266Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:19:22.266Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc8000c-3e2a-4c45-9595-e6bbf21d1abb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664302728781,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:19:22.267Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:19:22.267Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:19:22.267Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc8000c-3e2a-4c45-9595-e6bbf21d1abb",
  "consumerID": "cds",
  "timestamp": 1664302725120,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:19:22.267Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:19:22.267Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:19:22.267Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc8000c-3e2a-4c45-9595-e6bbf21d1abb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664302720500,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:19:22.267Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:19:22.267Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:19:22.268Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc8000c-3e2a-4c45-9595-e6bbf21d1abb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664302722704,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:19:22.268Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:19:22.268Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:19:22.268Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc8000c-3e2a-4c45-9595-e6bbf21d1abb",
  "consumerID": "clamp",
  "timestamp": 1664302728433,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:19:22.268Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:19:22.268Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:19:22.268Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc8000c-3e2a-4c45-9595-e6bbf21d1abb",
  "consumerID": "aai-ml",
  "timestamp": 1664302730050,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:19:22.268Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:19:22.269Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:19:22.269Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc8000c-3e2a-4c45-9595-e6bbf21d1abb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664302728781,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:19:22.269Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:19:22.269Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:19:22.269Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc8000c-3e2a-4c45-9595-e6bbf21d1abb",
  "consumerID": "cds",
  "timestamp": 1664302725120,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:19:22.269Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:19:22.269Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:19:22.269Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc8000c-3e2a-4c45-9595-e6bbf21d1abb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664302720500,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:19:22.270Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:19:22.270Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:19:22.270Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc8000c-3e2a-4c45-9595-e6bbf21d1abb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664302722704,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:19:22.270Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:19:22.270Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:19:22.270Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc8000c-3e2a-4c45-9595-e6bbf21d1abb",
  "consumerID": "clamp",
  "timestamp": 1664302728433,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:19:22.270Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:19:22.270Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:19:22.271Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc8000c-3e2a-4c45-9595-e6bbf21d1abb",
  "consumerID": "aai-ml",
  "timestamp": 1664302730050,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:19:22.271Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:19:22.271Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:19:22.271Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc8000c-3e2a-4c45-9595-e6bbf21d1abb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664302728781,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:19:22.271Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:19:22.271Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:19:22.271Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc8000c-3e2a-4c45-9595-e6bbf21d1abb",
  "consumerID": "cds",
  "timestamp": 1664302725120,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-27T18:19:22.271Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:19:22.272Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:19:22.272Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc8000c-3e2a-4c45-9595-e6bbf21d1abb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664302720500,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-27T18:19:22.272Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:19:22.272Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:19:22.272Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc8000c-3e2a-4c45-9595-e6bbf21d1abb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664302722704,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-27T18:19:22.272Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:19:22.272Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:19:22.272Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc8000c-3e2a-4c45-9595-e6bbf21d1abb",
  "consumerID": "clamp",
  "timestamp": 1664302728433,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:19:22.273Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:19:22.273Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:19:22.273Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc8000c-3e2a-4c45-9595-e6bbf21d1abb",
  "consumerID": "aai-ml",
  "timestamp": 1664302730050,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:19:22.273Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:19:22.273Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:19:22.273Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc8000c-3e2a-4c45-9595-e6bbf21d1abb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664302728781,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:19:22.273Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:19:22.273Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:19:22.273Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc8000c-3e2a-4c45-9595-e6bbf21d1abb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664302734858,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-27T18:19:22.274Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:19:22.274Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:19:22.274Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc8000c-3e2a-4c45-9595-e6bbf21d1abb",
  "consumerID": "cds",
  "timestamp": 1664302735328,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-27T18:19:22.274Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:19:22.274Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:19:22.274Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc8000c-3e2a-4c45-9595-e6bbf21d1abb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664302735768,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-27T18:19:22.274Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:19:22.274Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:19:22.275Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc8000c-3e2a-4c45-9595-e6bbf21d1abb",
  "consumerID": "clamp",
  "timestamp": 1664302728433,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:19:22.275Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:19:22.275Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:19:22.275Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc8000c-3e2a-4c45-9595-e6bbf21d1abb",
  "consumerID": "aai-ml",
  "timestamp": 1664302730050,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:19:22.275Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:19:22.275Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:19:22.275Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc8000c-3e2a-4c45-9595-e6bbf21d1abb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664302728781,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:19:22.275Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:19:22.276Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:19:22.276Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc8000c-3e2a-4c45-9595-e6bbf21d1abb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664302735947,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-27T18:19:22.276Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:19:22.276Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:19:22.276Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc8000c-3e2a-4c45-9595-e6bbf21d1abb",
  "consumerID": "clamp",
  "timestamp": 1664302728433,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-27T18:19:22.276Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:19:22.276Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:19:22.276Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc8000c-3e2a-4c45-9595-e6bbf21d1abb",
  "consumerID": "aai-ml",
  "timestamp": 1664302730050,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:19:22.277Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:19:22.277Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:19:22.277Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc8000c-3e2a-4c45-9595-e6bbf21d1abb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664302737036,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-09-27T18:19:22.277Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:19:22.277Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:19:22.277Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc8000c-3e2a-4c45-9595-e6bbf21d1abb",
  "consumerID": "aai-ml",
  "timestamp": 1664302730050,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:19:22.277Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:19:22.278Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:19:22.278Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc8000c-3e2a-4c45-9595-e6bbf21d1abb",
  "consumerID": "cds",
  "timestamp": 1664302738147,
  "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-27T18:19:22.296Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6dc8000c-3e2a-4c45-9595-e6bbf21d1abb
2022-09-27T18:19:22.296Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6dc8000c-3e2a-4c45-9595-e6bbf21d1abb 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-27T18:19:22.304Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:19:22.304Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc8000c-3e2a-4c45-9595-e6bbf21d1abb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664302738088,
  "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-27T18:19:22.310Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6dc8000c-3e2a-4c45-9595-e6bbf21d1abb
2022-09-27T18:19:22.310Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6dc8000c-3e2a-4c45-9595-e6bbf21d1abb 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-27T18:19:22.318Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:19:22.318Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc8000c-3e2a-4c45-9595-e6bbf21d1abb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664302739070,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-27T18:19:22.318Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:19:22.318Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:19:22.318Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc8000c-3e2a-4c45-9595-e6bbf21d1abb",
  "consumerID": "aai-ml",
  "timestamp": 1664302730050,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-27T18:19:22.318Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:19:22.319Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:19:22.319Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc8000c-3e2a-4c45-9595-e6bbf21d1abb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664302739091,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-27T18:19:22.319Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:19:22.319Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:19:22.319Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc8000c-3e2a-4c45-9595-e6bbf21d1abb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664302740077,
  "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-27T18:19:22.323Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6dc8000c-3e2a-4c45-9595-e6bbf21d1abb
2022-09-27T18:19:22.324Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6dc8000c-3e2a-4c45-9595-e6bbf21d1abb 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-27T18:19:22.331Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:19:22.331Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc8000c-3e2a-4c45-9595-e6bbf21d1abb",
  "consumerID": "aai-ml",
  "timestamp": 1664302738942,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-27T18:19:22.331Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:19:22.331Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:19:22.332Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0",
  "consumerID": "cds",
  "timestamp": 1664302740120,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:19:22.332Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:19:22.332Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:19:22.332Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664302740500,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:19:22.332Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:19:22.332Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:19:22.332Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0",
  "consumerID": "cds",
  "timestamp": 1664302740120,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:19:22.332Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:19:22.333Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:19:22.333Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664302740500,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-09-27T18:19:22.333Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:19:22.333Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:19:22.333Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0",
  "consumerID": "cds",
  "timestamp": 1664302740120,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:19:22.333Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:19:22.333Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:19:22.333Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664302740500,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-09-27T18:19:22.334Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:19:22.334Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:19:22.334Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0",
  "consumerID": "cds",
  "timestamp": 1664302740120,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:19:22.334Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:19:22.334Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:19:22.334Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664302740500,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:19:22.334Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:19:22.334Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:19:22.334Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0",
  "consumerID": "cds",
  "timestamp": 1664302740120,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:19:22.335Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:19:22.335Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:19:22.335Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664302740500,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-09-27T18:19:22.335Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:19:22.335Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:19:22.335Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0",
  "consumerID": "cds",
  "timestamp": 1664302740120,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:19:22.335Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:19:22.336Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:19:22.336Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664302740500,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-09-27T18:19:22.336Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:19:22.336Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:19:22.336Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0",
  "consumerID": "cds",
  "timestamp": 1664302740120,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:19:22.336Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:19:22.337Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:19:22.337Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc8000c-3e2a-4c45-9595-e6bbf21d1abb",
  "consumerID": "clamp",
  "timestamp": 1664302746606,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-27T18:19:22.337Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:19:22.337Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:19:22.337Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664302740500,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-09-27T18:19:22.338Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:19:22.338Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:19:22.338Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0",
  "consumerID": "cds",
  "timestamp": 1664302740120,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:19:22.338Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:19:22.338Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:19:22.339Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664302740500,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:19:22.339Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:19:22.339Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:19:22.339Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0",
  "consumerID": "cds",
  "timestamp": 1664302740120,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:19:22.339Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:19:22.339Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:19:22.339Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664302748782,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:19:22.340Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:19:22.340Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:19:22.340Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664302740500,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:19:22.340Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:19:22.340Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:19:22.340Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0",
  "consumerID": "cds",
  "timestamp": 1664302740120,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-27T18:19:22.340Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:19:22.340Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:19:22.340Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664302748782,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:19:22.341Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:19:22.341Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:19:22.341Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664302740500,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-27T18:19:22.341Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:19:22.341Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:19:22.341Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc8000c-3e2a-4c45-9595-e6bbf21d1abb",
  "consumerID": "aai-ml",
  "timestamp": 1664302749705,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-27T18:19:22.341Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:19:22.341Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:19:22.342Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc8000c-3e2a-4c45-9595-e6bbf21d1abb",
  "consumerID": "clamp",
  "timestamp": 1664302750611,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-27T18:19:22.342Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:19:22.342Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:19:22.342Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664302748782,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:19:22.342Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:19:22.342Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:19:22.342Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0",
  "consumerID": "cds",
  "timestamp": 1664302751082,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-27T18:19:22.342Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:19:22.343Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:19:22.343Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664302751295,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-27T18:19:22.343Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:19:22.343Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:19:22.343Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc8000c-3e2a-4c45-9595-e6bbf21d1abb",
  "consumerID": "aai-ml",
  "timestamp": 1664302750709,
  "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-27T18:19:22.348Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6dc8000c-3e2a-4c45-9595-e6bbf21d1abb
2022-09-27T18:19:22.348Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6dc8000c-3e2a-4c45-9595-e6bbf21d1abb 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-27T18:19:22.355Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:19:22.355Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc8000c-3e2a-4c45-9595-e6bbf21d1abb",
  "consumerID": "clamp",
  "timestamp": 1664302751615,
  "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-27T18:19:22.359Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6dc8000c-3e2a-4c45-9595-e6bbf21d1abb
2022-09-27T18:19:22.359Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6dc8000c-3e2a-4c45-9595-e6bbf21d1abb 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-27T18:19:22.367Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:19:22.367Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664302748782,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:19:22.367Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:19:22.367Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:19:22.367Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0",
  "consumerID": "cds",
  "timestamp": 1664302752534,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-27T18:19:22.377Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0
2022-09-27T18:19:22.377Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0 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-27T18:19:22.383Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:19:22.383Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664302752406,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-27T18:19:22.383Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:19:22.383Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:19:22.384Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664302752704,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:19:22.384Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:19:22.384Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:19:22.384Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664302748782,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:19:22.384Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:19:22.384Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:19:22.384Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664302752704,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:19:22.384Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:19:22.384Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:19:22.385Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664302753514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-09-27T18:19:22.385Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:19:22.385Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:19:22.385Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664302748782,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:19:22.385Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:19:22.385Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:19:22.385Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664302752704,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:19:22.385Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:19:22.386Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:19:22.386Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664302748782,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:19:22.386Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:19:22.386Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:19:22.386Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664302754656,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-09-27T18:19:22.386Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:19:22.386Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:19:22.386Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664302752704,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:19:22.386Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:19:22.387Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:19:22.387Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664302748782,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:19:22.387Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:19:22.387Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:19:22.387Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664302755740,
  "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-27T18:19:22.391Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0
2022-09-27T18:19:22.391Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0 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-27T18:19:22.397Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:19:22.397Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664302752704,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:19:22.397Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:19:22.398Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:19:22.398Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664302748782,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:19:22.398Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:19:22.398Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:19:22.398Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664302756744,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-27T18:19:22.398Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:19:22.398Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:19:22.398Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664302752704,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:19:22.398Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:19:22.399Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:19:22.399Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664302748782,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:19:22.399Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:19:22.399Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:19:22.399Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664302752704,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:19:22.399Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:19:22.399Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:19:22.399Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0",
  "consumerID": "clamp",
  "timestamp": 1664302758433,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:19:22.400Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:19:22.400Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:19:22.400Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664302752704,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:19:22.400Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:19:22.400Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:19:22.400Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0",
  "consumerID": "clamp",
  "timestamp": 1664302758433,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-09-27T18:19:22.400Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:19:22.401Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:19:22.401Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664302752704,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:19:22.401Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:19:22.401Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:19:22.401Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0",
  "consumerID": "clamp",
  "timestamp": 1664302758433,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:19:22.401Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:19:22.401Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:19:22.401Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0",
  "consumerID": "aai-ml",
  "timestamp": 1664302760050,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:19:22.401Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:19:22.402Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:19:22.402Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664302752704,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-27T18:19:22.402Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:19:22.444Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:19:22.444Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-27T18:19:22.444Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"6dc8000c-3e2a-4c45-9595-e6bbf21d1abb","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"6b321e6e-fe23-443a-9c9f-eecc32ced7ea","serviceDescription":"service","serviceInvariantUUID":"36d25dea-f3b0-49bc-9777-2ec51edb3091","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"52fe72e7-47db-4120-a4aa-781f522f24b6","resourceInvariantUUID":"6ff20dfa-2b84-4ce5-82da-f6056b51f498","resourceCustomizationUUID":"5ac4fae5-b7ad-4bbd-80e2-33461f49e346","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":"MzJlM2I3YmFmNDhkOTMyOGEyMDk3MjY5NTc2ZWJmMjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f114355b-79ae-46fb-b5ac-28fefdd0a0f2","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":"MzJhMTZlNGM5ZGIxOTc2Nzg1YzA1NmUzYjdmNmU5Y2I\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2e27ffae-00d1-4e09-b689-58e253b140ec","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":"e3f94f9a-3802-474d-b10a-cc7a599b590f","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":"6ecf15ff-39b7-4690-8ebc-65fbb6dc476b","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":"d24b8019-eae8-435a-907a-89187e1887ef","artifactVersion":"2","generatedFromUUID":"e3f94f9a-3802-474d-b10a-cc7a599b590f"},{"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":"ZmQ4MmYxY2Y2ZjkzMTQ0MGRlODZhMDViMTM3NmUyYzU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"29f6a49f-9dd4-4693-9cb0-cbfe56e957c6","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":"M2YzOGJhN2Y5MWVlNDQ2MDVmYjFkNDkyMjZmYjNkZTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"af3e56a1-6c01-4333-9f76-17f5e35eb9ec","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"OWM0Y2U3N2IzNGYyMzQwMmQwMjdkOGVjYjA0MDM1YjQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"44fb5e44-8b3b-42c3-bded-792cdefd61a3","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-27T18:19:22.446Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-27T18:19:22.447Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-27T18:19:22.456Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T18:19:22.456Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6dc8000c-3e2a-4c45-9595-e6bbf21d1abb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302761803,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:19:22.550Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-09-27T18:19:22.553Z||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-27T18:19:22.553Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:19:22.583Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:19:22.583Z||pool-89-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-09-27T18:19:23.457Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-27T18:19:23.458Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-27T18:19:23.462Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T18:19:23.462Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6dc8000c-3e2a-4c45-9595-e6bbf21d1abb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302761803,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-09-27T18:19:23.561Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-09-27T18:19:23.561Z||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-27T18:19:23.562Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:19:23.592Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:19:23.593Z||pool-90-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-09-27T18:19:24.463Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-27T18:19:24.463Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-27T18:19:24.466Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T18:19:24.466Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6dc8000c-3e2a-4c45-9595-e6bbf21d1abb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302761803,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-09-27T18:19:24.565Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-27T18:19:24.566Z||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-27T18:19:24.566Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:19:24.596Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:19:24.596Z||pool-91-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-09-27T18:19:25.466Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-27T18:19:25.468Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-27T18:19:25.470Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T18:19:25.470Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6dc8000c-3e2a-4c45-9595-e6bbf21d1abb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302761803,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:19:25.570Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-27T18:19:25.571Z||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-27T18:19:25.571Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:19:25.593Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:19:25.594Z||pool-92-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-09-27T18:19:26.471Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-27T18:19:26.472Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-27T18:19:26.474Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T18:19:26.474Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6dc8000c-3e2a-4c45-9595-e6bbf21d1abb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302761803,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-09-27T18:19:26.574Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-27T18:19:26.575Z||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-27T18:19:26.575Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:19:26.597Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:19:26.597Z||pool-93-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-09-27T18:19:27.475Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-27T18:19:27.476Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-27T18:19:27.478Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T18:19:27.478Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6dc8000c-3e2a-4c45-9595-e6bbf21d1abb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302761803,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:19:27.578Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-27T18:19:27.579Z||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-27T18:19:27.579Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:19:27.610Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:19:27.611Z||pool-94-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-09-27T18:19:28.479Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-27T18:19:28.480Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-27T18:19:28.482Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T18:19:28.482Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6dc8000c-3e2a-4c45-9595-e6bbf21d1abb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302761803,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:19:28.582Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-27T18:19:28.583Z||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-27T18:19:28.583Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:19:28.598Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:19:28.599Z||pool-95-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-09-27T18:19:29.483Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-27T18:19:29.484Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-27T18:19:29.486Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T18:19:29.486Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6dc8000c-3e2a-4c45-9595-e6bbf21d1abb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302761803,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-27T18:19:29.586Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-27T18:19:29.587Z||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-27T18:19:29.587Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:19:29.629Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:19:29.630Z||pool-96-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1}
2022-09-27T18:19:30.487Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "6dc8000c-3e2a-4c45-9595-e6bbf21d1abb",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "6b321e6e-fe23-443a-9c9f-eecc32ced7ea",
  "serviceDescription": "service",
  "serviceInvariantUUID": "36d25dea-f3b0-49bc-9777-2ec51edb3091",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "5ac4fae5-b7ad-4bbd-80e2-33461f49e346",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "52fe72e7-47db-4120-a4aa-781f522f24b6",
      "resourceInvariantUUID": "6ff20dfa-2b84-4ce5-82da-f6056b51f498",
      "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": "MzJhMTZlNGM5ZGIxOTc2Nzg1YzA1NmUzYjdmNmU5Y2I\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "2e27ffae-00d1-4e09-b689-58e253b140ec",
          "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": "e3f94f9a-3802-474d-b10a-cc7a599b590f",
          "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": "d24b8019-eae8-435a-907a-89187e1887ef",
            "generatedFromUUID": "e3f94f9a-3802-474d-b10a-cc7a599b590f"
          },
          "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": "d24b8019-eae8-435a-907a-89187e1887ef",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "OWM0Y2U3N2IzNGYyMzQwMmQwMjdkOGVjYjA0MDM1YjQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "44fb5e44-8b3b-42c3-bded-792cdefd61a3"
    }
  ],
  "workloadContext": "Production"
}
2022-09-27T18:19:30.488Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-27T18:19:30.488Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6b321e6e-fe23-443a-9c9f-eecc32ced7ea ASDC
2022-09-27T18:19:30.489Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:6dc8000c-3e2a-4c45-9595-e6bbf21d1abb
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:6b321e6e-fe23-443a-9c9f-eecc32ced7ea
ServiceInvariantUUID:36d25dea-f3b0-49bc-9777-2ec51edb3091
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:44fb5e44-8b3b-42c3-bded-792cdefd61a3
ArtifactChecksum:OWM0Y2U3N2IzNGYyMzQwMmQwMjdkOGVjYjA0MDM1YjQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:5ac4fae5-b7ad-4bbd-80e2-33461f49e346
ResourceInvariantUUID:6ff20dfa-2b84-4ce5-82da-f6056b51f498
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:52fe72e7-47db-4120-a4aa-781f522f24b6
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:2e27ffae-00d1-4e09-b689-58e253b140ec
ArtifactChecksum:MzJhMTZlNGM5ZGIxOTc2Nzg1YzA1NmUzYjdmNmU5Y2I=
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:e3f94f9a-3802-474d-b10a-cc7a599b590f
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:d24b8019-eae8-435a-907a-89187e1887ef
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:d24b8019-eae8-435a-907a-89187e1887ef
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-09-27T18:19:30.489Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6b321e6e-fe23-443a-9c9f-eecc32ced7ea 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-27T18:19:30.521Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-27T18:19:30.522Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-09-27T18:19:30.522Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-09-27T18:19:30.522Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 44fb5e44-8b3b-42c3-bded-792cdefd61a3 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-09-27T18:19:30.523Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-09-27T18:19:30.523Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-09-27T18:19:30.595Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-09-27T18:19:30.599Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 44fb5e44-8b3b-42c3-bded-792cdefd61a3 82520
2022-09-27T18:19:30.600Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||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-27T18:19:30.600Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||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-27T18:19:30.600Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-27T18:19:30.600Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-27T18:19:30.602Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T18:19:30.602Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6dc8000c-3e2a-4c45-9595-e6bbf21d1abb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302770599,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-27T18:19:30.702Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-27T18:19:30.703Z||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-27T18:19:30.703Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:19:30.755Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:19:30.755Z||pool-97-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":0,"count":1}
2022-09-27T18:19:31.603Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-27T18:19:31.604Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-09-27T18:19:31.604Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 44fb5e44-8b3b-42c3-bded-792cdefd61a3, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-09-27T18:19:31.605Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-09-27T18:19:31.606Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-09-27T18:19:31.606Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-09-27T18:19:31.796Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP368635017276293461/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-27T18:19:33.103Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-27T18:19:33.103Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-09-27T18:19:33.104Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-09-27T18:19:33.104Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-09-27T18:19:33.104Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||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-27T18:19:33.104Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-09-27T18:19:33.104Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||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-27T18:19:33.104Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-09-27T18:19:33.104Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-09-27T18:19:33.105Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-09-27T18:19:33.105Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||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-27T18:19:33.105Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-09-27T18:19:33.105Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:19:33.105Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T18:19:33.106Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-09-27T18:19:33.106Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-09-27T18:19:33.106Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-27T18:19:33.107Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:19:33.107Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T18:19:33.107Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-09-27T18:19:33.107Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-09-27T18:19:33.107Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-27T18:19:33.107Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:19:33.108Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T18:19:33.108Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:19:33.108Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-09-27T18:19:33.108Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-09-27T18:19:33.109Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-09-27T18:19:33.109Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-09-27T18:19:33.109Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-09-27T18:19:33.109Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-27T18:19:33.109Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:19:33.110Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-27T18:19:33.110Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:19:33.110Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-09-27T18:19:33.110Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-27T18:19:33.110Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:19:33.111Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-09-27T18:19:33.111Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-27T18:19:33.111Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:19:33.111Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-09-27T18:19:33.111Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-27T18:19:33.112Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:19:33.112Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-09-27T18:19:33.112Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-09-27T18:19:33.112Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-09-27T18:19:33.112Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=fd31632e-2b60-40c5-bbb9-59da88116367
2022-09-27T18:19:33.113Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:19:33.113Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T18:19:33.113Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:19:33.113Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T18:19:33.113Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:19:33.114Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T18:19:33.114Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:19:33.114Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T18:19:33.114Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:6b321e6e-fe23-443a-9c9f-eecc32ced7ea
Model Version:NULL
Model InvariantUuid:36d25dea-f3b0-49bc-9777-2ec51edb3091
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:e8b00895-d094-4e55-975e-ba63247a20a0
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6ff20dfa-2b84-4ce5-82da-f6056b51f498
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:5ac4fae5-b7ad-4bbd-80e2-33461f49e346
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:0df6e79e-c1b6-4a05-a678-daa26e766d8e
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:a5a771d7-4d66-4379-bcaf-ed75f52590ab
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:fd31632e-2b60-40c5-bbb9-59da88116367
ModelInvariantUuid:a131d3ba-c63d-414a-a2ee-8c33d39520b9
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:86e7859b-f813-4a98-a6d5-249c0032734f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:ff8b5817-5b7d-4925-9de6-7d52be4cf80a
ModelInvariantUuid:a936fd5b-2719-4533-84a1-22c2eb7738cd
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:dee658d1-36e8-445e-bcee-430dbccc7668
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-27T18:19:33.128Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 52fe72e7-47db-4120-a4aa-781f522f24b6
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-27T18:19:33.132Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||INFO|500||basic_vm_macro 0
2022-09-27T18:19:33.133Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 52fe72e7-47db-4120-a4aa-781f522f24b6
2022-09-27T18:19:33.133Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 2e27ffae-00d1-4e09-b689-58e253b140ec from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-09-27T18:19:33.133Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-09-27T18:19:33.133Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||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-27T18:19:33.207Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-09-27T18:19:33.207Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2e27ffae-00d1-4e09-b689-58e253b140ec 792
2022-09-27T18:19:33.207Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||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-27T18:19:33.208Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||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-27T18:19:33.208Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-27T18:19:33.208Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-27T18:19:33.209Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T18:19:33.209Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6dc8000c-3e2a-4c45-9595-e6bbf21d1abb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302773207,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-27T18:19:33.310Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-27T18:19:33.311Z||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-27T18:19:33.311Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:19:33.354Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:19:33.354Z||pool-98-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":1,"count":1}
2022-09-27T18:19:34.210Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "0df6e79e-c1b6-4a05-a678-daa26e766d8e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a5a771d7-4d66-4379-bcaf-ed75f52590ab",
    "vfModuleModelCustomizationUUID": "c65c0d2e-3ac2-47d6-b8f4-027ce4836add",
    "isBase": true,
    "artifacts": [
      "e3f94f9a-3802-474d-b10a-cc7a599b590f",
      "d24b8019-eae8-435a-907a-89187e1887ef"
    ],
    "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-27T18:19:34.214Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a5a771d7-4d66-4379-bcaf-ed75f52590ab
VfModuleModelInvariantUUID:0df6e79e-c1b6-4a05-a678-daa26e766d8e
VfModuleModelDescription:NULL
Artifacts UUID List:{
e3f94f9a-3802-474d-b10a-cc7a599b590f
,
d24b8019-eae8-435a-907a-89187e1887ef

}
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-27T18:19:34.216Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "0df6e79e-c1b6-4a05-a678-daa26e766d8e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a5a771d7-4d66-4379-bcaf-ed75f52590ab",
    "vfModuleModelCustomizationUUID": "c65c0d2e-3ac2-47d6-b8f4-027ce4836add",
    "isBase": true,
    "artifacts": [
      "e3f94f9a-3802-474d-b10a-cc7a599b590f",
      "d24b8019-eae8-435a-907a-89187e1887ef"
    ],
    "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-27T18:19:34.216Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a5a771d7-4d66-4379-bcaf-ed75f52590ab
VfModuleModelInvariantUUID:0df6e79e-c1b6-4a05-a678-daa26e766d8e
VfModuleModelDescription:NULL
Artifacts UUID List:{
e3f94f9a-3802-474d-b10a-cc7a599b590f
,
d24b8019-eae8-435a-907a-89187e1887ef

}
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-27T18:19:34.216Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: e3f94f9a-3802-474d-b10a-cc7a599b590f from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-09-27T18:19:34.216Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-09-27T18:19:34.216Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||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-27T18:19:34.273Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-09-27T18:19:34.274Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml e3f94f9a-3802-474d-b10a-cc7a599b590f 5033
2022-09-27T18:19:34.274Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||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-27T18:19:34.274Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||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-27T18:19:34.274Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-27T18:19:34.274Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-27T18:19:34.276Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T18:19:34.276Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6dc8000c-3e2a-4c45-9595-e6bbf21d1abb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302774274,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-27T18:19:34.376Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-27T18:19:34.377Z||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-27T18:19:34.377Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:19:34.422Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:19:34.422Z||pool-99-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":1,"count":1}
2022-09-27T18:19:35.276Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: d24b8019-eae8-435a-907a-89187e1887ef from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-09-27T18:19:35.277Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-09-27T18:19:35.277Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||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-27T18:19:35.349Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-09-27T18:19:35.350Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env d24b8019-eae8-435a-907a-89187e1887ef 903
2022-09-27T18:19:35.350Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||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-27T18:19:35.350Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||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-27T18:19:35.350Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-27T18:19:35.350Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-27T18:19:35.352Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T18:19:35.352Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6dc8000c-3e2a-4c45-9595-e6bbf21d1abb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302775350,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-09-27T18:19:35.454Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-27T18:19:35.454Z||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-27T18:19:35.454Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:19:35.471Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:19:35.471Z||pool-100-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-09-27T18:19:36.353Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 6b321e6e-fe23-443a-9c9f-eecc32ced7ea
2022-09-27T18:19:36.353Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 52fe72e7-47db-4120-a4aa-781f522f24b6 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-27T18:19:36.366Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@33cec6aa, org.onap.sdc.toscaparser.api.parameters.Input@2eb63213, org.onap.sdc.toscaparser.api.parameters.Input@439dfd99, org.onap.sdc.toscaparser.api.parameters.Input@52d61490, org.onap.sdc.toscaparser.api.parameters.Input@17e873f6]
2022-09-27T18:19:36.368Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:19:36.368Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T18:19:36.368Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-09-27T18:19:36.368Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 5ac4fae5-b7ad-4bbd-80e2-33461f49e346
2022-09-27T18:19:36.369Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5ac4fae5-b7ad-4bbd-80e2-33461f49e346 matches Tosca VF Customization UUID: 5ac4fae5-b7ad-4bbd-80e2-33461f49e346
2022-09-27T18:19:36.369Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 5ac4fae5-b7ad-4bbd-80e2-33461f49e346  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-27T18:19:36.371Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:19:36.372Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T18:19:36.372Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 5ac4fae5-b7ad-4bbd-80e2-33461f49e346: {\"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-27T18:19:36.372Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@469c5a81
2022-09-27T18:19:36.373Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:19:36.373Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-27T18:19:36.373Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c65c0d2e-3ac2-47d6-b8f4-027ce4836add
2022-09-27T18:19:36.373Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c65c0d2e-3ac2-47d6-b8f4-027ce4836add
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-27T18:19:36.375Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:19:36.375Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-09-27T18:19:36.376Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-27T18:19:36.376Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:19:36.376Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-09-27T18:19:36.376Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-27T18:19:36.377Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:19:36.377Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-09-27T18:19:36.377Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-09-27T18:19:36.377Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-09-27T18:19:36.377Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=fd31632e-2b60-40c5-bbb9-59da88116367
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-27T18:19:36.379Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:19:36.380Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-09-27T18:19:36.380Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-27T18:19:36.380Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:19:36.380Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-09-27T18:19:36.380Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=5ac4fae5-b7ad-4bbd-80e2-33461f49e346
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-27T18:19:36.382Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:19:36.382Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T18:19:36.383Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 6b321e6e-fe23-443a-9c9f-eecc32ced7ea: basic_vm_macro
2022-09-27T18:19:36.383Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:19:36.383Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T18:19:36.383Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:19:36.383Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T18:19:36.383Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:19:36.384Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T18:19:36.384Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:19:36.384Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T18:19:36.384Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:19:36.384Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T18:19:36.384Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||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-27T18:19:36.470Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 52fe72e7-47db-4120-a4aa-781f522f24b6 1 ASDC deployResourceStructure
2022-09-27T18:19:36.470Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||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-27T18:19:36.470Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||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-27T18:19:36.470Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-27T18:19:36.471Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-27T18:19:36.472Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T18:19:36.472Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6dc8000c-3e2a-4c45-9595-e6bbf21d1abb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302776470,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-27T18:19:36.572Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-27T18:19:36.573Z||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-27T18:19:36.573Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:19:36.600Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:19:36.600Z||pool-101-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-09-27T18:19:37.473Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||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-27T18:19:37.474Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||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-27T18:19:37.474Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-27T18:19:37.474Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-27T18:19:37.475Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T18:19:37.476Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6dc8000c-3e2a-4c45-9595-e6bbf21d1abb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302777473,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-09-27T18:19:37.576Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-27T18:19:37.576Z||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-27T18:19:37.576Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:19:37.672Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:19:37.673Z||pool-102-thread-1|||||INFO|500||cambria reply ok (97 ms):{"serverTimeMs":0,"count":1}
2022-09-27T18:19:38.477Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||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-27T18:19:38.477Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||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-27T18:19:38.477Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-27T18:19:38.478Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-27T18:19:38.479Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T18:19:38.479Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6dc8000c-3e2a-4c45-9595-e6bbf21d1abb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302778476,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-09-27T18:19:38.580Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-27T18:19:38.580Z||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-27T18:19:38.581Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:19:38.599Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:19:38.600Z||pool-103-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-09-27T18:19:39.480Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||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-27T18:19:39.481Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||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-27T18:19:39.481Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-27T18:19:39.482Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-27T18:19:39.484Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T18:19:39.484Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6dc8000c-3e2a-4c45-9595-e6bbf21d1abb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302779480,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-27T18:19:39.584Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-27T18:19:39.585Z||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-27T18:19:39.585Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:19:39.639Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:19:39.640Z||pool-104-thread-1|||||INFO|500||cambria reply ok (56 ms):{"serverTimeMs":0,"count":1}
2022-09-27T18:19:40.485Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6dc8000c-3e2a-4c45-9595-e6bbf21d1abb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T18:19:40.495Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6dc8000c-3e2a-4c45-9595-e6bbf21d1abb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-27T18:19:40.498Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-27T18:19:40.498Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-27T18:19:40.498Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-27T18:19:40.498Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-27T18:19:40.498Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-27T18:19:40.499Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-27T18:19:40.499Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-27T18:19:40.499Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-27T18:19:40.499Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-27T18:19:40.499Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-27T18:19:40.500Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-27T18:19:40.505Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-27T18:20:10.505Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6dc8000c-3e2a-4c45-9595-e6bbf21d1abb 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-27T18:20:10.511Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6dc8000c-3e2a-4c45-9595-e6bbf21d1abb and serviceModelVersionId: 6b321e6e-fe23-443a-9c9f-eecc32ced7ea
2022-09-27T18:20:10.511Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 36d25dea-f3b0-49bc-9777-2ec51edb3091
2022-09-27T18:20:10.512Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/36d25dea-f3b0-49bc-9777-2ec51edb3091/model-vers/model-ver/6b321e6e-fe23-443a-9c9f-eecc32ced7ea?depth=0
2022-09-27T18:20:10.517Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-09-27T18:20:10.562Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/36d25dea-f3b0-49bc-9777-2ec51edb3091/model-vers/model-ver/6b321e6e-fe23-443a-9c9f-eecc32ced7ea?depth=0|INFO|500||Invoke
2022-09-27T18:20:10.563Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/36d25dea-f3b0-49bc-9777-2ec51edb3091/model-vers/model-ver/6b321e6e-fe23-443a-9c9f-eecc32ced7ea?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/36d25dea-f3b0-49bc-9777-2ec51edb3091/model-vers/model-ver/6b321e6e-fe23-443a-9c9f-eecc32ced7ea?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6dc8000c-3e2a-4c45-9595-e6bbf21d1abb], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[cef0bcb1-2663-405f-b629-8dda6dd6efba], X-ECOMP-RequestID=[6dc8000c-3e2a-4c45-9595-e6bbf21d1abb], X-TransactionId=[], X-ONAP-RequestID=[6dc8000c-3e2a-4c45-9595-e6bbf21d1abb], Content-Type=[application/merge-patch+json]}
2022-09-27T18:20:10.587Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/36d25dea-f3b0-49bc-9777-2ec51edb3091/model-vers/model-ver/6b321e6e-fe23-443a-9c9f-eecc32ced7ea?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-09-27T18:20:10.689Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/36d25dea-f3b0-49bc-9777-2ec51edb3091/model-vers/model-ver/6b321e6e-fe23-443a-9c9f-eecc32ced7ea?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/36d25dea-f3b0-49bc-9777-2ec51edb3091/model-vers/model-ver/6b321e6e-fe23-443a-9c9f-eecc32ced7ea?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220927-18:20:10:706-23667], vertex-id=[241768], Content-Length=[0], Date=[Tue, 27 Sep 2022 18:20:10 GMT], Content-Type=[application/json]}
2022-09-27T18:20:10.690Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/36d25dea-f3b0-49bc-9777-2ec51edb3091/model-vers/model-ver/6b321e6e-fe23-443a-9c9f-eecc32ced7ea?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-09-27T18:20:10.691Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/36d25dea-f3b0-49bc-9777-2ec51edb3091/model-vers/model-ver/6b321e6e-fe23-443a-9c9f-eecc32ced7ea?depth=0|INFO|500||InvokeReturn
2022-09-27T18:20:10.691Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-09-27T18:20:10.692Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-27T18:20:10.697Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-09-27T18:20:10.697Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6dc8000c-3e2a-4c45-9595-e6bbf21d1abb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-09-27T18:20:10.697Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-09-27T18:20:10.698Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-27T18:20:10.699Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T18:20:10.700Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6dc8000c-3e2a-4c45-9595-e6bbf21d1abb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302810697,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-27T18:20:10.800Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-27T18:20:10.800Z||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-27T18:20:10.800Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:20:10.832Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:20:10.833Z||pool-105-thread-1|||||INFO|500||cambria reply ok (33 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-27T18:20:11.710Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-27T18:20:11.711Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"611840de-5843-4ea6-8f32-1fe7fd92c563","serviceDescription":"service","serviceInvariantUUID":"cfdb09fb-a177-4ef5-a58d-194b84995a46","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"51fe4233-6e8e-4778-8201-bb09aa51e29e","resourceInvariantUUID":"e9ecb4fd-3caf-4721-bfe2-3cb2fab06707","resourceCustomizationUUID":"9b241011-883e-429d-8d6d-fc543fdf5655","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":"NWU0YzdkODZhYWI1NzZhMDQzOGI3MTY3NjMyZDNhNDI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"85962bf7-fd7d-42a3-b9a5-86f2b900f633","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":"YjI0NzdlOGRlZTA4ZTM3M2IwYTgxNDMxMGM0YmExYmQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"035f5e36-010f-4e97-b6be-8775bf7224aa","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":"6b403a89-40ed-4410-b8af-222148957e8b","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":"87832a68-1a35-46d7-8674-86bcc0bf108a","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":"8896447b-f254-4bfd-86c1-37bd31abff94","artifactVersion":"2","generatedFromUUID":"be5a6f88-c536-4bb0-bf74-542fee994306"},{"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":"fc9c91e9-5c5c-42fb-89a7-fbf7ae87d157","artifactVersion":"2","generatedFromUUID":"6b403a89-40ed-4410-b8af-222148957e8b"},{"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":"be5a6f88-c536-4bb0-bf74-542fee994306","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":"64d1bb17-b60a-47ec-8b28-4cf079c4b221","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":"ZjgxMTcxNGE2NzEwNWY3YmZlNjE2MTJjNDNkZTQyNzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"99efd36b-7fee-4c65-a3d6-1a9c5e425d23","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"NDVmOGE4ZDI0YjJmNzcwNDM5OWNhYmZmMGM2NzliNmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3701d147-5450-4972-99a9-828fcc5a6a58","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-27T18:20:11.711Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-27T18:20:11.711Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-27T18:20:11.713Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T18:20:11.713Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302761803,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:20:11.814Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-27T18:20:11.814Z||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-27T18:20:11.814Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:20:11.831Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:20:11.831Z||pool-106-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-09-27T18:20:12.714Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-27T18:20:12.714Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-27T18:20:12.716Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T18:20:12.716Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302761803,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-09-27T18:20:12.817Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-27T18:20:12.818Z||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-27T18:20:12.818Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:20:12.835Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:20:12.835Z||pool-107-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-09-27T18:20:13.717Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-27T18:20:13.718Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-27T18:20:13.719Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T18:20:13.719Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302761803,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-09-27T18:20:13.820Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-27T18:20:13.821Z||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-27T18:20:13.821Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:20:13.838Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:20:13.838Z||pool-108-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-09-27T18:20:14.720Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-27T18:20:14.721Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-27T18:20:14.723Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T18:20:14.723Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302761803,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:20:14.823Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-27T18:20:14.824Z||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-27T18:20:14.824Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:20:14.863Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:20:14.863Z||pool-109-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-09-27T18:20:15.723Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-27T18:20:15.724Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-27T18:20:15.726Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T18:20:15.726Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302761803,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-09-27T18:20:15.826Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-27T18:20:15.827Z||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-27T18:20:15.827Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:20:15.846Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:20:15.847Z||pool-110-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-09-27T18:20:16.727Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-27T18:20:16.727Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-27T18:20:16.729Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T18:20:16.730Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302761803,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-09-27T18:20:16.830Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-27T18:20:16.830Z||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-27T18:20:16.830Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:20:16.845Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:20:16.846Z||pool-111-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-09-27T18:20:17.730Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-27T18:20:17.732Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-27T18:20:17.733Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T18:20:17.734Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302761803,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-09-27T18:20:17.834Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-27T18:20:17.834Z||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-27T18:20:17.835Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:20:17.874Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:20:17.874Z||pool-112-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-09-27T18:20:18.734Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-27T18:20:18.735Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-27T18:20:18.738Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T18:20:18.738Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302761803,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:20:18.838Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-27T18:20:18.838Z||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-27T18:20:18.838Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:20:18.852Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:20:18.852Z||pool-113-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-09-27T18:20:19.738Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-27T18:20:19.739Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-27T18:20:19.741Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T18:20:19.741Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302761803,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:20:19.841Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-27T18:20:19.842Z||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-27T18:20:19.842Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:20:19.859Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:20:19.859Z||pool-114-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-09-27T18:20:20.741Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-27T18:20:20.742Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-27T18:20:20.745Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T18:20:20.745Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302761803,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-27T18:20:20.844Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-27T18:20:20.845Z||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-27T18:20:20.845Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:20:20.860Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:20:20.860Z||pool-115-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-09-27T18:20:21.746Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "611840de-5843-4ea6-8f32-1fe7fd92c563",
  "serviceDescription": "service",
  "serviceInvariantUUID": "cfdb09fb-a177-4ef5-a58d-194b84995a46",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "9b241011-883e-429d-8d6d-fc543fdf5655",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "51fe4233-6e8e-4778-8201-bb09aa51e29e",
      "resourceInvariantUUID": "e9ecb4fd-3caf-4721-bfe2-3cb2fab06707",
      "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": "YjI0NzdlOGRlZTA4ZTM3M2IwYTgxNDMxMGM0YmExYmQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "035f5e36-010f-4e97-b6be-8775bf7224aa",
          "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": "6b403a89-40ed-4410-b8af-222148957e8b",
          "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": "fc9c91e9-5c5c-42fb-89a7-fbf7ae87d157",
            "generatedFromUUID": "6b403a89-40ed-4410-b8af-222148957e8b"
          },
          "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": "8896447b-f254-4bfd-86c1-37bd31abff94",
          "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": "fc9c91e9-5c5c-42fb-89a7-fbf7ae87d157",
          "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": "be5a6f88-c536-4bb0-bf74-542fee994306",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "NDVmOGE4ZDI0YjJmNzcwNDM5OWNhYmZmMGM2NzliNmY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3701d147-5450-4972-99a9-828fcc5a6a58"
    }
  ],
  "workloadContext": "Production"
}
2022-09-27T18:20:21.747Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-27T18:20:21.747Z|6dc8000c-3e2a-4c45-9595-e6bbf21d1abb|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 611840de-5843-4ea6-8f32-1fe7fd92c563 ASDC
2022-09-27T18:20:21.748Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:611840de-5843-4ea6-8f32-1fe7fd92c563
ServiceInvariantUUID:cfdb09fb-a177-4ef5-a58d-194b84995a46
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:3701d147-5450-4972-99a9-828fcc5a6a58
ArtifactChecksum:NDVmOGE4ZDI0YjJmNzcwNDM5OWNhYmZmMGM2NzliNmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:9b241011-883e-429d-8d6d-fc543fdf5655
ResourceInvariantUUID:e9ecb4fd-3caf-4721-bfe2-3cb2fab06707
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:51fe4233-6e8e-4778-8201-bb09aa51e29e
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:035f5e36-010f-4e97-b6be-8775bf7224aa
ArtifactChecksum:YjI0NzdlOGRlZTA4ZTM3M2IwYTgxNDMxMGM0YmExYmQ=
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:6b403a89-40ed-4410-b8af-222148957e8b
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:fc9c91e9-5c5c-42fb-89a7-fbf7ae87d157
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:8896447b-f254-4bfd-86c1-37bd31abff94
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:fc9c91e9-5c5c-42fb-89a7-fbf7ae87d157
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:be5a6f88-c536-4bb0-bf74-542fee994306
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-09-27T18:20:21.748Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 611840de-5843-4ea6-8f32-1fe7fd92c563 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-27T18:20:21.787Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-27T18:20:21.788Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-09-27T18:20:21.788Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-09-27T18:20:21.788Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 3701d147-5450-4972-99a9-828fcc5a6a58 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-09-27T18:20:21.788Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-09-27T18:20:21.789Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-09-27T18:20:21.805Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:20:21.806Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T18:20:21.806Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:20:21.831Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:20:21.832Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:20:21.832Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0",
  "consumerID": "clamp",
  "timestamp": 1664302758433,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:20:21.832Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:20:21.871Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-09-27T18:20:21.877Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 3701d147-5450-4972-99a9-828fcc5a6a58 162921
2022-09-27T18:20:21.878Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||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-27T18:20:21.878Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||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-27T18:20:21.878Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-27T18:20:21.878Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-27T18:20:21.880Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T18:20:21.880Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302821877,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-27T18:20:21.980Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-27T18:20:21.981Z||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-27T18:20:21.982Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:20:21.999Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:20:21.999Z||pool-116-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-09-27T18:20:22.880Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-27T18:20:22.881Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-09-27T18:20:22.881Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 3701d147-5450-4972-99a9-828fcc5a6a58, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-09-27T18:20:22.882Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-09-27T18:20:22.882Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-09-27T18:20:22.883Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-09-27T18:20:22.997Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3505214568960031704/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2022-09-27T18:20:24.181Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-27T18:20:24.181Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-09-27T18:20:24.181Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-09-27T18:20:24.181Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-09-27T18:20:24.181Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-09-27T18:20:24.181Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||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-27T18:20:24.182Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||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-27T18:20:24.182Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||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-27T18:20:24.182Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-09-27T18:20:24.182Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:20:24.182Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T18:20:24.182Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-09-27T18:20:24.182Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-09-27T18:20:24.183Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-27T18:20:24.183Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:20:24.183Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T18:20:24.183Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-09-27T18:20:24.183Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-09-27T18:20:24.183Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-27T18:20:24.183Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:20:24.184Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T18:20:24.184Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:20:24.184Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-09-27T18:20:24.184Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-09-27T18:20:24.184Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-09-27T18:20:24.184Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-27T18:20:24.185Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:20:24.185Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-27T18:20:24.185Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:20:24.185Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-09-27T18:20:24.185Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-27T18:20:24.185Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:20:24.186Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-09-27T18:20:24.186Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-27T18:20:24.186Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:20:24.186Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-09-27T18:20:24.186Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-27T18:20:24.186Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:20:24.186Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-09-27T18:20:24.187Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-27T18:20:24.187Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:20:24.187Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-09-27T18:20:24.187Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-09-27T18:20:24.187Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=7a636e32-6fe2-4e1f-a446-a55bdf2d6ff4
2022-09-27T18:20:24.187Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:20:24.187Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T18:20:24.188Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:20:24.188Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T18:20:24.188Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:20:24.188Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T18:20:24.188Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:20:24.188Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T18:20:24.188Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:611840de-5843-4ea6-8f32-1fe7fd92c563
Model Version:NULL
Model InvariantUuid:cfdb09fb-a177-4ef5-a58d-194b84995a46
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:692ec54c-b9ae-460b-b611-3787d66b92f2
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e9ecb4fd-3caf-4721-bfe2-3cb2fab06707
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:9b241011-883e-429d-8d6d-fc543fdf5655
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:6ff7f81d-7cca-4e64-8c25-bc526157e5a6
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:ad25eeea-0a3f-45ab-ae7b-b06aba76a421
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:7aaf9219-da60-4be1-9248-0ecd53c92efc
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:cee45fb9-d0e5-4710-8e36-92252160e56b
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:7a636e32-6fe2-4e1f-a446-a55bdf2d6ff4
ModelInvariantUuid:92b7228d-23a8-4465-9f43-d52258ff6cd7
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:efc62ff8-7a22-4058-b4c7-e7d742516eb4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:93852562-4109-4d86-807e-39aa258b15ff
ModelInvariantUuid:46bca110-a657-4adc-b4b7-37c06ef79755
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:0db36b12-816d-4d43-8c0c-fb4ff2d1bbbd
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-27T18:20:24.195Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 51fe4233-6e8e-4778-8201-bb09aa51e29e
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-27T18:20:24.198Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||INFO|500||basic_cnf_macro 0
2022-09-27T18:20:24.198Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 51fe4233-6e8e-4778-8201-bb09aa51e29e
2022-09-27T18:20:24.198Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 035f5e36-010f-4e97-b6be-8775bf7224aa from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-09-27T18:20:24.198Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-09-27T18:20:24.198Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||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-27T18:20:24.258Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-09-27T18:20:24.258Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 035f5e36-010f-4e97-b6be-8775bf7224aa 1565
2022-09-27T18:20:24.258Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||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-27T18:20:24.258Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||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-27T18:20:24.259Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-27T18:20:24.259Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-27T18:20:24.260Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T18:20:24.260Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302824258,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-27T18:20:24.361Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-27T18:20:24.361Z||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-27T18:20:24.362Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:20:24.383Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:20:24.384Z||pool-117-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-09-27T18:20:25.261Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "7aaf9219-da60-4be1-9248-0ecd53c92efc",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "cee45fb9-d0e5-4710-8e36-92252160e56b",
    "vfModuleModelCustomizationUUID": "1237b928-13b9-4aae-8d9f-6959fb70e3de",
    "isBase": true,
    "artifacts": [
      "6b403a89-40ed-4410-b8af-222148957e8b",
      "fc9c91e9-5c5c-42fb-89a7-fbf7ae87d157"
    ],
    "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": "6ff7f81d-7cca-4e64-8c25-bc526157e5a6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ad25eeea-0a3f-45ab-ae7b-b06aba76a421",
    "vfModuleModelCustomizationUUID": "e8516df3-28f3-4227-b2ae-4b4d4ab11c58",
    "isBase": false,
    "artifacts": [
      "be5a6f88-c536-4bb0-bf74-542fee994306"
    ],
    "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-27T18:20:25.264Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cee45fb9-d0e5-4710-8e36-92252160e56b
VfModuleModelInvariantUUID:7aaf9219-da60-4be1-9248-0ecd53c92efc
VfModuleModelDescription:NULL
Artifacts UUID List:{
6b403a89-40ed-4410-b8af-222148957e8b
,
fc9c91e9-5c5c-42fb-89a7-fbf7ae87d157

}
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:ad25eeea-0a3f-45ab-ae7b-b06aba76a421
VfModuleModelInvariantUUID:6ff7f81d-7cca-4e64-8c25-bc526157e5a6
VfModuleModelDescription:NULL
Artifacts UUID List:{
be5a6f88-c536-4bb0-bf74-542fee994306

}
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-27T18:20:25.266Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "7aaf9219-da60-4be1-9248-0ecd53c92efc",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "cee45fb9-d0e5-4710-8e36-92252160e56b",
    "vfModuleModelCustomizationUUID": "1237b928-13b9-4aae-8d9f-6959fb70e3de",
    "isBase": true,
    "artifacts": [
      "6b403a89-40ed-4410-b8af-222148957e8b",
      "fc9c91e9-5c5c-42fb-89a7-fbf7ae87d157"
    ],
    "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": "6ff7f81d-7cca-4e64-8c25-bc526157e5a6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ad25eeea-0a3f-45ab-ae7b-b06aba76a421",
    "vfModuleModelCustomizationUUID": "e8516df3-28f3-4227-b2ae-4b4d4ab11c58",
    "isBase": false,
    "artifacts": [
      "be5a6f88-c536-4bb0-bf74-542fee994306"
    ],
    "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-27T18:20:25.266Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cee45fb9-d0e5-4710-8e36-92252160e56b
VfModuleModelInvariantUUID:7aaf9219-da60-4be1-9248-0ecd53c92efc
VfModuleModelDescription:NULL
Artifacts UUID List:{
6b403a89-40ed-4410-b8af-222148957e8b
,
fc9c91e9-5c5c-42fb-89a7-fbf7ae87d157

}
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:ad25eeea-0a3f-45ab-ae7b-b06aba76a421
VfModuleModelInvariantUUID:6ff7f81d-7cca-4e64-8c25-bc526157e5a6
VfModuleModelDescription:NULL
Artifacts UUID List:{
be5a6f88-c536-4bb0-bf74-542fee994306

}
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-27T18:20:25.266Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 6b403a89-40ed-4410-b8af-222148957e8b from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-09-27T18:20:25.266Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-09-27T18:20:25.266Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||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-27T18:20:25.351Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-09-27T18:20:25.351Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 6b403a89-40ed-4410-b8af-222148957e8b 914
2022-09-27T18:20:25.351Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||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-27T18:20:25.352Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||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-27T18:20:25.352Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-27T18:20:25.352Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-27T18:20:25.353Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T18:20:25.353Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302825351,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-27T18:20:25.454Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-27T18:20:25.454Z||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-27T18:20:25.454Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:20:25.468Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:20:25.468Z||pool-118-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-09-27T18:20:26.354Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 8896447b-f254-4bfd-86c1-37bd31abff94 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-09-27T18:20:26.355Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-09-27T18:20:26.355Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||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-27T18:20:26.417Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-09-27T18:20:26.417Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 8896447b-f254-4bfd-86c1-37bd31abff94 12
2022-09-27T18:20:26.418Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||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-27T18:20:26.418Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||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-27T18:20:26.418Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-27T18:20:26.418Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-27T18:20:26.420Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T18:20:26.420Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302826418,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-09-27T18:20:26.520Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-27T18:20:26.521Z||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-27T18:20:26.521Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:20:26.535Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:20:26.535Z||pool-119-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-09-27T18:20:27.423Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: fc9c91e9-5c5c-42fb-89a7-fbf7ae87d157 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-09-27T18:20:27.424Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-09-27T18:20:27.424Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||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-27T18:20:27.487Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-09-27T18:20:27.487Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env fc9c91e9-5c5c-42fb-89a7-fbf7ae87d157 96
2022-09-27T18:20:27.488Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||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-27T18:20:27.488Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||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-27T18:20:27.488Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-27T18:20:27.488Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-27T18:20:27.490Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T18:20:27.490Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302827488,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-09-27T18:20:27.590Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-27T18:20:27.591Z||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-27T18:20:27.591Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:20:27.634Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:20:27.634Z||pool-120-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2022-09-27T18:20:28.492Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: be5a6f88-c536-4bb0-bf74-542fee994306 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-09-27T18:20:28.492Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-09-27T18:20:28.492Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||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-27T18:20:28.574Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-09-27T18:20:28.574Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz be5a6f88-c536-4bb0-bf74-542fee994306 20206
2022-09-27T18:20:28.574Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||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-27T18:20:28.575Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||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-27T18:20:28.575Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-27T18:20:28.575Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-27T18:20:28.577Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T18:20:28.577Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302828574,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-09-27T18:20:28.677Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-27T18:20:28.678Z||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-27T18:20:28.678Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:20:28.710Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:20:28.710Z||pool-121-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-09-27T18:20:29.581Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 611840de-5843-4ea6-8f32-1fe7fd92c563
2022-09-27T18:20:29.581Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 51fe4233-6e8e-4778-8201-bb09aa51e29e 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-27T18:20:29.595Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@51b833d, org.onap.sdc.toscaparser.api.parameters.Input@6b839775, org.onap.sdc.toscaparser.api.parameters.Input@5cc6802c, org.onap.sdc.toscaparser.api.parameters.Input@8f209da, org.onap.sdc.toscaparser.api.parameters.Input@51296192]
2022-09-27T18:20:29.597Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:20:29.597Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T18:20:29.598Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-09-27T18:20:29.598Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 9b241011-883e-429d-8d6d-fc543fdf5655
2022-09-27T18:20:29.598Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9b241011-883e-429d-8d6d-fc543fdf5655 matches Tosca VF Customization UUID: 9b241011-883e-429d-8d6d-fc543fdf5655
2022-09-27T18:20:29.598Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 9b241011-883e-429d-8d6d-fc543fdf5655  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-27T18:20:29.600Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:20:29.600Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T18:20:29.601Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 9b241011-883e-429d-8d6d-fc543fdf5655: {\"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-27T18:20:29.601Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@56ed3327
2022-09-27T18:20:29.601Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:20:29.601Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-27T18:20:29.602Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e8516df3-28f3-4227-b2ae-4b4d4ab11c58
2022-09-27T18:20:29.602Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e8516df3-28f3-4227-b2ae-4b4d4ab11c58
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-27T18:20:29.604Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:20:29.604Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-09-27T18:20:29.604Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-27T18:20:29.605Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:20:29.605Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-09-27T18:20:29.605Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-27T18:20:29.605Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:20:29.605Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-09-27T18:20:29.606Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=9b241011-883e-429d-8d6d-fc543fdf5655
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-27T18:20:29.607Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:20:29.608Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T18:20:29.608Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 611840de-5843-4ea6-8f32-1fe7fd92c563: basic_cnf_macro
2022-09-27T18:20:29.608Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:20:29.608Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T18:20:29.608Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:20:29.608Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T18:20:29.609Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:20:29.609Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T18:20:29.609Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:20:29.609Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T18:20:29.609Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:20:29.609Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T18:20:29.610Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||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-27T18:20:29.662Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 51fe4233-6e8e-4778-8201-bb09aa51e29e 2 ASDC deployResourceStructure
2022-09-27T18:20:29.663Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||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-27T18:20:29.663Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||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-27T18:20:29.663Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-27T18:20:29.664Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-27T18:20:29.666Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T18:20:29.666Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302829663,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-27T18:20:29.766Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-27T18:20:29.767Z||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-27T18:20:29.767Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:20:29.811Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:20:29.812Z||pool-122-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1}
2022-09-27T18:20:30.667Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||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-27T18:20:30.668Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||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-27T18:20:30.668Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-27T18:20:30.668Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-27T18:20:30.671Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T18:20:30.671Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302830667,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-09-27T18:20:30.774Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-09-27T18:20:30.774Z||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-27T18:20:30.775Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:20:30.799Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:20:30.799Z||pool-123-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-09-27T18:20:31.672Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||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-27T18:20:31.672Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||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-27T18:20:31.672Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-09-27T18:20:31.673Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-27T18:20:31.674Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T18:20:31.674Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302831672,
  "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-27T18:20:31.774Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-27T18:20:31.775Z||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-27T18:20:31.775Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:20:31.797Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:20:31.797Z||pool-124-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-09-27T18:20:32.675Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||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-27T18:20:32.675Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||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-27T18:20:32.675Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-27T18:20:32.676Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-27T18:20:32.679Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T18:20:32.679Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302832675,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-09-27T18:20:32.779Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-27T18:20:32.780Z||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-27T18:20:32.780Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:20:32.805Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:20:32.806Z||pool-125-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-09-27T18:20:33.680Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||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-27T18:20:33.680Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||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-27T18:20:33.680Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-09-27T18:20:33.680Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-27T18:20:33.682Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T18:20:33.682Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302833679,
  "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-27T18:20:33.785Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-09-27T18:20:33.786Z||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-27T18:20:33.786Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:20:33.799Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:20:33.800Z||pool-126-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-27T18:20:34.682Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||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-27T18:20:34.683Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||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-27T18:20:34.683Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-27T18:20:34.683Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-27T18:20:34.685Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T18:20:34.685Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302834682,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-27T18:20:34.785Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-27T18:20:34.786Z||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-27T18:20:34.786Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:20:34.805Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:20:34.805Z||pool-127-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-09-27T18:20:35.686Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T18:20:35.699Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-27T18:20:35.702Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-27T18:20:35.702Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-27T18:20:35.702Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-27T18:21:05.703Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T18:21:05.722Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-27T18:21:05.725Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-27T18:21:05.725Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-27T18:21:05.725Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-27T18:21:21.805Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:21:21.806Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T18:21:21.806Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:21:21.858Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:21:21.859Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:21:21.859Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc8000c-3e2a-4c45-9595-e6bbf21d1abb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302761803,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:21:21.860Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:21:35.726Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T18:21:35.737Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-27T18:21:35.739Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-27T18:21:35.739Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-27T18:21:35.740Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-27T18:22:05.740Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T18:22:05.750Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-27T18:22:05.752Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-27T18:22:05.752Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-27T18:22:05.753Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-27T18:22:21.805Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:22:21.806Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T18:22:21.806Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:22:21.837Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:22:21.848Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:22:21.848Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0",
  "consumerID": "aai-ml",
  "timestamp": 1664302760050,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:22:21.849Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:22:21.849Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:22:21.849Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664302763557,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-27T18:22:21.849Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:22:21.849Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:22:21.849Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0",
  "consumerID": "clamp",
  "timestamp": 1664302758433,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:22:21.849Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:22:21.849Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:22:21.849Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc8000c-3e2a-4c45-9595-e6bbf21d1abb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302761803,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-09-27T18:22:21.849Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:22:21.850Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:22:21.850Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0",
  "consumerID": "aai-ml",
  "timestamp": 1664302760050,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:22:21.850Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:22:21.850Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:22:21.850Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0",
  "consumerID": "clamp",
  "timestamp": 1664302758433,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:22:21.850Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:22:21.850Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:22:21.850Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc8000c-3e2a-4c45-9595-e6bbf21d1abb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302761803,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-09-27T18:22:21.850Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:22:21.850Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:22:21.850Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0",
  "consumerID": "aai-ml",
  "timestamp": 1664302760050,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:22:21.851Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:22:21.851Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:22:21.851Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0",
  "consumerID": "clamp",
  "timestamp": 1664302758433,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:22:21.851Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:22:21.851Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:22:21.851Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc8000c-3e2a-4c45-9595-e6bbf21d1abb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302761803,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:22:21.851Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:22:21.851Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:22:21.851Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0",
  "consumerID": "aai-ml",
  "timestamp": 1664302760050,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:22:21.851Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:22:21.852Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:22:21.852Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664302766522,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-27T18:22:21.852Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:22:21.852Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:22:21.852Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0",
  "consumerID": "clamp",
  "timestamp": 1664302758433,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:22:21.852Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:22:21.852Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:22:21.852Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc8000c-3e2a-4c45-9595-e6bbf21d1abb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302761803,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-09-27T18:22:21.852Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:22:21.852Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:22:21.853Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0",
  "consumerID": "aai-ml",
  "timestamp": 1664302760050,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:22:21.853Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:22:21.853Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:22:21.853Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664302767526,
  "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-27T18:22:21.860Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0
2022-09-27T18:22:21.860Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0 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-27T18:22:21.870Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:22:21.870Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0",
  "consumerID": "clamp",
  "timestamp": 1664302758433,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:22:21.871Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:22:21.871Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:22:21.871Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc8000c-3e2a-4c45-9595-e6bbf21d1abb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302761803,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:22:21.871Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:22:21.871Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:22:21.871Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0",
  "consumerID": "aai-ml",
  "timestamp": 1664302760050,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:22:21.872Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:22:21.872Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:22:21.872Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0",
  "consumerID": "clamp",
  "timestamp": 1664302758433,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-27T18:22:21.872Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:22:21.872Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:22:21.872Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc8000c-3e2a-4c45-9595-e6bbf21d1abb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302761803,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:22:21.872Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:22:21.873Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:22:21.873Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0",
  "consumerID": "aai-ml",
  "timestamp": 1664302760050,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:22:21.873Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:22:21.873Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:22:21.873Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc8000c-3e2a-4c45-9595-e6bbf21d1abb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302761803,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-27T18:22:21.873Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:22:21.874Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:22:21.874Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0",
  "consumerID": "aai-ml",
  "timestamp": 1664302760050,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:22:21.874Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:22:21.874Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:22:21.874Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0",
  "consumerID": "aai-ml",
  "timestamp": 1664302760050,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-27T18:22:21.874Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:22:21.875Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:22:21.875Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc8000c-3e2a-4c45-9595-e6bbf21d1abb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302770599,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-27T18:22:21.875Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:22:21.875Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:22:21.875Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0",
  "consumerID": "aai-ml",
  "timestamp": 1664302770845,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-27T18:22:21.875Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:22:21.875Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:22:21.875Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc8000c-3e2a-4c45-9595-e6bbf21d1abb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302773207,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-27T18:22:21.876Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:22:21.876Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:22:21.876Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc8000c-3e2a-4c45-9595-e6bbf21d1abb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302774274,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-27T18:22:21.876Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:22:21.876Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:22:21.876Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc8000c-3e2a-4c45-9595-e6bbf21d1abb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302775350,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-09-27T18:22:21.876Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:22:21.877Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:22:21.877Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc8000c-3e2a-4c45-9595-e6bbf21d1abb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302776470,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-27T18:22:21.877Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:22:21.877Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:22:21.877Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0",
  "consumerID": "clamp",
  "timestamp": 1664302776611,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-27T18:22:21.877Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:22:21.877Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:22:21.877Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc8000c-3e2a-4c45-9595-e6bbf21d1abb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302777473,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-09-27T18:22:21.878Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:22:21.878Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:22:21.878Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc8000c-3e2a-4c45-9595-e6bbf21d1abb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302778476,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-09-27T18:22:21.878Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:22:21.878Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:22:21.878Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc8000c-3e2a-4c45-9595-e6bbf21d1abb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302779480,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-27T18:22:21.878Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:22:21.878Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:22:21.878Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0",
  "consumerID": "aai-ml",
  "timestamp": 1664302780239,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-27T18:22:21.878Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:22:21.878Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:22:21.879Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327cdb67-9eff-440d-a820-f186c6bb8095",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664302780500,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:22:21.879Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:22:21.879Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:22:21.879Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0",
  "consumerID": "aai-ml",
  "timestamp": 1664302781243,
  "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-27T18:22:21.883Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0
2022-09-27T18:22:21.883Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0 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-27T18:22:21.891Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:22:21.891Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327cdb67-9eff-440d-a820-f186c6bb8095",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664302780500,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:22:21.891Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:22:21.891Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:22:21.891Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327cdb67-9eff-440d-a820-f186c6bb8095",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664302782704,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:22:21.891Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:22:21.891Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:22:21.891Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0",
  "consumerID": "clamp",
  "timestamp": 1664302782620,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-27T18:22:21.891Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:22:21.892Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:22:21.892Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327cdb67-9eff-440d-a820-f186c6bb8095",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664302780500,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:22:21.892Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:22:21.892Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:22:21.892Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327cdb67-9eff-440d-a820-f186c6bb8095",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664302782704,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:22:21.892Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:22:21.892Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:22:21.892Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0",
  "consumerID": "clamp",
  "timestamp": 1664302783634,
  "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-27T18:22:21.896Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0
2022-09-27T18:22:21.896Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0 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-27T18:22:21.903Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:22:21.903Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327cdb67-9eff-440d-a820-f186c6bb8095",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664302780500,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:22:21.903Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:22:21.903Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:22:21.903Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327cdb67-9eff-440d-a820-f186c6bb8095",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664302782704,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:22:21.903Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:22:21.904Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:22:21.904Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327cdb67-9eff-440d-a820-f186c6bb8095",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664302780500,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:22:21.904Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:22:21.904Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:22:21.904Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327cdb67-9eff-440d-a820-f186c6bb8095",
  "consumerID": "cds",
  "timestamp": 1664302785120,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:22:21.904Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:22:21.904Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:22:21.905Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327cdb67-9eff-440d-a820-f186c6bb8095",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664302782704,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:22:21.905Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:22:21.905Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:22:21.905Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327cdb67-9eff-440d-a820-f186c6bb8095",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664302780500,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:22:21.905Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:22:21.905Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:22:21.905Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327cdb67-9eff-440d-a820-f186c6bb8095",
  "consumerID": "cds",
  "timestamp": 1664302785120,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:22:21.906Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:22:21.906Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:22:21.906Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327cdb67-9eff-440d-a820-f186c6bb8095",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664302782704,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:22:21.906Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:22:21.906Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:22:21.906Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327cdb67-9eff-440d-a820-f186c6bb8095",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664302780500,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:22:21.907Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:22:21.907Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:22:21.907Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327cdb67-9eff-440d-a820-f186c6bb8095",
  "consumerID": "cds",
  "timestamp": 1664302785120,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:22:21.907Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:22:21.907Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:22:21.907Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327cdb67-9eff-440d-a820-f186c6bb8095",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664302782704,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:22:21.907Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:22:21.908Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:22:21.908Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327cdb67-9eff-440d-a820-f186c6bb8095",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664302780500,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:22:21.908Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:22:21.908Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:22:21.908Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327cdb67-9eff-440d-a820-f186c6bb8095",
  "consumerID": "cds",
  "timestamp": 1664302785120,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:22:21.908Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:22:21.909Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:22:21.909Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327cdb67-9eff-440d-a820-f186c6bb8095",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664302782704,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:22:21.909Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:22:21.909Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:22:21.909Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327cdb67-9eff-440d-a820-f186c6bb8095",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664302788781,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:22:21.909Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:22:21.910Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:22:21.910Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327cdb67-9eff-440d-a820-f186c6bb8095",
  "consumerID": "clamp",
  "timestamp": 1664302788433,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:22:21.910Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:22:21.910Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:22:21.910Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327cdb67-9eff-440d-a820-f186c6bb8095",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664302780500,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-27T18:22:21.910Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:22:21.910Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:22:21.911Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327cdb67-9eff-440d-a820-f186c6bb8095",
  "consumerID": "cds",
  "timestamp": 1664302785120,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:22:21.911Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:22:21.911Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:22:21.911Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327cdb67-9eff-440d-a820-f186c6bb8095",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664302782704,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:22:21.911Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:22:21.911Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:22:21.912Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327cdb67-9eff-440d-a820-f186c6bb8095",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664302788781,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:22:21.912Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:22:21.912Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:22:21.912Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327cdb67-9eff-440d-a820-f186c6bb8095",
  "consumerID": "clamp",
  "timestamp": 1664302788433,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:22:21.912Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:22:21.912Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:22:21.913Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327cdb67-9eff-440d-a820-f186c6bb8095",
  "consumerID": "cds",
  "timestamp": 1664302785120,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:22:21.913Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:22:21.913Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:22:21.913Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327cdb67-9eff-440d-a820-f186c6bb8095",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664302782704,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-27T18:22:21.913Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:22:21.914Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:22:21.914Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327cdb67-9eff-440d-a820-f186c6bb8095",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664302788781,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:22:21.914Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:22:21.914Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:22:21.914Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327cdb67-9eff-440d-a820-f186c6bb8095",
  "consumerID": "clamp",
  "timestamp": 1664302788433,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:22:21.914Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:22:21.914Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:22:21.915Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327cdb67-9eff-440d-a820-f186c6bb8095",
  "consumerID": "cds",
  "timestamp": 1664302785120,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:22:21.915Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:22:21.915Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:22:21.915Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327cdb67-9eff-440d-a820-f186c6bb8095",
  "consumerID": "aai-ml",
  "timestamp": 1664302790050,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:22:21.915Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:22:21.915Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:22:21.915Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327cdb67-9eff-440d-a820-f186c6bb8095",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664302788781,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:22:21.916Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:22:21.916Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:22:21.916Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327cdb67-9eff-440d-a820-f186c6bb8095",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664302792580,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-27T18:22:21.916Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:22:21.916Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:22:21.916Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327cdb67-9eff-440d-a820-f186c6bb8095",
  "consumerID": "clamp",
  "timestamp": 1664302788433,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:22:21.917Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:22:21.917Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:22:21.917Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327cdb67-9eff-440d-a820-f186c6bb8095",
  "consumerID": "cds",
  "timestamp": 1664302785120,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:22:21.917Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:22:21.917Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:22:21.917Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327cdb67-9eff-440d-a820-f186c6bb8095",
  "consumerID": "aai-ml",
  "timestamp": 1664302790050,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:22:21.917Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:22:21.918Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:22:21.918Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327cdb67-9eff-440d-a820-f186c6bb8095",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664302788781,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:22:21.918Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:22:21.918Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:22:21.918Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327cdb67-9eff-440d-a820-f186c6bb8095",
  "consumerID": "clamp",
  "timestamp": 1664302788433,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:22:21.918Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:22:21.918Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:22:21.919Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327cdb67-9eff-440d-a820-f186c6bb8095",
  "consumerID": "cds",
  "timestamp": 1664302785120,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-27T18:22:21.919Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:22:21.919Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:22:21.919Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327cdb67-9eff-440d-a820-f186c6bb8095",
  "consumerID": "aai-ml",
  "timestamp": 1664302790050,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:22:21.919Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:22:21.919Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:22:21.920Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327cdb67-9eff-440d-a820-f186c6bb8095",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664302788781,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:22:21.920Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:22:21.920Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:22:21.920Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327cdb67-9eff-440d-a820-f186c6bb8095",
  "consumerID": "clamp",
  "timestamp": 1664302788433,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:22:21.920Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:22:21.920Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:22:21.920Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327cdb67-9eff-440d-a820-f186c6bb8095",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664302794983,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-27T18:22:21.921Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:22:21.921Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:22:21.921Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327cdb67-9eff-440d-a820-f186c6bb8095",
  "consumerID": "aai-ml",
  "timestamp": 1664302790050,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:22:21.921Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:22:21.921Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:22:21.921Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327cdb67-9eff-440d-a820-f186c6bb8095",
  "consumerID": "cds",
  "timestamp": 1664302794912,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-27T18:22:21.921Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:22:21.922Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:22:21.922Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327cdb67-9eff-440d-a820-f186c6bb8095",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664302788781,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-09-27T18:22:21.922Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:22:21.922Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:22:21.922Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327cdb67-9eff-440d-a820-f186c6bb8095",
  "consumerID": "clamp",
  "timestamp": 1664302788433,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:22:21.922Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:22:21.922Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:22:21.923Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327cdb67-9eff-440d-a820-f186c6bb8095",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664302795989,
  "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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T18:22:21.934Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 327cdb67-9eff-440d-a820-f186c6bb8095
2022-09-27T18:22:21.935Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 327cdb67-9eff-440d-a820-f186c6bb8095 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-27T18:22:21.943Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:22:21.943Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327cdb67-9eff-440d-a820-f186c6bb8095",
  "consumerID": "aai-ml",
  "timestamp": 1664302790050,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:22:21.943Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:22:21.943Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:22:21.943Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327cdb67-9eff-440d-a820-f186c6bb8095",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664302788781,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:22:21.943Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:22:21.944Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:22:21.944Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327cdb67-9eff-440d-a820-f186c6bb8095",
  "consumerID": "cds",
  "timestamp": 1664302796196,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-27T18:22:21.947Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 327cdb67-9eff-440d-a820-f186c6bb8095
2022-09-27T18:22:21.948Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 327cdb67-9eff-440d-a820-f186c6bb8095 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-27T18:22:21.957Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:22:21.957Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327cdb67-9eff-440d-a820-f186c6bb8095",
  "consumerID": "clamp",
  "timestamp": 1664302788433,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:22:21.958Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:22:21.958Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:22:21.958Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327cdb67-9eff-440d-a820-f186c6bb8095",
  "consumerID": "aai-ml",
  "timestamp": 1664302790050,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:22:21.958Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:22:21.959Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:22:21.959Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327cdb67-9eff-440d-a820-f186c6bb8095",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664302788781,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:22:21.959Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:22:21.959Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:22:21.960Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327cdb67-9eff-440d-a820-f186c6bb8095",
  "consumerID": "clamp",
  "timestamp": 1664302788433,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-27T18:22:21.960Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:22:21.960Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:22:21.960Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327cdb67-9eff-440d-a820-f186c6bb8095",
  "consumerID": "aai-ml",
  "timestamp": 1664302790050,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:22:21.961Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:22:21.961Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:22:21.961Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327cdb67-9eff-440d-a820-f186c6bb8095",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664302798669,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-27T18:22:21.961Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:22:21.962Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:22:21.962Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327cdb67-9eff-440d-a820-f186c6bb8095",
  "consumerID": "aai-ml",
  "timestamp": 1664302790050,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:22:21.962Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:22:21.962Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:22:21.962Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327cdb67-9eff-440d-a820-f186c6bb8095",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664302799720,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-09-27T18:22:21.963Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:22:21.963Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:22:21.963Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327cdb67-9eff-440d-a820-f186c6bb8095",
  "consumerID": "aai-ml",
  "timestamp": 1664302790050,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-27T18:22:21.964Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:22:21.964Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:22:21.964Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327cdb67-9eff-440d-a820-f186c6bb8095",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664302800727,
  "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-27T18:22:21.968Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 327cdb67-9eff-440d-a820-f186c6bb8095
2022-09-27T18:22:21.968Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 327cdb67-9eff-440d-a820-f186c6bb8095 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-27T18:22:21.976Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:22:21.976Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327cdb67-9eff-440d-a820-f186c6bb8095",
  "consumerID": "aai-ml",
  "timestamp": 1664302799777,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-27T18:22:21.976Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:22:21.976Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:22:21.976Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327cdb67-9eff-440d-a820-f186c6bb8095",
  "consumerID": "clamp",
  "timestamp": 1664302801615,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-27T18:22:21.976Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:22:21.977Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:22:21.977Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327cdb67-9eff-440d-a820-f186c6bb8095",
  "consumerID": "clamp",
  "timestamp": 1664302803623,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-27T18:22:21.977Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:22:21.977Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:22:21.977Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327cdb67-9eff-440d-a820-f186c6bb8095",
  "consumerID": "clamp",
  "timestamp": 1664302804626,
  "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-27T18:22:21.982Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 327cdb67-9eff-440d-a820-f186c6bb8095
2022-09-27T18:22:21.982Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 327cdb67-9eff-440d-a820-f186c6bb8095 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-27T18:22:21.989Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:22:21.989Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327cdb67-9eff-440d-a820-f186c6bb8095",
  "consumerID": "aai-ml",
  "timestamp": 1664302805369,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-27T18:22:21.989Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:22:21.989Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:22:21.989Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327cdb67-9eff-440d-a820-f186c6bb8095",
  "consumerID": "aai-ml",
  "timestamp": 1664302806373,
  "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-27T18:22:21.993Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 327cdb67-9eff-440d-a820-f186c6bb8095
2022-09-27T18:22:21.994Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 327cdb67-9eff-440d-a820-f186c6bb8095 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-27T18:22:22.001Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:22:22.001Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc8000c-3e2a-4c45-9595-e6bbf21d1abb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302810697,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-27T18:22:22.001Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:22:22.001Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:22:22.001Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302761803,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:22:22.002Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:22:22.002Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:22:22.002Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302761803,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-09-27T18:22:22.002Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:22:22.002Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:22:22.002Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302761803,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-09-27T18:22:22.002Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:22:22.003Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:22:22.003Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302761803,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:22:22.003Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:22:22.003Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:22:22.003Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302761803,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-09-27T18:22:22.003Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:22:22.003Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:22:22.004Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302761803,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-09-27T18:22:22.004Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:22:22.004Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:22:22.004Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302761803,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-09-27T18:22:22.004Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:22:22.004Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:22:22.004Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302761803,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:22:22.005Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:22:22.005Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:22:22.005Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302761803,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:22:22.005Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:22:22.005Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:22:22.005Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302761803,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-27T18:22:22.005Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:22:35.753Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T18:22:35.761Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-27T18:22:35.763Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-27T18:22:35.764Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-27T18:22:35.764Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-27T18:22:35.764Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-27T18:22:35.764Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-27T18:22:35.764Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-27T18:22:35.764Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-27T18:22:35.764Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-27T18:22:35.764Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-27T18:22:35.765Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-27T18:22:35.765Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-27T18:22:35.772Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-27T18:23:05.772Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0 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-27T18:23:05.781Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0 and serviceModelVersionId: 611840de-5843-4ea6-8f32-1fe7fd92c563
2022-09-27T18:23:05.781Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cfdb09fb-a177-4ef5-a58d-194b84995a46
2022-09-27T18:23:05.783Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cfdb09fb-a177-4ef5-a58d-194b84995a46/model-vers/model-ver/611840de-5843-4ea6-8f32-1fe7fd92c563?depth=0
2022-09-27T18:23:05.790Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-09-27T18:23:05.837Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfdb09fb-a177-4ef5-a58d-194b84995a46/model-vers/model-ver/611840de-5843-4ea6-8f32-1fe7fd92c563?depth=0|INFO|500||Invoke
2022-09-27T18:23:05.837Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfdb09fb-a177-4ef5-a58d-194b84995a46/model-vers/model-ver/611840de-5843-4ea6-8f32-1fe7fd92c563?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfdb09fb-a177-4ef5-a58d-194b84995a46/model-vers/model-ver/611840de-5843-4ea6-8f32-1fe7fd92c563?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ed69cb44-b800-45c6-8ee3-351ff14ea680], X-ECOMP-RequestID=[5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0], X-TransactionId=[], X-ONAP-RequestID=[5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0], Content-Type=[application/merge-patch+json]}
2022-09-27T18:23:05.864Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfdb09fb-a177-4ef5-a58d-194b84995a46/model-vers/model-ver/611840de-5843-4ea6-8f32-1fe7fd92c563?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-09-27T18:23:06.002Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfdb09fb-a177-4ef5-a58d-194b84995a46/model-vers/model-ver/611840de-5843-4ea6-8f32-1fe7fd92c563?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/cfdb09fb-a177-4ef5-a58d-194b84995a46/model-vers/model-ver/611840de-5843-4ea6-8f32-1fe7fd92c563?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220927-18:23:05:979-7796], vertex-id=[270544], Content-Length=[0], Date=[Tue, 27 Sep 2022 18:23:05 GMT], Content-Type=[application/json]}
2022-09-27T18:23:06.003Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfdb09fb-a177-4ef5-a58d-194b84995a46/model-vers/model-ver/611840de-5843-4ea6-8f32-1fe7fd92c563?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-09-27T18:23:06.004Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfdb09fb-a177-4ef5-a58d-194b84995a46/model-vers/model-ver/611840de-5843-4ea6-8f32-1fe7fd92c563?depth=0|INFO|500||InvokeReturn
2022-09-27T18:23:06.004Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-09-27T18:23:06.005Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-27T18:23:06.009Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-09-27T18:23:06.010Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-09-27T18:23:06.010Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-09-27T18:23:06.010Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-27T18:23:06.012Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T18:23:06.013Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302986010,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-27T18:23:06.112Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-27T18:23:06.114Z||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-27T18:23:06.115Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:23:06.161Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:23:06.162Z||pool-128-thread-1|||||INFO|500||cambria reply ok (49 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-27T18:23:07.034Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:23:07.035Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|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-27T18:23:07.035Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|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 cxCP4M1agj7qmKVP) ...
2022-09-27T18:23:11.719Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:23:11.720Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-27T18:23:11.720Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"327cdb67-9eff-440d-a820-f186c6bb8095","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"212d50e0-3410-49f8-968f-66f967b3fd8f","serviceDescription":"service","serviceInvariantUUID":"b0e2e3a1-7fe8-43bf-96ca-29419efcc4ee","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"7f059e26-0304-476a-a9a8-f0a33057ec7d","resourceInvariantUUID":"f9fd5b91-bcc0-4262-9f06-52f1fbfa4e2b","resourceCustomizationUUID":"49e66e63-ce5c-4ace-8c0d-ad36edc0161b","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":"NzZkODc4NWI4YWY0MzEyNGJkMDJiZTU1NzNjMTQ5NGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"acb1579a-6741-416c-aa9e-4271ff352494","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":"7b93d22e-0cfa-4d10-97da-dba25c69b0e2","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":"78a37c8b-7f10-4b6b-b47e-8ca918cd0122","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":"OTUyNTBkYmRkOTY1YWE3MTc4NDhmMTAwNTE4ZTUxNjU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"f911f5fd-89a4-4409-93b9-5b1bcf8f5517","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":"530f4ef0-b7b6-4c44-beb8-60978886da5a","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":"a13cbee6-9489-4d60-b5bc-eee3cceda522","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":"0aaa5632-1203-4bc9-b2a5-298102c3bc01","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":"OTAzYjkyZGExNTAyZGZmN2Q2MjcxOWQxNWEyYjQ2YjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cc3e36e3-91cc-4f8a-ad76-559d87931b3d","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"MjhhNzE2Y2UzOTMzMDBjMDg0NWM4ZWQwODdmMDExZTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"91511058-c51a-4956-96b8-8b72b2935a7d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-27T18:23:11.722Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-27T18:23:11.722Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-27T18:23:11.724Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T18:23:11.725Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "327cdb67-9eff-440d-a820-f186c6bb8095",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302987034,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:23:11.824Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-27T18:23:11.825Z||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-27T18:23:11.825Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:23:11.859Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:23:11.859Z||pool-129-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1}
2022-09-27T18:23:12.725Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-27T18:23:12.726Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-27T18:23:12.729Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T18:23:12.730Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "327cdb67-9eff-440d-a820-f186c6bb8095",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302987034,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:23:12.828Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-09-27T18:23:12.829Z||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-27T18:23:12.829Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:23:12.884Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:23:12.885Z||pool-130-thread-1|||||INFO|500||cambria reply ok (56 ms):{"serverTimeMs":0,"count":1}
2022-09-27T18:23:13.730Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-27T18:23:13.731Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-27T18:23:13.733Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T18:23:13.733Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "327cdb67-9eff-440d-a820-f186c6bb8095",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302987034,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:23:13.833Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-27T18:23:13.834Z||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-27T18:23:13.834Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:23:13.961Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:23:13.961Z||pool-131-thread-1|||||INFO|500||cambria reply ok (128 ms):{"serverTimeMs":1,"count":1}
2022-09-27T18:23:14.734Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-27T18:23:14.735Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-27T18:23:14.737Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T18:23:14.737Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "327cdb67-9eff-440d-a820-f186c6bb8095",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302987034,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:23:14.837Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-27T18:23:14.837Z||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-27T18:23:14.837Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:23:14.888Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:23:14.889Z||pool-132-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":1,"count":1}
2022-09-27T18:23:15.738Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-27T18:23:15.738Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-27T18:23:15.740Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T18:23:15.740Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "327cdb67-9eff-440d-a820-f186c6bb8095",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302987034,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:23:15.840Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-27T18:23:15.841Z||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-27T18:23:15.841Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:23:15.889Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:23:15.890Z||pool-133-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":0,"count":1}
2022-09-27T18:23:16.740Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-27T18:23:16.741Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-27T18:23:16.747Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T18:23:16.747Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "327cdb67-9eff-440d-a820-f186c6bb8095",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302987034,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:23:16.846Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-27T18:23:16.847Z||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-27T18:23:16.847Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:23:16.866Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:23:16.866Z||pool-134-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-09-27T18:23:17.747Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-27T18:23:17.748Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-27T18:23:17.749Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T18:23:17.749Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "327cdb67-9eff-440d-a820-f186c6bb8095",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302987034,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:23:17.849Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-27T18:23:17.850Z||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-27T18:23:17.850Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:23:17.887Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:23:17.887Z||pool-135-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-09-27T18:23:18.750Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-27T18:23:18.750Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-27T18:23:18.753Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T18:23:18.753Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "327cdb67-9eff-440d-a820-f186c6bb8095",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302987034,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:23:18.853Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-27T18:23:18.853Z||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-27T18:23:18.853Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:23:18.876Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:23:18.876Z||pool-136-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-09-27T18:23:19.753Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-27T18:23:19.754Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-27T18:23:19.756Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T18:23:19.756Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "327cdb67-9eff-440d-a820-f186c6bb8095",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302987034,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-27T18:23:19.856Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-27T18:23:19.857Z||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-27T18:23:19.857Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:23:19.874Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:23:19.874Z||pool-137-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-09-27T18:23:20.757Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "327cdb67-9eff-440d-a820-f186c6bb8095",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "212d50e0-3410-49f8-968f-66f967b3fd8f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b0e2e3a1-7fe8-43bf-96ca-29419efcc4ee",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "49e66e63-ce5c-4ace-8c0d-ad36edc0161b",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "7f059e26-0304-476a-a9a8-f0a33057ec7d",
      "resourceInvariantUUID": "f9fd5b91-bcc0-4262-9f06-52f1fbfa4e2b",
      "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": "MjhhNzE2Y2UzOTMzMDBjMDg0NWM4ZWQwODdmMDExZTc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "91511058-c51a-4956-96b8-8b72b2935a7d"
    }
  ],
  "workloadContext": "Production"
}
2022-09-27T18:23:20.757Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-27T18:23:20.757Z|5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 212d50e0-3410-49f8-968f-66f967b3fd8f ASDC
2022-09-27T18:23:20.759Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:327cdb67-9eff-440d-a820-f186c6bb8095
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:212d50e0-3410-49f8-968f-66f967b3fd8f
ServiceInvariantUUID:b0e2e3a1-7fe8-43bf-96ca-29419efcc4ee
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:91511058-c51a-4956-96b8-8b72b2935a7d
ArtifactChecksum:MjhhNzE2Y2UzOTMzMDBjMDg0NWM4ZWQwODdmMDExZTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:49e66e63-ce5c-4ace-8c0d-ad36edc0161b
ResourceInvariantUUID:f9fd5b91-bcc0-4262-9f06-52f1fbfa4e2b
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:7f059e26-0304-476a-a9a8-f0a33057ec7d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-09-27T18:23:20.760Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 212d50e0-3410-49f8-968f-66f967b3fd8f 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-27T18:23:20.789Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-27T18:23:20.790Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-09-27T18:23:20.790Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-09-27T18:23:20.790Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 91511058-c51a-4956-96b8-8b72b2935a7d from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-09-27T18:23:20.791Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-09-27T18:23:20.791Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-09-27T18:23:21.252Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-09-27T18:23:21.259Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 91511058-c51a-4956-96b8-8b72b2935a7d 110767
2022-09-27T18:23:21.260Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||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-27T18:23:21.260Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||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-27T18:23:21.260Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-27T18:23:21.261Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-27T18:23:21.263Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T18:23:21.263Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "327cdb67-9eff-440d-a820-f186c6bb8095",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664303001260,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-27T18:23:21.363Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-27T18:23:21.364Z||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-27T18:23:21.364Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:23:21.380Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:23:21.381Z||pool-138-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-09-27T18:23:21.805Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:23:21.806Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T18:23:21.806Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:23:21.893Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:23:21.894Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:23:21.894Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302821877,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-27T18:23:21.895Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:23:21.895Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:23:21.895Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302824258,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-27T18:23:21.895Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:23:21.895Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:23:21.895Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302825351,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-27T18:23:21.895Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:23:21.896Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:23:21.896Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302826418,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-09-27T18:23:21.896Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:23:21.896Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:23:21.896Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302827488,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-09-27T18:23:21.896Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:23:21.896Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:23:21.897Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302828574,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-09-27T18:23:21.897Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:23:21.897Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:23:21.897Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302829663,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-27T18:23:21.897Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:23:21.897Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:23:21.897Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302830667,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-09-27T18:23:21.897Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:23:21.898Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:23:21.898Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302831672,
  "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-27T18:23:21.898Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:23:21.898Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:23:21.898Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302832675,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-09-27T18:23:21.898Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:23:21.898Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:23:21.898Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302833679,
  "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-27T18:23:21.898Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:23:21.898Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:23:21.899Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302834682,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-27T18:23:21.899Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:23:22.264Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-27T18:23:22.265Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-09-27T18:23:22.265Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 91511058-c51a-4956-96b8-8b72b2935a7d, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-09-27T18:23:22.265Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-09-27T18:23:22.266Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-09-27T18:23:22.266Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-09-27T18:23:22.462Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6078131442962040309/Definitions/service-TestPnfMacro-template.yml
2022-09-27T18:23:23.280Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-27T18:23:23.281Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-09-27T18:23:23.281Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-09-27T18:23:23.281Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-09-27T18:23:23.281Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||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-27T18:23:23.281Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||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-27T18:23:23.281Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||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-27T18:23:23.281Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||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-27T18:23:23.281Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-09-27T18:23:23.281Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-09-27T18:23:23.281Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-09-27T18:23:23.281Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-09-27T18:23:23.282Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:23:23.282Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T18:23:23.282Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-09-27T18:23:23.282Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-09-27T18:23:23.282Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-27T18:23:23.282Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:23:23.283Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T18:23:23.283Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-09-27T18:23:23.283Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-09-27T18:23:23.283Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-27T18:23:23.283Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:23:23.283Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T18:23:23.283Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:23:23.283Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T18:23:23.284Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:23:23.284Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T18:23:23.284Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:23:23.284Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T18:23:23.284Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:23:23.284Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T18:23:23.284Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:212d50e0-3410-49f8-968f-66f967b3fd8f
Model Version:NULL
Model InvariantUuid:b0e2e3a1-7fe8-43bf-96ca-29419efcc4ee
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-27T18:23:23.293Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: 7f059e26-0304-476a-a9a8-f0a33057ec7d
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-27T18:23:23.297Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||INFO|500||test-pnf 0
2022-09-27T18:23:23.297Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 7f059e26-0304-476a-a9a8-f0a33057ec7d
2022-09-27T18:23:23.297Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 212d50e0-3410-49f8-968f-66f967b3fd8f
2022-09-27T18:23:23.297Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 212d50e0-3410-49f8-968f-66f967b3fd8f
2022-09-27T18:23:23.297Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 7f059e26-0304-476a-a9a8-f0a33057ec7d 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-27T18:23:23.301Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@69051b46, org.onap.sdc.toscaparser.api.parameters.Input@47aebd1f, org.onap.sdc.toscaparser.api.parameters.Input@2177b0c5, org.onap.sdc.toscaparser.api.parameters.Input@24d6bb69, org.onap.sdc.toscaparser.api.parameters.Input@65484b9e]
2022-09-27T18:23:23.302Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:23:23.302Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T18:23:23.302Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 212d50e0-3410-49f8-968f-66f967b3fd8f: test-pnf
2022-09-27T18:23:23.302Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||INFO|500||Processing PNF resource: 7f059e26-0304-476a-a9a8-f0a33057ec7d
2022-09-27T18:23:23.303Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-27T18:23:23.303Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T18:23:23.303Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||INFO|500||Resource customization UUID: 49e66e63-ce5c-4ace-8c0d-ad36edc0161b is the same as notified resource customizationUUID: 49e66e63-ce5c-4ace-8c0d-ad36edc0161b
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-27T18:23:23.341Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 7f059e26-0304-476a-a9a8-f0a33057ec7d 0 ASDC deployResourceStructure
2022-09-27T18:23:23.341Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||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-27T18:23:23.341Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||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-27T18:23:23.341Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-27T18:23:23.342Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-27T18:23:23.343Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T18:23:23.343Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "327cdb67-9eff-440d-a820-f186c6bb8095",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664303003341,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-27T18:23:23.443Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-27T18:23:23.444Z||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-27T18:23:23.444Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:23:23.557Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:23:23.558Z||pool-139-thread-1|||||INFO|500||cambria reply ok (114 ms):{"serverTimeMs":0,"count":1}
2022-09-27T18:23:24.344Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 327cdb67-9eff-440d-a820-f186c6bb8095
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T18:23:24.353Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 327cdb67-9eff-440d-a820-f186c6bb8095
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-27T18:23:24.355Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-27T18:23:24.355Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-27T18:23:24.355Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-27T18:23:24.355Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-27T18:23:24.355Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-27T18:23:24.356Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-27T18:23:24.356Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-27T18:23:24.356Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-27T18:23:24.356Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-27T18:23:24.356Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-27T18:23:24.356Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-27T18:23:24.362Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-27T18:23:54.363Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 327cdb67-9eff-440d-a820-f186c6bb8095 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-27T18:23:54.367Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 327cdb67-9eff-440d-a820-f186c6bb8095 and serviceModelVersionId: 212d50e0-3410-49f8-968f-66f967b3fd8f
2022-09-27T18:23:54.368Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b0e2e3a1-7fe8-43bf-96ca-29419efcc4ee
2022-09-27T18:23:54.368Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b0e2e3a1-7fe8-43bf-96ca-29419efcc4ee/model-vers/model-ver/212d50e0-3410-49f8-968f-66f967b3fd8f?depth=0
2022-09-27T18:23:54.372Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-09-27T18:23:54.407Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b0e2e3a1-7fe8-43bf-96ca-29419efcc4ee/model-vers/model-ver/212d50e0-3410-49f8-968f-66f967b3fd8f?depth=0|INFO|500||Invoke
2022-09-27T18:23:54.408Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b0e2e3a1-7fe8-43bf-96ca-29419efcc4ee/model-vers/model-ver/212d50e0-3410-49f8-968f-66f967b3fd8f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b0e2e3a1-7fe8-43bf-96ca-29419efcc4ee/model-vers/model-ver/212d50e0-3410-49f8-968f-66f967b3fd8f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[327cdb67-9eff-440d-a820-f186c6bb8095], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e6c87358-f7d4-42e0-b8c4-4ce328d9b54f], X-ECOMP-RequestID=[327cdb67-9eff-440d-a820-f186c6bb8095], X-TransactionId=[], X-ONAP-RequestID=[327cdb67-9eff-440d-a820-f186c6bb8095], Content-Type=[application/merge-patch+json]}
2022-09-27T18:23:54.426Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b0e2e3a1-7fe8-43bf-96ca-29419efcc4ee/model-vers/model-ver/212d50e0-3410-49f8-968f-66f967b3fd8f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-09-27T18:23:54.532Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b0e2e3a1-7fe8-43bf-96ca-29419efcc4ee/model-vers/model-ver/212d50e0-3410-49f8-968f-66f967b3fd8f?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/b0e2e3a1-7fe8-43bf-96ca-29419efcc4ee/model-vers/model-ver/212d50e0-3410-49f8-968f-66f967b3fd8f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220927-18:23:54:543-25029], vertex-id=[258048], Content-Length=[0], Date=[Tue, 27 Sep 2022 18:23:54 GMT], Content-Type=[application/json]}
2022-09-27T18:23:54.532Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b0e2e3a1-7fe8-43bf-96ca-29419efcc4ee/model-vers/model-ver/212d50e0-3410-49f8-968f-66f967b3fd8f?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-09-27T18:23:54.533Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b0e2e3a1-7fe8-43bf-96ca-29419efcc4ee/model-vers/model-ver/212d50e0-3410-49f8-968f-66f967b3fd8f?depth=0|INFO|500||InvokeReturn
2022-09-27T18:23:54.534Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-09-27T18:23:54.534Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-27T18:23:54.547Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-09-27T18:23:54.548Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 327cdb67-9eff-440d-a820-f186c6bb8095 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-09-27T18:23:54.548Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-09-27T18:23:54.548Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-27T18:23:54.550Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T18:23:54.551Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "327cdb67-9eff-440d-a820-f186c6bb8095",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664303034548,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-27T18:23:54.650Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-27T18:23:54.651Z||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-27T18:23:54.651Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:23:54.669Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:23:54.670Z||pool-140-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-09-27T18:23:55.562Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:23:55.563Z|327cdb67-9eff-440d-a820-f186c6bb8095|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-27T18:23:55.563Z|327cdb67-9eff-440d-a820-f186c6bb8095|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 cxCP4M1agj7qmKVP) ...
2022-09-27T18:24:05.193Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:24:05.193Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:24:05.194Z|327cdb67-9eff-440d-a820-f186c6bb8095|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-27T18:24:05.194Z|327cdb67-9eff-440d-a820-f186c6bb8095|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 cxCP4M1agj7qmKVP) ...
2022-09-27T18:24:14.788Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:24:14.788Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:24:14.789Z|327cdb67-9eff-440d-a820-f186c6bb8095|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-27T18:24:14.789Z|327cdb67-9eff-440d-a820-f186c6bb8095|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 cxCP4M1agj7qmKVP) ...
2022-09-27T18:24:21.805Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:24:21.806Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T18:24:21.806Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:24:21.843Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:24:21.844Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:24:21.844Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c9ee91b-ea61-4de4-9a61-f0b6729ec7f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302986010,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-27T18:24:21.845Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:24:21.845Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:24:21.845Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327cdb67-9eff-440d-a820-f186c6bb8095",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302987034,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:24:21.845Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:24:21.845Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:24:21.845Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327cdb67-9eff-440d-a820-f186c6bb8095",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302987034,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:24:21.845Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:24:21.845Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:24:21.845Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327cdb67-9eff-440d-a820-f186c6bb8095",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302987034,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:24:21.846Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:24:21.846Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:24:21.846Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327cdb67-9eff-440d-a820-f186c6bb8095",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302987034,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:24:21.846Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:24:21.846Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:24:21.846Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327cdb67-9eff-440d-a820-f186c6bb8095",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302987034,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:24:21.846Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:24:21.846Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:24:21.846Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327cdb67-9eff-440d-a820-f186c6bb8095",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302987034,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:24:21.846Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:24:21.846Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:24:21.846Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327cdb67-9eff-440d-a820-f186c6bb8095",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302987034,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:24:21.846Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:24:21.846Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:24:21.847Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327cdb67-9eff-440d-a820-f186c6bb8095",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302987034,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-27T18:24:21.847Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:24:21.847Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:24:21.847Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327cdb67-9eff-440d-a820-f186c6bb8095",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664302987034,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-27T18:24:21.847Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-27T18:24:21.847Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:24:21.847Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327cdb67-9eff-440d-a820-f186c6bb8095",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664303001260,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-27T18:24:21.847Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:24:24.370Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:24:24.370Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:24:24.371Z|327cdb67-9eff-440d-a820-f186c6bb8095|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-27T18:24:24.371Z|327cdb67-9eff-440d-a820-f186c6bb8095|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 cxCP4M1agj7qmKVP) ...
2022-09-27T18:24:34.001Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:25:21.803Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:25:21.804Z|327cdb67-9eff-440d-a820-f186c6bb8095|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-27T18:25:21.804Z|327cdb67-9eff-440d-a820-f186c6bb8095|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 cxCP4M1agj7qmKVP) ...
2022-09-27T18:25:21.805Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:25:21.805Z||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-27T18:25:21.805Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T18:25:22.331Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:25:22.332Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:25:22.332Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327cdb67-9eff-440d-a820-f186c6bb8095",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664303003341,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-27T18:25:22.333Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:25:22.333Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T18:25:22.333Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327cdb67-9eff-440d-a820-f186c6bb8095",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664303034548,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-27T18:25:22.333Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:25:31.362Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:26:21.803Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:26:21.804Z|327cdb67-9eff-440d-a820-f186c6bb8095|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-27T18:26:21.805Z|327cdb67-9eff-440d-a820-f186c6bb8095|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 cxCP4M1agj7qmKVP) ...
2022-09-27T18:26:21.805Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:26:21.805Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|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-27T18:26:21.805Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|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 cxCP4M1agj7qmKVP) ...
2022-09-27T18:26:31.420Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:26:31.422Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:27:21.803Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:27:21.805Z|327cdb67-9eff-440d-a820-f186c6bb8095|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-27T18:27:21.805Z|327cdb67-9eff-440d-a820-f186c6bb8095|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 cxCP4M1agj7qmKVP) ...
2022-09-27T18:27:21.805Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:27:21.805Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T18:27:21.805Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:27:31.381Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:27:31.381Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:28:21.803Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:28:21.804Z|327cdb67-9eff-440d-a820-f186c6bb8095|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-27T18:28:21.804Z|327cdb67-9eff-440d-a820-f186c6bb8095|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 cxCP4M1agj7qmKVP) ...
2022-09-27T18:28:21.805Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:28:21.805Z||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-27T18:28:21.805Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T18:28:31.399Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:28:31.399Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:29:21.803Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:29:21.805Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:29:21.805Z||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-27T18:29:21.805Z|327cdb67-9eff-440d-a820-f186c6bb8095|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-27T18:29:21.806Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:29:21.806Z|327cdb67-9eff-440d-a820-f186c6bb8095|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 cxCP4M1agj7qmKVP) ...
2022-09-27T18:29:31.393Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:29:31.397Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:30:21.803Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:30:21.805Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:30:21.806Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T18:30:21.806Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T18:30:21.807Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T18:30:21.807Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:30:31.440Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:30:31.440Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:31:21.803Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:31:21.803Z||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-27T18:31:21.804Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:31:21.805Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:31:21.806Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T18:31:21.806Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:31:31.361Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:31:31.393Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:32:21.803Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:32:21.804Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T18:32:21.804Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:32:21.805Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:32:21.806Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T18:32:21.806Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:32:31.460Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:32:31.460Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:33:21.803Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:33:21.804Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T18:33:21.804Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:33:21.805Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:33:21.805Z||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-27T18:33:21.805Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T18:33:31.400Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:33:31.415Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:34:21.803Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:34:21.804Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T18:34:21.804Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:34:21.805Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:34:21.806Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T18:34:21.806Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:34:31.370Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:34:31.393Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:35:21.803Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:35:21.804Z||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-27T18:35:21.804Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T18:35:21.805Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:35:21.806Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T18:35:21.806Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:35:31.409Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:35:31.442Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:36:21.803Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:36:21.804Z||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-27T18:36:21.804Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T18:36:21.805Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:36:21.807Z|d74a607c-0cbc-410c-a355-47f0271caa2e|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-27T18:36:21.807Z|d74a607c-0cbc-410c-a355-47f0271caa2e|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 cxCP4M1agj7qmKVP) ...
2022-09-27T18:36:31.398Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:36:31.399Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:37:21.803Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:37:21.804Z||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-27T18:37:21.804Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T18:37:21.805Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:37:21.806Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T18:37:21.806Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:37:31.377Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:37:31.378Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:38:21.803Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:38:21.804Z||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-27T18:38:21.804Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T18:38:21.805Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:38:21.805Z||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-27T18:38:21.805Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T18:38:31.402Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:38:31.405Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:39:21.803Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:39:21.804Z||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-27T18:39:21.804Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T18:39:21.805Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:39:21.805Z||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-27T18:39:21.805Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T18:39:31.374Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:39:31.374Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:40:21.803Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:40:21.805Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:40:21.806Z||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-27T18:40:21.807Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T18:40:21.806Z|327cdb67-9eff-440d-a820-f186c6bb8095|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-27T18:40:21.807Z|327cdb67-9eff-440d-a820-f186c6bb8095|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 cxCP4M1agj7qmKVP) ...
2022-09-27T18:40:31.398Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:40:31.399Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:41:21.803Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:41:21.804Z||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-27T18:41:21.804Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T18:41:21.805Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:41:21.805Z|327cdb67-9eff-440d-a820-f186c6bb8095|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-27T18:41:21.805Z|327cdb67-9eff-440d-a820-f186c6bb8095|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 cxCP4M1agj7qmKVP) ...
2022-09-27T18:41:31.369Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:41:31.386Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:42:21.803Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:42:21.803Z||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-27T18:42:21.803Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T18:42:21.805Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:42:21.805Z||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-27T18:42:21.805Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T18:42:31.410Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:42:31.420Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:43:21.803Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:43:21.804Z||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-27T18:43:21.804Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T18:43:21.805Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:43:21.806Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T18:43:21.806Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:43:31.369Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:43:31.369Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:44:21.803Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:44:21.804Z||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-27T18:44:21.804Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T18:44:21.805Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:44:21.805Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|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-27T18:44:21.805Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|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 cxCP4M1agj7qmKVP) ...
2022-09-27T18:44:31.383Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:44:31.383Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:45:21.803Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:45:21.804Z||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-27T18:45:21.804Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T18:45:21.805Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:45:21.806Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T18:45:21.806Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:45:31.369Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:45:31.390Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:46:21.803Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:46:21.804Z||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-27T18:46:21.804Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T18:46:21.805Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:46:21.805Z|327cdb67-9eff-440d-a820-f186c6bb8095|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-27T18:46:21.806Z|327cdb67-9eff-440d-a820-f186c6bb8095|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 cxCP4M1agj7qmKVP) ...
2022-09-27T18:46:31.385Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:46:31.385Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:47:21.803Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:47:21.803Z|327cdb67-9eff-440d-a820-f186c6bb8095|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-27T18:47:21.804Z|327cdb67-9eff-440d-a820-f186c6bb8095|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 cxCP4M1agj7qmKVP) ...
2022-09-27T18:47:21.805Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:47:21.805Z|d74a607c-0cbc-410c-a355-47f0271caa2e|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-27T18:47:21.806Z|d74a607c-0cbc-410c-a355-47f0271caa2e|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 cxCP4M1agj7qmKVP) ...
2022-09-27T18:47:31.369Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:47:31.376Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:48:21.803Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:48:21.804Z|327cdb67-9eff-440d-a820-f186c6bb8095|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-27T18:48:21.804Z|327cdb67-9eff-440d-a820-f186c6bb8095|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 cxCP4M1agj7qmKVP) ...
2022-09-27T18:48:21.805Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:48:21.805Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|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-27T18:48:21.806Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|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 cxCP4M1agj7qmKVP) ...
2022-09-27T18:48:31.376Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:48:31.376Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:49:21.803Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:49:21.804Z|327cdb67-9eff-440d-a820-f186c6bb8095|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-27T18:49:21.804Z|327cdb67-9eff-440d-a820-f186c6bb8095|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 cxCP4M1agj7qmKVP) ...
2022-09-27T18:49:21.805Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:49:21.806Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T18:49:21.806Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:49:31.383Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:49:31.389Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:50:21.803Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:50:21.805Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:50:21.806Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T18:50:21.807Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:50:21.806Z|327cdb67-9eff-440d-a820-f186c6bb8095|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-27T18:50:21.807Z|327cdb67-9eff-440d-a820-f186c6bb8095|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 cxCP4M1agj7qmKVP) ...
2022-09-27T18:50:31.422Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:50:31.456Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:51:21.803Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:51:21.804Z|327cdb67-9eff-440d-a820-f186c6bb8095|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-27T18:51:21.804Z|327cdb67-9eff-440d-a820-f186c6bb8095|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 cxCP4M1agj7qmKVP) ...
2022-09-27T18:51:21.805Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:51:21.806Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T18:51:21.806Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:51:31.408Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:51:31.436Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:52:21.803Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:52:21.803Z|327cdb67-9eff-440d-a820-f186c6bb8095|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-27T18:52:21.804Z|327cdb67-9eff-440d-a820-f186c6bb8095|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 cxCP4M1agj7qmKVP) ...
2022-09-27T18:52:21.805Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:52:21.805Z||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-27T18:52:21.806Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:52:31.379Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:52:31.391Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:53:21.803Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:53:21.804Z|327cdb67-9eff-440d-a820-f186c6bb8095|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-27T18:53:21.804Z|327cdb67-9eff-440d-a820-f186c6bb8095|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 cxCP4M1agj7qmKVP) ...
2022-09-27T18:53:21.805Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:53:21.805Z||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-27T18:53:21.805Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T18:53:31.411Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:53:31.431Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:54:21.803Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:54:21.804Z|327cdb67-9eff-440d-a820-f186c6bb8095|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-27T18:54:21.804Z|327cdb67-9eff-440d-a820-f186c6bb8095|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 cxCP4M1agj7qmKVP) ...
2022-09-27T18:54:21.805Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:54:21.805Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T18:54:21.805Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:54:31.400Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:54:31.405Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:55:21.803Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:55:21.803Z|327cdb67-9eff-440d-a820-f186c6bb8095|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-27T18:55:21.804Z|327cdb67-9eff-440d-a820-f186c6bb8095|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 cxCP4M1agj7qmKVP) ...
2022-09-27T18:55:21.805Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:55:21.805Z||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-27T18:55:21.805Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T18:55:31.377Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:55:31.380Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:56:21.803Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:56:21.803Z|327cdb67-9eff-440d-a820-f186c6bb8095|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-27T18:56:21.803Z|327cdb67-9eff-440d-a820-f186c6bb8095|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 cxCP4M1agj7qmKVP) ...
2022-09-27T18:56:21.805Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:56:21.805Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|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-27T18:56:21.805Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|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 cxCP4M1agj7qmKVP) ...
2022-09-27T18:56:31.376Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:56:31.404Z|21b60aed-cfbc-48ac-8ab9-ccab39281d80|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:57:21.803Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:57:21.803Z|327cdb67-9eff-440d-a820-f186c6bb8095|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-27T18:57:21.804Z|327cdb67-9eff-440d-a820-f186c6bb8095|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 cxCP4M1agj7qmKVP) ...
2022-09-27T18:57:21.805Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:57:21.805Z||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-27T18:57:21.805Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T18:57:31.381Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:57:31.392Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:58:21.803Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:58:21.804Z|327cdb67-9eff-440d-a820-f186c6bb8095|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-27T18:58:21.804Z|327cdb67-9eff-440d-a820-f186c6bb8095|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 cxCP4M1agj7qmKVP) ...
2022-09-27T18:58:21.805Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:58:21.805Z|d74a607c-0cbc-410c-a355-47f0271caa2e|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-27T18:58:21.806Z|d74a607c-0cbc-410c-a355-47f0271caa2e|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 cxCP4M1agj7qmKVP) ...
2022-09-27T18:58:31.395Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:58:31.401Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:59:21.803Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:59:21.805Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:59:21.806Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T18:59:21.806Z|327cdb67-9eff-440d-a820-f186c6bb8095|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-27T18:59:21.807Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T18:59:21.807Z|327cdb67-9eff-440d-a820-f186c6bb8095|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 cxCP4M1agj7qmKVP) ...
2022-09-27T18:59:31.366Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T18:59:31.404Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T19:00:21.803Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T19:00:21.804Z|327cdb67-9eff-440d-a820-f186c6bb8095|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-27T19:00:21.804Z|327cdb67-9eff-440d-a820-f186c6bb8095|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 cxCP4M1agj7qmKVP) ...
2022-09-27T19:00:21.805Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T19:00:21.805Z||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-27T19:00:21.806Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T19:00:31.438Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T19:00:31.448Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T19:01:21.803Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T19:01:21.804Z|327cdb67-9eff-440d-a820-f186c6bb8095|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-27T19:01:21.804Z|327cdb67-9eff-440d-a820-f186c6bb8095|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 cxCP4M1agj7qmKVP) ...
2022-09-27T19:01:21.805Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T19:01:21.805Z||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-27T19:01:21.805Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T19:01:31.386Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T19:01:31.386Z|327cdb67-9eff-440d-a820-f186c6bb8095|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T19:02:21.803Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T19:02:21.804Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T19:02:21.804Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T19:02:21.805Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T19:02:21.806Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T19:02:21.806Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T19:02:31.362Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T19:02:31.371Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T19:03:21.803Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T19:03:21.804Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T19:03:21.804Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T19:03:21.805Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T19:03:21.805Z||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-27T19:03:21.805Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T19:03:31.377Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T19:03:31.378Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T19:04:21.803Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T19:04:21.804Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T19:04:21.804Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T19:04:21.805Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T19:04:21.806Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T19:04:21.806Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T19:04:31.370Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T19:04:31.386Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T19:05:21.803Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T19:05:21.804Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T19:05:21.804Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T19:05:21.805Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T19:05:21.806Z|d74a607c-0cbc-410c-a355-47f0271caa2e|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-27T19:05:21.806Z|d74a607c-0cbc-410c-a355-47f0271caa2e|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 cxCP4M1agj7qmKVP) ...
2022-09-27T19:05:31.363Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T19:05:31.371Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-27T19:06:21.803Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T19:06:21.804Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T19:06:21.804Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T19:06:21.805Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T19:06:21.806Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T19:06:21.806Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...