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-11-17T05:21:53.044Z||main|||||INFO|500||The following profiles are active: basic
2022-11-17T05:22:06.619Z||main|||||INFO|500||Starting service [Tomcat]
2022-11-17T05:22:06.619Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-11-17T05:22:06.827Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-11-17T05:22:12.875Z||main|||||INFO|500||catdb-pool - Starting...
2022-11-17T05:22:13.445Z||main|||||INFO|500||catdb-pool - Start completed.
2022-11-17T05:22:14.299Z||main|||||INFO|500||reqdb-pool - Starting...
2022-11-17T05:22:14.324Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-11-17T05:22:14.547Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-11-17T05:22:14.957Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-11-17T05:22:15.680Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-11-17T05:22:19.458Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-17T05:22:23.046Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-17T05:22:23.125Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-11-17T05:22:24.143Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-17T05:22:24.798Z||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-11-17T05:22:26.636Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-17T05:22:28.154Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-11-17T05:22:28.182Z||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$$461afd56.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-11-17T05:22:28.185Z||main|||||WARN|500||The sdc end point is not alive
2022-11-17T05:22:32.710Z||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-11-17T05:22:36.362Z||main|||||WARN|500||---
2022-11-17T05:22:36.362Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-11-17T05:22:36.363Z||main|||||WARN|500||---
2022-11-17T05:22:36.978Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-11-17T05:22:43.271Z||main|||||INFO|500||Started Application in 54.981 seconds (JVM running for 57.522)
2022-11-17T05:22:43.298Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-17T05:22:43.309Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-17T05:22:43.341Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-17T05:22:43.371Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-17T05:22:43.449Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 104eb384-3080-4425-b85b-08ad7c75ab2b url= /sdc/v1/artifactTypes
2022-11-17T05:22:43.450Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-11-17T05:22:43.920Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-11-17T05:22:43.967Z||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-11-17T05:22:43.993Z||scheduling-1|||||DEBUG|500||create keys
2022-11-17T05:22:44.017Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-11-17T05:22:44.088Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T05:22:44.122Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= e937654a-13fd-449a-9fe1-5990c9dfa3c5 url= /sdc/v1/registerForDistribution
2022-11-17T05:22:44.318Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= e937654a-13fd-449a-9fe1-5990c9dfa3c5 url= /sdc/v1/registerForDistribution
2022-11-17T05:22:44.319Z||scheduling-1|||||INFO|500||start DistributionClient
2022-11-17T05:22:44.360Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-11-17T05:22:44.373Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T05:22:44.393Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T05:22:44.457Z||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-11-17T05:22:44.458Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T05:22:44.468Z||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-11-17T05:22:44.469Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T05:22:54.808Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T05:22:54.824Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T05:23:44.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T05:23:44.339Z||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-11-17T05:23:44.340Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T05:23:44.343Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T05:23:44.344Z||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-11-17T05:23:44.344Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T05:23:53.908Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T05:23:53.923Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T05:24:44.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T05:24:44.340Z||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-11-17T05:24:44.340Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T05:24:44.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T05:24:44.345Z||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-11-17T05:24:44.345Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T05:24:53.912Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T05:24:53.914Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T05:25:44.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T05:25:44.338Z||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-11-17T05:25:44.338Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T05:25:44.343Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T05:25:44.345Z||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-11-17T05:25:44.345Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T05:25:53.897Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T05:25:53.899Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T05:26:44.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T05:26:44.337Z||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-11-17T05:26:44.337Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T05:26:44.343Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T05:26:44.344Z||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-11-17T05:26:44.344Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T05:26:53.897Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T05:26:53.913Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T05:27:44.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T05:27:44.339Z||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-11-17T05:27:44.339Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T05:27:44.343Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T05:27:44.344Z||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-11-17T05:27:44.345Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T05:27:53.901Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T05:27:53.902Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T05:28:44.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T05:28:44.337Z||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-11-17T05:28:44.338Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T05:28:44.343Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T05:28:44.344Z||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-11-17T05:28:44.345Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T05:28:53.916Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T05:28:53.920Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T05:29:44.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T05:29:44.338Z||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-11-17T05:29:44.339Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T05:29:44.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T05:29:44.346Z||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-11-17T05:29:44.347Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T05:29:53.919Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T05:29:53.923Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T05:30:44.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T05:30:44.337Z||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-11-17T05:30:44.338Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T05:30:44.343Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T05:30:44.344Z||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-11-17T05:30:44.345Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T05:30:53.906Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T05:30:53.908Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T05:31:44.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T05:31:44.338Z||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-11-17T05:31:44.338Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T05:31:44.343Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T05:31:44.344Z||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-11-17T05:31:44.344Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T05:31:53.888Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T05:31:53.914Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T05:32:03.176Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-11-17T05:32:44.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T05:32:44.337Z||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-11-17T05:32:44.338Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T05:32:44.343Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T05:32:44.344Z||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-11-17T05:32:44.344Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T05:32:53.899Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T05:32:53.898Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T05:33:44.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T05:33:44.338Z||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-11-17T05:33:44.338Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T05:33:44.343Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T05:33:44.344Z||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-11-17T05:33:44.344Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T05:33:53.910Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T05:33:53.919Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T05:34:44.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T05:34:44.338Z||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-11-17T05:34:44.338Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T05:34:44.343Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T05:34:44.344Z||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-11-17T05:34:44.344Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T05:34:53.907Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T05:34:53.911Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T05:35:44.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T05:35:44.339Z||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-11-17T05:35:44.339Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T05:35:44.343Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T05:35:44.344Z||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-11-17T05:35:44.344Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T05:35:53.930Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T05:35:53.933Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T05:36:44.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T05:36:44.337Z||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-11-17T05:36:44.338Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T05:36:44.343Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T05:36:44.344Z||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-11-17T05:36:44.344Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T05:36:53.896Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T05:36:53.898Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T05:37:44.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T05:37:44.337Z||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-11-17T05:37:44.338Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T05:37:44.343Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T05:37:44.344Z||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-11-17T05:37:44.344Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T05:37:53.898Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T05:37:53.899Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T05:38:44.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T05:38:44.337Z||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-11-17T05:38:44.337Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T05:38:44.343Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T05:38:44.344Z||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-11-17T05:38:44.344Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T05:38:53.895Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T05:38:53.895Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T05:39:44.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T05:39:44.338Z||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-11-17T05:39:44.338Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T05:39:44.343Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T05:39:44.344Z||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-11-17T05:39:44.344Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T05:39:53.887Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T05:39:53.921Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T05:40:44.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T05:40:44.337Z||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-11-17T05:40:44.337Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T05:40:44.343Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T05:40:44.344Z||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-11-17T05:40:44.344Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T05:40:53.897Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T05:40:53.912Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T05:41:44.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T05:41:44.338Z||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-11-17T05:41:44.339Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T05:41:44.343Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T05:41:44.343Z||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-11-17T05:41:44.344Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T05:41:53.909Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T05:41:53.937Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T05:42:44.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T05:42:44.337Z||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-11-17T05:42:44.338Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T05:42:44.343Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T05:42:44.344Z||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-11-17T05:42:44.344Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T05:42:53.923Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T05:42:53.928Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T05:43:44.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T05:43:44.337Z||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-11-17T05:43:44.338Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T05:43:44.343Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T05:43:44.344Z||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-11-17T05:43:44.344Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T05:43:53.894Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T05:43:53.894Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T05:44:44.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T05:44:44.337Z||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-11-17T05:44:44.338Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T05:44:44.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T05:44:44.344Z||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-11-17T05:44:44.344Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T05:44:53.904Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T05:44:53.916Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T05:45:44.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T05:45:44.338Z||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-11-17T05:45:44.338Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T05:45:44.343Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T05:45:44.344Z||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-11-17T05:45:44.344Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T05:45:53.888Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T05:45:53.896Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T05:46:44.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T05:46:44.337Z||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-11-17T05:46:44.338Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T05:46:44.343Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T05:46:44.344Z||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-11-17T05:46:44.344Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T05:46:53.889Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T05:46:53.893Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T05:47:44.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T05:47:44.337Z||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-11-17T05:47:44.338Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T05:47:44.343Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T05:47:44.344Z||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-11-17T05:47:44.345Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T05:47:53.903Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T05:47:53.936Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T05:48:44.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T05:48:44.343Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T05:48:44.346Z||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-11-17T05:48:44.347Z||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-11-17T05:48:44.347Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T05:48:44.349Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T05:48:53.917Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T05:48:53.916Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T05:49:44.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T05:49:44.338Z||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-11-17T05:49:44.338Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T05:49:44.343Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T05:49:44.344Z||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-11-17T05:49:44.344Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T05:49:53.887Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T05:49:53.901Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T05:50:44.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T05:50:44.337Z||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-11-17T05:50:44.337Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T05:50:44.343Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T05:50:44.344Z||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-11-17T05:50:44.344Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T05:50:53.895Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T05:50:53.917Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T05:51:44.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T05:51:44.337Z||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-11-17T05:51:44.337Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T05:51:44.343Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T05:51:44.344Z||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-11-17T05:51:44.344Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T05:51:53.888Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T05:51:53.893Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T05:52:44.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T05:52:44.338Z||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-11-17T05:52:44.338Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T05:52:44.343Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T05:52:44.344Z||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-11-17T05:52:44.344Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T05:52:53.909Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T05:52:53.913Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T05:53:44.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T05:53:44.337Z||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-11-17T05:53:44.337Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T05:53:44.344Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T05:53:44.345Z||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-11-17T05:53:44.345Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T05:53:53.917Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T05:53:53.918Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T05:54:44.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T05:54:44.337Z||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-11-17T05:54:44.337Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T05:54:44.343Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T05:54:44.343Z||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-11-17T05:54:44.344Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T05:54:53.955Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T05:54:53.954Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T05:55:44.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T05:55:44.338Z||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-11-17T05:55:44.339Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T05:55:44.343Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T05:55:44.344Z||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-11-17T05:55:44.345Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T05:55:53.894Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T05:55:53.896Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T05:56:44.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T05:56:44.337Z||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-11-17T05:56:44.338Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T05:56:44.343Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T05:56:44.344Z||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-11-17T05:56:44.344Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T05:56:53.888Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T05:56:53.891Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T05:57:44.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T05:57:44.337Z||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-11-17T05:57:44.337Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T05:57:44.343Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T05:57:44.344Z||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-11-17T05:57:44.344Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T05:57:53.912Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T05:57:53.916Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T05:58:44.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T05:58:44.337Z||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-11-17T05:58:44.337Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T05:58:44.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T05:58:44.343Z||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-11-17T05:58:44.344Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T05:58:53.888Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T05:58:53.900Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T05:59:44.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T05:59:44.338Z||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-11-17T05:59:44.338Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T05:59:44.343Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T05:59:44.344Z||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-11-17T05:59:44.344Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T05:59:53.895Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T05:59:53.896Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:00:44.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T06:00:44.337Z||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-11-17T06:00:44.337Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:00:44.343Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T06:00:44.344Z||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-11-17T06:00:44.344Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:00:53.916Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:00:53.917Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:01:44.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T06:01:44.338Z||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-11-17T06:01:44.338Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:01:44.343Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T06:01:44.344Z||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-11-17T06:01:44.345Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:01:53.917Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:01:53.918Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:02:44.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T06:02:44.339Z||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-11-17T06:02:44.339Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:02:44.347Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T06:02:44.348Z||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-11-17T06:02:44.348Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:02:53.892Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:02:53.893Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:03:44.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T06:03:44.337Z||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-11-17T06:03:44.337Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:03:44.343Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T06:03:44.344Z||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-11-17T06:03:44.344Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:03:53.901Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:03:53.902Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:04:44.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T06:04:44.337Z||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-11-17T06:04:44.338Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:04:44.344Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T06:04:44.345Z||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-11-17T06:04:44.345Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:04:53.935Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:04:53.948Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:05:44.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T06:05:44.337Z||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-11-17T06:05:44.337Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:05:44.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T06:05:44.344Z||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-11-17T06:05:44.344Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:05:53.919Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:05:53.924Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:06:44.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T06:06:44.337Z||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-11-17T06:06:44.338Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:06:44.343Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T06:06:44.344Z||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-11-17T06:06:44.345Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:06:53.907Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:06:53.919Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:07:44.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T06:07:44.338Z||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-11-17T06:07:44.338Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:07:44.343Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T06:07:44.344Z||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-11-17T06:07:44.344Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:07:53.896Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:07:53.896Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:08:44.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T06:08:44.337Z||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-11-17T06:08:44.338Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:08:44.344Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T06:08:44.345Z||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-11-17T06:08:44.345Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:08:53.917Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:08:53.919Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:09:44.336Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T06:09:44.340Z||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-11-17T06:09:44.340Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:09:44.344Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T06:09:44.344Z||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-11-17T06:09:44.344Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:09:53.897Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:09:53.903Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:10:44.336Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T06:10:44.338Z||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-11-17T06:10:44.338Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:10:44.343Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T06:10:44.344Z||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-11-17T06:10:44.345Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:10:44.972Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:10:44.980Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-17T06:10:44.982Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e88e86d-9f62-4870-9493-b5c658faf41b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668665406215,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221117060910/1.0/resourceInstances/vfw8faf8f60cd6a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:10:45.008Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:10:45.014Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-17T06:10:45.014Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"2e88e86d-9f62-4870-9493-b5c658faf41b","serviceName":"vFW 2022-11-17 06-09-10","serviceVersion":"1.0","serviceUUID":"0cb513fd-4ebe-44a6-8448-e03dfd1aa298","serviceDescription":"catalog service description","serviceInvariantUUID":"f4025a1c-4007-41ce-be66-4e0170e0eb15","resources":[{"resourceInstanceName":"vFW 8faf8f60-cd6a 0","resourceName":"vFW 8faf8f60-cd6a","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a1737630-2dee-4a26-bdee-e4f809e41234","resourceInvariantUUID":"bd0fd88b-44d1-4b83-9344-877121afa02c","resourceCustomizationUUID":"1210d9f7-a614-46d4-b5c1-cafbbfcb053d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221117060910/1.0/resourceInstances/vfw8faf8f60cd6a0/artifacts/vf-license-model.xml","artifactChecksum":"MWM4YzNlNWFlNjIyZDY0ZTY1MTNkNDA2YmZkZTM2NmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c771dab5-92c2-4cc0-8671-96a5385fe973","artifactVersion":"1"},{"artifactName":"vfw8faf8f60cd6a0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221117060910/1.0/resourceInstances/vfw8faf8f60cd6a0/artifacts/vfw8faf8f60cd6a0_modules.json","artifactChecksum":"MDVlMjgzZDRiNTI1NWYyOTI0ZDgxYzZjOWExMzVkZDM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"13a11042-901c-4900-8232-358fc1fd71b6","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221117060910/1.0/resourceInstances/vfw8faf8f60cd6a0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d6f930ca-ef88-4a15-8413-e216c3d8f704","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221117060910/1.0/resourceInstances/vfw8faf8f60cd6a0/artifacts/vendor-license-model.xml","artifactChecksum":"YzM1NTk3MTM4ZWVjMWNhNzM4MDlkYTMyNDk0OTM2NGY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"32f3c337-80f0-43e8-8009-cc03a0e1cf8a","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221117060910/1.0/resourceInstances/vfw8faf8f60cd6a0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"872904b7-9e25-44b7-b0f0-0a4590752a3f","artifactVersion":"2","generatedFromUUID":"d6f930ca-ef88-4a15-8413-e216c3d8f704"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221117060910-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221117060910/1.0/artifacts/service-Vfw20221117060910-template.yml","artifactChecksum":"MmZjNzg0ZDNhMWJhMjc5ODYyZThhYjZhMGI0NmM2MWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1228b95d-62b7-4d49-a5dd-9fd6791c6fbc","artifactVersion":"1"},{"artifactName":"service-Vfw20221117060910-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221117060910/1.0/artifacts/service-Vfw20221117060910-csar.csar","artifactChecksum":"YmE0ZmVmOTczZmIxZTM4Y2I2Nzc0YTc4Njc5N2I2MGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"18f06e67-48ce-40ab-a892-74466f774c6c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-17T06:10:45.026Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:10:45.026Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-17T06:10:45.026Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e88e86d-9f62-4870-9493-b5c658faf41b",
  "consumerID": "cds",
  "timestamp": 1668665408785,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221117060910/1.0/resourceInstances/vfw8faf8f60cd6a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:10:45.027Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:10:45.027Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-17T06:10:45.027Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e88e86d-9f62-4870-9493-b5c658faf41b",
  "consumerID": "aai-ml",
  "timestamp": 1668665406806,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221117060910/1.0/resourceInstances/vfw8faf8f60cd6a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:10:45.027Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:10:45.028Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-17T06:10:45.028Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-17T06:10:45.028Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e88e86d-9f62-4870-9493-b5c658faf41b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668665406215,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221117060910/1.0/resourceInstances/vfw8faf8f60cd6a0/artifacts/vfw8faf8f60cd6a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:10:45.028Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:10:45.028Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-17T06:10:45.029Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e88e86d-9f62-4870-9493-b5c658faf41b",
  "consumerID": "cds",
  "timestamp": 1668665408785,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221117060910/1.0/resourceInstances/vfw8faf8f60cd6a0/artifacts/vfw8faf8f60cd6a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:10:45.029Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:10:45.029Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-17T06:10:45.029Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e88e86d-9f62-4870-9493-b5c658faf41b",
  "consumerID": "aai-ml",
  "timestamp": 1668665406806,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221117060910/1.0/resourceInstances/vfw8faf8f60cd6a0/artifacts/vfw8faf8f60cd6a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:10:45.030Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:10:45.030Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-17T06:10:45.030Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e88e86d-9f62-4870-9493-b5c658faf41b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668665406215,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221117060910/1.0/resourceInstances/vfw8faf8f60cd6a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:10:45.030Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:10:45.030Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-17T06:10:45.031Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e88e86d-9f62-4870-9493-b5c658faf41b",
  "consumerID": "cds",
  "timestamp": 1668665408785,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221117060910/1.0/resourceInstances/vfw8faf8f60cd6a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:10:45.031Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:10:45.031Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-17T06:10:45.031Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e88e86d-9f62-4870-9493-b5c658faf41b",
  "consumerID": "aai-ml",
  "timestamp": 1668665406806,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221117060910/1.0/resourceInstances/vfw8faf8f60cd6a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:10:45.032Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:10:45.032Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-17T06:10:45.032Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e88e86d-9f62-4870-9493-b5c658faf41b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668665406215,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221117060910/1.0/resourceInstances/vfw8faf8f60cd6a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:10:45.032Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:10:45.033Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-17T06:10:45.033Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e88e86d-9f62-4870-9493-b5c658faf41b",
  "consumerID": "cds",
  "timestamp": 1668665408785,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221117060910/1.0/resourceInstances/vfw8faf8f60cd6a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:10:45.033Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:10:45.033Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-17T06:10:45.033Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e88e86d-9f62-4870-9493-b5c658faf41b",
  "consumerID": "aai-ml",
  "timestamp": 1668665406806,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221117060910/1.0/resourceInstances/vfw8faf8f60cd6a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:10:45.034Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:10:45.034Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-17T06:10:45.034Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e88e86d-9f62-4870-9493-b5c658faf41b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668665406215,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221117060910/1.0/resourceInstances/vfw8faf8f60cd6a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:10:45.035Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:10:45.035Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:10:45.035Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-17T06:10:45.035Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e88e86d-9f62-4870-9493-b5c658faf41b",
  "consumerID": "cds",
  "timestamp": 1668665408785,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221117060910/1.0/resourceInstances/vfw8faf8f60cd6a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:10:45.035Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:10:45.035Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-17T06:10:45.036Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e88e86d-9f62-4870-9493-b5c658faf41b",
  "consumerID": "aai-ml",
  "timestamp": 1668665406806,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221117060910/1.0/resourceInstances/vfw8faf8f60cd6a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:10:45.036Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:10:45.036Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-17T06:10:45.036Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e88e86d-9f62-4870-9493-b5c658faf41b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668665406215,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221117060910/1.0/artifacts/service-Vfw20221117060910-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:10:45.037Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:10:45.037Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-17T06:10:45.037Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e88e86d-9f62-4870-9493-b5c658faf41b",
  "consumerID": "cds",
  "timestamp": 1668665408785,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221117060910/1.0/artifacts/service-Vfw20221117060910-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:10:45.038Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:10:45.038Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-17T06:10:45.038Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e88e86d-9f62-4870-9493-b5c658faf41b",
  "consumerID": "aai-ml",
  "timestamp": 1668665406806,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221117060910/1.0/artifacts/service-Vfw20221117060910-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:10:45.039Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:10:45.039Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-17T06:10:45.039Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e88e86d-9f62-4870-9493-b5c658faf41b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668665415474,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221117060910/1.0/resourceInstances/vfw8faf8f60cd6a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:10:45.039Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:10:45.039Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-17T06:10:45.040Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e88e86d-9f62-4870-9493-b5c658faf41b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668665406215,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221117060910/1.0/artifacts/service-Vfw20221117060910-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:10:45.040Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:10:45.040Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-17T06:10:45.040Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e88e86d-9f62-4870-9493-b5c658faf41b",
  "consumerID": "cds",
  "timestamp": 1668665408785,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221117060910/1.0/artifacts/service-Vfw20221117060910-csar.csar",
  "status": "NOTIFIED"
}
2022-11-17T06:10:45.041Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:10:45.041Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-17T06:10:45.041Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e88e86d-9f62-4870-9493-b5c658faf41b",
  "consumerID": "aai-ml",
  "timestamp": 1668665406806,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221117060910/1.0/artifacts/service-Vfw20221117060910-csar.csar",
  "status": "NOTIFIED"
}
2022-11-17T06:10:45.041Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:10:45.041Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-17T06:10:45.042Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e88e86d-9f62-4870-9493-b5c658faf41b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668665415474,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221117060910/1.0/resourceInstances/vfw8faf8f60cd6a0/artifacts/vfw8faf8f60cd6a0_modules.json",
  "status": "NOTIFIED"
}
2022-11-17T06:10:45.046Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:10:45.046Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-17T06:10:45.046Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e88e86d-9f62-4870-9493-b5c658faf41b",
  "consumerID": "cds",
  "timestamp": 1668665417662,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221117060910/1.0/artifacts/service-Vfw20221117060910-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-17T06:10:45.047Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:10:45.047Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-17T06:10:45.048Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e88e86d-9f62-4870-9493-b5c658faf41b",
  "consumerID": "aai-ml",
  "timestamp": 1668665417238,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221117060910/1.0/artifacts/service-Vfw20221117060910-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-17T06:10:45.048Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:10:45.048Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-17T06:10:45.048Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e88e86d-9f62-4870-9493-b5c658faf41b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668665415474,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221117060910/1.0/resourceInstances/vfw8faf8f60cd6a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-11-17T06:10:45.048Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:10:45.048Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-17T06:10:45.049Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e88e86d-9f62-4870-9493-b5c658faf41b",
  "consumerID": "cds",
  "timestamp": 1668665418683,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221117060910/1.0/artifacts/service-Vfw20221117060910-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2022-11-17T06:10:45.049Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:10:45.049Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2e88e86d-9f62-4870-9493-b5c658faf41b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668665444336,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221117060910/1.0/resourceInstances/vfw8faf8f60cd6a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-17T06:10:45.150Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-11-17T06:10:45.155Z||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-11-17T06:10:45.155Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:10:45.169Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:10:45.171Z||pool-3-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-17T06:10:45.255Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2e88e86d-9f62-4870-9493-b5c658faf41b
2022-11-17T06:10:45.279Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2e88e86d-9f62-4870-9493-b5c658faf41b 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-11-17T06:10:45.302Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-17T06:10:45.303Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e88e86d-9f62-4870-9493-b5c658faf41b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668665415474,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221117060910/1.0/resourceInstances/vfw8faf8f60cd6a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:10:45.303Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:10:45.303Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-17T06:10:45.304Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e88e86d-9f62-4870-9493-b5c658faf41b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668665415474,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221117060910/1.0/resourceInstances/vfw8faf8f60cd6a0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-11-17T06:10:45.304Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:10:45.304Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-17T06:10:45.305Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e88e86d-9f62-4870-9493-b5c658faf41b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668665415474,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221117060910/1.0/artifacts/service-Vfw20221117060910-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:10:45.305Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:10:45.305Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-17T06:10:45.305Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e88e86d-9f62-4870-9493-b5c658faf41b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668665415474,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221117060910/1.0/artifacts/service-Vfw20221117060910-csar.csar",
  "status": "NOTIFIED"
}
2022-11-17T06:10:45.306Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:10:45.306Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-17T06:10:45.306Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e88e86d-9f62-4870-9493-b5c658faf41b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668665423373,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221117060910/1.0/resourceInstances/vfw8faf8f60cd6a0/artifacts/vfw8faf8f60cd6a0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-17T06:10:45.306Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:10:45.307Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-17T06:10:45.307Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e88e86d-9f62-4870-9493-b5c658faf41b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668665424471,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221117060910/1.0/resourceInstances/vfw8faf8f60cd6a0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-17T06:10:45.307Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:10:45.307Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-17T06:10:45.308Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e88e86d-9f62-4870-9493-b5c658faf41b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668665425548,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221117060910/1.0/resourceInstances/vfw8faf8f60cd6a0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-11-17T06:10:45.308Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:10:45.308Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-17T06:10:45.308Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e88e86d-9f62-4870-9493-b5c658faf41b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668665426636,
  "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-11-17T06:10:45.324Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2e88e86d-9f62-4870-9493-b5c658faf41b
2022-11-17T06:10:45.325Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2e88e86d-9f62-4870-9493-b5c658faf41b 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-11-17T06:10:45.334Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-17T06:10:45.334Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e88e86d-9f62-4870-9493-b5c658faf41b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668665427640,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221117060910/1.0/resourceInstances/vfw8faf8f60cd6a0/artifacts/vfw8faf8f60cd6a0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-17T06:10:45.335Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:10:45.335Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-17T06:10:45.335Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e88e86d-9f62-4870-9493-b5c658faf41b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668665428433,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221117060910/1.0/resourceInstances/vfw8faf8f60cd6a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:10:45.335Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:10:45.336Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-17T06:10:45.336Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e88e86d-9f62-4870-9493-b5c658faf41b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668665428433,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221117060910/1.0/resourceInstances/vfw8faf8f60cd6a0/artifacts/vfw8faf8f60cd6a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:10:45.336Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:10:45.337Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-17T06:10:45.337Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e88e86d-9f62-4870-9493-b5c658faf41b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668665428433,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221117060910/1.0/resourceInstances/vfw8faf8f60cd6a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:10:45.337Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:10:45.337Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-17T06:10:45.338Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e88e86d-9f62-4870-9493-b5c658faf41b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668665428433,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221117060910/1.0/resourceInstances/vfw8faf8f60cd6a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:10:45.338Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:10:45.338Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-17T06:10:45.338Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e88e86d-9f62-4870-9493-b5c658faf41b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668665428433,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221117060910/1.0/resourceInstances/vfw8faf8f60cd6a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:10:45.339Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:10:45.339Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-17T06:10:45.339Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e88e86d-9f62-4870-9493-b5c658faf41b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668665428433,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221117060910/1.0/artifacts/service-Vfw20221117060910-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:10:45.339Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:10:45.340Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-17T06:10:45.340Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e88e86d-9f62-4870-9493-b5c658faf41b",
  "consumerID": "aai-ml",
  "timestamp": 1668665434938,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221117060910/1.0/artifacts/service-Vfw20221117060910-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-17T06:10:45.340Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:10:45.340Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-17T06:10:45.341Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e88e86d-9f62-4870-9493-b5c658faf41b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668665428433,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221117060910/1.0/artifacts/service-Vfw20221117060910-csar.csar",
  "status": "NOTIFIED"
}
2022-11-17T06:10:45.341Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:10:45.341Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-17T06:10:45.341Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e88e86d-9f62-4870-9493-b5c658faf41b",
  "consumerID": "aai-ml",
  "timestamp": 1668665435944,
  "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-11-17T06:10:45.346Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2e88e86d-9f62-4870-9493-b5c658faf41b
2022-11-17T06:10:45.346Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2e88e86d-9f62-4870-9493-b5c658faf41b 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-11-17T06:10:45.357Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-17T06:10:45.357Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e88e86d-9f62-4870-9493-b5c658faf41b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668665436273,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221117060910/1.0/artifacts/service-Vfw20221117060910-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-17T06:10:45.357Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:10:45.358Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-17T06:10:45.358Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e88e86d-9f62-4870-9493-b5c658faf41b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668665441798,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221117060910/1.0/artifacts/service-Vfw20221117060910-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-17T06:10:45.358Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:10:45.358Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-17T06:10:45.359Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e88e86d-9f62-4870-9493-b5c658faf41b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668665442807,
  "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-11-17T06:10:45.363Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2e88e86d-9f62-4870-9493-b5c658faf41b
2022-11-17T06:10:45.364Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2e88e86d-9f62-4870-9493-b5c658faf41b 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-11-17T06:10:46.058Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-17T06:10:46.059Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:10:46.061Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:10:46.061Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2e88e86d-9f62-4870-9493-b5c658faf41b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668665444336,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221117060910/1.0/resourceInstances/vfw8faf8f60cd6a0/artifacts/vfw8faf8f60cd6a0_modules.json",
  "status": "NOTIFIED"
}
2022-11-17T06:10:46.161Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-17T06:10:46.162Z||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-11-17T06:10:46.163Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:10:46.173Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:10:46.174Z||pool-4-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-17T06:10:47.062Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-17T06:10:47.063Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:10:47.065Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:10:47.065Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2e88e86d-9f62-4870-9493-b5c658faf41b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668665444336,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221117060910/1.0/resourceInstances/vfw8faf8f60cd6a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-11-17T06:10:47.166Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-17T06:10:47.167Z||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-11-17T06:10:47.167Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:10:47.179Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:10:47.180Z||pool-5-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-11-17T06:10:48.066Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-17T06:10:48.067Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:10:48.074Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:10:48.074Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2e88e86d-9f62-4870-9493-b5c658faf41b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668665444336,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221117060910/1.0/resourceInstances/vfw8faf8f60cd6a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:10:48.170Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-11-17T06:10:48.172Z||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-11-17T06:10:48.172Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:10:48.188Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:10:48.189Z||pool-6-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-11-17T06:10:49.078Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-17T06:10:49.078Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:10:49.080Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:10:49.081Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2e88e86d-9f62-4870-9493-b5c658faf41b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668665444336,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221117060910/1.0/resourceInstances/vfw8faf8f60cd6a0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-11-17T06:10:49.181Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-17T06:10:49.182Z||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-11-17T06:10:49.183Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:10:49.194Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:10:49.194Z||pool-7-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-11-17T06:10:50.084Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-17T06:10:50.100Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:10:50.108Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:10:50.108Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2e88e86d-9f62-4870-9493-b5c658faf41b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668665444336,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221117060910/1.0/artifacts/service-Vfw20221117060910-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:10:50.208Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-17T06:10:50.209Z||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-11-17T06:10:50.210Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:10:50.222Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:10:50.223Z||pool-8-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-17T06:10:51.109Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-17T06:10:51.110Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:10:51.113Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:10:51.113Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2e88e86d-9f62-4870-9493-b5c658faf41b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668665444336,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221117060910/1.0/artifacts/service-Vfw20221117060910-csar.csar",
  "status": "NOTIFIED"
}
2022-11-17T06:10:51.213Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-17T06:10:51.214Z||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-11-17T06:10:51.215Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:10:51.226Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:10:51.226Z||pool-9-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-11-17T06:10:52.115Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "2e88e86d-9f62-4870-9493-b5c658faf41b",
  "serviceName": "vFW 2022-11-17 06-09-10",
  "serviceVersion": "1.0",
  "serviceUUID": "0cb513fd-4ebe-44a6-8448-e03dfd1aa298",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "f4025a1c-4007-41ce-be66-4e0170e0eb15",
  "resources": [
    {
      "resourceInstanceName": "vFW 8faf8f60-cd6a 0",
      "resourceCustomizationUUID": "1210d9f7-a614-46d4-b5c1-cafbbfcb053d",
      "resourceName": "vFW 8faf8f60-cd6a",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a1737630-2dee-4a26-bdee-e4f809e41234",
      "resourceInvariantUUID": "bd0fd88b-44d1-4b83-9344-877121afa02c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw8faf8f60cd6a0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221117060910/1.0/resourceInstances/vfw8faf8f60cd6a0/artifacts/vfw8faf8f60cd6a0_modules.json",
          "artifactChecksum": "MDVlMjgzZDRiNTI1NWYyOTI0ZDgxYzZjOWExMzVkZDM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "13a11042-901c-4900-8232-358fc1fd71b6",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221117060910/1.0/resourceInstances/vfw8faf8f60cd6a0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "d6f930ca-ef88-4a15-8413-e216c3d8f704",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20221117060910/1.0/resourceInstances/vfw8faf8f60cd6a0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "872904b7-9e25-44b7-b0f0-0a4590752a3f",
            "generatedFromUUID": "d6f930ca-ef88-4a15-8413-e216c3d8f704"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221117060910/1.0/resourceInstances/vfw8faf8f60cd6a0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "872904b7-9e25-44b7-b0f0-0a4590752a3f",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20221117060910-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20221117060910/1.0/artifacts/service-Vfw20221117060910-csar.csar",
      "artifactChecksum": "YmE0ZmVmOTczZmIxZTM4Y2I2Nzc0YTc4Njc5N2I2MGU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "18f06e67-48ce-40ab-a892-74466f774c6c"
    }
  ],
  "workloadContext": "Production"
}
2022-11-17T06:10:52.117Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-17T06:10:52.119Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0cb513fd-4ebe-44a6-8448-e03dfd1aa298 ASDC
2022-11-17T06:10:52.270Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:2e88e86d-9f62-4870-9493-b5c658faf41b
ServiceName:vFW 2022-11-17 06-09-10
ServiceVersion:1.0
ServiceUUID:0cb513fd-4ebe-44a6-8448-e03dfd1aa298
ServiceInvariantUUID:f4025a1c-4007-41ce-be66-4e0170e0eb15
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221117060910-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221117060910/1.0/artifacts/service-Vfw20221117060910-csar.csar
ArtifactUUID:18f06e67-48ce-40ab-a892-74466f774c6c
ArtifactChecksum:YmE0ZmVmOTczZmIxZTM4Y2I2Nzc0YTc4Njc5N2I2MGU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 8faf8f60-cd6a 0
ResourceCustomizationUUID:1210d9f7-a614-46d4-b5c1-cafbbfcb053d
ResourceInvariantUUID:bd0fd88b-44d1-4b83-9344-877121afa02c
ResourceName:vFW 8faf8f60-cd6a
ResourceType:VF
ResourceUUID:a1737630-2dee-4a26-bdee-e4f809e41234
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw8faf8f60cd6a0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221117060910/1.0/resourceInstances/vfw8faf8f60cd6a0/artifacts/vfw8faf8f60cd6a0_modules.json
ArtifactUUID:13a11042-901c-4900-8232-358fc1fd71b6
ArtifactChecksum:MDVlMjgzZDRiNTI1NWYyOTI0ZDgxYzZjOWExMzVkZDM=
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/Vfw20221117060910/1.0/resourceInstances/vfw8faf8f60cd6a0/artifacts/base_vfw.yaml
ArtifactUUID:d6f930ca-ef88-4a15-8413-e216c3d8f704
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/Vfw20221117060910/1.0/resourceInstances/vfw8faf8f60cd6a0/artifacts/base_vfw.env
ArtifactUUID:872904b7-9e25-44b7-b0f0-0a4590752a3f
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/Vfw20221117060910/1.0/resourceInstances/vfw8faf8f60cd6a0/artifacts/base_vfw.env
ArtifactUUID:872904b7-9e25-44b7-b0f0-0a4590752a3f
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-17T06:10:52.271Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0cb513fd-4ebe-44a6-8448-e03dfd1aa298 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-11-17T06:10:52.325Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-17T06:10:52.326Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-11-17T06:10:52.327Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-11-17T06:10:52.328Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 18f06e67-48ce-40ab-a892-74466f774c6c from URL: /sdc/v1/catalog/services/Vfw20221117060910/1.0/artifacts/service-Vfw20221117060910-csar.csar
2022-11-17T06:10:52.328Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-11-17T06:10:52.330Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221117060910/1.0/artifacts/service-Vfw20221117060910-csar.csar
2022-11-17T06:10:52.433Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-11-17T06:10:52.459Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221117060910/1.0/artifacts/service-Vfw20221117060910-csar.csar 18f06e67-48ce-40ab-a892-74466f774c6c 100692
2022-11-17T06:10:52.461Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221117060910/1.0/artifacts/service-Vfw20221117060910-csar.csar ASDC sendASDCNotification
2022-11-17T06:10:52.461Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221117060910/1.0/artifacts/service-Vfw20221117060910-csar.csar
2022-11-17T06:10:52.462Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-17T06:10:52.464Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:10:52.466Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:10:52.467Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2e88e86d-9f62-4870-9493-b5c658faf41b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668665452460,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221117060910/1.0/artifacts/service-Vfw20221117060910-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-17T06:10:52.568Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-17T06:10:52.569Z||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-11-17T06:10:52.569Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:10:52.581Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:10:52.581Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-11-17T06:10:53.467Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-17T06:10:53.469Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-11-17T06:10:53.469Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 18f06e67-48ce-40ab-a892-74466f774c6c, URL: /sdc/v1/catalog/services/Vfw20221117060910/1.0/artifacts/service-Vfw20221117060910-csar.csar to file: /app/ASDC/1/service-Vfw20221117060910-csar.csar
2022-11-17T06:10:53.470Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221117060910-csar.csar
2022-11-17T06:10:53.571Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221117060910-csar.csar
2022-11-17T06:10:53.571Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221117060910-csar.csar
2022-11-17T06:10:54.414Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6990560567600416454/Definitions/service-Vfw20221117060910-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-11-17T06:10:57.654Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-17T06:10:57.660Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-11-17T06:10:57.660Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221117060910-csar.csar
2022-11-17T06:10:57.660Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-11-17T06:10:57.661Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221117060910-csar.csar
2022-11-17T06:10:57.661Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221117060910-csar.csar
2022-11-17T06:10:57.661Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20221117060910-csar.csar
2022-11-17T06:10:57.661Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221117060910-csar.csar
2022-11-17T06:10:57.661Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221117060910-csar.csar
2022-11-17T06:10:57.661Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221117060910-csar.csar
2022-11-17T06:10:57.661Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221117060910-csar.csar
2022-11-17T06:10:57.661Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221117060910-csar.csar
2022-11-17T06:10:57.661Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221117060910-csar.csar
2022-11-17T06:10:57.662Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221117060910-csar.csar
2022-11-17T06:10:57.662Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 8faf8f60-cd6a 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-Vfw20221117060910-csar.csar
2022-11-17T06:10:57.662Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-11-17T06:10:57.668Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:10:57.669Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-17 06-09-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T06:10:57.673Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Node template vFW 8faf8f60-cd6a 0 is matching search criteria
2022-11-17T06:10:57.674Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-11-17T06:10:57.675Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 8faf8f60-cd6a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-17T06:10:57.677Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:10:57.677Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-17 06-09-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T06:10:57.677Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Node template vFW 8faf8f60-cd6a 0 is matching search criteria
2022-11-17T06:10:57.678Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-11-17T06:10:57.678Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 8faf8f60-cd6a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-17T06:10:57.678Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:10:57.678Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-17 06-09-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T06:10:57.681Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:10:57.682Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Node template vFW 8faf8f60-cd6a 0 is not matching search criteria
2022-11-17T06:10:57.682Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-17T06:10:57.682Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-17T06:10:57.682Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-17T06:10:57.682Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-17T06:10:57.682Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-17T06:10:57.683Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-17T06:10:57.683Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-17T06:10:57.683Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-17T06:10:57.683Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-17T06:10:57.683Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-17T06:10:57.683Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-17T06:10:57.684Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-17T06:10:57.684Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-17T06:10:57.684Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-17T06:10:57.684Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-17T06:10:57.684Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-17T06:10:57.685Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:10:57.685Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-17 06-09-10 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-17T06:10:57.686Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:10:57.686Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Node template vFW 8faf8f60-cd6a 0 is matching search criteria
2022-11-17T06:10:57.686Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 8faf8f60-cd6a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-17T06:10:57.686Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:10:57.687Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Node template vFW 8faf8f60-cd6a 0 is matching search criteria
2022-11-17T06:10:57.687Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 8faf8f60-cd6a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-17T06:10:57.687Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:10:57.687Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Node template vFW 8faf8f60-cd6a 0 is matching search criteria
2022-11-17T06:10:57.687Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 8faf8f60-cd6a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-17T06:10:57.688Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:10:57.688Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Node template vFW 8faf8f60-cd6a 0 is not matching search criteria
2022-11-17T06:10:57.688Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-17T06:10:57.688Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-17T06:10:57.688Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-17T06:10:57.688Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-17T06:10:57.689Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-17T06:10:57.689Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-17T06:10:57.689Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-17T06:10:57.689Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-17T06:10:57.689Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-17T06:10:57.689Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-17T06:10:57.690Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-17T06:10:57.690Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=2445646f-8f89-4a06-9cd1-5a880c5e2779
2022-11-17T06:10:57.690Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:10:57.691Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Node template vFW 8faf8f60-cd6a 0 is not matching search criteria
2022-11-17T06:10:57.691Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-17T06:10:57.691Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-17T06:10:57.691Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-17T06:10:57.691Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-17T06:10:57.691Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-17T06:10:57.691Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-17T06:10:57.692Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-17T06:10:57.692Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-17T06:10:57.692Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-17T06:10:57.692Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-17T06:10:57.692Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-17T06:10:57.692Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-17T06:10:57.693Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=86f4bdc7-0345-4235-80b5-bd335447439a
2022-11-17T06:10:57.693Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:10:57.693Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Node template vFW 8faf8f60-cd6a 0 is not matching search criteria
2022-11-17T06:10:57.693Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-17T06:10:57.693Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-17T06:10:57.694Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-17T06:10:57.694Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-17T06:10:57.694Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-17T06:10:57.694Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-17T06:10:57.694Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-17T06:10:57.694Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-17T06:10:57.694Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-17T06:10:57.695Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-17T06:10:57.695Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-17T06:10:57.695Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-17T06:10:57.695Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=26c4f8c5-c0b7-4331-a653-07a4b4fbaa93
2022-11-17T06:10:57.695Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:10:57.695Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-17 06-09-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T06:10:57.696Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:10:57.696Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-17 06-09-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T06:10:57.696Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:10:57.696Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-17 06-09-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T06:10:57.696Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:10:57.697Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-17 06-09-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T06:10:57.697Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-11-17 06-09-10
Description:catalog service description
Model UUID:0cb513fd-4ebe-44a6-8448-e03dfd1aa298
Model Version:NULL
Model InvariantUuid:f4025a1c-4007-41ce-be66-4e0170e0eb15
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 8faf8f60-cd6a
Model UUID:335f75bd-7bb6-42ee-ad83-bf1630a30e5b
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:bd0fd88b-44d1-4b83-9344-877121afa02c
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:1210d9f7-a614-46d4-b5c1-cafbbfcb053d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:06799005-6620-493b-b4a4-4d49df39cb6f
ModelName:Vfw8faf8f60Cd6a..base_vfw..module-0
ModelUuid:4217869b-b1e4-47c9-a0d6-e150fb026107
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:2445646f-8f89-4a06-9cd1-5a880c5e2779
ModelInvariantUuid:a9785959-b23d-4e7a-99da-068c90d4141d
ModelName:vFW 8faf8f60-cd6a-nodes.vfwCvfc
ModelUuid:0d4a79b4-65a9-410e-a042-2847051fdb1d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:19d8b1be-3ba7-404e-8656-7ad03293f72a
ModelInvariantUuid:259ba999-7a7d-4601-8cd0-ad85ab9b324f
ModelName:Vfw8faf8f60Cd6a.compute.nodes.heat.vfw
ModelUuid:92fb9f36-1c9a-4911-8184-b24d87d54cea
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:86f4bdc7-0345-4235-80b5-bd335447439a
ModelInvariantUuid:0504a56d-ecbf-4179-89a5-3190137b72d1
ModelName:vFW 8faf8f60-cd6a-nodes.vsnCvfc
ModelUuid:8f40f4bd-334b-4023-b706-8eaae557d183
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:bfd9fa50-c863-4737-bb90-6f7e78ca6e4a
ModelInvariantUuid:fe61e672-ad8a-4d00-9a56-f6b360b0863e
ModelName:Vfw8faf8f60Cd6a.compute.nodes.heat.vsn
ModelUuid:5565fd35-24dc-450e-baab-49cb54d2c948
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:26c4f8c5-c0b7-4331-a653-07a4b4fbaa93
ModelInvariantUuid:0b850819-ba35-4ac8-983d-677dafcd6647
ModelName:vFW 8faf8f60-cd6a-nodes.vpgCvfc
ModelUuid:9b296baf-61ad-4221-91a0-6ea6e4cff683
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:90ac0d37-12ca-44cd-8092-7601e628007c
ModelInvariantUuid:6f86ecdc-9831-4a86-a34a-c2807964ea43
ModelName:Vfw8faf8f60Cd6a.compute.nodes.heat.vpg
ModelUuid:a57c563c-3d6e-4c98-b19c-9be5c06ef206
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-11-17T06:10:57.710Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: a1737630-2dee-4a26-bdee-e4f809e41234
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-11-17T06:10:57.804Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||INFO|500||vFW 8faf8f60-cd6a 0
2022-11-17T06:10:57.810Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a1737630-2dee-4a26-bdee-e4f809e41234
2022-11-17T06:10:57.810Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 13a11042-901c-4900-8232-358fc1fd71b6 from URL: /sdc/v1/catalog/services/Vfw20221117060910/1.0/resourceInstances/vfw8faf8f60cd6a0/artifacts/vfw8faf8f60cd6a0_modules.json
2022-11-17T06:10:57.810Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-11-17T06:10:57.810Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221117060910/1.0/resourceInstances/vfw8faf8f60cd6a0/artifacts/vfw8faf8f60cd6a0_modules.json
2022-11-17T06:10:57.867Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-11-17T06:10:57.868Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221117060910/1.0/resourceInstances/vfw8faf8f60cd6a0/artifacts/vfw8faf8f60cd6a0_modules.json 13a11042-901c-4900-8232-358fc1fd71b6 785
2022-11-17T06:10:57.868Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221117060910/1.0/resourceInstances/vfw8faf8f60cd6a0/artifacts/vfw8faf8f60cd6a0_modules.json ASDC sendASDCNotification
2022-11-17T06:10:57.868Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221117060910/1.0/resourceInstances/vfw8faf8f60cd6a0/artifacts/vfw8faf8f60cd6a0_modules.json
2022-11-17T06:10:57.868Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-17T06:10:57.869Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:10:57.873Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:10:57.874Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2e88e86d-9f62-4870-9493-b5c658faf41b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668665457868,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221117060910/1.0/resourceInstances/vfw8faf8f60cd6a0/artifacts/vfw8faf8f60cd6a0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-17T06:10:57.973Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-17T06:10:57.990Z||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-11-17T06:10:57.991Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:10:58.001Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:10:58.002Z||pool-11-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-11-17T06:10:58.875Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw8faf8f60Cd6a..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "06799005-6620-493b-b4a4-4d49df39cb6f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4217869b-b1e4-47c9-a0d6-e150fb026107",
    "vfModuleModelCustomizationUUID": "d342a691-e87c-4658-aaa2-f2d6a4a95aa1",
    "isBase": true,
    "artifacts": [
      "d6f930ca-ef88-4a15-8413-e216c3d8f704",
      "872904b7-9e25-44b7-b0f0-0a4590752a3f"
    ],
    "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-11-17T06:10:58.890Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw8faf8f60Cd6a..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4217869b-b1e4-47c9-a0d6-e150fb026107
VfModuleModelInvariantUUID:06799005-6620-493b-b4a4-4d49df39cb6f
VfModuleModelDescription:NULL
Artifacts UUID List:{
d6f930ca-ef88-4a15-8413-e216c3d8f704
,
872904b7-9e25-44b7-b0f0-0a4590752a3f

}
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-11-17T06:10:58.894Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw8faf8f60Cd6a..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "06799005-6620-493b-b4a4-4d49df39cb6f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4217869b-b1e4-47c9-a0d6-e150fb026107",
    "vfModuleModelCustomizationUUID": "d342a691-e87c-4658-aaa2-f2d6a4a95aa1",
    "isBase": true,
    "artifacts": [
      "d6f930ca-ef88-4a15-8413-e216c3d8f704",
      "872904b7-9e25-44b7-b0f0-0a4590752a3f"
    ],
    "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-11-17T06:10:58.894Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw8faf8f60Cd6a..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4217869b-b1e4-47c9-a0d6-e150fb026107
VfModuleModelInvariantUUID:06799005-6620-493b-b4a4-4d49df39cb6f
VfModuleModelDescription:NULL
Artifacts UUID List:{
d6f930ca-ef88-4a15-8413-e216c3d8f704
,
872904b7-9e25-44b7-b0f0-0a4590752a3f

}
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-11-17T06:10:58.894Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: d6f930ca-ef88-4a15-8413-e216c3d8f704 from URL: /sdc/v1/catalog/services/Vfw20221117060910/1.0/resourceInstances/vfw8faf8f60cd6a0/artifacts/base_vfw.yaml
2022-11-17T06:10:58.894Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-11-17T06:10:58.895Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221117060910/1.0/resourceInstances/vfw8faf8f60cd6a0/artifacts/base_vfw.yaml
2022-11-17T06:10:58.944Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-11-17T06:10:58.945Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221117060910/1.0/resourceInstances/vfw8faf8f60cd6a0/artifacts/base_vfw.yaml d6f930ca-ef88-4a15-8413-e216c3d8f704 20368
2022-11-17T06:10:58.945Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221117060910/1.0/resourceInstances/vfw8faf8f60cd6a0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-17T06:10:58.945Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221117060910/1.0/resourceInstances/vfw8faf8f60cd6a0/artifacts/base_vfw.yaml
2022-11-17T06:10:58.946Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-17T06:10:58.946Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:10:58.948Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:10:58.949Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2e88e86d-9f62-4870-9493-b5c658faf41b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668665458945,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221117060910/1.0/resourceInstances/vfw8faf8f60cd6a0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-17T06:10:59.049Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-17T06:10:59.050Z||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-11-17T06:10:59.050Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:10:59.060Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:10:59.061Z||pool-12-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-17T06:10:59.953Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 872904b7-9e25-44b7-b0f0-0a4590752a3f from URL: /sdc/v1/catalog/services/Vfw20221117060910/1.0/resourceInstances/vfw8faf8f60cd6a0/artifacts/base_vfw.env
2022-11-17T06:10:59.953Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-11-17T06:10:59.953Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221117060910/1.0/resourceInstances/vfw8faf8f60cd6a0/artifacts/base_vfw.env
2022-11-17T06:11:00.026Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-11-17T06:11:00.027Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221117060910/1.0/resourceInstances/vfw8faf8f60cd6a0/artifacts/base_vfw.env 872904b7-9e25-44b7-b0f0-0a4590752a3f 2098
2022-11-17T06:11:00.028Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221117060910/1.0/resourceInstances/vfw8faf8f60cd6a0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-17T06:11:00.028Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221117060910/1.0/resourceInstances/vfw8faf8f60cd6a0/artifacts/base_vfw.env
2022-11-17T06:11:00.028Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-17T06:11:00.029Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:11:00.032Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:11:00.032Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2e88e86d-9f62-4870-9493-b5c658faf41b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668665460028,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221117060910/1.0/resourceInstances/vfw8faf8f60cd6a0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-11-17T06:11:00.132Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-17T06:11:00.133Z||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-11-17T06:11:00.133Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:11:00.146Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:11:00.147Z||pool-13-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-11-17T06:11:01.038Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 0cb513fd-4ebe-44a6-8448-e03dfd1aa298
2022-11-17T06:11:01.039Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 8faf8f60-cd6a 0 a1737630-2dee-4a26-bdee-e4f809e41234 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-11-17T06:11:01.090Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6e56f5b8, org.onap.sdc.toscaparser.api.parameters.Input@27d5d9a9, org.onap.sdc.toscaparser.api.parameters.Input@bfbaeb5, org.onap.sdc.toscaparser.api.parameters.Input@50b67fbf, org.onap.sdc.toscaparser.api.parameters.Input@914ab24]
2022-11-17T06:11:01.094Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:11:01.094Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-17 06-09-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T06:11:01.094Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2022-11-17T06:11:01.094Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 1210d9f7-a614-46d4-b5c1-cafbbfcb053d
2022-11-17T06:11:01.095Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1210d9f7-a614-46d4-b5c1-cafbbfcb053d matches Tosca VF Customization UUID: 1210d9f7-a614-46d4-b5c1-cafbbfcb053d
2022-11-17T06:11:01.095Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 1210d9f7-a614-46d4-b5c1-cafbbfcb053d  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-11-17T06:11:01.103Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:11:01.103Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-17 06-09-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T06:11:01.104Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 1210d9f7-a614-46d4-b5c1-cafbbfcb053d: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-17T06:11:01.105Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@396ae873
2022-11-17T06:11:01.105Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:11:01.105Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-17 06-09-10 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-17T06:11:01.105Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d342a691-e87c-4658-aaa2-f2d6a4a95aa1
2022-11-17T06:11:01.107Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d342a691-e87c-4658-aaa2-f2d6a4a95aa1
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-11-17T06:11:01.113Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:11:01.113Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Node template vFW 8faf8f60-cd6a 0 is matching search criteria
2022-11-17T06:11:01.113Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 8faf8f60-cd6a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-17T06:11:01.114Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:11:01.114Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Node template vFW 8faf8f60-cd6a 0 is matching search criteria
2022-11-17T06:11:01.115Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 8faf8f60-cd6a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-17T06:11:01.115Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:11:01.115Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Node template vFW 8faf8f60-cd6a 0 is not matching search criteria
2022-11-17T06:11:01.115Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-17T06:11:01.115Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-17T06:11:01.116Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-17T06:11:01.116Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-17T06:11:01.116Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-17T06:11:01.116Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-17T06:11:01.116Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-17T06:11:01.116Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-17T06:11:01.117Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-17T06:11:01.117Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-17T06:11:01.117Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-17T06:11:01.117Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=2445646f-8f89-4a06-9cd1-5a880c5e2779
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-11-17T06:11:01.127Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:11:01.128Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Node template vFW 8faf8f60-cd6a 0 is matching search criteria
2022-11-17T06:11:01.128Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 8faf8f60-cd6a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-17T06:11:01.128Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:11:01.128Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Node template vFW 8faf8f60-cd6a 0 is not matching search criteria
2022-11-17T06:11:01.129Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-17T06:11:01.129Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-17T06:11:01.129Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-17T06:11:01.129Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-17T06:11:01.129Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-17T06:11:01.129Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-17T06:11:01.130Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-17T06:11:01.131Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-17T06:11:01.131Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-17T06:11:01.131Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-17T06:11:01.131Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-17T06:11:01.132Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-17T06:11:01.132Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=86f4bdc7-0345-4235-80b5-bd335447439a
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-11-17T06:11:01.134Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:11:01.135Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Node template vFW 8faf8f60-cd6a 0 is matching search criteria
2022-11-17T06:11:01.135Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 8faf8f60-cd6a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-17T06:11:01.137Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:11:01.138Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Node template vFW 8faf8f60-cd6a 0 is not matching search criteria
2022-11-17T06:11:01.138Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-17T06:11:01.138Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-17T06:11:01.138Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-17T06:11:01.138Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-17T06:11:01.139Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-17T06:11:01.139Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-17T06:11:01.139Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-17T06:11:01.139Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-17T06:11:01.139Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-17T06:11:01.139Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-17T06:11:01.140Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-17T06:11:01.140Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-17T06:11:01.141Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=26c4f8c5-c0b7-4331-a653-07a4b4fbaa93
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-11-17T06:11:01.143Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:11:01.143Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Node template vFW 8faf8f60-cd6a 0 is matching search criteria
2022-11-17T06:11:01.143Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 8faf8f60-cd6a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-17T06:11:01.143Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:11:01.144Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Node template vFW 8faf8f60-cd6a 0 is matching search criteria
2022-11-17T06:11:01.144Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 8faf8f60-cd6a 0] matching following query criteria: sdcType=VF, customizationUUID=1210d9f7-a614-46d4-b5c1-cafbbfcb053d
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-11-17T06:11:01.146Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:11:01.146Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-17 06-09-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T06:11:01.146Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 0cb513fd-4ebe-44a6-8448-e03dfd1aa298: vFW 8faf8f60-cd6a
2022-11-17T06:11:01.146Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:11:01.147Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-17 06-09-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T06:11:01.147Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:11:01.147Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-17 06-09-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T06:11:01.147Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:11:01.147Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-17 06-09-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T06:11:01.148Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:11:01.148Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-17 06-09-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T06:11:01.148Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:11:01.148Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-17 06-09-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T06:11:01.148Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2022-11-17 06-09-10 
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-11-17T06:11:01.440Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 8faf8f60-cd6a a1737630-2dee-4a26-bdee-e4f809e41234 1 ASDC deployResourceStructure
2022-11-17T06:11:01.441Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221117060910/1.0/resourceInstances/vfw8faf8f60cd6a0/artifacts/vfw8faf8f60cd6a0_modules.json ASDC sendASDCNotification
2022-11-17T06:11:01.441Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221117060910/1.0/resourceInstances/vfw8faf8f60cd6a0/artifacts/vfw8faf8f60cd6a0_modules.json
2022-11-17T06:11:01.441Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-17T06:11:01.441Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:11:01.443Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:11:01.443Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2e88e86d-9f62-4870-9493-b5c658faf41b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668665461441,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221117060910/1.0/resourceInstances/vfw8faf8f60cd6a0/artifacts/vfw8faf8f60cd6a0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-17T06:11:01.544Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-17T06:11:01.545Z||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-11-17T06:11:01.545Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:11:01.561Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:11:01.562Z||pool-14-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-17T06:11:02.444Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221117060910/1.0/resourceInstances/vfw8faf8f60cd6a0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-17T06:11:02.445Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221117060910/1.0/resourceInstances/vfw8faf8f60cd6a0/artifacts/base_vfw.yaml
2022-11-17T06:11:02.445Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-17T06:11:02.445Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:11:02.447Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:11:02.447Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2e88e86d-9f62-4870-9493-b5c658faf41b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668665462444,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221117060910/1.0/resourceInstances/vfw8faf8f60cd6a0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-11-17T06:11:02.548Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-17T06:11:02.549Z||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-11-17T06:11:02.549Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:11:02.564Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:11:02.565Z||pool-15-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-17T06:11:03.449Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221117060910/1.0/resourceInstances/vfw8faf8f60cd6a0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-17T06:11:03.449Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221117060910/1.0/resourceInstances/vfw8faf8f60cd6a0/artifacts/base_vfw.env
2022-11-17T06:11:03.449Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-17T06:11:03.450Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:11:03.452Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:11:03.453Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2e88e86d-9f62-4870-9493-b5c658faf41b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668665463448,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221117060910/1.0/resourceInstances/vfw8faf8f60cd6a0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-11-17T06:11:03.553Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-17T06:11:03.554Z||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-11-17T06:11:03.554Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:11:03.567Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:11:03.568Z||pool-16-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-17T06:11:04.454Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221117060910/1.0/artifacts/service-Vfw20221117060910-csar.csar ASDC sendASDCNotification
2022-11-17T06:11:04.454Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221117060910/1.0/artifacts/service-Vfw20221117060910-csar.csar
2022-11-17T06:11:04.454Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-17T06:11:04.455Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:11:04.457Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:11:04.457Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2e88e86d-9f62-4870-9493-b5c658faf41b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668665464454,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221117060910/1.0/artifacts/service-Vfw20221117060910-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-17T06:11:04.557Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-17T06:11:04.558Z||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-11-17T06:11:04.558Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:11:04.582Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:11:04.583Z||pool-17-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-11-17T06:11:05.458Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2e88e86d-9f62-4870-9493-b5c658faf41b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-17T06:11:05.480Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2e88e86d-9f62-4870-9493-b5c658faf41b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-17T06:11:05.484Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-17T06:11:05.485Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-17T06:11:05.485Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-17T06:11:05.485Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-17T06:11:05.485Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-17T06:11:05.485Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-17T06:11:05.486Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-17T06:11:05.486Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-17T06:11:05.486Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-17T06:11:05.486Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-17T06:11:05.492Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-17T06:11:35.493Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2e88e86d-9f62-4870-9493-b5c658faf41b 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-11-17T06:11:35.503Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2e88e86d-9f62-4870-9493-b5c658faf41b and serviceModelVersionId: 0cb513fd-4ebe-44a6-8448-e03dfd1aa298
2022-11-17T06:11:35.503Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f4025a1c-4007-41ce-be66-4e0170e0eb15
2022-11-17T06:11:44.343Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T06:11:44.344Z||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-11-17T06:11:44.344Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:11:44.471Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:11:44.472Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:11:44.472Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e88e86d-9f62-4870-9493-b5c658faf41b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668665444336,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221117060910/1.0/resourceInstances/vfw8faf8f60cd6a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:11:44.473Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:11:50.982Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f4025a1c-4007-41ce-be66-4e0170e0eb15/model-vers/model-ver/0cb513fd-4ebe-44a6-8448-e03dfd1aa298?depth=0
2022-11-17T06:11:51.112Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-11-17T06:11:51.637Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f4025a1c-4007-41ce-be66-4e0170e0eb15/model-vers/model-ver/0cb513fd-4ebe-44a6-8448-e03dfd1aa298?depth=0|INFO|500||Invoke
2022-11-17T06:11:51.646Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f4025a1c-4007-41ce-be66-4e0170e0eb15/model-vers/model-ver/0cb513fd-4ebe-44a6-8448-e03dfd1aa298?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f4025a1c-4007-41ce-be66-4e0170e0eb15/model-vers/model-ver/0cb513fd-4ebe-44a6-8448-e03dfd1aa298?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2e88e86d-9f62-4870-9493-b5c658faf41b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[39f9d383-c768-4ea8-acc6-65ac3f1ae956], X-ECOMP-RequestID=[2e88e86d-9f62-4870-9493-b5c658faf41b], X-TransactionId=[], X-ONAP-RequestID=[2e88e86d-9f62-4870-9493-b5c658faf41b], Content-Type=[application/merge-patch+json]}
2022-11-17T06:11:51.782Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f4025a1c-4007-41ce-be66-4e0170e0eb15/model-vers/model-ver/0cb513fd-4ebe-44a6-8448-e03dfd1aa298?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-17T06:11:51.947Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f4025a1c-4007-41ce-be66-4e0170e0eb15/model-vers/model-ver/0cb513fd-4ebe-44a6-8448-e03dfd1aa298?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/f4025a1c-4007-41ce-be66-4e0170e0eb15/model-vers/model-ver/0cb513fd-4ebe-44a6-8448-e03dfd1aa298?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221117-06:11:51:084-76415], vertex-id=[155824], Content-Length=[0], Date=[Thu, 17 Nov 2022 06:11:51 GMT], Content-Type=[application/json]}
2022-11-17T06:11:51.949Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f4025a1c-4007-41ce-be66-4e0170e0eb15/model-vers/model-ver/0cb513fd-4ebe-44a6-8448-e03dfd1aa298?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-17T06:11:51.950Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f4025a1c-4007-41ce-be66-4e0170e0eb15/model-vers/model-ver/0cb513fd-4ebe-44a6-8448-e03dfd1aa298?depth=0|INFO|500||InvokeReturn
2022-11-17T06:11:51.953Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-17T06:11:51.954Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-17T06:11:51.959Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-11-17T06:11:51.960Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2e88e86d-9f62-4870-9493-b5c658faf41b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-17T06:11:51.961Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-17T06:11:51.962Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:11:51.964Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:11:51.964Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2e88e86d-9f62-4870-9493-b5c658faf41b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668665511960,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-17T06:11:52.066Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-11-17T06:11:52.067Z||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-11-17T06:11:52.067Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:11:52.084Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:11:52.085Z||pool-18-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-17T06:11:52.983Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T06:11:52.984Z|2e88e86d-9f62-4870-9493-b5c658faf41b|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-11-17T06:11:52.984Z|2e88e86d-9f62-4870-9493-b5c658faf41b|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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:11:53.615Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:11:53.616Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-17T06:11:53.616Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"76ec6e47-fa14-4d31-9fae-9b12eb39c913","serviceName":"basic_onboard_iVPGKG","serviceVersion":"1.0","serviceUUID":"b59afd76-279b-4f6d-8dc7-76c365d4548c","serviceDescription":"service","serviceInvariantUUID":"956471b6-a931-490f-a970-f6578e999c3d","resources":[{"resourceInstanceName":"basic_onboard_iVPGKG 0","resourceName":"basic_onboard_iVPGKG","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"070064d3-29f9-4c05-8f8a-7100b204e067","resourceInvariantUUID":"7a48260c-5c2e-4193-b1c3-d558a9fcead4","resourceCustomizationUUID":"2725ffe4-3a3b-4b52-a79d-38acf2c5a49c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIvpgkg/1.0/resourceInstances/basic_onboard_ivpgkg0/artifacts/vf-license-model.xml","artifactChecksum":"ZWZiOWFlOGYzMTU3YWVmNjliOGI3NzA3YzVkNmQzNjM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b7e4c36c-641d-418d-b770-4b63743c9be5","artifactVersion":"1"},{"artifactName":"basic_onboard_ivpgkg0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIvpgkg/1.0/resourceInstances/basic_onboard_ivpgkg0/artifacts/basic_onboard_ivpgkg0_modules.json","artifactChecksum":"YThjMTE1NGQ0ODYyOWYyZmQxYjIwOWFlMTQyY2E3OGI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e9c22d89-c8ad-47f5-ae99-139a3a20c692","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIvpgkg/1.0/resourceInstances/basic_onboard_ivpgkg0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"64dcc47c-8cad-4380-b4a6-28718612cef6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIvpgkg/1.0/resourceInstances/basic_onboard_ivpgkg0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e0ad7e0c-1c4a-4152-a4a5-073ff75accad","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIvpgkg/1.0/resourceInstances/basic_onboard_ivpgkg0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"9b6549b8-a91d-440e-a5b9-30cf7e99f028","artifactVersion":"2","generatedFromUUID":"64dcc47c-8cad-4380-b4a6-28718612cef6"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardIvpgkg-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIvpgkg/1.0/artifacts/service-BasicOnboardIvpgkg-template.yml","artifactChecksum":"YWU2NTdkYTEzODg1NjA2M2QyYjViZGE2ZDJjZTUzY2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"25992613-85fb-428a-86aa-83f3d13c97d2","artifactVersion":"1"},{"artifactName":"service-BasicOnboardIvpgkg-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIvpgkg/1.0/artifacts/service-BasicOnboardIvpgkg-csar.csar","artifactChecksum":"NmEyNDBiNzI4ODMyMDllMGI1MjI0YWJhMjZlMDQzODA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"24bdd74d-e759-4e31-ab70-b11140c4137e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-17T06:11:53.619Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-17T06:11:53.619Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:11:53.621Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:11:53.621Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "76ec6e47-fa14-4d31-9fae-9b12eb39c913",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668665512983,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIvpgkg/1.0/resourceInstances/basic_onboard_ivpgkg0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:11:53.722Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-17T06:11:53.723Z||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-11-17T06:11:53.723Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:11:53.736Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:11:53.736Z||pool-19-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-17T06:11:54.622Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-17T06:11:54.622Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:11:54.625Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:11:54.625Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "76ec6e47-fa14-4d31-9fae-9b12eb39c913",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668665512983,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIvpgkg/1.0/resourceInstances/basic_onboard_ivpgkg0/artifacts/basic_onboard_ivpgkg0_modules.json",
  "status": "NOTIFIED"
}
2022-11-17T06:11:54.725Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-17T06:11:54.726Z||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-11-17T06:11:54.726Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:11:54.738Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:11:54.738Z||pool-20-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-17T06:11:55.625Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-17T06:11:55.626Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:11:55.628Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:11:55.628Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "76ec6e47-fa14-4d31-9fae-9b12eb39c913",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668665512983,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIvpgkg/1.0/resourceInstances/basic_onboard_ivpgkg0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-11-17T06:11:55.729Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-17T06:11:55.730Z||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-11-17T06:11:55.730Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:11:55.741Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:11:55.742Z||pool-21-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-17T06:11:56.629Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-17T06:11:56.630Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:11:56.632Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:11:56.633Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "76ec6e47-fa14-4d31-9fae-9b12eb39c913",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668665512983,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIvpgkg/1.0/resourceInstances/basic_onboard_ivpgkg0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:11:56.733Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-17T06:11:56.734Z||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-11-17T06:11:56.735Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:11:56.747Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:11:56.747Z||pool-22-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-17T06:11:57.633Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-17T06:11:57.634Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:11:57.636Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:11:57.636Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "76ec6e47-fa14-4d31-9fae-9b12eb39c913",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668665512983,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIvpgkg/1.0/resourceInstances/basic_onboard_ivpgkg0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-11-17T06:11:57.736Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-17T06:11:57.738Z||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-11-17T06:11:57.738Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:11:57.754Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:11:57.755Z||pool-23-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-17T06:11:58.637Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-17T06:11:58.638Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:11:58.640Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:11:58.640Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "76ec6e47-fa14-4d31-9fae-9b12eb39c913",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668665512983,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIvpgkg/1.0/artifacts/service-BasicOnboardIvpgkg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:11:58.740Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-17T06:11:58.742Z||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-11-17T06:11:58.742Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:11:58.821Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:11:58.822Z||pool-24-thread-1|||||INFO|500||cambria reply ok (81 ms):{"serverTimeMs":0,"count":1}
2022-11-17T06:11:59.648Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-17T06:11:59.652Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:11:59.660Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:11:59.660Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "76ec6e47-fa14-4d31-9fae-9b12eb39c913",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668665512983,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIvpgkg/1.0/artifacts/service-BasicOnboardIvpgkg-csar.csar",
  "status": "NOTIFIED"
}
2022-11-17T06:11:59.754Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-11-17T06:11:59.756Z||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-11-17T06:11:59.756Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:11:59.768Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:11:59.772Z||pool-25-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-17T06:12:00.662Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "76ec6e47-fa14-4d31-9fae-9b12eb39c913",
  "serviceName": "basic_onboard_iVPGKG",
  "serviceVersion": "1.0",
  "serviceUUID": "b59afd76-279b-4f6d-8dc7-76c365d4548c",
  "serviceDescription": "service",
  "serviceInvariantUUID": "956471b6-a931-490f-a970-f6578e999c3d",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_iVPGKG 0",
      "resourceCustomizationUUID": "2725ffe4-3a3b-4b52-a79d-38acf2c5a49c",
      "resourceName": "basic_onboard_iVPGKG",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "070064d3-29f9-4c05-8f8a-7100b204e067",
      "resourceInvariantUUID": "7a48260c-5c2e-4193-b1c3-d558a9fcead4",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_ivpgkg0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIvpgkg/1.0/resourceInstances/basic_onboard_ivpgkg0/artifacts/basic_onboard_ivpgkg0_modules.json",
          "artifactChecksum": "YThjMTE1NGQ0ODYyOWYyZmQxYjIwOWFlMTQyY2E3OGI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e9c22d89-c8ad-47f5-ae99-139a3a20c692",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIvpgkg/1.0/resourceInstances/basic_onboard_ivpgkg0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "64dcc47c-8cad-4380-b4a6-28718612cef6",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIvpgkg/1.0/resourceInstances/basic_onboard_ivpgkg0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "9b6549b8-a91d-440e-a5b9-30cf7e99f028",
            "generatedFromUUID": "64dcc47c-8cad-4380-b4a6-28718612cef6"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIvpgkg/1.0/resourceInstances/basic_onboard_ivpgkg0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "9b6549b8-a91d-440e-a5b9-30cf7e99f028",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardIvpgkg-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIvpgkg/1.0/artifacts/service-BasicOnboardIvpgkg-csar.csar",
      "artifactChecksum": "NmEyNDBiNzI4ODMyMDllMGI1MjI0YWJhMjZlMDQzODA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "24bdd74d-e759-4e31-ab70-b11140c4137e"
    }
  ],
  "workloadContext": "Production"
}
2022-11-17T06:12:00.663Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-17T06:12:00.663Z|2e88e86d-9f62-4870-9493-b5c658faf41b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b59afd76-279b-4f6d-8dc7-76c365d4548c ASDC
2022-11-17T06:12:00.663Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:76ec6e47-fa14-4d31-9fae-9b12eb39c913
ServiceName:basic_onboard_iVPGKG
ServiceVersion:1.0
ServiceUUID:b59afd76-279b-4f6d-8dc7-76c365d4548c
ServiceInvariantUUID:956471b6-a931-490f-a970-f6578e999c3d
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardIvpgkg-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardIvpgkg/1.0/artifacts/service-BasicOnboardIvpgkg-csar.csar
ArtifactUUID:24bdd74d-e759-4e31-ab70-b11140c4137e
ArtifactChecksum:NmEyNDBiNzI4ODMyMDllMGI1MjI0YWJhMjZlMDQzODA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_iVPGKG 0
ResourceCustomizationUUID:2725ffe4-3a3b-4b52-a79d-38acf2c5a49c
ResourceInvariantUUID:7a48260c-5c2e-4193-b1c3-d558a9fcead4
ResourceName:basic_onboard_iVPGKG
ResourceType:VF
ResourceUUID:070064d3-29f9-4c05-8f8a-7100b204e067
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_ivpgkg0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardIvpgkg/1.0/resourceInstances/basic_onboard_ivpgkg0/artifacts/basic_onboard_ivpgkg0_modules.json
ArtifactUUID:e9c22d89-c8ad-47f5-ae99-139a3a20c692
ArtifactChecksum:YThjMTE1NGQ0ODYyOWYyZmQxYjIwOWFlMTQyY2E3OGI=
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/BasicOnboardIvpgkg/1.0/resourceInstances/basic_onboard_ivpgkg0/artifacts/base_ubuntu18.yaml
ArtifactUUID:64dcc47c-8cad-4380-b4a6-28718612cef6
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/BasicOnboardIvpgkg/1.0/resourceInstances/basic_onboard_ivpgkg0/artifacts/base_ubuntu18.env
ArtifactUUID:9b6549b8-a91d-440e-a5b9-30cf7e99f028
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/BasicOnboardIvpgkg/1.0/resourceInstances/basic_onboard_ivpgkg0/artifacts/base_ubuntu18.env
ArtifactUUID:9b6549b8-a91d-440e-a5b9-30cf7e99f028
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-17T06:12:00.664Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b59afd76-279b-4f6d-8dc7-76c365d4548c 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-11-17T06:12:00.695Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-17T06:12:00.695Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-11-17T06:12:00.695Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-11-17T06:12:00.696Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 24bdd74d-e759-4e31-ab70-b11140c4137e from URL: /sdc/v1/catalog/services/BasicOnboardIvpgkg/1.0/artifacts/service-BasicOnboardIvpgkg-csar.csar
2022-11-17T06:12:00.696Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-11-17T06:12:00.696Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIvpgkg/1.0/artifacts/service-BasicOnboardIvpgkg-csar.csar
2022-11-17T06:12:00.761Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-11-17T06:12:00.765Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIvpgkg/1.0/artifacts/service-BasicOnboardIvpgkg-csar.csar 24bdd74d-e759-4e31-ab70-b11140c4137e 75314
2022-11-17T06:12:00.765Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIvpgkg/1.0/artifacts/service-BasicOnboardIvpgkg-csar.csar ASDC sendASDCNotification
2022-11-17T06:12:00.765Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIvpgkg/1.0/artifacts/service-BasicOnboardIvpgkg-csar.csar
2022-11-17T06:12:00.766Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-17T06:12:00.766Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:12:00.768Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:12:00.768Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "76ec6e47-fa14-4d31-9fae-9b12eb39c913",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668665520765,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIvpgkg/1.0/artifacts/service-BasicOnboardIvpgkg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-17T06:12:00.868Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-17T06:12:00.869Z||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-11-17T06:12:00.870Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:12:00.882Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:12:00.882Z||pool-26-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-17T06:12:01.769Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-17T06:12:01.770Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-11-17T06:12:01.771Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 24bdd74d-e759-4e31-ab70-b11140c4137e, URL: /sdc/v1/catalog/services/BasicOnboardIvpgkg/1.0/artifacts/service-BasicOnboardIvpgkg-csar.csar to file: /app/ASDC/1/service-BasicOnboardIvpgkg-csar.csar
2022-11-17T06:12:01.771Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardIvpgkg-csar.csar
2022-11-17T06:12:01.772Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardIvpgkg-csar.csar
2022-11-17T06:12:01.772Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardIvpgkg-csar.csar
2022-11-17T06:12:01.936Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17809970301243418777/Definitions/service-BasicOnboardIvpgkg-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-11-17T06:12:03.253Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-17T06:12:03.253Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-11-17T06:12:03.254Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardIvpgkg-csar.csar
2022-11-17T06:12:03.254Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-17T06:12:03.254Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardIvpgkg-csar.csar
2022-11-17T06:12:03.254Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardIvpgkg-csar.csar
2022-11-17T06:12:03.255Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_iVPGKG 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-BasicOnboardIvpgkg-csar.csar
2022-11-17T06:12:03.255Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardIvpgkg-csar.csar
2022-11-17T06:12:03.255Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardIvpgkg-csar.csar
2022-11-17T06:12:03.255Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardIvpgkg-csar.csar
2022-11-17T06:12:03.256Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardIvpgkg-csar.csar
2022-11-17T06:12:03.256Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-11-17T06:12:03.256Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:12:03.257Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_iVPGKG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T06:12:03.257Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_iVPGKG 0 is matching search criteria
2022-11-17T06:12:03.257Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-11-17T06:12:03.257Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_iVPGKG 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-17T06:12:03.258Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:12:03.258Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_iVPGKG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T06:12:03.258Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_iVPGKG 0 is matching search criteria
2022-11-17T06:12:03.259Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-11-17T06:12:03.259Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_iVPGKG 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-17T06:12:03.259Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:12:03.260Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_iVPGKG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T06:12:03.260Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:12:03.260Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_iVPGKG 0 is not matching search criteria
2022-11-17T06:12:03.261Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-11-17T06:12:03.261Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-11-17T06:12:03.261Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-11-17T06:12:03.262Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-17T06:12:03.262Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-17T06:12:03.262Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:12:03.262Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_iVPGKG is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-17T06:12:03.263Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:12:03.263Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_iVPGKG 0 is matching search criteria
2022-11-17T06:12:03.263Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_iVPGKG 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-17T06:12:03.263Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:12:03.264Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_iVPGKG 0 is matching search criteria
2022-11-17T06:12:03.264Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_iVPGKG 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-17T06:12:03.264Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:12:03.265Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_iVPGKG 0 is matching search criteria
2022-11-17T06:12:03.265Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_iVPGKG 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-17T06:12:03.265Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:12:03.265Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_iVPGKG 0 is not matching search criteria
2022-11-17T06:12:03.266Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-11-17T06:12:03.266Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-17T06:12:03.266Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=d7121e77-dfa5-4ae6-9276-309b0c1b939d
2022-11-17T06:12:03.267Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:12:03.267Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_iVPGKG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T06:12:03.267Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:12:03.267Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_iVPGKG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T06:12:03.268Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:12:03.268Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_iVPGKG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T06:12:03.268Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:12:03.268Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_iVPGKG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T06:12:03.269Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_iVPGKG
Description:service
Model UUID:b59afd76-279b-4f6d-8dc7-76c365d4548c
Model Version:NULL
Model InvariantUuid:956471b6-a931-490f-a970-f6578e999c3d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_iVPGKG
Model UUID:bda9ad28-8d31-4389-a9f9-e6c374510a81
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:7a48260c-5c2e-4193-b1c3-d558a9fcead4
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:2725ffe4-3a3b-4b52-a79d-38acf2c5a49c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:e2761458-cf65-483b-98db-049e641e17dc
ModelName:BasicOnboardIvpgkg..base_ubuntu18..module-0
ModelUuid:e451525e-cbb7-455d-8147-ed5c239d1e3a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:d7121e77-dfa5-4ae6-9276-309b0c1b939d
ModelInvariantUuid:e03fe014-f9c6-4866-94b0-5546d93bac53
ModelName:basic_onboard_iVPGKG-nodes.ubuntu18Cvfc
ModelUuid:f285289f-3c62-40b7-a8bc-6b86eae90a81
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:d4da19fb-482b-4740-9dce-4045134607f1
ModelInvariantUuid:f70cbef3-96b3-4bed-9a75-e174f75799ce
ModelName:BasicOnboardIvpgkg.compute.nodes.heat.ubuntu18
ModelUuid:b6ef4964-14ef-44ae-8ae4-275ade006291
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-11-17T06:12:03.277Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 070064d3-29f9-4c05-8f8a-7100b204e067
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-11-17T06:12:03.280Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||INFO|500||basic_onboard_iVPGKG 0
2022-11-17T06:12:03.281Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 070064d3-29f9-4c05-8f8a-7100b204e067
2022-11-17T06:12:03.281Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: e9c22d89-c8ad-47f5-ae99-139a3a20c692 from URL: /sdc/v1/catalog/services/BasicOnboardIvpgkg/1.0/resourceInstances/basic_onboard_ivpgkg0/artifacts/basic_onboard_ivpgkg0_modules.json
2022-11-17T06:12:03.281Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-11-17T06:12:03.281Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIvpgkg/1.0/resourceInstances/basic_onboard_ivpgkg0/artifacts/basic_onboard_ivpgkg0_modules.json
2022-11-17T06:12:03.335Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-11-17T06:12:03.335Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIvpgkg/1.0/resourceInstances/basic_onboard_ivpgkg0/artifacts/basic_onboard_ivpgkg0_modules.json e9c22d89-c8ad-47f5-ae99-139a3a20c692 798
2022-11-17T06:12:03.336Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIvpgkg/1.0/resourceInstances/basic_onboard_ivpgkg0/artifacts/basic_onboard_ivpgkg0_modules.json ASDC sendASDCNotification
2022-11-17T06:12:03.336Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIvpgkg/1.0/resourceInstances/basic_onboard_ivpgkg0/artifacts/basic_onboard_ivpgkg0_modules.json
2022-11-17T06:12:03.336Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-17T06:12:03.336Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:12:03.339Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:12:03.339Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "76ec6e47-fa14-4d31-9fae-9b12eb39c913",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668665523335,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIvpgkg/1.0/resourceInstances/basic_onboard_ivpgkg0/artifacts/basic_onboard_ivpgkg0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-17T06:12:03.439Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-17T06:12:03.440Z||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-11-17T06:12:03.440Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:12:03.455Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:12:03.456Z||pool-27-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-11-17T06:12:04.339Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardIvpgkg..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "e2761458-cf65-483b-98db-049e641e17dc",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e451525e-cbb7-455d-8147-ed5c239d1e3a",
    "vfModuleModelCustomizationUUID": "18f28c04-7f80-4276-ada3-750b0c42f0eb",
    "isBase": true,
    "artifacts": [
      "64dcc47c-8cad-4380-b4a6-28718612cef6",
      "9b6549b8-a91d-440e-a5b9-30cf7e99f028"
    ],
    "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-11-17T06:12:04.345Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardIvpgkg..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e451525e-cbb7-455d-8147-ed5c239d1e3a
VfModuleModelInvariantUUID:e2761458-cf65-483b-98db-049e641e17dc
VfModuleModelDescription:NULL
Artifacts UUID List:{
64dcc47c-8cad-4380-b4a6-28718612cef6
,
9b6549b8-a91d-440e-a5b9-30cf7e99f028

}
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-11-17T06:12:04.347Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardIvpgkg..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "e2761458-cf65-483b-98db-049e641e17dc",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e451525e-cbb7-455d-8147-ed5c239d1e3a",
    "vfModuleModelCustomizationUUID": "18f28c04-7f80-4276-ada3-750b0c42f0eb",
    "isBase": true,
    "artifacts": [
      "64dcc47c-8cad-4380-b4a6-28718612cef6",
      "9b6549b8-a91d-440e-a5b9-30cf7e99f028"
    ],
    "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-11-17T06:12:04.347Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardIvpgkg..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e451525e-cbb7-455d-8147-ed5c239d1e3a
VfModuleModelInvariantUUID:e2761458-cf65-483b-98db-049e641e17dc
VfModuleModelDescription:NULL
Artifacts UUID List:{
64dcc47c-8cad-4380-b4a6-28718612cef6
,
9b6549b8-a91d-440e-a5b9-30cf7e99f028

}
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-11-17T06:12:04.348Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 64dcc47c-8cad-4380-b4a6-28718612cef6 from URL: /sdc/v1/catalog/services/BasicOnboardIvpgkg/1.0/resourceInstances/basic_onboard_ivpgkg0/artifacts/base_ubuntu18.yaml
2022-11-17T06:12:04.348Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-11-17T06:12:04.348Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIvpgkg/1.0/resourceInstances/basic_onboard_ivpgkg0/artifacts/base_ubuntu18.yaml
2022-11-17T06:12:04.409Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-11-17T06:12:04.410Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIvpgkg/1.0/resourceInstances/basic_onboard_ivpgkg0/artifacts/base_ubuntu18.yaml 64dcc47c-8cad-4380-b4a6-28718612cef6 5033
2022-11-17T06:12:04.410Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIvpgkg/1.0/resourceInstances/basic_onboard_ivpgkg0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-11-17T06:12:04.411Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIvpgkg/1.0/resourceInstances/basic_onboard_ivpgkg0/artifacts/base_ubuntu18.yaml
2022-11-17T06:12:04.411Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-17T06:12:04.411Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:12:04.413Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:12:04.413Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "76ec6e47-fa14-4d31-9fae-9b12eb39c913",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668665524410,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIvpgkg/1.0/resourceInstances/basic_onboard_ivpgkg0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-17T06:12:04.514Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-17T06:12:04.515Z||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-11-17T06:12:04.515Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:12:04.526Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:12:04.526Z||pool-28-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-11-17T06:12:05.414Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 9b6549b8-a91d-440e-a5b9-30cf7e99f028 from URL: /sdc/v1/catalog/services/BasicOnboardIvpgkg/1.0/resourceInstances/basic_onboard_ivpgkg0/artifacts/base_ubuntu18.env
2022-11-17T06:12:05.415Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-11-17T06:12:05.415Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIvpgkg/1.0/resourceInstances/basic_onboard_ivpgkg0/artifacts/base_ubuntu18.env
2022-11-17T06:12:05.458Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-11-17T06:12:05.459Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIvpgkg/1.0/resourceInstances/basic_onboard_ivpgkg0/artifacts/base_ubuntu18.env 9b6549b8-a91d-440e-a5b9-30cf7e99f028 909
2022-11-17T06:12:05.459Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIvpgkg/1.0/resourceInstances/basic_onboard_ivpgkg0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-11-17T06:12:05.460Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIvpgkg/1.0/resourceInstances/basic_onboard_ivpgkg0/artifacts/base_ubuntu18.env
2022-11-17T06:12:05.460Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-17T06:12:05.460Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:12:05.462Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:12:05.462Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "76ec6e47-fa14-4d31-9fae-9b12eb39c913",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668665525459,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIvpgkg/1.0/resourceInstances/basic_onboard_ivpgkg0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-11-17T06:12:05.562Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-17T06:12:05.563Z||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-11-17T06:12:05.564Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:12:05.575Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:12:05.575Z||pool-29-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-17T06:12:06.463Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: b59afd76-279b-4f6d-8dc7-76c365d4548c
2022-11-17T06:12:06.464Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_iVPGKG 0 070064d3-29f9-4c05-8f8a-7100b204e067 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-11-17T06:12:06.477Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6776b31c, org.onap.sdc.toscaparser.api.parameters.Input@47be892d, org.onap.sdc.toscaparser.api.parameters.Input@953ea7b, org.onap.sdc.toscaparser.api.parameters.Input@7d31189c, org.onap.sdc.toscaparser.api.parameters.Input@2f0daa75]
2022-11-17T06:12:06.479Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:12:06.479Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_iVPGKG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T06:12:06.479Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2022-11-17T06:12:06.480Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 2725ffe4-3a3b-4b52-a79d-38acf2c5a49c
2022-11-17T06:12:06.480Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2725ffe4-3a3b-4b52-a79d-38acf2c5a49c matches Tosca VF Customization UUID: 2725ffe4-3a3b-4b52-a79d-38acf2c5a49c
2022-11-17T06:12:06.480Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 2725ffe4-3a3b-4b52-a79d-38acf2c5a49c  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-11-17T06:12:06.483Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:12:06.483Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_iVPGKG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T06:12:06.483Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 2725ffe4-3a3b-4b52-a79d-38acf2c5a49c: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-17T06:12:06.484Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7fdf84a7
2022-11-17T06:12:06.484Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:12:06.484Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_iVPGKG is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-17T06:12:06.485Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 18f28c04-7f80-4276-ada3-750b0c42f0eb
2022-11-17T06:12:06.485Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 18f28c04-7f80-4276-ada3-750b0c42f0eb
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-11-17T06:12:06.487Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:12:06.488Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_iVPGKG 0 is matching search criteria
2022-11-17T06:12:06.488Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_iVPGKG 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-17T06:12:06.489Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:12:06.489Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_iVPGKG 0 is matching search criteria
2022-11-17T06:12:06.489Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_iVPGKG 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-17T06:12:06.490Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:12:06.490Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_iVPGKG 0 is not matching search criteria
2022-11-17T06:12:06.491Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-11-17T06:12:06.491Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-17T06:12:06.491Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=d7121e77-dfa5-4ae6-9276-309b0c1b939d
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-11-17T06:12:06.494Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:12:06.494Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_iVPGKG 0 is matching search criteria
2022-11-17T06:12:06.494Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_iVPGKG 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-17T06:12:06.495Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:12:06.495Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_iVPGKG 0 is matching search criteria
2022-11-17T06:12:06.495Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_iVPGKG 0] matching following query criteria: sdcType=VF, customizationUUID=2725ffe4-3a3b-4b52-a79d-38acf2c5a49c
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-11-17T06:12:06.497Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:12:06.497Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_iVPGKG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T06:12:06.498Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid b59afd76-279b-4f6d-8dc7-76c365d4548c: basic_onboard_iVPGKG
2022-11-17T06:12:06.498Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:12:06.498Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_iVPGKG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T06:12:06.499Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:12:06.499Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_iVPGKG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T06:12:06.499Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:12:06.500Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_iVPGKG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T06:12:06.500Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:12:06.501Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_iVPGKG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T06:12:06.501Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:12:06.501Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_iVPGKG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T06:12:06.502Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||INFO|500||Saving Service: basic_onboard_iVPGKG 
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-11-17T06:12:06.577Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_iVPGKG 070064d3-29f9-4c05-8f8a-7100b204e067 1 ASDC deployResourceStructure
2022-11-17T06:12:06.577Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIvpgkg/1.0/resourceInstances/basic_onboard_ivpgkg0/artifacts/basic_onboard_ivpgkg0_modules.json ASDC sendASDCNotification
2022-11-17T06:12:06.577Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIvpgkg/1.0/resourceInstances/basic_onboard_ivpgkg0/artifacts/basic_onboard_ivpgkg0_modules.json
2022-11-17T06:12:06.578Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-17T06:12:06.578Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:12:06.580Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:12:06.580Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "76ec6e47-fa14-4d31-9fae-9b12eb39c913",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668665526577,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIvpgkg/1.0/resourceInstances/basic_onboard_ivpgkg0/artifacts/basic_onboard_ivpgkg0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-17T06:12:06.680Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-17T06:12:06.681Z||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-11-17T06:12:06.682Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:12:06.697Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:12:06.697Z||pool-30-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-17T06:12:07.581Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIvpgkg/1.0/resourceInstances/basic_onboard_ivpgkg0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-11-17T06:12:07.582Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIvpgkg/1.0/resourceInstances/basic_onboard_ivpgkg0/artifacts/base_ubuntu18.yaml
2022-11-17T06:12:07.582Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-17T06:12:07.582Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:12:07.584Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:12:07.584Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "76ec6e47-fa14-4d31-9fae-9b12eb39c913",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668665527581,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIvpgkg/1.0/resourceInstances/basic_onboard_ivpgkg0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-11-17T06:12:07.685Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-17T06:12:07.686Z||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-11-17T06:12:07.686Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:12:07.696Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:12:07.697Z||pool-31-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-17T06:12:08.586Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIvpgkg/1.0/resourceInstances/basic_onboard_ivpgkg0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-11-17T06:12:08.586Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIvpgkg/1.0/resourceInstances/basic_onboard_ivpgkg0/artifacts/base_ubuntu18.env
2022-11-17T06:12:08.586Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-17T06:12:08.587Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:12:08.589Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:12:08.589Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "76ec6e47-fa14-4d31-9fae-9b12eb39c913",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668665528586,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIvpgkg/1.0/resourceInstances/basic_onboard_ivpgkg0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-11-17T06:12:08.689Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-17T06:12:08.691Z||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-11-17T06:12:08.691Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:12:08.701Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:12:08.702Z||pool-32-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-11-17T06:12:09.590Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIvpgkg/1.0/artifacts/service-BasicOnboardIvpgkg-csar.csar ASDC sendASDCNotification
2022-11-17T06:12:09.591Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIvpgkg/1.0/artifacts/service-BasicOnboardIvpgkg-csar.csar
2022-11-17T06:12:09.591Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-17T06:12:09.592Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:12:09.595Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:12:09.595Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "76ec6e47-fa14-4d31-9fae-9b12eb39c913",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668665529590,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIvpgkg/1.0/artifacts/service-BasicOnboardIvpgkg-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-17T06:12:09.695Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-17T06:12:09.696Z||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-11-17T06:12:09.696Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:12:09.719Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:12:09.720Z||pool-33-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":3,"count":1}
2022-11-17T06:12:10.596Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 76ec6e47-fa14-4d31-9fae-9b12eb39c913
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-17T06:12:10.606Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 76ec6e47-fa14-4d31-9fae-9b12eb39c913
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-17T06:12:10.608Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-17T06:12:10.608Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-17T06:12:10.608Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-17T06:12:40.609Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 76ec6e47-fa14-4d31-9fae-9b12eb39c913
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-17T06:12:40.622Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 76ec6e47-fa14-4d31-9fae-9b12eb39c913
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-17T06:12:40.637Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-17T06:12:40.637Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-17T06:12:40.637Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-17T06:12:44.343Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T06:12:44.344Z||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-11-17T06:12:44.344Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:12:44.378Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:12:44.382Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:12:44.382Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e88e86d-9f62-4870-9493-b5c658faf41b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668665444336,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221117060910/1.0/resourceInstances/vfw8faf8f60cd6a0/artifacts/vfw8faf8f60cd6a0_modules.json",
  "status": "NOTIFIED"
}
2022-11-17T06:12:44.384Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:12:44.384Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:12:44.384Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e88e86d-9f62-4870-9493-b5c658faf41b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668665444336,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221117060910/1.0/resourceInstances/vfw8faf8f60cd6a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-11-17T06:12:44.384Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:12:44.384Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:12:44.384Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e88e86d-9f62-4870-9493-b5c658faf41b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668665444336,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221117060910/1.0/resourceInstances/vfw8faf8f60cd6a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:12:44.384Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:12:44.384Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:12:44.385Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e88e86d-9f62-4870-9493-b5c658faf41b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668665444336,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221117060910/1.0/resourceInstances/vfw8faf8f60cd6a0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-11-17T06:12:44.385Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:12:44.385Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:12:44.385Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e88e86d-9f62-4870-9493-b5c658faf41b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668665444336,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221117060910/1.0/artifacts/service-Vfw20221117060910-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:12:44.385Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:12:44.385Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:12:44.385Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e88e86d-9f62-4870-9493-b5c658faf41b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668665444336,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221117060910/1.0/artifacts/service-Vfw20221117060910-csar.csar",
  "status": "NOTIFIED"
}
2022-11-17T06:12:44.385Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:12:44.385Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:12:44.386Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e88e86d-9f62-4870-9493-b5c658faf41b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668665452460,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221117060910/1.0/artifacts/service-Vfw20221117060910-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-17T06:12:44.386Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:12:44.386Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:12:44.386Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76ec6e47-fa14-4d31-9fae-9b12eb39c913",
  "consumerID": "cds",
  "timestamp": 1668665453784,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIvpgkg/1.0/resourceInstances/basic_onboard_ivpgkg0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:12:44.386Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:12:44.386Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:12:44.387Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76ec6e47-fa14-4d31-9fae-9b12eb39c913",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668665455474,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIvpgkg/1.0/resourceInstances/basic_onboard_ivpgkg0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:12:44.387Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:12:44.387Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:12:44.387Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76ec6e47-fa14-4d31-9fae-9b12eb39c913",
  "consumerID": "cds",
  "timestamp": 1668665453784,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIvpgkg/1.0/resourceInstances/basic_onboard_ivpgkg0/artifacts/basic_onboard_ivpgkg0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:12:44.387Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:12:44.388Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:12:44.388Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76ec6e47-fa14-4d31-9fae-9b12eb39c913",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668665455474,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIvpgkg/1.0/resourceInstances/basic_onboard_ivpgkg0/artifacts/basic_onboard_ivpgkg0_modules.json",
  "status": "NOTIFIED"
}
2022-11-17T06:12:44.388Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:12:44.388Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:12:44.388Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e88e86d-9f62-4870-9493-b5c658faf41b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668665457868,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221117060910/1.0/resourceInstances/vfw8faf8f60cd6a0/artifacts/vfw8faf8f60cd6a0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-17T06:12:44.388Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:12:44.389Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:12:44.389Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76ec6e47-fa14-4d31-9fae-9b12eb39c913",
  "consumerID": "cds",
  "timestamp": 1668665453784,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIvpgkg/1.0/resourceInstances/basic_onboard_ivpgkg0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:12:44.389Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:12:44.389Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:12:44.389Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76ec6e47-fa14-4d31-9fae-9b12eb39c913",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668665455474,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIvpgkg/1.0/resourceInstances/basic_onboard_ivpgkg0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-11-17T06:12:44.390Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:12:44.390Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:12:44.390Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76ec6e47-fa14-4d31-9fae-9b12eb39c913",
  "consumerID": "cds",
  "timestamp": 1668665453784,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIvpgkg/1.0/resourceInstances/basic_onboard_ivpgkg0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:12:44.390Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:12:44.390Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:12:44.390Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e88e86d-9f62-4870-9493-b5c658faf41b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668665458945,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221117060910/1.0/resourceInstances/vfw8faf8f60cd6a0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-17T06:12:44.390Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:12:44.390Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:12:44.390Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76ec6e47-fa14-4d31-9fae-9b12eb39c913",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668665455474,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIvpgkg/1.0/resourceInstances/basic_onboard_ivpgkg0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:12:44.391Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:12:44.391Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:12:44.391Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76ec6e47-fa14-4d31-9fae-9b12eb39c913",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668665458432,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIvpgkg/1.0/resourceInstances/basic_onboard_ivpgkg0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:12:44.391Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:12:44.391Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:12:44.391Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76ec6e47-fa14-4d31-9fae-9b12eb39c913",
  "consumerID": "cds",
  "timestamp": 1668665453784,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIvpgkg/1.0/resourceInstances/basic_onboard_ivpgkg0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:12:44.391Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:12:44.391Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:12:44.391Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e88e86d-9f62-4870-9493-b5c658faf41b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668665460028,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221117060910/1.0/resourceInstances/vfw8faf8f60cd6a0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-11-17T06:12:44.392Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:12:44.392Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:12:44.392Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76ec6e47-fa14-4d31-9fae-9b12eb39c913",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668665455474,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIvpgkg/1.0/resourceInstances/basic_onboard_ivpgkg0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-11-17T06:12:44.393Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:12:44.393Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:12:44.393Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76ec6e47-fa14-4d31-9fae-9b12eb39c913",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668665458432,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIvpgkg/1.0/resourceInstances/basic_onboard_ivpgkg0/artifacts/basic_onboard_ivpgkg0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:12:44.393Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:12:44.393Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:12:44.394Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76ec6e47-fa14-4d31-9fae-9b12eb39c913",
  "consumerID": "cds",
  "timestamp": 1668665453784,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIvpgkg/1.0/artifacts/service-BasicOnboardIvpgkg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:12:44.394Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:12:44.394Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:12:44.394Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76ec6e47-fa14-4d31-9fae-9b12eb39c913",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668665455474,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIvpgkg/1.0/artifacts/service-BasicOnboardIvpgkg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:12:44.394Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:12:44.394Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:12:44.394Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e88e86d-9f62-4870-9493-b5c658faf41b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668665461441,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221117060910/1.0/resourceInstances/vfw8faf8f60cd6a0/artifacts/vfw8faf8f60cd6a0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-17T06:12:44.395Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:12:44.395Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:12:44.395Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76ec6e47-fa14-4d31-9fae-9b12eb39c913",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668665458432,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIvpgkg/1.0/resourceInstances/basic_onboard_ivpgkg0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:12:44.395Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:12:44.395Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:12:44.395Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76ec6e47-fa14-4d31-9fae-9b12eb39c913",
  "consumerID": "cds",
  "timestamp": 1668665453784,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIvpgkg/1.0/artifacts/service-BasicOnboardIvpgkg-csar.csar",
  "status": "NOTIFIED"
}
2022-11-17T06:12:44.396Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:12:44.396Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:12:44.396Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76ec6e47-fa14-4d31-9fae-9b12eb39c913",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668665455474,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIvpgkg/1.0/artifacts/service-BasicOnboardIvpgkg-csar.csar",
  "status": "NOTIFIED"
}
2022-11-17T06:12:44.396Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:12:44.396Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:12:44.396Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e88e86d-9f62-4870-9493-b5c658faf41b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668665462444,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221117060910/1.0/resourceInstances/vfw8faf8f60cd6a0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-11-17T06:12:44.397Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:12:44.397Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:12:44.397Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76ec6e47-fa14-4d31-9fae-9b12eb39c913",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668665458432,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIvpgkg/1.0/resourceInstances/basic_onboard_ivpgkg0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:12:44.397Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:12:44.397Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:12:44.397Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76ec6e47-fa14-4d31-9fae-9b12eb39c913",
  "consumerID": "cds",
  "timestamp": 1668665462794,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIvpgkg/1.0/artifacts/service-BasicOnboardIvpgkg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-17T06:12:44.397Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:12:44.398Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:12:44.398Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e88e86d-9f62-4870-9493-b5c658faf41b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668665463448,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221117060910/1.0/resourceInstances/vfw8faf8f60cd6a0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-11-17T06:12:44.398Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:12:44.398Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:12:44.398Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76ec6e47-fa14-4d31-9fae-9b12eb39c913",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668665463231,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIvpgkg/1.0/resourceInstances/basic_onboard_ivpgkg0/artifacts/basic_onboard_ivpgkg0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-17T06:12:44.399Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:12:44.399Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:12:44.399Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76ec6e47-fa14-4d31-9fae-9b12eb39c913",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668665458432,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIvpgkg/1.0/resourceInstances/basic_onboard_ivpgkg0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:12:44.399Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:12:44.399Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:12:44.399Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76ec6e47-fa14-4d31-9fae-9b12eb39c913",
  "consumerID": "cds",
  "timestamp": 1668665463800,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIvpgkg/1.0/artifacts/service-BasicOnboardIvpgkg-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-11-17T06:12:44.407Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 76ec6e47-fa14-4d31-9fae-9b12eb39c913
2022-11-17T06:12:44.407Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 76ec6e47-fa14-4d31-9fae-9b12eb39c913 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-11-17T06:12:44.417Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:12:44.417Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e88e86d-9f62-4870-9493-b5c658faf41b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668665464454,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221117060910/1.0/artifacts/service-Vfw20221117060910-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-17T06:12:44.417Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:12:44.417Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:12:44.418Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76ec6e47-fa14-4d31-9fae-9b12eb39c913",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668665464294,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIvpgkg/1.0/resourceInstances/basic_onboard_ivpgkg0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-17T06:12:44.418Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:12:44.418Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:12:44.418Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76ec6e47-fa14-4d31-9fae-9b12eb39c913",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668665458432,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIvpgkg/1.0/artifacts/service-BasicOnboardIvpgkg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:12:44.419Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:12:44.419Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:12:44.419Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76ec6e47-fa14-4d31-9fae-9b12eb39c913",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668665465345,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIvpgkg/1.0/resourceInstances/basic_onboard_ivpgkg0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-11-17T06:12:44.420Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:12:44.420Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:12:44.420Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76ec6e47-fa14-4d31-9fae-9b12eb39c913",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668665458432,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIvpgkg/1.0/artifacts/service-BasicOnboardIvpgkg-csar.csar",
  "status": "NOTIFIED"
}
2022-11-17T06:12:44.420Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:12:44.420Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:12:44.420Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76ec6e47-fa14-4d31-9fae-9b12eb39c913",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668665466215,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIvpgkg/1.0/resourceInstances/basic_onboard_ivpgkg0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:12:44.421Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:12:44.421Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:12:44.422Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76ec6e47-fa14-4d31-9fae-9b12eb39c913",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668665466366,
  "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-11-17T06:12:44.426Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 76ec6e47-fa14-4d31-9fae-9b12eb39c913
2022-11-17T06:12:44.427Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 76ec6e47-fa14-4d31-9fae-9b12eb39c913 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-11-17T06:12:44.435Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:12:44.435Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76ec6e47-fa14-4d31-9fae-9b12eb39c913",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668665466175,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIvpgkg/1.0/artifacts/service-BasicOnboardIvpgkg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-17T06:12:44.435Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:12:44.436Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:12:44.436Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76ec6e47-fa14-4d31-9fae-9b12eb39c913",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668665466215,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIvpgkg/1.0/resourceInstances/basic_onboard_ivpgkg0/artifacts/basic_onboard_ivpgkg0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:12:44.436Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:12:44.436Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:12:44.436Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76ec6e47-fa14-4d31-9fae-9b12eb39c913",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668665467369,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIvpgkg/1.0/resourceInstances/basic_onboard_ivpgkg0/artifacts/basic_onboard_ivpgkg0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-17T06:12:44.437Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:12:44.437Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:12:44.437Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76ec6e47-fa14-4d31-9fae-9b12eb39c913",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668665466215,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIvpgkg/1.0/resourceInstances/basic_onboard_ivpgkg0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:12:44.437Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:12:44.437Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:12:44.437Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76ec6e47-fa14-4d31-9fae-9b12eb39c913",
  "consumerID": "aai-ml",
  "timestamp": 1668665466806,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIvpgkg/1.0/resourceInstances/basic_onboard_ivpgkg0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:12:44.438Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:12:44.438Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:12:44.438Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76ec6e47-fa14-4d31-9fae-9b12eb39c913",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668665466215,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIvpgkg/1.0/resourceInstances/basic_onboard_ivpgkg0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:12:44.438Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:12:44.438Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:12:44.439Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76ec6e47-fa14-4d31-9fae-9b12eb39c913",
  "consumerID": "aai-ml",
  "timestamp": 1668665466806,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIvpgkg/1.0/resourceInstances/basic_onboard_ivpgkg0/artifacts/basic_onboard_ivpgkg0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:12:44.439Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:12:44.439Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:12:44.439Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76ec6e47-fa14-4d31-9fae-9b12eb39c913",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668665468502,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIvpgkg/1.0/artifacts/service-BasicOnboardIvpgkg-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-17T06:12:44.439Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:12:44.440Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:12:44.440Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76ec6e47-fa14-4d31-9fae-9b12eb39c913",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668665466215,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIvpgkg/1.0/resourceInstances/basic_onboard_ivpgkg0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:12:44.440Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:12:44.440Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:12:44.440Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76ec6e47-fa14-4d31-9fae-9b12eb39c913",
  "consumerID": "aai-ml",
  "timestamp": 1668665466806,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIvpgkg/1.0/resourceInstances/basic_onboard_ivpgkg0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:12:44.440Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:12:44.441Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:12:44.441Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76ec6e47-fa14-4d31-9fae-9b12eb39c913",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668665469506,
  "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-11-17T06:12:44.446Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 76ec6e47-fa14-4d31-9fae-9b12eb39c913
2022-11-17T06:12:44.446Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 76ec6e47-fa14-4d31-9fae-9b12eb39c913 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-11-17T06:12:44.453Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:12:44.453Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76ec6e47-fa14-4d31-9fae-9b12eb39c913",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668665466215,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIvpgkg/1.0/artifacts/service-BasicOnboardIvpgkg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:12:44.453Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:12:44.453Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:12:44.453Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76ec6e47-fa14-4d31-9fae-9b12eb39c913",
  "consumerID": "aai-ml",
  "timestamp": 1668665466806,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIvpgkg/1.0/resourceInstances/basic_onboard_ivpgkg0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:12:44.454Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:12:44.454Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:12:44.454Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76ec6e47-fa14-4d31-9fae-9b12eb39c913",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668665466215,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIvpgkg/1.0/artifacts/service-BasicOnboardIvpgkg-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:12:44.454Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:12:44.454Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:12:44.454Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76ec6e47-fa14-4d31-9fae-9b12eb39c913",
  "consumerID": "aai-ml",
  "timestamp": 1668665466806,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIvpgkg/1.0/resourceInstances/basic_onboard_ivpgkg0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:12:44.455Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:12:44.455Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:12:44.455Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76ec6e47-fa14-4d31-9fae-9b12eb39c913",
  "consumerID": "aai-ml",
  "timestamp": 1668665466806,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIvpgkg/1.0/artifacts/service-BasicOnboardIvpgkg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:12:44.455Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:12:44.455Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:12:44.456Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76ec6e47-fa14-4d31-9fae-9b12eb39c913",
  "consumerID": "aai-ml",
  "timestamp": 1668665466806,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIvpgkg/1.0/artifacts/service-BasicOnboardIvpgkg-csar.csar",
  "status": "NOTIFIED"
}
2022-11-17T06:12:44.456Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:12:44.456Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:12:44.456Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76ec6e47-fa14-4d31-9fae-9b12eb39c913",
  "consumerID": "aai-ml",
  "timestamp": 1668665474556,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIvpgkg/1.0/artifacts/service-BasicOnboardIvpgkg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-17T06:12:44.456Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:12:44.456Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:12:44.457Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76ec6e47-fa14-4d31-9fae-9b12eb39c913",
  "consumerID": "aai-ml",
  "timestamp": 1668665482934,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIvpgkg/1.0/artifacts/service-BasicOnboardIvpgkg-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-17T06:12:44.457Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:12:44.457Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:12:44.457Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76ec6e47-fa14-4d31-9fae-9b12eb39c913",
  "consumerID": "aai-ml",
  "timestamp": 1668665483938,
  "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-11-17T06:12:44.462Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 76ec6e47-fa14-4d31-9fae-9b12eb39c913
2022-11-17T06:12:44.462Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 76ec6e47-fa14-4d31-9fae-9b12eb39c913 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-11-17T06:13:10.638Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 76ec6e47-fa14-4d31-9fae-9b12eb39c913
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-17T06:13:10.652Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 76ec6e47-fa14-4d31-9fae-9b12eb39c913
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-17T06:13:10.656Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-17T06:13:10.656Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-17T06:13:10.657Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-17T06:13:10.657Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-17T06:13:10.657Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-17T06:13:10.657Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-17T06:13:10.658Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-17T06:13:10.658Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-17T06:13:10.658Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-17T06:13:10.658Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-17T06:13:10.664Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-17T06:13:40.664Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 76ec6e47-fa14-4d31-9fae-9b12eb39c913 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-11-17T06:13:40.670Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 76ec6e47-fa14-4d31-9fae-9b12eb39c913 and serviceModelVersionId: b59afd76-279b-4f6d-8dc7-76c365d4548c
2022-11-17T06:13:40.671Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 956471b6-a931-490f-a970-f6578e999c3d
2022-11-17T06:13:40.672Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/956471b6-a931-490f-a970-f6578e999c3d/model-vers/model-ver/b59afd76-279b-4f6d-8dc7-76c365d4548c?depth=0
2022-11-17T06:13:40.680Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-11-17T06:13:40.738Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/956471b6-a931-490f-a970-f6578e999c3d/model-vers/model-ver/b59afd76-279b-4f6d-8dc7-76c365d4548c?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-11-17T06:13:40.740Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/956471b6-a931-490f-a970-f6578e999c3d/model-vers/model-ver/b59afd76-279b-4f6d-8dc7-76c365d4548c?depth=0|INFO|500||Invoke
2022-11-17T06:13:40.768Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/956471b6-a931-490f-a970-f6578e999c3d/model-vers/model-ver/b59afd76-279b-4f6d-8dc7-76c365d4548c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-17T06:13:40.882Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/956471b6-a931-490f-a970-f6578e999c3d/model-vers/model-ver/b59afd76-279b-4f6d-8dc7-76c365d4548c?depth=0|INFO|500||InvokeReturn
2022-11-17T06:13:40.882Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/956471b6-a931-490f-a970-f6578e999c3d/model-vers/model-ver/b59afd76-279b-4f6d-8dc7-76c365d4548c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221117-06:13:40:072-41003], vertex-id=[393256], Content-Length=[0], Date=[Thu, 17 Nov 2022 06:13:40 GMT], Content-Type=[application/json]}
2022-11-17T06:13:40.883Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2022-11-17T06:13:40.883Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-17T06:13:40.883Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-17T06:13:40.893Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-11-17T06:13:40.893Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 76ec6e47-fa14-4d31-9fae-9b12eb39c913 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-17T06:13:40.893Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-17T06:13:40.893Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:13:40.895Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:13:40.896Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "76ec6e47-fa14-4d31-9fae-9b12eb39c913",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668665620893,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-17T06:13:40.996Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-17T06:13:40.996Z||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-11-17T06:13:40.997Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:13:41.019Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:13:41.019Z||pool-34-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-17T06:13:41.909Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T06:13:41.910Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|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-11-17T06:13:41.910Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:13:44.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T06:13:44.344Z||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-11-17T06:13:44.344Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:13:44.391Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:13:44.392Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T06:13:44.392Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e88e86d-9f62-4870-9493-b5c658faf41b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668665511960,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-17T06:13:44.394Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:13:44.394Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T06:13:44.394Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76ec6e47-fa14-4d31-9fae-9b12eb39c913",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668665512983,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIvpgkg/1.0/resourceInstances/basic_onboard_ivpgkg0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:13:44.395Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:13:44.395Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T06:13:44.396Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76ec6e47-fa14-4d31-9fae-9b12eb39c913",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668665512983,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIvpgkg/1.0/resourceInstances/basic_onboard_ivpgkg0/artifacts/basic_onboard_ivpgkg0_modules.json",
  "status": "NOTIFIED"
}
2022-11-17T06:13:44.397Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:13:44.397Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T06:13:44.397Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76ec6e47-fa14-4d31-9fae-9b12eb39c913",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668665512983,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIvpgkg/1.0/resourceInstances/basic_onboard_ivpgkg0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-11-17T06:13:44.398Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:13:44.398Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T06:13:44.398Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76ec6e47-fa14-4d31-9fae-9b12eb39c913",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668665512983,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIvpgkg/1.0/resourceInstances/basic_onboard_ivpgkg0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:13:44.399Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:13:44.399Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T06:13:44.399Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76ec6e47-fa14-4d31-9fae-9b12eb39c913",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668665512983,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIvpgkg/1.0/resourceInstances/basic_onboard_ivpgkg0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-11-17T06:13:44.400Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:13:44.400Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T06:13:44.400Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76ec6e47-fa14-4d31-9fae-9b12eb39c913",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668665512983,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIvpgkg/1.0/artifacts/service-BasicOnboardIvpgkg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:13:44.400Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:13:44.401Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T06:13:44.401Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76ec6e47-fa14-4d31-9fae-9b12eb39c913",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668665512983,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIvpgkg/1.0/artifacts/service-BasicOnboardIvpgkg-csar.csar",
  "status": "NOTIFIED"
}
2022-11-17T06:13:44.401Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:13:44.401Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T06:13:44.402Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76ec6e47-fa14-4d31-9fae-9b12eb39c913",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668665520765,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIvpgkg/1.0/artifacts/service-BasicOnboardIvpgkg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-17T06:13:44.402Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:13:44.402Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T06:13:44.402Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76ec6e47-fa14-4d31-9fae-9b12eb39c913",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668665523335,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIvpgkg/1.0/resourceInstances/basic_onboard_ivpgkg0/artifacts/basic_onboard_ivpgkg0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-17T06:13:44.403Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:13:44.403Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T06:13:44.403Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76ec6e47-fa14-4d31-9fae-9b12eb39c913",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668665524410,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIvpgkg/1.0/resourceInstances/basic_onboard_ivpgkg0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-17T06:13:44.403Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:13:44.403Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T06:13:44.404Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76ec6e47-fa14-4d31-9fae-9b12eb39c913",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668665525459,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIvpgkg/1.0/resourceInstances/basic_onboard_ivpgkg0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-11-17T06:13:44.404Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:13:44.404Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T06:13:44.404Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76ec6e47-fa14-4d31-9fae-9b12eb39c913",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668665526577,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIvpgkg/1.0/resourceInstances/basic_onboard_ivpgkg0/artifacts/basic_onboard_ivpgkg0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-17T06:13:44.405Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:13:44.405Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T06:13:44.405Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76ec6e47-fa14-4d31-9fae-9b12eb39c913",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668665527581,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIvpgkg/1.0/resourceInstances/basic_onboard_ivpgkg0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-11-17T06:13:44.405Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:13:44.406Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T06:13:44.406Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76ec6e47-fa14-4d31-9fae-9b12eb39c913",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668665528586,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIvpgkg/1.0/resourceInstances/basic_onboard_ivpgkg0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-11-17T06:13:44.407Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:13:44.407Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T06:13:44.407Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76ec6e47-fa14-4d31-9fae-9b12eb39c913",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668665529590,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIvpgkg/1.0/artifacts/service-BasicOnboardIvpgkg-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-17T06:13:44.407Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:13:51.527Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:13:51.528Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T06:13:51.529Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|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-11-17T06:13:51.529Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:14:01.091Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:14:44.336Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T06:14:44.338Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|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-11-17T06:14:44.338Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:14:44.343Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T06:14:44.343Z||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-11-17T06:14:44.344Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:14:44.867Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:14:44.868Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:14:44.869Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76ec6e47-fa14-4d31-9fae-9b12eb39c913",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668665620893,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-17T06:14:44.870Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:14:53.894Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:15:44.336Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T06:15:44.339Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|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-11-17T06:15:44.339Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:15:44.343Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T06:15:44.344Z||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-11-17T06:15:44.344Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:15:53.894Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:15:53.894Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:16:44.336Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T06:16:44.337Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|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-11-17T06:16:44.337Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:16:44.343Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T06:16:44.343Z||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-11-17T06:16:44.344Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:16:53.893Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:16:53.896Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:17:44.336Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T06:17:44.337Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|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-11-17T06:17:44.337Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:17:44.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T06:17:44.344Z||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-11-17T06:17:44.344Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:17:53.915Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:17:53.915Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:18:44.336Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T06:18:44.337Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|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-11-17T06:18:44.337Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:18:44.343Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T06:18:44.344Z||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-11-17T06:18:44.344Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:18:53.890Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:18:53.890Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:19:44.336Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T06:19:44.337Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|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-11-17T06:19:44.338Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:19:44.343Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T06:19:44.344Z||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-11-17T06:19:44.344Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:19:53.895Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:19:53.895Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:20:44.336Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T06:20:44.337Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|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-11-17T06:20:44.338Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:20:44.343Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T06:20:44.343Z||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-11-17T06:20:44.343Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:20:53.900Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:20:53.902Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:21:44.336Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T06:21:44.339Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|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-11-17T06:21:44.339Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:21:44.343Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T06:21:44.343Z||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-11-17T06:21:44.344Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:21:53.894Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:21:53.908Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:22:44.336Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T06:22:44.337Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|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-11-17T06:22:44.337Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:22:44.343Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T06:22:44.344Z||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-11-17T06:22:44.344Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:22:53.911Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:22:53.912Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:23:44.336Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T06:23:44.337Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|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-11-17T06:23:44.337Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:23:44.343Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T06:23:44.343Z||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-11-17T06:23:44.344Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:23:53.893Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:23:53.902Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:24:44.336Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T06:24:44.337Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|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-11-17T06:24:44.337Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:24:44.343Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T06:24:44.343Z||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-11-17T06:24:44.344Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:24:46.436Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:24:46.437Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-17T06:24:46.437Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"03e19b88-b2f9-4591-83a4-128c158373eb","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"5a158b31-d242-4e2b-a78f-d5bbc8677712","serviceDescription":"service","serviceInvariantUUID":"b9c3bfab-732f-496f-a5c4-271579b6a210","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"854e595c-81e9-4e6c-8044-5d3e742ad3de","resourceInvariantUUID":"a5906030-ff76-4f72-ba9b-e21906487af1","resourceCustomizationUUID":"12c6749e-4eab-48ee-8e87-6a97c0506ac3","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":"ZmUxM2Q2YTc1N2VlYWQ0ZmIxMTBkZTFmNmJiNzM3NzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5e7827f2-fa00-4b0d-87d0-97ef146a0c0d","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YjM4OGQ4N2ViMWFmODdjOGJjYWNjMzExNWRhMzAyZDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"569b48fe-d1a6-48f2-9199-ecd2b05b881f","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-17T06:24:46.445Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-17T06:24:46.446Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:24:46.450Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:24:46.450Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "03e19b88-b2f9-4591-83a4-128c158373eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668666284336,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:24:46.550Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-17T06:24:46.552Z||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-11-17T06:24:46.553Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:24:46.576Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:24:46.577Z||pool-35-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":10,"count":1}
2022-11-17T06:24:46.700Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:24:46.710Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-17T06:24:46.710Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e19b88-b2f9-4591-83a4-128c158373eb",
  "consumerID": "aai-ml",
  "timestamp": 1668666276806,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:24:46.712Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:24:46.721Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-17T06:24:46.721Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e19b88-b2f9-4591-83a4-128c158373eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668666284336,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:24:46.722Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:24:46.722Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-17T06:24:46.722Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e19b88-b2f9-4591-83a4-128c158373eb",
  "consumerID": "cds",
  "timestamp": 1668666278784,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:24:46.722Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:24:47.451Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-17T06:24:47.452Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:24:47.456Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:24:47.456Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "03e19b88-b2f9-4591-83a4-128c158373eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668666284336,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-17T06:24:47.560Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-11-17T06:24:47.565Z||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-11-17T06:24:47.565Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:24:47.573Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:24:47.576Z||pool-36-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-17T06:24:48.457Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "03e19b88-b2f9-4591-83a4-128c158373eb",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "5a158b31-d242-4e2b-a78f-d5bbc8677712",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b9c3bfab-732f-496f-a5c4-271579b6a210",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "12c6749e-4eab-48ee-8e87-6a97c0506ac3",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "854e595c-81e9-4e6c-8044-5d3e742ad3de",
      "resourceInvariantUUID": "a5906030-ff76-4f72-ba9b-e21906487af1",
      "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": "YjM4OGQ4N2ViMWFmODdjOGJjYWNjMzExNWRhMzAyZDc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "569b48fe-d1a6-48f2-9199-ecd2b05b881f"
    }
  ],
  "workloadContext": "Production"
}
2022-11-17T06:24:48.458Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-17T06:24:48.458Z|76ec6e47-fa14-4d31-9fae-9b12eb39c913|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 5a158b31-d242-4e2b-a78f-d5bbc8677712 ASDC
2022-11-17T06:24:48.459Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:03e19b88-b2f9-4591-83a4-128c158373eb
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:5a158b31-d242-4e2b-a78f-d5bbc8677712
ServiceInvariantUUID:b9c3bfab-732f-496f-a5c4-271579b6a210
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:569b48fe-d1a6-48f2-9199-ecd2b05b881f
ArtifactChecksum:YjM4OGQ4N2ViMWFmODdjOGJjYWNjMzExNWRhMzAyZDc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:12c6749e-4eab-48ee-8e87-6a97c0506ac3
ResourceInvariantUUID:a5906030-ff76-4f72-ba9b-e21906487af1
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:854e595c-81e9-4e6c-8044-5d3e742ad3de
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-11-17T06:24:48.459Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5a158b31-d242-4e2b-a78f-d5bbc8677712 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-11-17T06:24:48.495Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-17T06:24:48.496Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-11-17T06:24:48.497Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-11-17T06:24:48.497Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 569b48fe-d1a6-48f2-9199-ecd2b05b881f from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-17T06:24:48.497Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-11-17T06:24:48.497Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-17T06:24:48.666Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-11-17T06:24:48.669Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 569b48fe-d1a6-48f2-9199-ecd2b05b881f 57664
2022-11-17T06:24:48.670Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-11-17T06:24:48.670Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-17T06:24:48.670Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-17T06:24:48.670Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:24:48.676Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:24:48.676Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "03e19b88-b2f9-4591-83a4-128c158373eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668666288670,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-17T06:24:48.774Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-11-17T06:24:48.775Z||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-11-17T06:24:48.775Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:24:48.785Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:24:48.786Z||pool-37-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-17T06:24:49.677Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-17T06:24:49.684Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-11-17T06:24:49.685Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 569b48fe-d1a6-48f2-9199-ecd2b05b881f, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-17T06:24:49.688Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-11-17T06:24:49.689Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-17T06:24:49.689Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-17T06:24:49.890Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP50225327773364634/Definitions/service-BasicNetwork-template.yml
2022-11-17T06:24:50.551Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-17T06:24:50.552Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-11-17T06:24:50.552Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-17T06:24:50.553Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-11-17T06:24:50.553Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||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-11-17T06:24:50.553Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||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-11-17T06:24:50.553Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||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-11-17T06:24:50.554Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||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-11-17T06:24:50.554Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-17T06:24:50.554Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||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-11-17T06:24:50.554Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||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-11-17T06:24:50.555Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||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-11-17T06:24:50.555Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-11-17T06:24:50.555Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:24:50.556Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T06:24:50.556Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-17T06:24:50.557Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-11-17T06:24:50.557Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-17T06:24:50.557Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:24:50.558Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T06:24:50.558Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-17T06:24:50.558Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-11-17T06:24:50.558Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-17T06:24:50.559Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:24:50.559Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T06:24:50.559Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:24:50.560Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T06:24:50.560Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:24:50.560Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T06:24:50.561Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:24:50.561Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T06:24:50.561Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:24:50.562Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T06:24:50.562Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:5a158b31-d242-4e2b-a78f-d5bbc8677712
Model Version:NULL
Model InvariantUuid:b9c3bfab-732f-496f-a5c4-271579b6a210
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:a5906030-ff76-4f72-ba9b-e21906487af1
Model UUID:acdb9bad-2305-4c27-b8b2-0a38307f8630
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:12c6749e-4eab-48ee-8e87-6a97c0506ac3
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-11-17T06:24:50.581Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||INFO|500||Processing Resource Type: VL, Model UUID: 854e595c-81e9-4e6c-8044-5d3e742ad3de
2022-11-17T06:24:50.581Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||INFO|500||No resources found for Service: 5a158b31-d242-4e2b-a78f-d5bbc8677712
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-11-17T06:24:50.590Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||INFO|500||
2022-11-17T06:24:50.590Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-11-17T06:24:50.592Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 5a158b31-d242-4e2b-a78f-d5bbc8677712
2022-11-17T06:24:50.592Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 5a158b31-d242-4e2b-a78f-d5bbc8677712
2022-11-17T06:24:50.592Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-11-17T06:24:50.593Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||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-11-17T06:24:50.599Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5bc1c5d1, org.onap.sdc.toscaparser.api.parameters.Input@57ff100, org.onap.sdc.toscaparser.api.parameters.Input@234e9103, org.onap.sdc.toscaparser.api.parameters.Input@4a795d2d, org.onap.sdc.toscaparser.api.parameters.Input@1fc3f6fe]
2022-11-17T06:24:50.601Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:24:50.601Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T06:24:50.602Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:24:50.602Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T06:24:50.602Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 5a158b31-d242-4e2b-a78f-d5bbc8677712: Generic NeutronNet
2022-11-17T06:24:50.602Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:24:50.602Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T06:24:50.603Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:24:50.603Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||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-11-17T06:24:50.643Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:24:50.643Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T06:24:50.644Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:24:50.644Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T06:24:50.644Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:24:50.644Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T06:24:50.644Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||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-11-17T06:24:50.714Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-11-17T06:24:50.715Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-11-17T06:24:50.716Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-17T06:24:50.716Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-17T06:24:50.717Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:24:50.719Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:24:50.719Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "03e19b88-b2f9-4591-83a4-128c158373eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668666290715,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-17T06:24:50.821Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-11-17T06:24:50.822Z||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-11-17T06:24:50.822Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:24:50.853Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:24:50.853Z||pool-38-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-11-17T06:24:51.720Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 03e19b88-b2f9-4591-83a4-128c158373eb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-17T06:24:51.742Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 03e19b88-b2f9-4591-83a4-128c158373eb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-17T06:24:51.749Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-17T06:24:51.749Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-17T06:24:51.749Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-17T06:25:21.752Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 03e19b88-b2f9-4591-83a4-128c158373eb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-17T06:25:21.777Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 03e19b88-b2f9-4591-83a4-128c158373eb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-17T06:25:21.780Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-17T06:25:21.780Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-17T06:25:21.780Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-17T06:25:44.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T06:25:44.345Z||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-11-17T06:25:44.345Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:25:44.513Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:25:44.514Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T06:25:44.514Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e19b88-b2f9-4591-83a4-128c158373eb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668666286216,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:25:44.515Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:25:51.784Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 03e19b88-b2f9-4591-83a4-128c158373eb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-17T06:25:51.863Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 03e19b88-b2f9-4591-83a4-128c158373eb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-17T06:25:51.865Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-17T06:25:51.865Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-17T06:25:51.866Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-17T06:26:21.866Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 03e19b88-b2f9-4591-83a4-128c158373eb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-17T06:26:21.881Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 03e19b88-b2f9-4591-83a4-128c158373eb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-17T06:26:21.885Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-17T06:26:21.885Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-17T06:26:21.885Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-17T06:26:44.345Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T06:26:44.348Z||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-11-17T06:26:44.348Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:26:44.386Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:26:44.390Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:26:44.390Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e19b88-b2f9-4591-83a4-128c158373eb",
  "consumerID": "aai-ml",
  "timestamp": 1668666276806,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-17T06:26:44.392Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:26:44.392Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:26:44.392Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e19b88-b2f9-4591-83a4-128c158373eb",
  "consumerID": "cds",
  "timestamp": 1668666278784,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-17T06:26:44.392Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:26:44.392Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:26:44.392Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e19b88-b2f9-4591-83a4-128c158373eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668666284336,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-17T06:26:44.393Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:26:44.393Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:26:44.393Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e19b88-b2f9-4591-83a4-128c158373eb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668666286216,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:26:44.393Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:26:44.394Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:26:44.394Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e19b88-b2f9-4591-83a4-128c158373eb",
  "consumerID": "aai-ml",
  "timestamp": 1668666287932,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-17T06:26:44.394Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:26:44.394Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:26:44.394Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e19b88-b2f9-4591-83a4-128c158373eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668666288670,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-17T06:26:44.395Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:26:44.395Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:26:44.395Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e19b88-b2f9-4591-83a4-128c158373eb",
  "consumerID": "cds",
  "timestamp": 1668666288383,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-17T06:26:44.395Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:26:44.396Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:26:44.396Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e19b88-b2f9-4591-83a4-128c158373eb",
  "consumerID": "cds",
  "timestamp": 1668666289390,
  "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-11-17T06:26:44.404Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 03e19b88-b2f9-4591-83a4-128c158373eb
2022-11-17T06:26:44.404Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 03e19b88-b2f9-4591-83a4-128c158373eb 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-11-17T06:26:44.418Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:26:44.418Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e19b88-b2f9-4591-83a4-128c158373eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668666290715,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-17T06:26:44.418Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:26:44.419Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:26:44.419Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e19b88-b2f9-4591-83a4-128c158373eb",
  "consumerID": "aai-ml",
  "timestamp": 1668666292541,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-17T06:26:44.419Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:26:44.420Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:26:44.420Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e19b88-b2f9-4591-83a4-128c158373eb",
  "consumerID": "aai-ml",
  "timestamp": 1668666293547,
  "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-11-17T06:26:44.425Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 03e19b88-b2f9-4591-83a4-128c158373eb
2022-11-17T06:26:44.425Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 03e19b88-b2f9-4591-83a4-128c158373eb 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-11-17T06:26:44.435Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:26:44.435Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e19b88-b2f9-4591-83a4-128c158373eb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668666295474,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:26:44.436Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:26:44.436Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:26:44.436Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e19b88-b2f9-4591-83a4-128c158373eb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668666295474,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-17T06:26:44.437Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:26:44.437Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:26:44.437Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e19b88-b2f9-4591-83a4-128c158373eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668666298432,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:26:44.438Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:26:44.438Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:26:44.438Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e19b88-b2f9-4591-83a4-128c158373eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668666298432,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-17T06:26:44.438Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:26:44.439Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:26:44.439Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e19b88-b2f9-4591-83a4-128c158373eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668666301187,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-17T06:26:44.439Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:26:44.439Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:26:44.439Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e19b88-b2f9-4591-83a4-128c158373eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668666302876,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-17T06:26:44.440Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:26:44.440Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:26:44.440Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e19b88-b2f9-4591-83a4-128c158373eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668666303883,
  "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-11-17T06:26:44.445Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 03e19b88-b2f9-4591-83a4-128c158373eb
2022-11-17T06:26:44.445Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 03e19b88-b2f9-4591-83a4-128c158373eb 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-11-17T06:26:44.454Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:26:44.454Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53380148-4987-4b68-8d7d-2930cd7ec1ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668666306216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnx34gybpydicwzozdk6/1.0/resourceInstances/pnf64c7140b0cb10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:26:44.455Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:26:44.455Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:26:44.455Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53380148-4987-4b68-8d7d-2930cd7ec1ca",
  "consumerID": "cds",
  "timestamp": 1668666308785,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnx34gybpydicwzozdk6/1.0/resourceInstances/pnf64c7140b0cb10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:26:44.455Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:26:44.455Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:26:44.456Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53380148-4987-4b68-8d7d-2930cd7ec1ca",
  "consumerID": "aai-ml",
  "timestamp": 1668666306806,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnx34gybpydicwzozdk6/1.0/resourceInstances/pnf64c7140b0cb10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:26:44.456Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:26:44.456Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:26:44.457Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53380148-4987-4b68-8d7d-2930cd7ec1ca",
  "consumerID": "cds",
  "timestamp": 1668666308785,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnx34gybpydicwzozdk6/1.0/resourceInstances/pnf64c7140b0cb10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:26:44.457Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:26:44.457Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:26:44.457Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53380148-4987-4b68-8d7d-2930cd7ec1ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668666306216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnx34gybpydicwzozdk6/1.0/resourceInstances/pnf64c7140b0cb10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:26:44.458Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:26:44.458Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:26:44.458Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53380148-4987-4b68-8d7d-2930cd7ec1ca",
  "consumerID": "aai-ml",
  "timestamp": 1668666306806,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnx34gybpydicwzozdk6/1.0/resourceInstances/pnf64c7140b0cb10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:26:44.459Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:26:44.459Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:26:44.459Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53380148-4987-4b68-8d7d-2930cd7ec1ca",
  "consumerID": "aai-ml",
  "timestamp": 1668666306806,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnx34gybpydicwzozdk6/1.0/resourceInstances/pnf64c7140b0cb10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:26:44.460Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:26:44.460Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:26:44.460Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53380148-4987-4b68-8d7d-2930cd7ec1ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668666306216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnx34gybpydicwzozdk6/1.0/resourceInstances/pnf64c7140b0cb10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:26:44.461Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:26:44.461Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:26:44.461Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53380148-4987-4b68-8d7d-2930cd7ec1ca",
  "consumerID": "cds",
  "timestamp": 1668666308785,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnx34gybpydicwzozdk6/1.0/resourceInstances/pnf64c7140b0cb10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:26:44.462Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:26:44.462Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:26:44.462Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53380148-4987-4b68-8d7d-2930cd7ec1ca",
  "consumerID": "cds",
  "timestamp": 1668666308785,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnx34gybpydicwzozdk6/1.0/resourceInstances/pnf64c7140b0cb10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:26:44.463Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:26:44.463Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:26:44.463Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53380148-4987-4b68-8d7d-2930cd7ec1ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668666306216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnx34gybpydicwzozdk6/1.0/resourceInstances/pnf64c7140b0cb10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:26:44.464Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:26:44.464Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:26:44.465Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53380148-4987-4b68-8d7d-2930cd7ec1ca",
  "consumerID": "aai-ml",
  "timestamp": 1668666306806,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnx34gybpydicwzozdk6/1.0/resourceInstances/pnf64c7140b0cb10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:26:44.465Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:26:44.465Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:26:44.465Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53380148-4987-4b68-8d7d-2930cd7ec1ca",
  "consumerID": "cds",
  "timestamp": 1668666308785,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnx34gybpydicwzozdk6/1.0/resourceInstances/pnf64c7140b0cb10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:26:44.466Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:26:44.466Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:26:44.467Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53380148-4987-4b68-8d7d-2930cd7ec1ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668666306216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnx34gybpydicwzozdk6/1.0/resourceInstances/pnf64c7140b0cb10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:26:44.467Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:26:44.467Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:26:44.467Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53380148-4987-4b68-8d7d-2930cd7ec1ca",
  "consumerID": "aai-ml",
  "timestamp": 1668666306806,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnx34gybpydicwzozdk6/1.0/resourceInstances/pnf64c7140b0cb10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:26:44.468Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:26:44.469Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:26:44.469Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53380148-4987-4b68-8d7d-2930cd7ec1ca",
  "consumerID": "cds",
  "timestamp": 1668666308785,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnx34gybpydicwzozdk6/1.0/resourceInstances/pnf64c7140b0cb10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:26:44.469Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:26:44.470Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:26:44.470Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53380148-4987-4b68-8d7d-2930cd7ec1ca",
  "consumerID": "aai-ml",
  "timestamp": 1668666306806,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnx34gybpydicwzozdk6/1.0/resourceInstances/pnf64c7140b0cb10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:26:44.470Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:26:44.471Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:26:44.471Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53380148-4987-4b68-8d7d-2930cd7ec1ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668666306216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnx34gybpydicwzozdk6/1.0/resourceInstances/pnf64c7140b0cb10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-11-17T06:26:44.472Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:26:44.472Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:26:44.472Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53380148-4987-4b68-8d7d-2930cd7ec1ca",
  "consumerID": "aai-ml",
  "timestamp": 1668666306806,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnx34gybpydicwzozdk6/1.0/artifacts/service-DemoPnfKnx34gybpydicwzozdk6-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:26:44.473Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:26:44.473Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:26:44.473Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53380148-4987-4b68-8d7d-2930cd7ec1ca",
  "consumerID": "cds",
  "timestamp": 1668666308785,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnx34gybpydicwzozdk6/1.0/artifacts/service-DemoPnfKnx34gybpydicwzozdk6-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:26:44.474Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:26:44.474Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:26:44.474Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53380148-4987-4b68-8d7d-2930cd7ec1ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668666306216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnx34gybpydicwzozdk6/1.0/artifacts/service-DemoPnfKnx34gybpydicwzozdk6-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:26:44.475Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:26:44.475Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:26:44.475Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53380148-4987-4b68-8d7d-2930cd7ec1ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668666315474,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnx34gybpydicwzozdk6/1.0/resourceInstances/pnf64c7140b0cb10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:26:44.476Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:26:44.476Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:26:44.476Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53380148-4987-4b68-8d7d-2930cd7ec1ca",
  "consumerID": "cds",
  "timestamp": 1668666308785,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnx34gybpydicwzozdk6/1.0/artifacts/service-DemoPnfKnx34gybpydicwzozdk6-csar.csar",
  "status": "NOTIFIED"
}
2022-11-17T06:26:44.477Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:26:44.477Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:26:44.477Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53380148-4987-4b68-8d7d-2930cd7ec1ca",
  "consumerID": "aai-ml",
  "timestamp": 1668666306806,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnx34gybpydicwzozdk6/1.0/artifacts/service-DemoPnfKnx34gybpydicwzozdk6-csar.csar",
  "status": "NOTIFIED"
}
2022-11-17T06:26:44.478Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:26:44.478Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:26:44.478Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53380148-4987-4b68-8d7d-2930cd7ec1ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668666306216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnx34gybpydicwzozdk6/1.0/artifacts/service-DemoPnfKnx34gybpydicwzozdk6-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:26:44.478Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:26:44.479Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:26:44.479Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53380148-4987-4b68-8d7d-2930cd7ec1ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668666315474,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnx34gybpydicwzozdk6/1.0/resourceInstances/pnf64c7140b0cb10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:26:44.479Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:26:44.480Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:26:44.480Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53380148-4987-4b68-8d7d-2930cd7ec1ca",
  "consumerID": "cds",
  "timestamp": 1668666317667,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnx34gybpydicwzozdk6/1.0/artifacts/service-DemoPnfKnx34gybpydicwzozdk6-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-17T06:26:44.480Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:26:44.480Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:26:44.481Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53380148-4987-4b68-8d7d-2930cd7ec1ca",
  "consumerID": "aai-ml",
  "timestamp": 1668666317270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnx34gybpydicwzozdk6/1.0/artifacts/service-DemoPnfKnx34gybpydicwzozdk6-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-17T06:26:44.481Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:26:44.481Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:26:44.482Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53380148-4987-4b68-8d7d-2930cd7ec1ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668666318992,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnx34gybpydicwzozdk6/1.0/resourceInstances/pnf64c7140b0cb10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-17T06:26:44.482Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:26:44.482Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:26:44.482Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53380148-4987-4b68-8d7d-2930cd7ec1ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668666315474,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnx34gybpydicwzozdk6/1.0/resourceInstances/pnf64c7140b0cb10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:26:44.483Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:26:44.483Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:26:44.483Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53380148-4987-4b68-8d7d-2930cd7ec1ca",
  "consumerID": "cds",
  "timestamp": 1668666318672,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnx34gybpydicwzozdk6/1.0/artifacts/service-DemoPnfKnx34gybpydicwzozdk6-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-11-17T06:26:44.498Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 53380148-4987-4b68-8d7d-2930cd7ec1ca
2022-11-17T06:26:44.499Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 53380148-4987-4b68-8d7d-2930cd7ec1ca 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-11-17T06:26:44.508Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:26:44.508Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53380148-4987-4b68-8d7d-2930cd7ec1ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668666320165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnx34gybpydicwzozdk6/1.0/resourceInstances/pnf64c7140b0cb10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-11-17T06:26:44.509Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:26:44.509Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:26:44.509Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53380148-4987-4b68-8d7d-2930cd7ec1ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668666315474,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnx34gybpydicwzozdk6/1.0/resourceInstances/pnf64c7140b0cb10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:26:44.510Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:26:44.510Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:26:44.510Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53380148-4987-4b68-8d7d-2930cd7ec1ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668666321170,
  "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-11-17T06:26:44.516Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 53380148-4987-4b68-8d7d-2930cd7ec1ca
2022-11-17T06:26:44.516Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 53380148-4987-4b68-8d7d-2930cd7ec1ca 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-11-17T06:26:44.530Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:26:44.530Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53380148-4987-4b68-8d7d-2930cd7ec1ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668666315474,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnx34gybpydicwzozdk6/1.0/resourceInstances/pnf64c7140b0cb10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:26:44.531Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:26:44.531Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:26:44.531Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53380148-4987-4b68-8d7d-2930cd7ec1ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668666315474,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnx34gybpydicwzozdk6/1.0/resourceInstances/pnf64c7140b0cb10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:26:44.532Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:26:44.532Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:26:44.532Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53380148-4987-4b68-8d7d-2930cd7ec1ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668666315474,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnx34gybpydicwzozdk6/1.0/artifacts/service-DemoPnfKnx34gybpydicwzozdk6-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:26:44.532Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:26:44.533Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:26:44.533Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53380148-4987-4b68-8d7d-2930cd7ec1ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668666315474,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnx34gybpydicwzozdk6/1.0/artifacts/service-DemoPnfKnx34gybpydicwzozdk6-csar.csar",
  "status": "NOTIFIED"
}
2022-11-17T06:26:44.533Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:26:44.534Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:26:44.534Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53380148-4987-4b68-8d7d-2930cd7ec1ca",
  "consumerID": "aai-ml",
  "timestamp": 1668666323015,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnx34gybpydicwzozdk6/1.0/artifacts/service-DemoPnfKnx34gybpydicwzozdk6-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-17T06:26:44.534Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:26:44.535Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:26:44.535Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53380148-4987-4b68-8d7d-2930cd7ec1ca",
  "consumerID": "aai-ml",
  "timestamp": 1668666324019,
  "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-11-17T06:26:44.540Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 53380148-4987-4b68-8d7d-2930cd7ec1ca
2022-11-17T06:26:44.541Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 53380148-4987-4b68-8d7d-2930cd7ec1ca 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-11-17T06:26:44.550Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:26:44.551Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53380148-4987-4b68-8d7d-2930cd7ec1ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668666328432,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnx34gybpydicwzozdk6/1.0/resourceInstances/pnf64c7140b0cb10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:26:44.552Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:26:44.553Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:26:44.553Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53380148-4987-4b68-8d7d-2930cd7ec1ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668666328432,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnx34gybpydicwzozdk6/1.0/resourceInstances/pnf64c7140b0cb10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:26:44.554Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:26:44.554Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:26:44.554Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53380148-4987-4b68-8d7d-2930cd7ec1ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668666328432,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnx34gybpydicwzozdk6/1.0/resourceInstances/pnf64c7140b0cb10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:26:44.555Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:26:44.555Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:26:44.555Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53380148-4987-4b68-8d7d-2930cd7ec1ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668666328432,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnx34gybpydicwzozdk6/1.0/resourceInstances/pnf64c7140b0cb10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:26:44.555Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:26:44.555Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:26:44.556Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53380148-4987-4b68-8d7d-2930cd7ec1ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668666328432,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnx34gybpydicwzozdk6/1.0/resourceInstances/pnf64c7140b0cb10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:26:44.556Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:26:44.556Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:26:44.557Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53380148-4987-4b68-8d7d-2930cd7ec1ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668666328432,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnx34gybpydicwzozdk6/1.0/resourceInstances/pnf64c7140b0cb10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:26:44.557Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:26:44.557Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:26:44.557Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53380148-4987-4b68-8d7d-2930cd7ec1ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668666328432,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnx34gybpydicwzozdk6/1.0/artifacts/service-DemoPnfKnx34gybpydicwzozdk6-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:26:44.558Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:26:44.558Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:26:44.558Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53380148-4987-4b68-8d7d-2930cd7ec1ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668666328432,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnx34gybpydicwzozdk6/1.0/artifacts/service-DemoPnfKnx34gybpydicwzozdk6-csar.csar",
  "status": "NOTIFIED"
}
2022-11-17T06:26:44.559Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:26:44.559Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:26:44.559Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53380148-4987-4b68-8d7d-2930cd7ec1ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668666337203,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnx34gybpydicwzozdk6/1.0/artifacts/service-DemoPnfKnx34gybpydicwzozdk6-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-17T06:26:44.559Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:26:44.560Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:26:44.560Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296a2fd6-55c8-45ce-bb9c-a4c9ae102628",
  "consumerID": "cds",
  "timestamp": 1668666338785,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:26:44.560Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:26:44.561Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:26:44.561Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296a2fd6-55c8-45ce-bb9c-a4c9ae102628",
  "consumerID": "aai-ml",
  "timestamp": 1668666336806,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:26:44.561Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:26:44.561Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:26:44.562Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296a2fd6-55c8-45ce-bb9c-a4c9ae102628",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668666335475,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:26:44.562Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:26:44.562Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:26:44.562Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53380148-4987-4b68-8d7d-2930cd7ec1ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668666339110,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnx34gybpydicwzozdk6/1.0/artifacts/service-DemoPnfKnx34gybpydicwzozdk6-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-17T06:26:44.563Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:26:44.563Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:26:44.563Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296a2fd6-55c8-45ce-bb9c-a4c9ae102628",
  "consumerID": "cds",
  "timestamp": 1668666338785,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:26:44.563Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:26:44.564Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:26:44.564Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296a2fd6-55c8-45ce-bb9c-a4c9ae102628",
  "consumerID": "aai-ml",
  "timestamp": 1668666336806,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:26:44.564Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:26:44.565Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:26:44.565Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296a2fd6-55c8-45ce-bb9c-a4c9ae102628",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668666335475,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-11-17T06:26:44.565Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:26:44.565Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:26:44.565Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53380148-4987-4b68-8d7d-2930cd7ec1ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668666340113,
  "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-11-17T06:26:44.572Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 53380148-4987-4b68-8d7d-2930cd7ec1ca
2022-11-17T06:26:44.572Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 53380148-4987-4b68-8d7d-2930cd7ec1ca 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-11-17T06:26:44.582Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:26:44.582Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296a2fd6-55c8-45ce-bb9c-a4c9ae102628",
  "consumerID": "cds",
  "timestamp": 1668666338785,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:26:44.583Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:26:44.583Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:26:44.583Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296a2fd6-55c8-45ce-bb9c-a4c9ae102628",
  "consumerID": "aai-ml",
  "timestamp": 1668666336806,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:26:44.584Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:26:44.584Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:26:44.584Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296a2fd6-55c8-45ce-bb9c-a4c9ae102628",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668666335475,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-17T06:26:44.585Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:26:44.585Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:26:44.585Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296a2fd6-55c8-45ce-bb9c-a4c9ae102628",
  "consumerID": "cds",
  "timestamp": 1668666338785,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:26:44.586Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:26:44.586Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:26:44.586Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296a2fd6-55c8-45ce-bb9c-a4c9ae102628",
  "consumerID": "aai-ml",
  "timestamp": 1668666336806,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:26:44.587Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:26:44.587Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:26:44.587Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296a2fd6-55c8-45ce-bb9c-a4c9ae102628",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668666335475,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:26:44.588Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:26:44.588Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:26:44.588Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296a2fd6-55c8-45ce-bb9c-a4c9ae102628",
  "consumerID": "cds",
  "timestamp": 1668666338785,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:26:44.589Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:26:44.589Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:26:44.589Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296a2fd6-55c8-45ce-bb9c-a4c9ae102628",
  "consumerID": "aai-ml",
  "timestamp": 1668666336806,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:26:44.590Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:26:44.590Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:26:44.590Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296a2fd6-55c8-45ce-bb9c-a4c9ae102628",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668666335475,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-17T06:26:44.591Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:26:51.886Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 03e19b88-b2f9-4591-83a4-128c158373eb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-17T06:26:51.899Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 03e19b88-b2f9-4591-83a4-128c158373eb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-17T06:26:51.902Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-17T06:26:51.902Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-17T06:26:51.902Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-17T06:26:51.902Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-17T06:26:51.902Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-17T06:26:51.903Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-17T06:26:51.903Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-17T06:26:51.903Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-17T06:26:51.903Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-17T06:26:51.908Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-17T06:27:21.909Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 03e19b88-b2f9-4591-83a4-128c158373eb 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-11-17T06:27:21.921Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 03e19b88-b2f9-4591-83a4-128c158373eb and serviceModelVersionId: 5a158b31-d242-4e2b-a78f-d5bbc8677712
2022-11-17T06:27:21.921Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b9c3bfab-732f-496f-a5c4-271579b6a210
2022-11-17T06:27:21.923Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b9c3bfab-732f-496f-a5c4-271579b6a210/model-vers/model-ver/5a158b31-d242-4e2b-a78f-d5bbc8677712?depth=0
2022-11-17T06:27:21.933Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-11-17T06:27:22.020Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b9c3bfab-732f-496f-a5c4-271579b6a210/model-vers/model-ver/5a158b31-d242-4e2b-a78f-d5bbc8677712?depth=0|INFO|500||Invoke
2022-11-17T06:27:22.020Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b9c3bfab-732f-496f-a5c4-271579b6a210/model-vers/model-ver/5a158b31-d242-4e2b-a78f-d5bbc8677712?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b9c3bfab-732f-496f-a5c4-271579b6a210/model-vers/model-ver/5a158b31-d242-4e2b-a78f-d5bbc8677712?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[03e19b88-b2f9-4591-83a4-128c158373eb], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[df1fcf01-033f-4960-b849-8a6d58e006b3], X-ECOMP-RequestID=[03e19b88-b2f9-4591-83a4-128c158373eb], X-TransactionId=[], X-ONAP-RequestID=[03e19b88-b2f9-4591-83a4-128c158373eb], Content-Type=[application/merge-patch+json]}
2022-11-17T06:27:22.059Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b9c3bfab-732f-496f-a5c4-271579b6a210/model-vers/model-ver/5a158b31-d242-4e2b-a78f-d5bbc8677712?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-17T06:27:22.192Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b9c3bfab-732f-496f-a5c4-271579b6a210/model-vers/model-ver/5a158b31-d242-4e2b-a78f-d5bbc8677712?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/b9c3bfab-732f-496f-a5c4-271579b6a210/model-vers/model-ver/5a158b31-d242-4e2b-a78f-d5bbc8677712?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221117-06:27:21:325-34859], vertex-id=[225424], Content-Length=[0], Date=[Thu, 17 Nov 2022 06:27:21 GMT], Content-Type=[application/json]}
2022-11-17T06:27:22.192Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b9c3bfab-732f-496f-a5c4-271579b6a210/model-vers/model-ver/5a158b31-d242-4e2b-a78f-d5bbc8677712?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-17T06:27:22.193Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b9c3bfab-732f-496f-a5c4-271579b6a210/model-vers/model-ver/5a158b31-d242-4e2b-a78f-d5bbc8677712?depth=0|INFO|500||InvokeReturn
2022-11-17T06:27:22.194Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-17T06:27:22.194Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-17T06:27:22.201Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-11-17T06:27:22.201Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 03e19b88-b2f9-4591-83a4-128c158373eb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-17T06:27:22.201Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-17T06:27:22.202Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:27:22.205Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:27:22.205Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "03e19b88-b2f9-4591-83a4-128c158373eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668666442201,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-17T06:27:22.305Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-17T06:27:22.306Z||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-11-17T06:27:22.306Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:27:22.345Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:27:22.346Z||pool-39-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-17T06:27:23.218Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T06:27:23.219Z|03e19b88-b2f9-4591-83a4-128c158373eb|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-11-17T06:27:23.219Z|03e19b88-b2f9-4591-83a4-128c158373eb|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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:27:27.873Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:27:27.875Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-17T06:27:27.875Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"53380148-4987-4b68-8d7d-2930cd7ec1ca","serviceName":"Demo_pNF_kNx34GyBpYdicwZOZDk6","serviceVersion":"1.0","serviceUUID":"d52b9f90-08c9-45cf-9c20-cf60e19d1632","serviceDescription":"catalog service description","serviceInvariantUUID":"e2978502-f41d-4063-8155-201a7c617bdd","resources":[{"resourceInstanceName":"pNF 64c7140b-0cb1 0","resourceName":"pNF 64c7140b-0cb1","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"a89818c6-1b2a-4bed-ba76-026962e5fedd","resourceInvariantUUID":"e7e0ddce-3250-40ef-acb0-010fabd78f62","resourceCustomizationUUID":"85f1690b-b378-4c47-8039-24050bdf80dd","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKnx34gybpydicwzozdk6/1.0/resourceInstances/pnf64c7140b0cb10/artifacts/vf-license-model.xml","artifactChecksum":"Zjc5ZGM5NWQyM2E1OWFhM2ZkN2MyMzA4YmY2NzZlNjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2b05bbac-7d53-4c1f-bc1c-8f2fff3b94a4","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKnx34gybpydicwzozdk6/1.0/resourceInstances/pnf64c7140b0cb10/artifacts/pNF.csar","artifactChecksum":"NzQyYTExMmJjODVhZjYwZjliYTE5MzgxZjQ5ZGVkN2E\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"49a661c4-6081-4285-a5b0-d61916f1f15e","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKnx34gybpydicwzozdk6/1.0/resourceInstances/pnf64c7140b0cb10/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2d35f60c-5ace-481b-ad24-0aa41de3bc7e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKnx34gybpydicwzozdk6/1.0/resourceInstances/pnf64c7140b0cb10/artifacts/vendor-license-model.xml","artifactChecksum":"ZTRhYjc5NjgwNWVjYzMwZjY5MjhjOWVhN2ZkNmMyYjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4a5e1030-65bc-4983-98f7-246eb93f3a3f","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfKnx34gybpydicwzozdk6/1.0/resourceInstances/pnf64c7140b0cb10/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f1a151a7-55b5-4760-bde1-c18fbc813f1f","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfKnx34gybpydicwzozdk6/1.0/resourceInstances/pnf64c7140b0cb10/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"107abb5c-4f74-4466-9089-8e5cf1273369","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfKnx34gybpydicwzozdk6-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKnx34gybpydicwzozdk6/1.0/artifacts/service-DemoPnfKnx34gybpydicwzozdk6-template.yml","artifactChecksum":"MGM0YzI5NGVjYjQ0YTY3ZWNmYzk1M2IzNjUzNzE4ODM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"69806817-59fa-4905-93f6-6acfba4d2d2a","artifactVersion":"1"},{"artifactName":"service-DemoPnfKnx34gybpydicwzozdk6-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfKnx34gybpydicwzozdk6/1.0/artifacts/service-DemoPnfKnx34gybpydicwzozdk6-csar.csar","artifactChecksum":"OTk1MzBlODgwZTkzNzliNGY5N2JlNDE0Njk1NmRkYWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e0c5f4b5-9b12-4d09-b7f8-bddaaac021ae","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-17T06:27:27.878Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-17T06:27:27.878Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:27:27.881Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:27:27.881Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "53380148-4987-4b68-8d7d-2930cd7ec1ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668666443218,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnx34gybpydicwzozdk6/1.0/resourceInstances/pnf64c7140b0cb10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:27:27.981Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-17T06:27:27.982Z||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-11-17T06:27:27.983Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:27:28.002Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:27:28.003Z||pool-40-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-11-17T06:27:28.882Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-17T06:27:28.882Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:27:28.885Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:27:28.885Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "53380148-4987-4b68-8d7d-2930cd7ec1ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668666443218,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnx34gybpydicwzozdk6/1.0/resourceInstances/pnf64c7140b0cb10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:27:28.987Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-17T06:27:28.987Z||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-11-17T06:27:28.988Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:27:29.066Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:27:29.066Z||pool-41-thread-1|||||INFO|500||cambria reply ok (79 ms):{"serverTimeMs":0,"count":1}
2022-11-17T06:27:29.886Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-17T06:27:29.887Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:27:29.890Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:27:29.890Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "53380148-4987-4b68-8d7d-2930cd7ec1ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668666443218,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnx34gybpydicwzozdk6/1.0/resourceInstances/pnf64c7140b0cb10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:27:29.989Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-11-17T06:27:29.991Z||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-11-17T06:27:29.991Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:27:30.009Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:27:30.009Z||pool-42-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-17T06:27:30.891Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-17T06:27:30.893Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:27:30.895Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:27:30.895Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "53380148-4987-4b68-8d7d-2930cd7ec1ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668666443218,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnx34gybpydicwzozdk6/1.0/resourceInstances/pnf64c7140b0cb10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:27:30.995Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-17T06:27:30.996Z||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-11-17T06:27:30.996Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:27:31.040Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:27:31.041Z||pool-43-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1}
2022-11-17T06:27:31.896Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-17T06:27:31.897Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:27:31.901Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:27:31.901Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "53380148-4987-4b68-8d7d-2930cd7ec1ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668666443218,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnx34gybpydicwzozdk6/1.0/resourceInstances/pnf64c7140b0cb10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:27:32.002Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-17T06:27:32.003Z||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-11-17T06:27:32.003Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:27:32.033Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:27:32.033Z||pool-44-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-11-17T06:27:32.901Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-17T06:27:32.902Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:27:32.904Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:27:32.904Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "53380148-4987-4b68-8d7d-2930cd7ec1ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668666443218,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnx34gybpydicwzozdk6/1.0/resourceInstances/pnf64c7140b0cb10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:27:33.005Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-17T06:27:33.006Z||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-11-17T06:27:33.006Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:27:33.052Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:27:33.053Z||pool-45-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1}
2022-11-17T06:27:33.906Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-17T06:27:33.907Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:27:33.910Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:27:33.911Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "53380148-4987-4b68-8d7d-2930cd7ec1ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668666443218,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnx34gybpydicwzozdk6/1.0/artifacts/service-DemoPnfKnx34gybpydicwzozdk6-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:27:34.012Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-17T06:27:34.016Z||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-11-17T06:27:34.016Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:27:34.030Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:27:34.031Z||pool-46-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-11-17T06:27:34.912Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-17T06:27:34.912Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:27:34.915Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:27:34.915Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "53380148-4987-4b68-8d7d-2930cd7ec1ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668666443218,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnx34gybpydicwzozdk6/1.0/artifacts/service-DemoPnfKnx34gybpydicwzozdk6-csar.csar",
  "status": "NOTIFIED"
}
2022-11-17T06:27:35.017Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-17T06:27:35.018Z||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-11-17T06:27:35.018Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:27:35.042Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:27:35.043Z||pool-47-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-11-17T06:27:35.917Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "53380148-4987-4b68-8d7d-2930cd7ec1ca",
  "serviceName": "Demo_pNF_kNx34GyBpYdicwZOZDk6",
  "serviceVersion": "1.0",
  "serviceUUID": "d52b9f90-08c9-45cf-9c20-cf60e19d1632",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "e2978502-f41d-4063-8155-201a7c617bdd",
  "resources": [
    {
      "resourceInstanceName": "pNF 64c7140b-0cb1 0",
      "resourceCustomizationUUID": "85f1690b-b378-4c47-8039-24050bdf80dd",
      "resourceName": "pNF 64c7140b-0cb1",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "a89818c6-1b2a-4bed-ba76-026962e5fedd",
      "resourceInvariantUUID": "e7e0ddce-3250-40ef-acb0-010fabd78f62",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfKnx34gybpydicwzozdk6-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnx34gybpydicwzozdk6/1.0/artifacts/service-DemoPnfKnx34gybpydicwzozdk6-csar.csar",
      "artifactChecksum": "OTk1MzBlODgwZTkzNzliNGY5N2JlNDE0Njk1NmRkYWI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e0c5f4b5-9b12-4d09-b7f8-bddaaac021ae"
    }
  ],
  "workloadContext": "Production"
}
2022-11-17T06:27:35.918Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-17T06:27:35.918Z|03e19b88-b2f9-4591-83a4-128c158373eb|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 d52b9f90-08c9-45cf-9c20-cf60e19d1632 ASDC
2022-11-17T06:27:35.919Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:53380148-4987-4b68-8d7d-2930cd7ec1ca
ServiceName:Demo_pNF_kNx34GyBpYdicwZOZDk6
ServiceVersion:1.0
ServiceUUID:d52b9f90-08c9-45cf-9c20-cf60e19d1632
ServiceInvariantUUID:e2978502-f41d-4063-8155-201a7c617bdd
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfKnx34gybpydicwzozdk6-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfKnx34gybpydicwzozdk6/1.0/artifacts/service-DemoPnfKnx34gybpydicwzozdk6-csar.csar
ArtifactUUID:e0c5f4b5-9b12-4d09-b7f8-bddaaac021ae
ArtifactChecksum:OTk1MzBlODgwZTkzNzliNGY5N2JlNDE0Njk1NmRkYWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 64c7140b-0cb1 0
ResourceCustomizationUUID:85f1690b-b378-4c47-8039-24050bdf80dd
ResourceInvariantUUID:e7e0ddce-3250-40ef-acb0-010fabd78f62
ResourceName:pNF 64c7140b-0cb1
ResourceType:PNF
ResourceUUID:a89818c6-1b2a-4bed-ba76-026962e5fedd
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-11-17T06:27:35.919Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d52b9f90-08c9-45cf-9c20-cf60e19d1632 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-11-17T06:27:35.972Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-17T06:27:35.973Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-11-17T06:27:35.973Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-11-17T06:27:35.973Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: e0c5f4b5-9b12-4d09-b7f8-bddaaac021ae from URL: /sdc/v1/catalog/services/DemoPnfKnx34gybpydicwzozdk6/1.0/artifacts/service-DemoPnfKnx34gybpydicwzozdk6-csar.csar
2022-11-17T06:27:35.973Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-11-17T06:27:35.974Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfKnx34gybpydicwzozdk6/1.0/artifacts/service-DemoPnfKnx34gybpydicwzozdk6-csar.csar
2022-11-17T06:27:36.108Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-11-17T06:27:36.113Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfKnx34gybpydicwzozdk6/1.0/artifacts/service-DemoPnfKnx34gybpydicwzozdk6-csar.csar e0c5f4b5-9b12-4d09-b7f8-bddaaac021ae 87780
2022-11-17T06:27:36.113Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfKnx34gybpydicwzozdk6/1.0/artifacts/service-DemoPnfKnx34gybpydicwzozdk6-csar.csar ASDC sendASDCNotification
2022-11-17T06:27:36.113Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfKnx34gybpydicwzozdk6/1.0/artifacts/service-DemoPnfKnx34gybpydicwzozdk6-csar.csar
2022-11-17T06:27:36.114Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-17T06:27:36.114Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:27:36.117Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:27:36.117Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "53380148-4987-4b68-8d7d-2930cd7ec1ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668666456113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnx34gybpydicwzozdk6/1.0/artifacts/service-DemoPnfKnx34gybpydicwzozdk6-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-17T06:27:36.217Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-17T06:27:36.218Z||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-11-17T06:27:36.218Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:27:36.258Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:27:36.259Z||pool-48-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2022-11-17T06:27:37.117Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-17T06:27:37.119Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-11-17T06:27:37.119Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: e0c5f4b5-9b12-4d09-b7f8-bddaaac021ae, URL: /sdc/v1/catalog/services/DemoPnfKnx34gybpydicwzozdk6/1.0/artifacts/service-DemoPnfKnx34gybpydicwzozdk6-csar.csar to file: /app/ASDC/1/service-DemoPnfKnx34gybpydicwzozdk6-csar.csar
2022-11-17T06:27:37.120Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfKnx34gybpydicwzozdk6-csar.csar
2022-11-17T06:27:37.121Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfKnx34gybpydicwzozdk6-csar.csar
2022-11-17T06:27:37.122Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfKnx34gybpydicwzozdk6-csar.csar
2022-11-17T06:27:37.265Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2260457362097567035/Definitions/service-DemoPnfKnx34gybpydicwzozdk6-template.yml
2022-11-17T06:27:38.232Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-17T06:27:38.233Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-11-17T06:27:38.233Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfKnx34gybpydicwzozdk6-csar.csar
2022-11-17T06:27:38.233Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-17T06:27:38.233Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfKnx34gybpydicwzozdk6-csar.csar
2022-11-17T06:27:38.233Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfKnx34gybpydicwzozdk6-csar.csar
2022-11-17T06:27:38.233Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfKnx34gybpydicwzozdk6-csar.csar
2022-11-17T06:27:38.233Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfKnx34gybpydicwzozdk6-csar.csar
2022-11-17T06:27:38.234Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 64c7140b-0cb1 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-DemoPnfKnx34gybpydicwzozdk6-csar.csar
2022-11-17T06:27:38.234Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfKnx34gybpydicwzozdk6-csar.csar
2022-11-17T06:27:38.234Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfKnx34gybpydicwzozdk6-csar.csar
2022-11-17T06:27:38.234Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-11-17T06:27:38.234Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:27:38.235Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_kNx34GyBpYdicwZOZDk6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T06:27:38.235Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||DEBUG|500||Node template pNF 64c7140b-0cb1 0 is matching search criteria
2022-11-17T06:27:38.235Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-11-17T06:27:38.235Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 64c7140b-0cb1 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-17T06:27:38.236Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:27:38.236Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_kNx34GyBpYdicwZOZDk6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T06:27:38.236Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||DEBUG|500||Node template pNF 64c7140b-0cb1 0 is matching search criteria
2022-11-17T06:27:38.236Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-11-17T06:27:38.236Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 64c7140b-0cb1 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-17T06:27:38.237Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:27:38.237Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_kNx34GyBpYdicwZOZDk6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T06:27:38.237Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:27:38.237Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_kNx34GyBpYdicwZOZDk6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T06:27:38.238Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:27:38.238Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_kNx34GyBpYdicwZOZDk6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T06:27:38.238Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:27:38.238Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_kNx34GyBpYdicwZOZDk6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T06:27:38.238Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:27:38.239Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_kNx34GyBpYdicwZOZDk6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T06:27:38.239Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_kNx34GyBpYdicwZOZDk6
Description:catalog service description
Model UUID:d52b9f90-08c9-45cf-9c20-cf60e19d1632
Model Version:NULL
Model InvariantUuid:e2978502-f41d-4063-8155-201a7c617bdd
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-11-17T06:27:38.248Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: a89818c6-1b2a-4bed-ba76-026962e5fedd
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-11-17T06:27:38.257Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||INFO|500||pNF 64c7140b-0cb1 0
2022-11-17T06:27:38.258Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: a89818c6-1b2a-4bed-ba76-026962e5fedd
2022-11-17T06:27:38.258Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||DEBUG|500||No resources found for Service: d52b9f90-08c9-45cf-9c20-cf60e19d1632
2022-11-17T06:27:38.258Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: d52b9f90-08c9-45cf-9c20-cf60e19d1632
2022-11-17T06:27:38.258Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 64c7140b-0cb1 0 a89818c6-1b2a-4bed-ba76-026962e5fedd 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-11-17T06:27:38.264Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@114e79f8, org.onap.sdc.toscaparser.api.parameters.Input@6ec4771e, org.onap.sdc.toscaparser.api.parameters.Input@1b21e781, org.onap.sdc.toscaparser.api.parameters.Input@6fe9e218, org.onap.sdc.toscaparser.api.parameters.Input@d0ad7a4]
2022-11-17T06:27:38.264Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:27:38.264Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_kNx34GyBpYdicwZOZDk6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T06:27:38.265Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid d52b9f90-08c9-45cf-9c20-cf60e19d1632: pNF 64c7140b-0cb1
2022-11-17T06:27:38.265Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||INFO|500||Processing PNF resource: a89818c6-1b2a-4bed-ba76-026962e5fedd
2022-11-17T06:27:38.265Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:27:38.265Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_kNx34GyBpYdicwZOZDk6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T06:27:38.266Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||INFO|500||Resource customization UUID: 85f1690b-b378-4c47-8039-24050bdf80dd is the same as notified resource customizationUUID: 85f1690b-b378-4c47-8039-24050bdf80dd
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-11-17T06:27:38.316Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 64c7140b-0cb1 a89818c6-1b2a-4bed-ba76-026962e5fedd 0 ASDC deployResourceStructure
2022-11-17T06:27:38.317Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfKnx34gybpydicwzozdk6/1.0/artifacts/service-DemoPnfKnx34gybpydicwzozdk6-csar.csar ASDC sendASDCNotification
2022-11-17T06:27:38.317Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfKnx34gybpydicwzozdk6/1.0/artifacts/service-DemoPnfKnx34gybpydicwzozdk6-csar.csar
2022-11-17T06:27:38.317Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-17T06:27:38.318Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:27:38.320Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:27:38.320Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "53380148-4987-4b68-8d7d-2930cd7ec1ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668666458317,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnx34gybpydicwzozdk6/1.0/artifacts/service-DemoPnfKnx34gybpydicwzozdk6-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-17T06:27:38.420Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-17T06:27:38.422Z||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-11-17T06:27:38.422Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:27:38.437Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:27:38.438Z||pool-49-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-17T06:27:39.321Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 53380148-4987-4b68-8d7d-2930cd7ec1ca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-17T06:27:39.346Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 53380148-4987-4b68-8d7d-2930cd7ec1ca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-17T06:27:39.352Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-17T06:27:39.353Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-17T06:27:39.353Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-17T06:27:39.353Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-17T06:27:39.353Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-17T06:27:39.353Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-17T06:27:39.353Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-17T06:27:39.353Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-17T06:27:39.353Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-17T06:27:39.353Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-17T06:27:39.359Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-17T06:27:44.344Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T06:27:44.345Z||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-11-17T06:27:44.345Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:27:44.371Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:27:44.372Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:27:44.372Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296a2fd6-55c8-45ce-bb9c-a4c9ae102628",
  "consumerID": "cds",
  "timestamp": 1668666338785,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:27:44.373Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:28:09.362Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 53380148-4987-4b68-8d7d-2930cd7ec1ca 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-11-17T06:28:09.369Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 53380148-4987-4b68-8d7d-2930cd7ec1ca and serviceModelVersionId: d52b9f90-08c9-45cf-9c20-cf60e19d1632
2022-11-17T06:28:09.369Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e2978502-f41d-4063-8155-201a7c617bdd
2022-11-17T06:28:09.370Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e2978502-f41d-4063-8155-201a7c617bdd/model-vers/model-ver/d52b9f90-08c9-45cf-9c20-cf60e19d1632?depth=0
2022-11-17T06:28:09.374Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-11-17T06:28:09.484Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2978502-f41d-4063-8155-201a7c617bdd/model-vers/model-ver/d52b9f90-08c9-45cf-9c20-cf60e19d1632?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-11-17T06:28:09.492Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2978502-f41d-4063-8155-201a7c617bdd/model-vers/model-ver/d52b9f90-08c9-45cf-9c20-cf60e19d1632?depth=0|INFO|500||Invoke
2022-11-17T06:28:09.518Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2978502-f41d-4063-8155-201a7c617bdd/model-vers/model-ver/d52b9f90-08c9-45cf-9c20-cf60e19d1632?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-17T06:28:09.630Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2978502-f41d-4063-8155-201a7c617bdd/model-vers/model-ver/d52b9f90-08c9-45cf-9c20-cf60e19d1632?depth=0|INFO|500||InvokeReturn
2022-11-17T06:28:09.630Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2978502-f41d-4063-8155-201a7c617bdd/model-vers/model-ver/d52b9f90-08c9-45cf-9c20-cf60e19d1632?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221117-06:28:08:781-24471], vertex-id=[172208], Content-Length=[0], Date=[Thu, 17 Nov 2022 06:28:08 GMT], Content-Type=[application/json]}
2022-11-17T06:28:09.630Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2022-11-17T06:28:09.630Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-17T06:28:09.631Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-17T06:28:09.637Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-11-17T06:28:09.637Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 53380148-4987-4b68-8d7d-2930cd7ec1ca and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-17T06:28:09.638Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-17T06:28:09.638Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:28:09.640Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:28:09.640Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "53380148-4987-4b68-8d7d-2930cd7ec1ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668666489638,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-17T06:28:09.740Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-17T06:28:09.741Z||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-11-17T06:28:09.741Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:28:09.762Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:28:09.762Z||pool-50-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-17T06:28:10.659Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-17T06:28:10.660Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"296a2fd6-55c8-45ce-bb9c-a4c9ae102628","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"73241d18-bc7a-4776-a789-c055c13fd1a8","serviceDescription":"service","serviceInvariantUUID":"9f0031a8-63d0-4418-86b3-9d261533860f","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bdf9fa3c-b7d3-46cd-b0b9-d72acb7987f9","resourceInvariantUUID":"e94ec58d-e8da-44dd-8e55-e9523e14eac5","resourceCustomizationUUID":"50ca0640-2c83-423d-a492-57dda4104484","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":"YTAyMzU2M2RkODk4MjJjYWFmNjZhYzMwMGRmZjdmODA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c50da9bf-24a8-4be5-b5ea-e83b8ffb2405","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":"YjE2NGYxOWZmZGViM2M2MzNiYjhkNjc1NjgzNzQ4ODk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9166152e-30ca-425e-9073-854a2f2ef5c4","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":"f7e304c8-3a7e-4960-9302-77d5169c0c1f","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":"0cf729bf-0d8d-45dc-b9bc-18a91c4367b3","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":"add10906-0356-4819-a09a-93262ab454b4","artifactVersion":"2","generatedFromUUID":"f7e304c8-3a7e-4960-9302-77d5169c0c1f"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"OTk3OTZjNTczMmM4YzhiZmNhZmUxODhkMDhkM2E5OTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1bdbe458-279c-4d2b-8f4b-647aa3fae14e","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MWQxNTFlZmNjODhlMDkzZDkxNzk2Y2QwMWFkZDFmOGQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"821ce5d2-c36e-4926-858f-d6d40cd16b81","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-17T06:28:10.660Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-17T06:28:10.664Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:28:10.670Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:28:10.670Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "296a2fd6-55c8-45ce-bb9c-a4c9ae102628",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668666443218,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:28:10.770Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-17T06:28:10.771Z||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-11-17T06:28:10.771Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:28:10.795Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:28:10.797Z||pool-51-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-11-17T06:28:11.671Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-17T06:28:11.672Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:28:11.674Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:28:11.674Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "296a2fd6-55c8-45ce-bb9c-a4c9ae102628",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668666443218,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-11-17T06:28:11.774Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-17T06:28:11.777Z||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-11-17T06:28:11.777Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:28:11.792Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:28:11.793Z||pool-52-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-17T06:28:12.677Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-17T06:28:12.678Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:28:12.680Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:28:12.680Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "296a2fd6-55c8-45ce-bb9c-a4c9ae102628",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668666443218,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-17T06:28:12.782Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-17T06:28:12.783Z||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-11-17T06:28:12.783Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:28:12.798Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:28:12.799Z||pool-53-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-11-17T06:28:13.685Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-17T06:28:13.686Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:28:13.689Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:28:13.689Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "296a2fd6-55c8-45ce-bb9c-a4c9ae102628",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668666443218,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:28:13.789Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-17T06:28:13.790Z||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-11-17T06:28:13.791Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:28:13.828Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:28:13.829Z||pool-54-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2022-11-17T06:28:14.696Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-17T06:28:14.696Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:28:14.704Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:28:14.705Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "296a2fd6-55c8-45ce-bb9c-a4c9ae102628",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668666443218,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-17T06:28:14.802Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-11-17T06:28:14.803Z||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-11-17T06:28:14.803Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:28:14.815Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:28:14.815Z||pool-55-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-17T06:28:15.705Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-17T06:28:15.706Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:28:15.716Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:28:15.716Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "296a2fd6-55c8-45ce-bb9c-a4c9ae102628",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668666443218,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:28:15.815Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-11-17T06:28:15.816Z||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-11-17T06:28:15.816Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:28:15.830Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:28:15.830Z||pool-56-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-17T06:28:16.720Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-17T06:28:16.721Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:28:16.722Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:28:16.723Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "296a2fd6-55c8-45ce-bb9c-a4c9ae102628",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668666443218,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-17T06:28:16.823Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-17T06:28:16.824Z||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-11-17T06:28:16.824Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:28:16.839Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:28:16.839Z||pool-57-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-11-17T06:28:17.728Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "296a2fd6-55c8-45ce-bb9c-a4c9ae102628",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "73241d18-bc7a-4776-a789-c055c13fd1a8",
  "serviceDescription": "service",
  "serviceInvariantUUID": "9f0031a8-63d0-4418-86b3-9d261533860f",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "50ca0640-2c83-423d-a492-57dda4104484",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "bdf9fa3c-b7d3-46cd-b0b9-d72acb7987f9",
      "resourceInvariantUUID": "e94ec58d-e8da-44dd-8e55-e9523e14eac5",
      "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": "YjE2NGYxOWZmZGViM2M2MzNiYjhkNjc1NjgzNzQ4ODk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "9166152e-30ca-425e-9073-854a2f2ef5c4",
          "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": "f7e304c8-3a7e-4960-9302-77d5169c0c1f",
          "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": "add10906-0356-4819-a09a-93262ab454b4",
            "generatedFromUUID": "f7e304c8-3a7e-4960-9302-77d5169c0c1f"
          },
          "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": "add10906-0356-4819-a09a-93262ab454b4",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "MWQxNTFlZmNjODhlMDkzZDkxNzk2Y2QwMWFkZDFmOGQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "821ce5d2-c36e-4926-858f-d6d40cd16b81"
    }
  ],
  "workloadContext": "Production"
}
2022-11-17T06:28:17.728Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-17T06:28:17.728Z|53380148-4987-4b68-8d7d-2930cd7ec1ca|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 73241d18-bc7a-4776-a789-c055c13fd1a8 ASDC
2022-11-17T06:28:17.730Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:296a2fd6-55c8-45ce-bb9c-a4c9ae102628
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:73241d18-bc7a-4776-a789-c055c13fd1a8
ServiceInvariantUUID:9f0031a8-63d0-4418-86b3-9d261533860f
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:821ce5d2-c36e-4926-858f-d6d40cd16b81
ArtifactChecksum:MWQxNTFlZmNjODhlMDkzZDkxNzk2Y2QwMWFkZDFmOGQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:50ca0640-2c83-423d-a492-57dda4104484
ResourceInvariantUUID:e94ec58d-e8da-44dd-8e55-e9523e14eac5
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:bdf9fa3c-b7d3-46cd-b0b9-d72acb7987f9
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:9166152e-30ca-425e-9073-854a2f2ef5c4
ArtifactChecksum:YjE2NGYxOWZmZGViM2M2MzNiYjhkNjc1NjgzNzQ4ODk=
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:f7e304c8-3a7e-4960-9302-77d5169c0c1f
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:add10906-0356-4819-a09a-93262ab454b4
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:add10906-0356-4819-a09a-93262ab454b4
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-17T06:28:17.730Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 73241d18-bc7a-4776-a789-c055c13fd1a8 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-11-17T06:28:17.776Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-17T06:28:17.777Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-11-17T06:28:17.777Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-11-17T06:28:17.777Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 821ce5d2-c36e-4926-858f-d6d40cd16b81 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-11-17T06:28:17.777Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-11-17T06:28:17.778Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-11-17T06:28:17.877Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-11-17T06:28:17.880Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 821ce5d2-c36e-4926-858f-d6d40cd16b81 74808
2022-11-17T06:28:17.880Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-11-17T06:28:17.881Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-11-17T06:28:17.881Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-17T06:28:17.881Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:28:17.884Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:28:17.885Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "296a2fd6-55c8-45ce-bb9c-a4c9ae102628",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668666497880,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-17T06:28:17.985Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-17T06:28:17.986Z||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-11-17T06:28:17.986Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:28:18.001Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:28:18.001Z||pool-58-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-17T06:28:18.888Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-17T06:28:18.891Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-11-17T06:28:18.891Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 821ce5d2-c36e-4926-858f-d6d40cd16b81, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-11-17T06:28:18.891Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-11-17T06:28:18.892Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-11-17T06:28:18.892Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-11-17T06:28:19.020Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1561340388167564504/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-11-17T06:28:20.201Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-17T06:28:20.202Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-11-17T06:28:20.202Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-17T06:28:20.202Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-17T06:28:20.202Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-17T06:28:20.202Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-17T06:28:20.202Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||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-11-17T06:28:20.202Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||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-11-17T06:28:20.202Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-17T06:28:20.203Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-17T06:28:20.203Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-17T06:28:20.203Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-11-17T06:28:20.203Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:28:20.203Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T06:28:20.203Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-17T06:28:20.203Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-11-17T06:28:20.203Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-17T06:28:20.204Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:28:20.204Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T06:28:20.204Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-17T06:28:20.204Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-11-17T06:28:20.204Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-17T06:28:20.204Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:28:20.204Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T06:28:20.205Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:28:20.205Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-11-17T06:28:20.205Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-11-17T06:28:20.205Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-11-17T06:28:20.205Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-11-17T06:28:20.205Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-17T06:28:20.205Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-17T06:28:20.206Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:28:20.206Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-17T06:28:20.206Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:28:20.206Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-17T06:28:20.206Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-17T06:28:20.207Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:28:20.207Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-17T06:28:20.207Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-17T06:28:20.207Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:28:20.207Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-17T06:28:20.207Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-17T06:28:20.207Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:28:20.207Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-11-17T06:28:20.207Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-11-17T06:28:20.208Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-17T06:28:20.208Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=eae5d530-2bbf-4449-a91f-3caaa76e6c67
2022-11-17T06:28:20.208Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:28:20.208Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T06:28:20.209Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:28:20.209Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T06:28:20.209Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:28:20.209Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T06:28:20.210Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:28:20.210Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T06:28:20.210Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:73241d18-bc7a-4776-a789-c055c13fd1a8
Model Version:NULL
Model InvariantUuid:9f0031a8-63d0-4418-86b3-9d261533860f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:b81c207f-c747-46f2-8f7e-1615fcc02286
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e94ec58d-e8da-44dd-8e55-e9523e14eac5
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:50ca0640-2c83-423d-a492-57dda4104484
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:9c61471f-3bba-4d34-bda2-8a82cf7c4775
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:e4e4e80d-66a5-4660-a6b8-7afbca01f052
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:eae5d530-2bbf-4449-a91f-3caaa76e6c67
ModelInvariantUuid:18f20585-9153-4f15-ace7-f0df66bed989
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:31e96225-e793-4962-8e57-59993a4f462d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:8031b7c8-bb5c-4f2e-a30e-71c10afb37ad
ModelInvariantUuid:165472d2-a75a-4fe2-ad4f-8d84abe4a17d
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:a0e47451-fa7a-4bbf-aa5a-26399e55d837
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-11-17T06:28:20.217Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: bdf9fa3c-b7d3-46cd-b0b9-d72acb7987f9
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-11-17T06:28:20.220Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||INFO|500||basic_vm 0
2022-11-17T06:28:20.220Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: bdf9fa3c-b7d3-46cd-b0b9-d72acb7987f9
2022-11-17T06:28:20.220Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 9166152e-30ca-425e-9073-854a2f2ef5c4 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-11-17T06:28:20.220Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-11-17T06:28:20.221Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-11-17T06:28:20.348Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-11-17T06:28:20.349Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 9166152e-30ca-425e-9073-854a2f2ef5c4 787
2022-11-17T06:28:20.349Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-11-17T06:28:20.349Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-11-17T06:28:20.349Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-17T06:28:20.350Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:28:20.352Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:28:20.352Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "296a2fd6-55c8-45ce-bb9c-a4c9ae102628",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668666500349,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-17T06:28:20.453Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-17T06:28:20.455Z||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-11-17T06:28:20.455Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:28:20.466Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:28:20.467Z||pool-59-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-17T06:28:21.352Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "9c61471f-3bba-4d34-bda2-8a82cf7c4775",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e4e4e80d-66a5-4660-a6b8-7afbca01f052",
    "vfModuleModelCustomizationUUID": "3d1ba75b-85b5-4603-9a46-6b2f2b70574e",
    "isBase": true,
    "artifacts": [
      "f7e304c8-3a7e-4960-9302-77d5169c0c1f",
      "add10906-0356-4819-a09a-93262ab454b4"
    ],
    "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-11-17T06:28:21.357Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e4e4e80d-66a5-4660-a6b8-7afbca01f052
VfModuleModelInvariantUUID:9c61471f-3bba-4d34-bda2-8a82cf7c4775
VfModuleModelDescription:NULL
Artifacts UUID List:{
f7e304c8-3a7e-4960-9302-77d5169c0c1f
,
add10906-0356-4819-a09a-93262ab454b4

}
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-11-17T06:28:21.359Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "9c61471f-3bba-4d34-bda2-8a82cf7c4775",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e4e4e80d-66a5-4660-a6b8-7afbca01f052",
    "vfModuleModelCustomizationUUID": "3d1ba75b-85b5-4603-9a46-6b2f2b70574e",
    "isBase": true,
    "artifacts": [
      "f7e304c8-3a7e-4960-9302-77d5169c0c1f",
      "add10906-0356-4819-a09a-93262ab454b4"
    ],
    "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-11-17T06:28:21.359Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e4e4e80d-66a5-4660-a6b8-7afbca01f052
VfModuleModelInvariantUUID:9c61471f-3bba-4d34-bda2-8a82cf7c4775
VfModuleModelDescription:NULL
Artifacts UUID List:{
f7e304c8-3a7e-4960-9302-77d5169c0c1f
,
add10906-0356-4819-a09a-93262ab454b4

}
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-11-17T06:28:21.359Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: f7e304c8-3a7e-4960-9302-77d5169c0c1f from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-11-17T06:28:21.359Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-11-17T06:28:21.359Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-11-17T06:28:21.412Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-11-17T06:28:21.413Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml f7e304c8-3a7e-4960-9302-77d5169c0c1f 5033
2022-11-17T06:28:21.413Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-11-17T06:28:21.413Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-11-17T06:28:21.414Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-17T06:28:21.414Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:28:21.415Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:28:21.416Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "296a2fd6-55c8-45ce-bb9c-a4c9ae102628",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668666501413,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-17T06:28:21.519Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-11-17T06:28:21.521Z||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-11-17T06:28:21.521Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:28:21.544Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:28:21.545Z||pool-60-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-11-17T06:28:22.416Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: add10906-0356-4819-a09a-93262ab454b4 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-11-17T06:28:22.418Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-11-17T06:28:22.419Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-11-17T06:28:22.543Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-11-17T06:28:22.545Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env add10906-0356-4819-a09a-93262ab454b4 903
2022-11-17T06:28:22.546Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-11-17T06:28:22.546Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-11-17T06:28:22.547Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-17T06:28:22.547Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:28:22.550Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:28:22.551Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "296a2fd6-55c8-45ce-bb9c-a4c9ae102628",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668666502546,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-17T06:28:22.651Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-17T06:28:22.652Z||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-11-17T06:28:22.652Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:28:22.672Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:28:22.673Z||pool-61-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-11-17T06:28:23.560Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 73241d18-bc7a-4776-a789-c055c13fd1a8
2022-11-17T06:28:23.568Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 bdf9fa3c-b7d3-46cd-b0b9-d72acb7987f9 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-11-17T06:28:23.603Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4c30809e, org.onap.sdc.toscaparser.api.parameters.Input@4672aa98, org.onap.sdc.toscaparser.api.parameters.Input@2bdc97da, org.onap.sdc.toscaparser.api.parameters.Input@1bc48724, org.onap.sdc.toscaparser.api.parameters.Input@53b8d0b2]
2022-11-17T06:28:23.605Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:28:23.607Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T06:28:23.608Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2022-11-17T06:28:23.608Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 50ca0640-2c83-423d-a492-57dda4104484
2022-11-17T06:28:23.608Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 50ca0640-2c83-423d-a492-57dda4104484 matches Tosca VF Customization UUID: 50ca0640-2c83-423d-a492-57dda4104484
2022-11-17T06:28:23.608Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 50ca0640-2c83-423d-a492-57dda4104484  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-11-17T06:28:23.610Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:28:23.611Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T06:28:23.611Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 50ca0640-2c83-423d-a492-57dda4104484: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-17T06:28:23.611Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@70a2e0dc
2022-11-17T06:28:23.611Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:28:23.612Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-17T06:28:23.612Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3d1ba75b-85b5-4603-9a46-6b2f2b70574e
2022-11-17T06:28:23.612Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3d1ba75b-85b5-4603-9a46-6b2f2b70574e
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-11-17T06:28:23.614Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:28:23.615Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-17T06:28:23.615Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-17T06:28:23.615Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:28:23.615Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-17T06:28:23.615Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-17T06:28:23.615Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:28:23.616Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-11-17T06:28:23.616Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-11-17T06:28:23.616Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-17T06:28:23.616Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=eae5d530-2bbf-4449-a91f-3caaa76e6c67
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-11-17T06:28:23.618Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:28:23.619Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-17T06:28:23.619Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-17T06:28:23.619Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:28:23.619Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-17T06:28:23.619Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=50ca0640-2c83-423d-a492-57dda4104484
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-11-17T06:28:23.621Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:28:23.621Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T06:28:23.622Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 73241d18-bc7a-4776-a789-c055c13fd1a8: basic_vm
2022-11-17T06:28:23.622Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:28:23.622Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T06:28:23.622Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:28:23.622Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T06:28:23.622Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:28:23.623Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T06:28:23.623Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:28:23.623Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T06:28:23.623Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:28:23.623Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T06:28:23.623Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-17T06:28:23.716Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm bdf9fa3c-b7d3-46cd-b0b9-d72acb7987f9 1 ASDC deployResourceStructure
2022-11-17T06:28:23.716Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-11-17T06:28:23.716Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-11-17T06:28:23.716Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-17T06:28:23.717Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:28:23.718Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:28:23.718Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "296a2fd6-55c8-45ce-bb9c-a4c9ae102628",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668666503716,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-17T06:28:23.820Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-11-17T06:28:23.821Z||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-11-17T06:28:23.821Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:28:23.847Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:28:23.848Z||pool-62-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-11-17T06:28:24.719Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-11-17T06:28:24.720Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-11-17T06:28:24.720Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-17T06:28:24.721Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:28:24.722Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:28:24.723Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "296a2fd6-55c8-45ce-bb9c-a4c9ae102628",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668666504719,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-11-17T06:28:24.823Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-17T06:28:24.824Z||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-11-17T06:28:24.824Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:28:24.834Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:28:24.835Z||pool-63-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-17T06:28:25.724Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-11-17T06:28:25.724Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-11-17T06:28:25.724Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-17T06:28:25.724Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:28:25.727Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:28:25.727Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "296a2fd6-55c8-45ce-bb9c-a4c9ae102628",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668666505723,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-11-17T06:28:25.827Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-17T06:28:25.828Z||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-11-17T06:28:25.828Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:28:25.844Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:28:25.845Z||pool-64-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-17T06:28:26.728Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-11-17T06:28:26.728Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-11-17T06:28:26.728Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-17T06:28:26.729Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:28:26.731Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:28:26.731Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "296a2fd6-55c8-45ce-bb9c-a4c9ae102628",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668666506728,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-17T06:28:26.832Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-17T06:28:26.832Z||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-11-17T06:28:26.833Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:28:26.847Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:28:26.848Z||pool-65-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-17T06:28:27.732Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 296a2fd6-55c8-45ce-bb9c-a4c9ae102628
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-17T06:28:27.744Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 296a2fd6-55c8-45ce-bb9c-a4c9ae102628
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-17T06:28:27.751Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-17T06:28:27.751Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-17T06:28:27.751Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-17T06:28:44.344Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T06:28:44.345Z||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-11-17T06:28:44.345Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:28:44.383Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:28:44.385Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:28:44.386Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296a2fd6-55c8-45ce-bb9c-a4c9ae102628",
  "consumerID": "aai-ml",
  "timestamp": 1668666336806,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:28:44.387Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:28:44.387Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:28:44.388Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296a2fd6-55c8-45ce-bb9c-a4c9ae102628",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668666335475,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:28:44.388Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:28:44.388Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:28:44.389Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296a2fd6-55c8-45ce-bb9c-a4c9ae102628",
  "consumerID": "aai-ml",
  "timestamp": 1668666336806,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-17T06:28:44.389Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:28:44.389Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:28:44.390Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296a2fd6-55c8-45ce-bb9c-a4c9ae102628",
  "consumerID": "cds",
  "timestamp": 1668666338785,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-17T06:28:44.390Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:28:44.391Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:28:44.391Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296a2fd6-55c8-45ce-bb9c-a4c9ae102628",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668666335475,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-17T06:28:44.391Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:28:44.392Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:28:44.392Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296a2fd6-55c8-45ce-bb9c-a4c9ae102628",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668666346216,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:28:44.392Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:28:44.393Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:28:44.393Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296a2fd6-55c8-45ce-bb9c-a4c9ae102628",
  "consumerID": "aai-ml",
  "timestamp": 1668666345880,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-17T06:28:44.393Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:28:44.394Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:28:44.394Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296a2fd6-55c8-45ce-bb9c-a4c9ae102628",
  "consumerID": "cds",
  "timestamp": 1668666346327,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-17T06:28:44.395Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:28:44.395Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:28:44.395Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296a2fd6-55c8-45ce-bb9c-a4c9ae102628",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668666346338,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-17T06:28:44.396Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:28:44.396Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:28:44.396Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296a2fd6-55c8-45ce-bb9c-a4c9ae102628",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668666346216,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:28:44.397Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:28:44.397Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:28:44.398Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296a2fd6-55c8-45ce-bb9c-a4c9ae102628",
  "consumerID": "cds",
  "timestamp": 1668666347333,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-17T06:28:44.406Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 296a2fd6-55c8-45ce-bb9c-a4c9ae102628
2022-11-17T06:28:44.406Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 296a2fd6-55c8-45ce-bb9c-a4c9ae102628 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-11-17T06:28:44.417Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:28:44.418Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296a2fd6-55c8-45ce-bb9c-a4c9ae102628",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668666347394,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-17T06:28:44.419Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:28:44.420Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:28:44.420Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296a2fd6-55c8-45ce-bb9c-a4c9ae102628",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668666346216,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:28:44.421Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:28:44.421Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:28:44.422Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296a2fd6-55c8-45ce-bb9c-a4c9ae102628",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668666348446,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-17T06:28:44.422Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:28:44.423Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:28:44.423Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296a2fd6-55c8-45ce-bb9c-a4c9ae102628",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668666346216,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:28:44.423Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:28:44.424Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:28:44.424Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296a2fd6-55c8-45ce-bb9c-a4c9ae102628",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668666349469,
  "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-11-17T06:28:44.436Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 296a2fd6-55c8-45ce-bb9c-a4c9ae102628
2022-11-17T06:28:44.437Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 296a2fd6-55c8-45ce-bb9c-a4c9ae102628 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-11-17T06:28:44.446Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:28:44.447Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296a2fd6-55c8-45ce-bb9c-a4c9ae102628",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668666346216,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:28:44.447Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:28:44.448Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:28:44.449Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296a2fd6-55c8-45ce-bb9c-a4c9ae102628",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668666350474,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-17T06:28:44.449Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:28:44.449Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:28:44.450Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296a2fd6-55c8-45ce-bb9c-a4c9ae102628",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668666346216,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:28:44.450Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:28:44.450Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:28:44.451Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296a2fd6-55c8-45ce-bb9c-a4c9ae102628",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668666346216,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:28:44.451Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:28:44.451Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:28:44.452Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99affc17-a604-4aae-ac61-fdb40d815086",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668666346216,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:28:44.452Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:28:44.452Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:28:44.453Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99affc17-a604-4aae-ac61-fdb40d815086",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668666346216,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:28:44.453Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:28:44.454Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:28:44.454Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99affc17-a604-4aae-ac61-fdb40d815086",
  "consumerID": "cds",
  "timestamp": 1668666353784,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:28:44.454Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:28:44.455Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:28:44.455Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99affc17-a604-4aae-ac61-fdb40d815086",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668666346216,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:28:44.456Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:28:44.456Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:28:44.457Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296a2fd6-55c8-45ce-bb9c-a4c9ae102628",
  "consumerID": "aai-ml",
  "timestamp": 1668666354196,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-17T06:28:44.457Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:28:44.457Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:28:44.458Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99affc17-a604-4aae-ac61-fdb40d815086",
  "consumerID": "cds",
  "timestamp": 1668666353784,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:28:44.458Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:28:44.458Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:28:44.459Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99affc17-a604-4aae-ac61-fdb40d815086",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668666346216,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:28:44.459Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:28:44.460Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:28:44.460Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296a2fd6-55c8-45ce-bb9c-a4c9ae102628",
  "consumerID": "aai-ml",
  "timestamp": 1668666355200,
  "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-11-17T06:28:44.466Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 296a2fd6-55c8-45ce-bb9c-a4c9ae102628
2022-11-17T06:28:44.467Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 296a2fd6-55c8-45ce-bb9c-a4c9ae102628 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-11-17T06:28:44.478Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:28:44.479Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99affc17-a604-4aae-ac61-fdb40d815086",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668666355474,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:28:44.480Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:28:44.482Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:28:44.483Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99affc17-a604-4aae-ac61-fdb40d815086",
  "consumerID": "cds",
  "timestamp": 1668666353784,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:28:44.484Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:28:44.484Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:28:44.484Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99affc17-a604-4aae-ac61-fdb40d815086",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668666346216,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:28:44.485Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:28:44.485Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:28:44.486Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99affc17-a604-4aae-ac61-fdb40d815086",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668666355474,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-11-17T06:28:44.489Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:28:44.492Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:28:44.492Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99affc17-a604-4aae-ac61-fdb40d815086",
  "consumerID": "cds",
  "timestamp": 1668666353784,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:28:44.493Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:28:44.493Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:28:44.494Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99affc17-a604-4aae-ac61-fdb40d815086",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668666346216,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:28:44.494Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:28:44.494Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:28:44.495Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99affc17-a604-4aae-ac61-fdb40d815086",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668666355474,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-11-17T06:28:44.495Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:28:44.496Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:28:44.503Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99affc17-a604-4aae-ac61-fdb40d815086",
  "consumerID": "cds",
  "timestamp": 1668666353784,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:28:44.504Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:28:44.505Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:28:44.505Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99affc17-a604-4aae-ac61-fdb40d815086",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668666346216,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:28:44.506Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:28:44.508Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:28:44.508Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99affc17-a604-4aae-ac61-fdb40d815086",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668666355474,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-11-17T06:28:44.509Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:28:44.510Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:28:44.511Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99affc17-a604-4aae-ac61-fdb40d815086",
  "consumerID": "cds",
  "timestamp": 1668666353784,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:28:44.512Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:28:44.513Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:28:44.513Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296a2fd6-55c8-45ce-bb9c-a4c9ae102628",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668666358434,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:28:44.515Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:28:44.515Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:28:44.515Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99affc17-a604-4aae-ac61-fdb40d815086",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668666346216,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:28:44.516Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:28:44.517Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:28:44.517Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99affc17-a604-4aae-ac61-fdb40d815086",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668666355474,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-11-17T06:28:44.518Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:28:44.519Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:28:44.524Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99affc17-a604-4aae-ac61-fdb40d815086",
  "consumerID": "cds",
  "timestamp": 1668666353784,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:28:44.536Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:28:44.549Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:28:44.549Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296a2fd6-55c8-45ce-bb9c-a4c9ae102628",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668666358434,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:28:44.550Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:28:44.550Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:28:44.550Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99affc17-a604-4aae-ac61-fdb40d815086",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668666346216,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:28:44.550Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:28:44.550Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:28:44.550Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99affc17-a604-4aae-ac61-fdb40d815086",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668666355474,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:28:44.550Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:28:44.551Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:28:44.551Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99affc17-a604-4aae-ac61-fdb40d815086",
  "consumerID": "cds",
  "timestamp": 1668666353784,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:28:44.551Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:28:44.551Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:28:44.552Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296a2fd6-55c8-45ce-bb9c-a4c9ae102628",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668666358434,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:28:44.552Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:28:44.552Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:28:44.552Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99affc17-a604-4aae-ac61-fdb40d815086",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668666355474,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-11-17T06:28:44.552Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:28:44.552Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:28:44.552Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99affc17-a604-4aae-ac61-fdb40d815086",
  "consumerID": "cds",
  "timestamp": 1668666353784,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-17T06:28:44.554Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:28:44.554Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:28:44.554Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296a2fd6-55c8-45ce-bb9c-a4c9ae102628",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668666358434,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:28:44.554Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:28:44.555Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:28:44.555Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99affc17-a604-4aae-ac61-fdb40d815086",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668666355474,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:28:44.555Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:28:44.555Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:28:44.555Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99affc17-a604-4aae-ac61-fdb40d815086",
  "consumerID": "cds",
  "timestamp": 1668666363514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-17T06:28:44.556Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:28:44.556Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:28:44.556Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296a2fd6-55c8-45ce-bb9c-a4c9ae102628",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668666358434,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:28:44.556Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:28:44.556Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:28:44.556Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99affc17-a604-4aae-ac61-fdb40d815086",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668666355474,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-17T06:28:44.556Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:28:44.556Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:28:44.557Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99affc17-a604-4aae-ac61-fdb40d815086",
  "consumerID": "cds",
  "timestamp": 1668666364519,
  "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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-17T06:28:44.626Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 99affc17-a604-4aae-ac61-fdb40d815086
2022-11-17T06:28:44.626Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 99affc17-a604-4aae-ac61-fdb40d815086 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-11-17T06:28:44.665Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:28:44.665Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296a2fd6-55c8-45ce-bb9c-a4c9ae102628",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668666358434,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:28:44.665Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:28:44.666Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:28:44.666Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99affc17-a604-4aae-ac61-fdb40d815086",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668666365140,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-17T06:28:44.666Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:28:44.666Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:28:44.666Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296a2fd6-55c8-45ce-bb9c-a4c9ae102628",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668666358434,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-17T06:28:44.666Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:28:44.666Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:28:44.666Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99affc17-a604-4aae-ac61-fdb40d815086",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668666366199,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-17T06:28:44.666Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:28:44.666Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:28:44.666Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296a2fd6-55c8-45ce-bb9c-a4c9ae102628",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668666366190,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-17T06:28:44.667Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:28:44.667Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:28:44.667Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99affc17-a604-4aae-ac61-fdb40d815086",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668666367272,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-17T06:28:44.667Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:28:44.667Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:28:44.667Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99affc17-a604-4aae-ac61-fdb40d815086",
  "consumerID": "aai-ml",
  "timestamp": 1668666366806,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:28:44.667Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:28:44.667Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:28:44.667Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99affc17-a604-4aae-ac61-fdb40d815086",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668666368351,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-11-17T06:28:44.667Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:28:44.667Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:28:44.667Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99affc17-a604-4aae-ac61-fdb40d815086",
  "consumerID": "aai-ml",
  "timestamp": 1668666366806,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:28:44.668Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:28:44.668Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:28:44.669Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296a2fd6-55c8-45ce-bb9c-a4c9ae102628",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668666368437,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-17T06:28:44.670Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:28:44.670Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:28:44.670Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99affc17-a604-4aae-ac61-fdb40d815086",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668666369419,
  "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-11-17T06:28:44.680Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 99affc17-a604-4aae-ac61-fdb40d815086
2022-11-17T06:28:44.680Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 99affc17-a604-4aae-ac61-fdb40d815086 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-11-17T06:28:44.693Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:28:44.693Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99affc17-a604-4aae-ac61-fdb40d815086",
  "consumerID": "aai-ml",
  "timestamp": 1668666366806,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:28:44.693Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:28:44.693Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:28:44.693Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296a2fd6-55c8-45ce-bb9c-a4c9ae102628",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668666369441,
  "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-11-17T06:28:44.705Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 296a2fd6-55c8-45ce-bb9c-a4c9ae102628
2022-11-17T06:28:44.706Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 296a2fd6-55c8-45ce-bb9c-a4c9ae102628 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-11-17T06:28:44.724Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:28:44.724Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99affc17-a604-4aae-ac61-fdb40d815086",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668666370423,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-17T06:28:44.725Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:28:44.725Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:28:44.725Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99affc17-a604-4aae-ac61-fdb40d815086",
  "consumerID": "aai-ml",
  "timestamp": 1668666366806,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:28:44.725Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:28:44.725Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:28:44.725Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99affc17-a604-4aae-ac61-fdb40d815086",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668666358434,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:28:44.725Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:28:44.725Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:28:44.725Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99affc17-a604-4aae-ac61-fdb40d815086",
  "consumerID": "aai-ml",
  "timestamp": 1668666366806,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:28:44.726Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:28:44.726Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:28:44.726Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99affc17-a604-4aae-ac61-fdb40d815086",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668666358434,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:28:44.726Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:28:44.726Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:28:44.726Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99affc17-a604-4aae-ac61-fdb40d815086",
  "consumerID": "aai-ml",
  "timestamp": 1668666366806,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:28:44.726Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:28:44.726Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:28:44.726Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99affc17-a604-4aae-ac61-fdb40d815086",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668666358434,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:28:44.726Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:28:44.726Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:28:44.727Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99affc17-a604-4aae-ac61-fdb40d815086",
  "consumerID": "aai-ml",
  "timestamp": 1668666366806,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:28:44.727Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:28:44.727Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:28:44.727Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99affc17-a604-4aae-ac61-fdb40d815086",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668666358434,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:28:44.727Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:28:44.727Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:28:44.727Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99affc17-a604-4aae-ac61-fdb40d815086",
  "consumerID": "aai-ml",
  "timestamp": 1668666366806,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:28:44.727Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:28:44.727Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:28:44.727Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99affc17-a604-4aae-ac61-fdb40d815086",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668666358434,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:28:44.727Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:28:44.727Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:28:44.728Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99affc17-a604-4aae-ac61-fdb40d815086",
  "consumerID": "aai-ml",
  "timestamp": 1668666366806,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-17T06:28:44.728Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:28:44.728Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:28:44.728Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99affc17-a604-4aae-ac61-fdb40d815086",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668666358434,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:28:44.728Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:28:44.728Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:28:44.729Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99affc17-a604-4aae-ac61-fdb40d815086",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668666358434,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:28:44.729Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:28:44.729Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:28:44.729Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99affc17-a604-4aae-ac61-fdb40d815086",
  "consumerID": "aai-ml",
  "timestamp": 1668666376492,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-17T06:28:44.729Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:28:44.729Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:28:44.729Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99affc17-a604-4aae-ac61-fdb40d815086",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668666358434,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:28:44.729Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:28:44.730Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:28:44.730Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99affc17-a604-4aae-ac61-fdb40d815086",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668666358434,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-17T06:28:44.730Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:28:44.730Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:28:44.730Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99affc17-a604-4aae-ac61-fdb40d815086",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668666379559,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-17T06:28:44.730Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:28:44.730Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:28:44.730Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99affc17-a604-4aae-ac61-fdb40d815086",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668666381831,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-17T06:28:44.731Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:28:44.731Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:28:44.731Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99affc17-a604-4aae-ac61-fdb40d815086",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668666382840,
  "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-11-17T06:28:44.743Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 99affc17-a604-4aae-ac61-fdb40d815086
2022-11-17T06:28:44.744Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 99affc17-a604-4aae-ac61-fdb40d815086 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-11-17T06:28:44.772Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:28:44.773Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99affc17-a604-4aae-ac61-fdb40d815086",
  "consumerID": "aai-ml",
  "timestamp": 1668666384641,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-17T06:28:44.773Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:28:44.773Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:28:44.773Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99affc17-a604-4aae-ac61-fdb40d815086",
  "consumerID": "aai-ml",
  "timestamp": 1668666385644,
  "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-11-17T06:28:44.783Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 99affc17-a604-4aae-ac61-fdb40d815086
2022-11-17T06:28:44.783Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 99affc17-a604-4aae-ac61-fdb40d815086 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-11-17T06:28:57.752Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 296a2fd6-55c8-45ce-bb9c-a4c9ae102628
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-17T06:28:57.763Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 296a2fd6-55c8-45ce-bb9c-a4c9ae102628
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-17T06:28:57.765Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-17T06:28:57.765Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-17T06:28:57.765Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-17T06:28:57.765Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-17T06:28:57.765Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-17T06:28:57.766Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-17T06:28:57.766Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-17T06:28:57.766Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-17T06:28:57.766Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-17T06:28:57.766Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-17T06:28:57.772Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-17T06:29:27.772Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 296a2fd6-55c8-45ce-bb9c-a4c9ae102628 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-11-17T06:29:27.778Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 296a2fd6-55c8-45ce-bb9c-a4c9ae102628 and serviceModelVersionId: 73241d18-bc7a-4776-a789-c055c13fd1a8
2022-11-17T06:29:27.779Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9f0031a8-63d0-4418-86b3-9d261533860f
2022-11-17T06:29:27.780Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9f0031a8-63d0-4418-86b3-9d261533860f/model-vers/model-ver/73241d18-bc7a-4776-a789-c055c13fd1a8?depth=0
2022-11-17T06:29:27.789Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-11-17T06:29:27.852Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9f0031a8-63d0-4418-86b3-9d261533860f/model-vers/model-ver/73241d18-bc7a-4776-a789-c055c13fd1a8?depth=0|INFO|500||Invoke
2022-11-17T06:29:27.853Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9f0031a8-63d0-4418-86b3-9d261533860f/model-vers/model-ver/73241d18-bc7a-4776-a789-c055c13fd1a8?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9f0031a8-63d0-4418-86b3-9d261533860f/model-vers/model-ver/73241d18-bc7a-4776-a789-c055c13fd1a8?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[296a2fd6-55c8-45ce-bb9c-a4c9ae102628], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[faa069b3-fa5b-4153-be62-557d426b7477], X-ECOMP-RequestID=[296a2fd6-55c8-45ce-bb9c-a4c9ae102628], X-TransactionId=[], X-ONAP-RequestID=[296a2fd6-55c8-45ce-bb9c-a4c9ae102628], Content-Type=[application/merge-patch+json]}
2022-11-17T06:29:27.875Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9f0031a8-63d0-4418-86b3-9d261533860f/model-vers/model-ver/73241d18-bc7a-4776-a789-c055c13fd1a8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-17T06:29:28.001Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9f0031a8-63d0-4418-86b3-9d261533860f/model-vers/model-ver/73241d18-bc7a-4776-a789-c055c13fd1a8?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/9f0031a8-63d0-4418-86b3-9d261533860f/model-vers/model-ver/73241d18-bc7a-4776-a789-c055c13fd1a8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221117-06:29:27:135-27571], vertex-id=[372872], Content-Length=[0], Date=[Thu, 17 Nov 2022 06:29:27 GMT], Content-Type=[application/json]}
2022-11-17T06:29:28.002Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9f0031a8-63d0-4418-86b3-9d261533860f/model-vers/model-ver/73241d18-bc7a-4776-a789-c055c13fd1a8?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-17T06:29:28.002Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9f0031a8-63d0-4418-86b3-9d261533860f/model-vers/model-ver/73241d18-bc7a-4776-a789-c055c13fd1a8?depth=0|INFO|500||InvokeReturn
2022-11-17T06:29:28.003Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-17T06:29:28.003Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-17T06:29:28.023Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-11-17T06:29:28.026Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 296a2fd6-55c8-45ce-bb9c-a4c9ae102628 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-17T06:29:28.026Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-17T06:29:28.026Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:29:28.029Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:29:28.029Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "296a2fd6-55c8-45ce-bb9c-a4c9ae102628",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668666568026,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-17T06:29:28.129Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-17T06:29:28.130Z||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-11-17T06:29:28.130Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:29:28.153Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:29:28.153Z||pool-66-thread-1|||||INFO|500||cambria reply ok (24 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-11-17T06:29:29.043Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-17T06:29:29.043Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"99affc17-a604-4aae-ac61-fdb40d815086","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"f8d8363f-4b0b-46ca-8341-15c9d61af4ab","serviceDescription":"service","serviceInvariantUUID":"9eb37bd4-5aa3-4713-bb0e-5e6c3591e834","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"12116a07-b884-4902-956e-474bbbf2aa29","resourceInvariantUUID":"32ff0012-6c9d-406b-8f1a-89a9188ecb6d","resourceCustomizationUUID":"e5449551-44a8-42dc-a894-891bc0855fa4","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":"ODY2OTgyOGQ1YWY5MDdjYjZlNmQ1YmU4ZGE0ZDI0YmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"33fbe9c7-3de1-4271-ae08-30da8d8396fc","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":"f462cc76-0992-49ca-8fe9-76e2521165ec","artifactVersion":"2","generatedFromUUID":"231ef831-19c1-4028-8129-1e856c9cbf1d"},{"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":"231ef831-19c1-4028-8129-1e856c9cbf1d","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":"MTExYThlMjgyMGRlYWYyYzgxZThhNWMyMTQwMDFiMzE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8875b931-2e47-4798-b45a-0b2eaf306392","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":"7409052c-b4f7-49ad-bdf5-8a1667185d78","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":"c012f34f-0727-43b9-b732-c53742616d01","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":"b7ec7c80-91fb-46d7-babb-7c8c730bb278","artifactVersion":"2","generatedFromUUID":"7409052c-b4f7-49ad-bdf5-8a1667185d78"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ZTEzMmM3ZGIxNTFmNmU2NTEyMmExY2E4ZWFlZTM1ZmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4019b3a3-472c-4672-9bbe-cf0d2678827c","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"Y2IxMDU1YTc1N2E4Y2EyZGNiMzdhMmM3MThiNTAyNDk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ccd02e14-8908-4fa3-a308-5f3addcfed44","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-17T06:29:29.044Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-17T06:29:29.044Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:29:29.052Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:29:29.052Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "99affc17-a604-4aae-ac61-fdb40d815086",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668666443218,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:29:29.152Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-17T06:29:29.153Z||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-11-17T06:29:29.153Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:29:29.174Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:29:29.174Z||pool-67-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-11-17T06:29:30.058Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-17T06:29:30.059Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:29:30.061Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:29:30.061Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "99affc17-a604-4aae-ac61-fdb40d815086",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668666443218,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-11-17T06:29:30.162Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-17T06:29:30.163Z||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-11-17T06:29:30.163Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:29:30.191Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:29:30.191Z||pool-68-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2022-11-17T06:29:31.062Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-17T06:29:31.063Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:29:31.067Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:29:31.067Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "99affc17-a604-4aae-ac61-fdb40d815086",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668666443218,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-11-17T06:29:31.167Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-17T06:29:31.168Z||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-11-17T06:29:31.168Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:29:31.184Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:29:31.184Z||pool-69-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-11-17T06:29:32.068Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-17T06:29:32.069Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:29:32.073Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:29:32.073Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "99affc17-a604-4aae-ac61-fdb40d815086",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668666443218,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-11-17T06:29:32.173Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-17T06:29:32.174Z||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-11-17T06:29:32.174Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:29:32.187Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:29:32.188Z||pool-70-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-17T06:29:33.079Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-17T06:29:33.080Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:29:33.082Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:29:33.083Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "99affc17-a604-4aae-ac61-fdb40d815086",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668666443218,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-11-17T06:29:33.183Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-17T06:29:33.184Z||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-11-17T06:29:33.184Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:29:33.213Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:29:33.215Z||pool-71-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-11-17T06:29:34.083Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-17T06:29:34.084Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:29:34.087Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:29:34.088Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "99affc17-a604-4aae-ac61-fdb40d815086",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668666443218,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:29:34.186Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-11-17T06:29:34.187Z||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-11-17T06:29:34.187Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:29:34.198Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:29:34.199Z||pool-72-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-17T06:29:35.091Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-17T06:29:35.096Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:29:35.099Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:29:35.099Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "99affc17-a604-4aae-ac61-fdb40d815086",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668666443218,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-11-17T06:29:35.199Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-17T06:29:35.200Z||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-11-17T06:29:35.200Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:29:35.210Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:29:35.210Z||pool-73-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-17T06:29:36.100Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-17T06:29:36.101Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:29:36.103Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:29:36.103Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "99affc17-a604-4aae-ac61-fdb40d815086",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668666443218,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:29:36.203Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-17T06:29:36.204Z||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-11-17T06:29:36.204Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:29:36.217Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:29:36.218Z||pool-74-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-17T06:29:37.104Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-17T06:29:37.111Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:29:37.113Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:29:37.113Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "99affc17-a604-4aae-ac61-fdb40d815086",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668666443218,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-17T06:29:37.213Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-17T06:29:37.214Z||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-11-17T06:29:37.214Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:29:37.225Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:29:37.226Z||pool-75-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-17T06:29:38.119Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "99affc17-a604-4aae-ac61-fdb40d815086",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "f8d8363f-4b0b-46ca-8341-15c9d61af4ab",
  "serviceDescription": "service",
  "serviceInvariantUUID": "9eb37bd4-5aa3-4713-bb0e-5e6c3591e834",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "e5449551-44a8-42dc-a894-891bc0855fa4",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "12116a07-b884-4902-956e-474bbbf2aa29",
      "resourceInvariantUUID": "32ff0012-6c9d-406b-8f1a-89a9188ecb6d",
      "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": "f462cc76-0992-49ca-8fe9-76e2521165ec",
          "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": "231ef831-19c1-4028-8129-1e856c9cbf1d",
          "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": "MTExYThlMjgyMGRlYWYyYzgxZThhNWMyMTQwMDFiMzE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "8875b931-2e47-4798-b45a-0b2eaf306392",
          "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": "7409052c-b4f7-49ad-bdf5-8a1667185d78",
          "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": "b7ec7c80-91fb-46d7-babb-7c8c730bb278",
            "generatedFromUUID": "7409052c-b4f7-49ad-bdf5-8a1667185d78"
          },
          "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": "b7ec7c80-91fb-46d7-babb-7c8c730bb278",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "Y2IxMDU1YTc1N2E4Y2EyZGNiMzdhMmM3MThiNTAyNDk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ccd02e14-8908-4fa3-a308-5f3addcfed44"
    }
  ],
  "workloadContext": "Production"
}
2022-11-17T06:29:38.120Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-17T06:29:38.120Z|296a2fd6-55c8-45ce-bb9c-a4c9ae102628|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 f8d8363f-4b0b-46ca-8341-15c9d61af4ab ASDC
2022-11-17T06:29:38.121Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:99affc17-a604-4aae-ac61-fdb40d815086
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:f8d8363f-4b0b-46ca-8341-15c9d61af4ab
ServiceInvariantUUID:9eb37bd4-5aa3-4713-bb0e-5e6c3591e834
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:ccd02e14-8908-4fa3-a308-5f3addcfed44
ArtifactChecksum:Y2IxMDU1YTc1N2E4Y2EyZGNiMzdhMmM3MThiNTAyNDk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:e5449551-44a8-42dc-a894-891bc0855fa4
ResourceInvariantUUID:32ff0012-6c9d-406b-8f1a-89a9188ecb6d
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:12116a07-b884-4902-956e-474bbbf2aa29
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:f462cc76-0992-49ca-8fe9-76e2521165ec
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:231ef831-19c1-4028-8129-1e856c9cbf1d
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:8875b931-2e47-4798-b45a-0b2eaf306392
ArtifactChecksum:MTExYThlMjgyMGRlYWYyYzgxZThhNWMyMTQwMDFiMzE=
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:7409052c-b4f7-49ad-bdf5-8a1667185d78
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:b7ec7c80-91fb-46d7-babb-7c8c730bb278
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:b7ec7c80-91fb-46d7-babb-7c8c730bb278
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-17T06:29:38.121Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f8d8363f-4b0b-46ca-8341-15c9d61af4ab 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-11-17T06:29:38.158Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-17T06:29:38.159Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-11-17T06:29:38.160Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-11-17T06:29:38.160Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ccd02e14-8908-4fa3-a308-5f3addcfed44 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-11-17T06:29:38.160Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-11-17T06:29:38.161Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-11-17T06:29:38.333Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-11-17T06:29:38.337Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ccd02e14-8908-4fa3-a308-5f3addcfed44 73671
2022-11-17T06:29:38.338Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-11-17T06:29:38.339Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-11-17T06:29:38.339Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-17T06:29:38.339Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:29:38.344Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:29:38.344Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "99affc17-a604-4aae-ac61-fdb40d815086",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668666578338,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-17T06:29:38.442Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-11-17T06:29:38.443Z||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-11-17T06:29:38.443Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:29:38.453Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:29:38.454Z||pool-76-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-11-17T06:29:39.346Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-17T06:29:39.347Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-11-17T06:29:39.348Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: ccd02e14-8908-4fa3-a308-5f3addcfed44, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-17T06:29:39.348Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-11-17T06:29:39.349Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-17T06:29:39.349Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-17T06:29:39.495Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7316777930809847157/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-11-17T06:29:40.718Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-17T06:29:40.718Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-11-17T06:29:40.718Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-17T06:29:40.718Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-11-17T06:29:40.719Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-17T06:29:40.719Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||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-11-17T06:29:40.719Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-17T06:29:40.719Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-17T06:29:40.719Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-11-17T06:29:40.720Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:29:40.720Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T06:29:40.720Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-17T06:29:40.721Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-11-17T06:29:40.721Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-17T06:29:40.721Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:29:40.721Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T06:29:40.721Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-17T06:29:40.722Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-11-17T06:29:40.722Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-17T06:29:40.723Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:29:40.723Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T06:29:40.723Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:29:40.723Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-11-17T06:29:40.724Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-11-17T06:29:40.724Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||Node template dummy is not matching search criteria
2022-11-17T06:29:40.724Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-17T06:29:40.724Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:29:40.724Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-17T06:29:40.725Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:29:40.725Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-17T06:29:40.725Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-17T06:29:40.725Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:29:40.726Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-17T06:29:40.726Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-17T06:29:40.726Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:29:40.726Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-17T06:29:40.727Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-17T06:29:40.727Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:29:40.727Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-11-17T06:29:40.727Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-11-17T06:29:40.728Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=d673f380-80c9-4e32-9e37-00358fa214a7
2022-11-17T06:29:40.728Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:29:40.728Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T06:29:40.728Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:29:40.728Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T06:29:40.729Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:29:40.729Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T06:29:40.729Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:29:40.729Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T06:29:40.730Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:f8d8363f-4b0b-46ca-8341-15c9d61af4ab
Model Version:NULL
Model InvariantUuid:9eb37bd4-5aa3-4713-bb0e-5e6c3591e834
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:8bf94b69-78de-4a69-bc6e-9531b883bb84
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:32ff0012-6c9d-406b-8f1a-89a9188ecb6d
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e5449551-44a8-42dc-a894-891bc0855fa4
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:de009020-8f5d-493a-a5bc-5de3aec132c9
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:6e265909-d164-4435-987f-32acb1590ce5
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:d673f380-80c9-4e32-9e37-00358fa214a7
ModelInvariantUuid:7e1144f9-cbc9-4697-9431-aff162dce94a
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:3c7f2f3c-37b3-42b4-bf84-8a777a10f08a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:670f93c3-c319-4fd6-b7a4-6cfdde93a7f1
ModelInvariantUuid:c0aa44f7-28eb-43f1-846f-a2a3ba2912ce
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:9e8b3728-bbcc-40a1-919e-9cda019ae0fb
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-11-17T06:29:40.735Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 12116a07-b884-4902-956e-474bbbf2aa29
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-11-17T06:29:40.739Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||basic_cnf 0
2022-11-17T06:29:40.739Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 12116a07-b884-4902-956e-474bbbf2aa29
2022-11-17T06:29:40.739Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: f462cc76-0992-49ca-8fe9-76e2521165ec from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-11-17T06:29:40.739Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-11-17T06:29:40.739Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-11-17T06:29:40.807Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-11-17T06:29:40.808Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env f462cc76-0992-49ca-8fe9-76e2521165ec 12
2022-11-17T06:29:40.808Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-11-17T06:29:40.808Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-11-17T06:29:40.808Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-17T06:29:40.809Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:29:40.810Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:29:40.810Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "99affc17-a604-4aae-ac61-fdb40d815086",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668666580808,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-11-17T06:29:40.910Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-17T06:29:40.911Z||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-11-17T06:29:40.912Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:29:40.928Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:29:40.928Z||pool-77-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-17T06:29:41.811Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 231ef831-19c1-4028-8129-1e856c9cbf1d from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-11-17T06:29:41.811Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-11-17T06:29:41.812Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-11-17T06:29:41.889Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-11-17T06:29:41.889Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 231ef831-19c1-4028-8129-1e856c9cbf1d 2688
2022-11-17T06:29:41.890Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-11-17T06:29:41.890Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-11-17T06:29:41.890Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-17T06:29:41.890Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:29:41.892Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:29:41.892Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "99affc17-a604-4aae-ac61-fdb40d815086",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668666581890,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-17T06:29:41.992Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-17T06:29:41.993Z||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-11-17T06:29:41.993Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:29:42.009Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:29:42.009Z||pool-78-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-17T06:29:42.894Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 8875b931-2e47-4798-b45a-0b2eaf306392 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-11-17T06:29:42.894Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-11-17T06:29:42.895Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-11-17T06:29:42.957Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-11-17T06:29:42.957Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 8875b931-2e47-4798-b45a-0b2eaf306392 828
2022-11-17T06:29:42.958Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-11-17T06:29:42.958Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-11-17T06:29:42.958Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-17T06:29:42.958Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:29:42.961Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:29:42.961Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "99affc17-a604-4aae-ac61-fdb40d815086",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668666582958,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-17T06:29:43.061Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-17T06:29:43.062Z||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-11-17T06:29:43.062Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:29:43.075Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:29:43.076Z||pool-79-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-17T06:29:43.962Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "de009020-8f5d-493a-a5bc-5de3aec132c9",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6e265909-d164-4435-987f-32acb1590ce5",
    "vfModuleModelCustomizationUUID": "5f7939f8-f7d8-46f9-957c-c0ef7798bef7",
    "isBase": true,
    "artifacts": [
      "231ef831-19c1-4028-8129-1e856c9cbf1d",
      "7409052c-b4f7-49ad-bdf5-8a1667185d78",
      "b7ec7c80-91fb-46d7-babb-7c8c730bb278"
    ],
    "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-11-17T06:29:43.968Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6e265909-d164-4435-987f-32acb1590ce5
VfModuleModelInvariantUUID:de009020-8f5d-493a-a5bc-5de3aec132c9
VfModuleModelDescription:NULL
Artifacts UUID List:{
231ef831-19c1-4028-8129-1e856c9cbf1d
,
7409052c-b4f7-49ad-bdf5-8a1667185d78
,
b7ec7c80-91fb-46d7-babb-7c8c730bb278

}
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-11-17T06:29:43.971Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "de009020-8f5d-493a-a5bc-5de3aec132c9",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6e265909-d164-4435-987f-32acb1590ce5",
    "vfModuleModelCustomizationUUID": "5f7939f8-f7d8-46f9-957c-c0ef7798bef7",
    "isBase": true,
    "artifacts": [
      "231ef831-19c1-4028-8129-1e856c9cbf1d",
      "7409052c-b4f7-49ad-bdf5-8a1667185d78",
      "b7ec7c80-91fb-46d7-babb-7c8c730bb278"
    ],
    "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-11-17T06:29:43.971Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6e265909-d164-4435-987f-32acb1590ce5
VfModuleModelInvariantUUID:de009020-8f5d-493a-a5bc-5de3aec132c9
VfModuleModelDescription:NULL
Artifacts UUID List:{
231ef831-19c1-4028-8129-1e856c9cbf1d
,
7409052c-b4f7-49ad-bdf5-8a1667185d78
,
b7ec7c80-91fb-46d7-babb-7c8c730bb278

}
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-11-17T06:29:43.972Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 7409052c-b4f7-49ad-bdf5-8a1667185d78 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-11-17T06:29:43.973Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-11-17T06:29:43.973Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-11-17T06:29:44.084Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-11-17T06:29:44.085Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 7409052c-b4f7-49ad-bdf5-8a1667185d78 1164
2022-11-17T06:29:44.085Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-11-17T06:29:44.085Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-11-17T06:29:44.085Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-17T06:29:44.086Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:29:44.094Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:29:44.095Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "99affc17-a604-4aae-ac61-fdb40d815086",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668666584085,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-17T06:29:44.191Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-11-17T06:29:44.192Z||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-11-17T06:29:44.192Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:29:44.206Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:29:44.206Z||pool-80-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-17T06:29:44.343Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T06:29:44.344Z||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-11-17T06:29:44.344Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:29:44.373Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:29:44.374Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:29:44.374Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e19b88-b2f9-4591-83a4-128c158373eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668666442201,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-17T06:29:44.375Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:29:44.375Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:29:44.375Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53380148-4987-4b68-8d7d-2930cd7ec1ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668666443218,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnx34gybpydicwzozdk6/1.0/resourceInstances/pnf64c7140b0cb10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:29:44.376Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:29:44.376Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:29:44.376Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53380148-4987-4b68-8d7d-2930cd7ec1ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668666443218,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnx34gybpydicwzozdk6/1.0/resourceInstances/pnf64c7140b0cb10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:29:44.376Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:29:44.376Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:29:44.376Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53380148-4987-4b68-8d7d-2930cd7ec1ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668666443218,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnx34gybpydicwzozdk6/1.0/resourceInstances/pnf64c7140b0cb10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:29:44.377Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:29:44.377Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:29:44.377Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53380148-4987-4b68-8d7d-2930cd7ec1ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668666443218,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnx34gybpydicwzozdk6/1.0/resourceInstances/pnf64c7140b0cb10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:29:44.377Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:29:44.377Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:29:44.378Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53380148-4987-4b68-8d7d-2930cd7ec1ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668666443218,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnx34gybpydicwzozdk6/1.0/resourceInstances/pnf64c7140b0cb10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:29:44.378Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:29:44.378Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:29:44.378Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53380148-4987-4b68-8d7d-2930cd7ec1ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668666443218,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnx34gybpydicwzozdk6/1.0/resourceInstances/pnf64c7140b0cb10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:29:44.378Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:29:44.379Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:29:44.379Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53380148-4987-4b68-8d7d-2930cd7ec1ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668666443218,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnx34gybpydicwzozdk6/1.0/artifacts/service-DemoPnfKnx34gybpydicwzozdk6-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:29:44.379Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:29:44.379Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:29:44.380Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53380148-4987-4b68-8d7d-2930cd7ec1ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668666443218,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnx34gybpydicwzozdk6/1.0/artifacts/service-DemoPnfKnx34gybpydicwzozdk6-csar.csar",
  "status": "NOTIFIED"
}
2022-11-17T06:29:44.380Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:29:44.380Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:29:44.380Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53380148-4987-4b68-8d7d-2930cd7ec1ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668666456113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnx34gybpydicwzozdk6/1.0/artifacts/service-DemoPnfKnx34gybpydicwzozdk6-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-17T06:29:44.381Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:29:44.381Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T06:29:44.381Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53380148-4987-4b68-8d7d-2930cd7ec1ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668666458317,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnx34gybpydicwzozdk6/1.0/artifacts/service-DemoPnfKnx34gybpydicwzozdk6-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-17T06:29:44.382Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:29:45.097Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: b7ec7c80-91fb-46d7-babb-7c8c730bb278 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-11-17T06:29:45.098Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-11-17T06:29:45.098Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-11-17T06:29:45.154Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-11-17T06:29:45.154Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env b7ec7c80-91fb-46d7-babb-7c8c730bb278 200
2022-11-17T06:29:45.154Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-11-17T06:29:45.155Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-11-17T06:29:45.155Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-17T06:29:45.155Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:29:45.157Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:29:45.157Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "99affc17-a604-4aae-ac61-fdb40d815086",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668666585154,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-11-17T06:29:45.257Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-17T06:29:45.258Z||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-11-17T06:29:45.258Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:29:45.269Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:29:45.269Z||pool-81-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-17T06:29:46.163Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: f8d8363f-4b0b-46ca-8341-15c9d61af4ab
2022-11-17T06:29:46.163Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 12116a07-b884-4902-956e-474bbbf2aa29 ASDC
2022-11-17T06:29:46.173Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select 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-11-17T06:29:46.184Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@51adbfbf, org.onap.sdc.toscaparser.api.parameters.Input@44048d72, org.onap.sdc.toscaparser.api.parameters.Input@61696669, org.onap.sdc.toscaparser.api.parameters.Input@d897e6, org.onap.sdc.toscaparser.api.parameters.Input@3cb49005]
2022-11-17T06:29:46.185Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:29:46.185Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T06:29:46.186Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2022-11-17T06:29:46.186Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= e5449551-44a8-42dc-a894-891bc0855fa4
2022-11-17T06:29:46.186Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e5449551-44a8-42dc-a894-891bc0855fa4 matches Tosca VF Customization UUID: e5449551-44a8-42dc-a894-891bc0855fa4
2022-11-17T06:29:46.186Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: e5449551-44a8-42dc-a894-891bc0855fa4  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-11-17T06:29:46.188Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:29:46.188Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T06:29:46.189Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id e5449551-44a8-42dc-a894-891bc0855fa4: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-17T06:29:46.189Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@326854a4
2022-11-17T06:29:46.189Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:29:46.189Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-17T06:29:46.189Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5f7939f8-f7d8-46f9-957c-c0ef7798bef7
2022-11-17T06:29:46.190Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5f7939f8-f7d8-46f9-957c-c0ef7798bef7
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-11-17T06:29:46.192Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:29:46.192Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-17T06:29:46.192Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-17T06:29:46.193Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:29:46.193Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-17T06:29:46.193Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-17T06:29:46.193Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:29:46.193Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-11-17T06:29:46.194Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-11-17T06:29:46.194Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=d673f380-80c9-4e32-9e37-00358fa214a7
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-11-17T06:29:46.196Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:29:46.196Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-17T06:29:46.196Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-17T06:29:46.197Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:29:46.197Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-17T06:29:46.197Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=e5449551-44a8-42dc-a894-891bc0855fa4
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-11-17T06:29:46.199Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:29:46.199Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T06:29:46.199Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid f8d8363f-4b0b-46ca-8341-15c9d61af4ab: basic_cnf
2022-11-17T06:29:46.199Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:29:46.199Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T06:29:46.200Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:29:46.200Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T06:29:46.200Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:29:46.200Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T06:29:46.200Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:29:46.200Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T06:29:46.201Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:29:46.201Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T06:29:46.201Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-17T06:29:46.278Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 12116a07-b884-4902-956e-474bbbf2aa29 1 ASDC deployResourceStructure
2022-11-17T06:29:46.278Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-11-17T06:29:46.279Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2022-11-17T06:29:46.279Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-11-17T06:29:46.279Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:29:46.285Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:29:46.285Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "99affc17-a604-4aae-ac61-fdb40d815086",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668666586278,
  "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-11-17T06:29:46.381Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-11-17T06:29:46.382Z||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-11-17T06:29:46.382Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:29:46.397Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:29:46.398Z||pool-82-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-17T06:29:47.286Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-11-17T06:29:47.287Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2022-11-17T06:29:47.287Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-11-17T06:29:47.287Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:29:47.289Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:29:47.289Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "99affc17-a604-4aae-ac61-fdb40d815086",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668666587286,
  "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-11-17T06:29:47.389Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-17T06:29:47.390Z||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-11-17T06:29:47.390Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:29:47.426Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:29:47.427Z||pool-83-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":1,"count":1}
2022-11-17T06:29:48.289Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-11-17T06:29:48.290Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-11-17T06:29:48.290Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-17T06:29:48.291Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:29:48.294Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:29:48.294Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "99affc17-a604-4aae-ac61-fdb40d815086",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668666588289,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-17T06:29:48.394Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-17T06:29:48.395Z||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-11-17T06:29:48.395Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:29:48.411Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:29:48.412Z||pool-84-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-17T06:29:49.296Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-11-17T06:29:49.296Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-11-17T06:29:49.296Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-17T06:29:49.296Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:29:49.299Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:29:49.299Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "99affc17-a604-4aae-ac61-fdb40d815086",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668666589295,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-11-17T06:29:49.400Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-17T06:29:49.401Z||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-11-17T06:29:49.402Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:29:49.451Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:29:49.451Z||pool-85-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":0,"count":1}
2022-11-17T06:29:50.300Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-11-17T06:29:50.301Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-11-17T06:29:50.301Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-17T06:29:50.301Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:29:50.303Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:29:50.303Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "99affc17-a604-4aae-ac61-fdb40d815086",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668666590300,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-11-17T06:29:50.408Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-11-17T06:29:50.410Z||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-11-17T06:29:50.410Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:29:50.445Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:29:50.446Z||pool-86-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-11-17T06:29:51.304Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-11-17T06:29:51.304Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-11-17T06:29:51.304Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-17T06:29:51.304Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:29:51.307Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:29:51.307Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "99affc17-a604-4aae-ac61-fdb40d815086",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668666591304,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-17T06:29:51.407Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-17T06:29:51.408Z||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-11-17T06:29:51.408Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:29:51.429Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:29:51.430Z||pool-87-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-11-17T06:29:52.309Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 99affc17-a604-4aae-ac61-fdb40d815086
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-17T06:29:52.320Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 99affc17-a604-4aae-ac61-fdb40d815086
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-17T06:29:52.323Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-17T06:29:52.323Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-17T06:29:52.323Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-17T06:29:52.323Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-17T06:29:52.323Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-17T06:29:52.324Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-17T06:29:52.324Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-17T06:29:52.324Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-17T06:29:52.324Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-17T06:29:52.324Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-17T06:29:52.329Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-17T06:30:22.330Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 99affc17-a604-4aae-ac61-fdb40d815086 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-11-17T06:30:22.339Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 99affc17-a604-4aae-ac61-fdb40d815086 and serviceModelVersionId: f8d8363f-4b0b-46ca-8341-15c9d61af4ab
2022-11-17T06:30:22.339Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9eb37bd4-5aa3-4713-bb0e-5e6c3591e834
2022-11-17T06:30:22.340Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9eb37bd4-5aa3-4713-bb0e-5e6c3591e834/model-vers/model-ver/f8d8363f-4b0b-46ca-8341-15c9d61af4ab?depth=0
2022-11-17T06:30:22.346Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-11-17T06:30:22.410Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9eb37bd4-5aa3-4713-bb0e-5e6c3591e834/model-vers/model-ver/f8d8363f-4b0b-46ca-8341-15c9d61af4ab?depth=0|INFO|500||Invoke
2022-11-17T06:30:22.411Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9eb37bd4-5aa3-4713-bb0e-5e6c3591e834/model-vers/model-ver/f8d8363f-4b0b-46ca-8341-15c9d61af4ab?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9eb37bd4-5aa3-4713-bb0e-5e6c3591e834/model-vers/model-ver/f8d8363f-4b0b-46ca-8341-15c9d61af4ab?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[99affc17-a604-4aae-ac61-fdb40d815086], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ffc6bd89-1e5e-44f1-9a27-ccd9a554e7c8], X-ECOMP-RequestID=[99affc17-a604-4aae-ac61-fdb40d815086], X-TransactionId=[], X-ONAP-RequestID=[99affc17-a604-4aae-ac61-fdb40d815086], Content-Type=[application/merge-patch+json]}
2022-11-17T06:30:22.432Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9eb37bd4-5aa3-4713-bb0e-5e6c3591e834/model-vers/model-ver/f8d8363f-4b0b-46ca-8341-15c9d61af4ab?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-17T06:30:22.654Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9eb37bd4-5aa3-4713-bb0e-5e6c3591e834/model-vers/model-ver/f8d8363f-4b0b-46ca-8341-15c9d61af4ab?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/9eb37bd4-5aa3-4713-bb0e-5e6c3591e834/model-vers/model-ver/f8d8363f-4b0b-46ca-8341-15c9d61af4ab?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221117-06:30:21:690-77028], vertex-id=[389256], Content-Length=[0], Date=[Thu, 17 Nov 2022 06:30:21 GMT], Content-Type=[application/json]}
2022-11-17T06:30:22.655Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9eb37bd4-5aa3-4713-bb0e-5e6c3591e834/model-vers/model-ver/f8d8363f-4b0b-46ca-8341-15c9d61af4ab?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-17T06:30:22.655Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9eb37bd4-5aa3-4713-bb0e-5e6c3591e834/model-vers/model-ver/f8d8363f-4b0b-46ca-8341-15c9d61af4ab?depth=0|INFO|500||InvokeReturn
2022-11-17T06:30:22.655Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-17T06:30:22.656Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-17T06:30:22.663Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-11-17T06:30:22.664Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 99affc17-a604-4aae-ac61-fdb40d815086 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-17T06:30:22.664Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-17T06:30:22.664Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:30:22.666Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:30:22.666Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "99affc17-a604-4aae-ac61-fdb40d815086",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668666622664,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-17T06:30:22.766Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-17T06:30:22.768Z||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-11-17T06:30:22.768Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:30:22.806Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:30:22.807Z||pool-88-thread-1|||||INFO|500||cambria reply ok (40 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-11-17T06:30:23.680Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T06:30:23.681Z|99affc17-a604-4aae-ac61-fdb40d815086|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-11-17T06:30:23.681Z|99affc17-a604-4aae-ac61-fdb40d815086|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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:30:34.350Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:30:34.351Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T06:30:34.351Z|99affc17-a604-4aae-ac61-fdb40d815086|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-11-17T06:30:34.352Z|99affc17-a604-4aae-ac61-fdb40d815086|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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:30:43.905Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:30:43.906Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T06:30:43.907Z|99affc17-a604-4aae-ac61-fdb40d815086|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-11-17T06:30:43.907Z|99affc17-a604-4aae-ac61-fdb40d815086|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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:30:44.343Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T06:30:44.344Z||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-11-17T06:30:44.344Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:30:44.375Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:30:44.376Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-17T06:30:44.376Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53380148-4987-4b68-8d7d-2930cd7ec1ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668666489638,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-17T06:30:44.378Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:30:44.378Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-17T06:30:44.379Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296a2fd6-55c8-45ce-bb9c-a4c9ae102628",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668666443218,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:30:44.379Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:30:44.379Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-17T06:30:44.379Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296a2fd6-55c8-45ce-bb9c-a4c9ae102628",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668666443218,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-11-17T06:30:44.379Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:30:44.379Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-17T06:30:44.380Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296a2fd6-55c8-45ce-bb9c-a4c9ae102628",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668666443218,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-17T06:30:44.380Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:30:44.380Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-17T06:30:44.380Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296a2fd6-55c8-45ce-bb9c-a4c9ae102628",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668666443218,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:30:44.380Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:30:44.380Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-17T06:30:44.381Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296a2fd6-55c8-45ce-bb9c-a4c9ae102628",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668666443218,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-17T06:30:44.381Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:30:44.381Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-17T06:30:44.381Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296a2fd6-55c8-45ce-bb9c-a4c9ae102628",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668666443218,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:30:44.381Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:30:44.381Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-17T06:30:44.381Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296a2fd6-55c8-45ce-bb9c-a4c9ae102628",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668666443218,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-17T06:30:44.382Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:30:44.382Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-17T06:30:44.382Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296a2fd6-55c8-45ce-bb9c-a4c9ae102628",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668666497880,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-17T06:30:44.382Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:30:44.382Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-17T06:30:44.382Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296a2fd6-55c8-45ce-bb9c-a4c9ae102628",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668666500349,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-17T06:30:44.383Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:30:44.383Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-17T06:30:44.383Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296a2fd6-55c8-45ce-bb9c-a4c9ae102628",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668666501413,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-17T06:30:44.383Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:30:44.383Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-17T06:30:44.383Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296a2fd6-55c8-45ce-bb9c-a4c9ae102628",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668666502546,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-17T06:30:44.384Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:30:44.384Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-17T06:30:44.384Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296a2fd6-55c8-45ce-bb9c-a4c9ae102628",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668666503716,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-17T06:30:44.384Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:30:44.384Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-17T06:30:44.384Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296a2fd6-55c8-45ce-bb9c-a4c9ae102628",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668666504719,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-11-17T06:30:44.384Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:30:44.385Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-17T06:30:44.385Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296a2fd6-55c8-45ce-bb9c-a4c9ae102628",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668666505723,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-11-17T06:30:44.385Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:30:44.385Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-17T06:30:44.385Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296a2fd6-55c8-45ce-bb9c-a4c9ae102628",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668666506728,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-17T06:30:44.385Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:30:53.489Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:30:53.490Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T06:30:53.491Z|99affc17-a604-4aae-ac61-fdb40d815086|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-11-17T06:30:53.491Z|99affc17-a604-4aae-ac61-fdb40d815086|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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:31:03.086Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:31:03.087Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T06:31:03.088Z|99affc17-a604-4aae-ac61-fdb40d815086|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-11-17T06:31:03.088Z|99affc17-a604-4aae-ac61-fdb40d815086|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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:31:12.706Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:31:44.336Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T06:31:44.337Z|99affc17-a604-4aae-ac61-fdb40d815086|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-11-17T06:31:44.337Z|99affc17-a604-4aae-ac61-fdb40d815086|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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:31:44.343Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T06:31:44.344Z||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-11-17T06:31:44.344Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:31:44.418Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:31:44.419Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-17T06:31:44.419Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296a2fd6-55c8-45ce-bb9c-a4c9ae102628",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668666568026,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-17T06:31:44.421Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:31:44.422Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-17T06:31:44.423Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99affc17-a604-4aae-ac61-fdb40d815086",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668666443218,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:31:44.424Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:31:44.424Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-17T06:31:44.425Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99affc17-a604-4aae-ac61-fdb40d815086",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668666443218,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-11-17T06:31:44.426Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:31:44.427Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-17T06:31:44.427Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99affc17-a604-4aae-ac61-fdb40d815086",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668666443218,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-11-17T06:31:44.428Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:31:44.428Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-17T06:31:44.428Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99affc17-a604-4aae-ac61-fdb40d815086",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668666443218,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-11-17T06:31:44.429Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:31:44.430Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-17T06:31:44.430Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99affc17-a604-4aae-ac61-fdb40d815086",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668666443218,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-11-17T06:31:44.431Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:31:44.432Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-17T06:31:44.432Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99affc17-a604-4aae-ac61-fdb40d815086",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668666443218,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:31:44.433Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:31:44.434Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-17T06:31:44.436Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99affc17-a604-4aae-ac61-fdb40d815086",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668666443218,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-11-17T06:31:44.437Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:31:44.437Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-17T06:31:44.437Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99affc17-a604-4aae-ac61-fdb40d815086",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668666443218,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:31:44.438Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:31:44.438Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-17T06:31:44.438Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99affc17-a604-4aae-ac61-fdb40d815086",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668666443218,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-17T06:31:44.438Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:31:44.438Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-17T06:31:44.439Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99affc17-a604-4aae-ac61-fdb40d815086",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668666578338,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-17T06:31:44.439Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:31:44.439Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-17T06:31:44.439Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99affc17-a604-4aae-ac61-fdb40d815086",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668666580808,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-11-17T06:31:44.440Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:31:44.440Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-17T06:31:44.440Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99affc17-a604-4aae-ac61-fdb40d815086",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668666581890,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-17T06:31:44.440Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:31:44.440Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-17T06:31:44.441Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99affc17-a604-4aae-ac61-fdb40d815086",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668666582958,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-17T06:31:44.441Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:31:44.441Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-17T06:31:44.441Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99affc17-a604-4aae-ac61-fdb40d815086",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668666584085,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-17T06:31:44.442Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:31:53.916Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:32:44.336Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T06:32:44.337Z|99affc17-a604-4aae-ac61-fdb40d815086|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-11-17T06:32:44.338Z|99affc17-a604-4aae-ac61-fdb40d815086|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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:32:44.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T06:32:44.344Z||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-11-17T06:32:44.344Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:32:44.871Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:32:44.872Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T06:32:44.872Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99affc17-a604-4aae-ac61-fdb40d815086",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668666585154,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-11-17T06:32:44.873Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:32:44.873Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T06:32:44.873Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99affc17-a604-4aae-ac61-fdb40d815086",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668666586278,
  "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-11-17T06:32:44.873Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:32:44.873Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T06:32:44.873Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99affc17-a604-4aae-ac61-fdb40d815086",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668666587286,
  "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-11-17T06:32:44.873Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:32:44.873Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T06:32:44.873Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99affc17-a604-4aae-ac61-fdb40d815086",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668666588289,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-17T06:32:44.873Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:32:44.874Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T06:32:44.874Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99affc17-a604-4aae-ac61-fdb40d815086",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668666589295,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-11-17T06:32:44.874Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:32:44.874Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T06:32:44.874Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99affc17-a604-4aae-ac61-fdb40d815086",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668666590300,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-11-17T06:32:44.874Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:32:44.874Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T06:32:44.874Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99affc17-a604-4aae-ac61-fdb40d815086",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668666591304,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-17T06:32:44.874Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:32:44.874Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T06:32:44.874Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99affc17-a604-4aae-ac61-fdb40d815086",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668666622664,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-17T06:32:44.874Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:32:53.891Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:33:44.336Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T06:33:44.337Z|99affc17-a604-4aae-ac61-fdb40d815086|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-11-17T06:33:44.337Z|99affc17-a604-4aae-ac61-fdb40d815086|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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:33:44.343Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T06:33:44.344Z||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-11-17T06:33:44.344Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:33:53.901Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:33:53.903Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:34:44.336Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T06:34:44.337Z|99affc17-a604-4aae-ac61-fdb40d815086|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-11-17T06:34:44.337Z|99affc17-a604-4aae-ac61-fdb40d815086|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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:34:44.343Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T06:34:44.344Z||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-11-17T06:34:44.344Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:34:53.920Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:34:53.920Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:35:44.336Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T06:35:44.339Z|99affc17-a604-4aae-ac61-fdb40d815086|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-11-17T06:35:44.339Z|99affc17-a604-4aae-ac61-fdb40d815086|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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:35:44.343Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T06:35:44.344Z||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-11-17T06:35:44.344Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:35:53.926Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:35:53.939Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:36:44.336Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T06:36:44.340Z|99affc17-a604-4aae-ac61-fdb40d815086|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-11-17T06:36:44.340Z|99affc17-a604-4aae-ac61-fdb40d815086|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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:36:44.343Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T06:36:44.343Z||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-11-17T06:36:44.343Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:36:53.921Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:36:53.937Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:37:44.336Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T06:37:44.337Z|99affc17-a604-4aae-ac61-fdb40d815086|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-11-17T06:37:44.337Z|99affc17-a604-4aae-ac61-fdb40d815086|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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:37:44.343Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T06:37:44.343Z||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-11-17T06:37:44.344Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:37:53.918Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:37:53.935Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:38:44.336Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T06:38:44.337Z||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-11-17T06:38:44.337Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:38:44.343Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T06:38:44.343Z||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-11-17T06:38:44.344Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:38:53.931Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:38:53.933Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:39:44.336Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T06:39:44.337Z||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-11-17T06:39:44.337Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:39:44.343Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T06:39:44.343Z||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-11-17T06:39:44.344Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:39:53.907Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:39:53.910Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:40:44.336Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T06:40:44.337Z||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-11-17T06:40:44.337Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:40:44.343Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T06:40:44.343Z||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-11-17T06:40:44.343Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:40:53.900Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:40:53.902Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:41:44.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T06:41:44.337Z||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-11-17T06:41:44.337Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:41:44.343Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T06:41:44.344Z|99affc17-a604-4aae-ac61-fdb40d815086|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-11-17T06:41:44.344Z|99affc17-a604-4aae-ac61-fdb40d815086|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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:41:53.899Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:41:53.899Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:42:44.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T06:42:44.338Z||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-11-17T06:42:44.338Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:42:44.347Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T06:42:44.347Z||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-11-17T06:42:44.347Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:42:53.938Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:42:53.938Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:43:44.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T06:43:44.337Z||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-11-17T06:43:44.337Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:43:44.343Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T06:43:44.343Z||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-11-17T06:43:44.344Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:43:53.909Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:43:53.923Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:44:44.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T06:44:44.337Z||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-11-17T06:44:44.338Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:44:44.343Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T06:44:44.344Z||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-11-17T06:44:44.344Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:44:53.891Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:44:53.895Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:45:44.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T06:45:44.337Z||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-11-17T06:45:44.338Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:45:44.343Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T06:45:44.344Z|99affc17-a604-4aae-ac61-fdb40d815086|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-11-17T06:45:44.344Z|99affc17-a604-4aae-ac61-fdb40d815086|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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:45:53.922Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:45:53.925Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:46:44.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T06:46:44.337Z||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-11-17T06:46:44.337Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:46:44.343Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T06:46:44.344Z||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-11-17T06:46:44.344Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:46:53.901Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:46:53.902Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:47:44.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T06:47:44.338Z||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-11-17T06:47:44.338Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:47:44.343Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T06:47:44.344Z||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-11-17T06:47:44.344Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:47:53.955Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:47:53.959Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:48:44.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T06:48:44.338Z||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-11-17T06:48:44.338Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:48:44.343Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T06:48:44.344Z||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-11-17T06:48:44.344Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:48:53.914Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:48:53.916Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:49:44.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T06:49:44.338Z||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-11-17T06:49:44.338Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:49:44.343Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T06:49:44.344Z||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-11-17T06:49:44.344Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:49:44.539Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:49:44.577Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:49:44.578Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea26800d-7204-4cd4-a015-b74c1238e471",
  "consumerID": "cds",
  "timestamp": 1668667733784,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:49:44.580Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:49:44.580Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:49:44.580Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea26800d-7204-4cd4-a015-b74c1238e471",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668667735475,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:49:44.581Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:49:44.581Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:49:44.581Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea26800d-7204-4cd4-a015-b74c1238e471",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668667738432,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:49:44.581Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:49:44.581Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:49:44.581Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea26800d-7204-4cd4-a015-b74c1238e471",
  "consumerID": "cds",
  "timestamp": 1668667733784,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:49:44.581Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:49:44.581Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:49:44.581Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea26800d-7204-4cd4-a015-b74c1238e471",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668667735475,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-17T06:49:44.582Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:49:44.582Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:49:44.582Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea26800d-7204-4cd4-a015-b74c1238e471",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668667738432,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:49:44.582Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:49:44.582Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:49:44.582Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea26800d-7204-4cd4-a015-b74c1238e471",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668667735475,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-11-17T06:49:44.583Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:49:44.583Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:49:44.583Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea26800d-7204-4cd4-a015-b74c1238e471",
  "consumerID": "cds",
  "timestamp": 1668667733784,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:49:44.583Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:49:44.583Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:49:44.583Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea26800d-7204-4cd4-a015-b74c1238e471",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668667738432,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:49:44.583Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:49:44.583Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:49:44.583Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea26800d-7204-4cd4-a015-b74c1238e471",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668667735475,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:49:44.583Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:49:44.583Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:49:44.584Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea26800d-7204-4cd4-a015-b74c1238e471",
  "consumerID": "cds",
  "timestamp": 1668667733784,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:49:44.584Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:49:44.584Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:49:44.584Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea26800d-7204-4cd4-a015-b74c1238e471",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668667738432,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:49:44.584Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:49:44.584Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:49:44.584Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea26800d-7204-4cd4-a015-b74c1238e471",
  "consumerID": "cds",
  "timestamp": 1668667733784,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:49:44.584Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:49:44.584Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:49:44.585Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea26800d-7204-4cd4-a015-b74c1238e471",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668667735475,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-11-17T06:49:44.585Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:49:44.585Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:49:44.585Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea26800d-7204-4cd4-a015-b74c1238e471",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668667738432,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:49:44.585Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:49:44.585Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:49:44.585Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea26800d-7204-4cd4-a015-b74c1238e471",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668667735475,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-11-17T06:49:44.585Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:49:44.586Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:49:44.586Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea26800d-7204-4cd4-a015-b74c1238e471",
  "consumerID": "cds",
  "timestamp": 1668667733784,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:49:44.586Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:49:44.586Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:49:44.586Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea26800d-7204-4cd4-a015-b74c1238e471",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668667738432,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:49:44.587Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:49:44.588Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:49:44.588Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea26800d-7204-4cd4-a015-b74c1238e471",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668667735475,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-11-17T06:49:44.588Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:49:44.588Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:49:44.588Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea26800d-7204-4cd4-a015-b74c1238e471",
  "consumerID": "cds",
  "timestamp": 1668667733784,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:49:44.596Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:49:44.603Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:49:44.603Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea26800d-7204-4cd4-a015-b74c1238e471",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668667746216,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:49:44.604Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:49:44.604Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:49:44.604Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea26800d-7204-4cd4-a015-b74c1238e471",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668667738432,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:49:44.605Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:49:44.605Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:49:44.605Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea26800d-7204-4cd4-a015-b74c1238e471",
  "consumerID": "cds",
  "timestamp": 1668667733784,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:49:44.606Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:49:44.606Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:49:44.606Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea26800d-7204-4cd4-a015-b74c1238e471",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668667735475,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:49:44.606Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:49:44.607Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:49:44.608Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea26800d-7204-4cd4-a015-b74c1238e471",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668667746216,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:49:44.608Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:49:44.608Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:49:44.608Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea26800d-7204-4cd4-a015-b74c1238e471",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668667738432,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:49:44.608Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:49:44.609Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:49:44.609Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea26800d-7204-4cd4-a015-b74c1238e471",
  "consumerID": "cds",
  "timestamp": 1668667733784,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:49:44.609Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:49:44.609Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:49:44.609Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea26800d-7204-4cd4-a015-b74c1238e471",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668667735475,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:49:44.609Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:49:44.610Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:49:44.610Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea26800d-7204-4cd4-a015-b74c1238e471",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668667746216,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:49:44.610Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:49:44.610Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:49:44.610Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea26800d-7204-4cd4-a015-b74c1238e471",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668667738432,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:49:44.610Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:49:44.610Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:49:44.611Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea26800d-7204-4cd4-a015-b74c1238e471",
  "consumerID": "cds",
  "timestamp": 1668667733784,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-17T06:49:44.611Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:49:44.611Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:49:44.611Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea26800d-7204-4cd4-a015-b74c1238e471",
  "consumerID": "aai-ml",
  "timestamp": 1668667746806,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:49:44.612Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:49:44.612Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:49:44.612Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea26800d-7204-4cd4-a015-b74c1238e471",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668667735475,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-17T06:49:44.612Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:49:44.612Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:49:44.613Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea26800d-7204-4cd4-a015-b74c1238e471",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668667746216,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:49:44.613Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:49:44.613Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:49:44.613Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea26800d-7204-4cd4-a015-b74c1238e471",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668667738432,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-17T06:49:44.613Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:49:44.613Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:49:44.614Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea26800d-7204-4cd4-a015-b74c1238e471",
  "consumerID": "aai-ml",
  "timestamp": 1668667746806,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:49:44.614Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:49:44.614Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:49:44.614Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea26800d-7204-4cd4-a015-b74c1238e471",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668667749071,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-17T06:49:44.614Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:49:44.614Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:49:44.614Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea26800d-7204-4cd4-a015-b74c1238e471",
  "consumerID": "cds",
  "timestamp": 1668667749077,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-17T06:49:44.615Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:49:44.615Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:49:44.615Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea26800d-7204-4cd4-a015-b74c1238e471",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668667746216,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:49:44.616Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:49:44.616Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:49:44.616Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea26800d-7204-4cd4-a015-b74c1238e471",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668667749253,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-17T06:49:44.616Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:49:44.616Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:49:44.616Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea26800d-7204-4cd4-a015-b74c1238e471",
  "consumerID": "aai-ml",
  "timestamp": 1668667746806,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:49:44.617Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:49:44.617Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:49:44.617Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea26800d-7204-4cd4-a015-b74c1238e471",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668667750144,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-17T06:49:44.617Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:49:44.617Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:49:44.618Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea26800d-7204-4cd4-a015-b74c1238e471",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668667746216,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:49:44.618Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:49:44.618Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:49:44.618Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea26800d-7204-4cd4-a015-b74c1238e471",
  "consumerID": "aai-ml",
  "timestamp": 1668667746806,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:49:44.618Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:49:44.619Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:49:44.619Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea26800d-7204-4cd4-a015-b74c1238e471",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668667751210,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-11-17T06:49:44.619Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:49:44.619Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:49:44.619Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea26800d-7204-4cd4-a015-b74c1238e471",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668667746216,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:49:44.619Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:49:44.619Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:49:44.620Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea26800d-7204-4cd4-a015-b74c1238e471",
  "consumerID": "cds",
  "timestamp": 1668667751671,
  "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-11-17T06:49:44.650Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ea26800d-7204-4cd4-a015-b74c1238e471
2022-11-17T06:49:44.650Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ea26800d-7204-4cd4-a015-b74c1238e471 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-11-17T06:49:44.660Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:49:44.660Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea26800d-7204-4cd4-a015-b74c1238e471",
  "consumerID": "aai-ml",
  "timestamp": 1668667746806,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:49:44.661Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:49:44.661Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:49:44.661Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea26800d-7204-4cd4-a015-b74c1238e471",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668667751644,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-17T06:49:44.661Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:49:44.661Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:49:44.661Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea26800d-7204-4cd4-a015-b74c1238e471",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668667752278,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-17T06:49:44.661Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:49:44.661Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:49:44.661Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea26800d-7204-4cd4-a015-b74c1238e471",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668667746216,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:49:44.662Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:49:44.662Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:49:44.662Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea26800d-7204-4cd4-a015-b74c1238e471",
  "consumerID": "aai-ml",
  "timestamp": 1668667746806,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:49:44.662Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:49:44.662Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:49:44.662Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea26800d-7204-4cd4-a015-b74c1238e471",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668667752648,
  "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-11-17T06:49:44.668Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ea26800d-7204-4cd4-a015-b74c1238e471
2022-11-17T06:49:44.668Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ea26800d-7204-4cd4-a015-b74c1238e471 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-11-17T06:49:44.675Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:49:44.675Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea26800d-7204-4cd4-a015-b74c1238e471",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668667753347,
  "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-11-17T06:49:44.680Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ea26800d-7204-4cd4-a015-b74c1238e471
2022-11-17T06:49:44.680Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ea26800d-7204-4cd4-a015-b74c1238e471 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-11-17T06:49:44.691Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:49:44.692Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea26800d-7204-4cd4-a015-b74c1238e471",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668667746216,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:49:44.692Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:49:44.692Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:49:44.693Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea26800d-7204-4cd4-a015-b74c1238e471",
  "consumerID": "aai-ml",
  "timestamp": 1668667746806,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:49:44.693Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:49:44.693Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:49:44.693Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea26800d-7204-4cd4-a015-b74c1238e471",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668667754358,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-17T06:49:44.693Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:49:44.694Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:49:44.694Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea26800d-7204-4cd4-a015-b74c1238e471",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668667746216,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:49:44.694Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:49:44.694Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:49:44.694Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea26800d-7204-4cd4-a015-b74c1238e471",
  "consumerID": "aai-ml",
  "timestamp": 1668667746806,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:49:44.694Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:49:44.695Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:49:44.695Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea26800d-7204-4cd4-a015-b74c1238e471",
  "consumerID": "aai-ml",
  "timestamp": 1668667746806,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:49:44.695Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:49:44.695Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:49:44.695Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea26800d-7204-4cd4-a015-b74c1238e471",
  "consumerID": "aai-ml",
  "timestamp": 1668667746806,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-17T06:49:44.695Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:49:44.696Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:49:44.696Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea26800d-7204-4cd4-a015-b74c1238e471",
  "consumerID": "aai-ml",
  "timestamp": 1668667757665,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-17T06:49:44.696Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:49:44.696Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:49:44.696Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fa9edff-3328-4d54-8ba7-179603d2476b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668667755474,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:49:44.697Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:49:44.697Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:49:44.697Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fa9edff-3328-4d54-8ba7-179603d2476b",
  "consumerID": "cds",
  "timestamp": 1668667752673,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:49:44.697Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:49:44.697Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:49:44.698Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fa9edff-3328-4d54-8ba7-179603d2476b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668667755474,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-17T06:49:44.698Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:49:44.698Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:49:44.698Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fa9edff-3328-4d54-8ba7-179603d2476b",
  "consumerID": "cds",
  "timestamp": 1668667752673,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:49:44.698Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:49:44.699Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:49:44.699Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fa9edff-3328-4d54-8ba7-179603d2476b",
  "consumerID": "cds",
  "timestamp": 1668667752673,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:49:44.699Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:49:44.699Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:49:44.700Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fa9edff-3328-4d54-8ba7-179603d2476b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668667755474,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-17T06:49:44.700Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:49:44.700Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:49:44.701Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fa9edff-3328-4d54-8ba7-179603d2476b",
  "consumerID": "cds",
  "timestamp": 1668667752673,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:49:44.701Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:49:44.701Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:49:44.701Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fa9edff-3328-4d54-8ba7-179603d2476b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668667755474,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:49:44.702Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:49:44.702Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:49:44.702Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fa9edff-3328-4d54-8ba7-179603d2476b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668667755474,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-17T06:49:44.703Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:49:44.703Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:49:44.703Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fa9edff-3328-4d54-8ba7-179603d2476b",
  "consumerID": "cds",
  "timestamp": 1668667752673,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:49:44.703Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:49:44.703Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:49:44.704Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fa9edff-3328-4d54-8ba7-179603d2476b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668667766216,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:49:44.704Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:49:44.704Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:49:44.705Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fa9edff-3328-4d54-8ba7-179603d2476b",
  "consumerID": "cds",
  "timestamp": 1668667752673,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:49:44.705Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:49:44.705Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:49:44.705Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fa9edff-3328-4d54-8ba7-179603d2476b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668667755474,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:49:44.705Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:49:44.706Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:49:44.706Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fa9edff-3328-4d54-8ba7-179603d2476b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668667766216,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:49:44.706Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:49:44.706Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:49:44.706Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea26800d-7204-4cd4-a015-b74c1238e471",
  "consumerID": "aai-ml",
  "timestamp": 1668667766441,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-17T06:49:44.707Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:49:44.707Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:49:44.707Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fa9edff-3328-4d54-8ba7-179603d2476b",
  "consumerID": "cds",
  "timestamp": 1668667752673,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:49:44.707Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:49:44.708Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:49:44.708Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fa9edff-3328-4d54-8ba7-179603d2476b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668667755474,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:49:44.708Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:49:44.708Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:49:44.709Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fa9edff-3328-4d54-8ba7-179603d2476b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668667766216,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:49:44.709Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:49:44.709Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:49:44.709Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea26800d-7204-4cd4-a015-b74c1238e471",
  "consumerID": "aai-ml",
  "timestamp": 1668667767445,
  "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-11-17T06:49:44.715Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ea26800d-7204-4cd4-a015-b74c1238e471
2022-11-17T06:49:44.715Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ea26800d-7204-4cd4-a015-b74c1238e471 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-11-17T06:49:44.724Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:49:44.724Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fa9edff-3328-4d54-8ba7-179603d2476b",
  "consumerID": "cds",
  "timestamp": 1668667752673,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-17T06:49:44.724Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:49:44.724Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:49:44.725Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fa9edff-3328-4d54-8ba7-179603d2476b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668667755474,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-17T06:49:44.725Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:49:44.725Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:49:44.726Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fa9edff-3328-4d54-8ba7-179603d2476b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668667766216,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:49:44.726Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:49:44.726Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:49:44.726Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fa9edff-3328-4d54-8ba7-179603d2476b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668667769202,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-17T06:49:44.726Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:49:44.727Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:49:44.727Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fa9edff-3328-4d54-8ba7-179603d2476b",
  "consumerID": "cds",
  "timestamp": 1668667769206,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-17T06:49:44.727Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:49:44.727Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:49:44.727Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fa9edff-3328-4d54-8ba7-179603d2476b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668667766216,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:49:44.728Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:49:44.728Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:49:44.728Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fa9edff-3328-4d54-8ba7-179603d2476b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668667768433,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:49:44.728Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:49:44.728Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:49:44.729Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fa9edff-3328-4d54-8ba7-179603d2476b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668667770271,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-17T06:49:44.729Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:49:44.729Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:49:44.729Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fa9edff-3328-4d54-8ba7-179603d2476b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668667766216,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:49:44.729Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:49:44.730Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:49:44.730Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fa9edff-3328-4d54-8ba7-179603d2476b",
  "consumerID": "cds",
  "timestamp": 1668667770525,
  "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-11-17T06:49:44.746Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3fa9edff-3328-4d54-8ba7-179603d2476b
2022-11-17T06:49:44.747Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3fa9edff-3328-4d54-8ba7-179603d2476b 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-11-17T06:49:44.757Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:49:44.757Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fa9edff-3328-4d54-8ba7-179603d2476b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668667768433,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:49:44.758Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:49:44.758Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:49:44.758Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fa9edff-3328-4d54-8ba7-179603d2476b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668667771347,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-17T06:49:44.759Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:49:44.759Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:49:44.759Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fa9edff-3328-4d54-8ba7-179603d2476b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668667766216,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:49:44.759Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:49:44.759Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:49:44.759Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fa9edff-3328-4d54-8ba7-179603d2476b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668667768433,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:49:44.760Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:49:44.760Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:49:44.760Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fa9edff-3328-4d54-8ba7-179603d2476b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668667772370,
  "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-11-17T06:49:44.766Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3fa9edff-3328-4d54-8ba7-179603d2476b
2022-11-17T06:49:44.767Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3fa9edff-3328-4d54-8ba7-179603d2476b 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-11-17T06:49:44.777Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:49:44.777Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fa9edff-3328-4d54-8ba7-179603d2476b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668667766216,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:49:44.777Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:49:44.778Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:49:44.778Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fa9edff-3328-4d54-8ba7-179603d2476b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668667768433,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:49:44.778Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:49:44.778Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:49:44.778Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fa9edff-3328-4d54-8ba7-179603d2476b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668667773374,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-17T06:49:44.779Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:49:44.779Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:49:44.779Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fa9edff-3328-4d54-8ba7-179603d2476b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668667768433,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:49:44.779Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:49:44.779Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:49:44.779Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fa9edff-3328-4d54-8ba7-179603d2476b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668667768433,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:49:44.780Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:49:44.780Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:49:44.780Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fa9edff-3328-4d54-8ba7-179603d2476b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668667768433,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:49:44.780Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:49:44.780Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:49:44.780Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fa9edff-3328-4d54-8ba7-179603d2476b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668667768433,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-17T06:49:44.781Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:49:44.781Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:49:44.781Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fa9edff-3328-4d54-8ba7-179603d2476b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668667777188,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-17T06:49:44.781Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:49:44.781Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:49:44.782Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fa9edff-3328-4d54-8ba7-179603d2476b",
  "consumerID": "aai-ml",
  "timestamp": 1668667776806,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:49:44.782Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:49:44.782Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:49:44.782Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fa9edff-3328-4d54-8ba7-179603d2476b",
  "consumerID": "aai-ml",
  "timestamp": 1668667776806,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:49:44.782Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:49:44.782Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:49:44.783Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fa9edff-3328-4d54-8ba7-179603d2476b",
  "consumerID": "aai-ml",
  "timestamp": 1668667776806,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:49:44.783Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:49:44.783Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:49:44.783Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fa9edff-3328-4d54-8ba7-179603d2476b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668667779474,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-17T06:49:44.783Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:49:44.783Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:49:44.783Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fa9edff-3328-4d54-8ba7-179603d2476b",
  "consumerID": "aai-ml",
  "timestamp": 1668667776806,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:49:44.783Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:49:44.783Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:49:44.784Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fa9edff-3328-4d54-8ba7-179603d2476b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668667780478,
  "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-11-17T06:49:44.791Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3fa9edff-3328-4d54-8ba7-179603d2476b
2022-11-17T06:49:44.791Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3fa9edff-3328-4d54-8ba7-179603d2476b 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-11-17T06:49:44.802Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:49:44.802Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fa9edff-3328-4d54-8ba7-179603d2476b",
  "consumerID": "aai-ml",
  "timestamp": 1668667776806,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:49:44.802Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:49:44.802Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:49:44.802Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fa9edff-3328-4d54-8ba7-179603d2476b",
  "consumerID": "aai-ml",
  "timestamp": 1668667776806,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:49:44.803Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:49:45.026Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:49:45.028Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-17T06:49:45.028Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"ea26800d-7204-4cd4-a015-b74c1238e471","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"0d098530-8b17-4e5f-844b-0bae0a6033a8","serviceDescription":"service","serviceInvariantUUID":"a7a5f5d7-702f-4e55-96d1-00f1909a1905","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0fcc6d64-9d57-4b6a-8d80-b1ba18aa36b4","resourceInvariantUUID":"ef8c1b57-06bd-43a3-a6ca-c84a8140ba3f","resourceCustomizationUUID":"7160addd-1898-439a-98b6-10db8b360c02","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":"OGZiM2VhNzFjNzcyODdlNzY5NzRhMjIwYTBiZjNiZmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2b800a7a-0745-4a33-82b5-2c750ca054fc","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":"ZjI4MGQ3MDE3YmE1ZWEwZjgyZmI5ODMxNTNjNTI3MGY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1e2c028e-a413-4d76-910a-4305970d98f5","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":"5caa5220-dede-46c8-a73d-0e14bf0ae4c2","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":"cc51e8b3-7eea-4560-b074-1fbd86c63c45","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":"d5cc78a3-b654-4e24-872b-f8ce615d7eb1","artifactVersion":"2","generatedFromUUID":"cae90e54-5c07-4ecc-b9c2-e090668dc09b"},{"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":"e9ebc604-712c-4fea-8009-03538cd67c31","artifactVersion":"2","generatedFromUUID":"5caa5220-dede-46c8-a73d-0e14bf0ae4c2"},{"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":"cae90e54-5c07-4ecc-b9c2-e090668dc09b","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":"004208c1-223a-4dc4-9453-6ac1586027fe","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":"YzJiNGE1YTkxNDI2YzBhNWY2YzU1YWM1ODE4NDJjOWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7b0b8ff7-eadb-459e-ab54-24335d270ef6","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"YzNlYWJkOGQ0Y2U2NTJiY2ZmOWRkM2E1MjlkMjZjYzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b3788d8d-e2bc-4eed-8fe6-9d6e95bcc704","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-17T06:49:45.033Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-17T06:49:45.034Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:49:45.040Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:49:45.041Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ea26800d-7204-4cd4-a015-b74c1238e471",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668667784336,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:49:45.141Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-17T06:49:45.142Z||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-11-17T06:49:45.142Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:49:45.174Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:49:45.175Z||pool-89-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-11-17T06:49:46.041Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-17T06:49:46.042Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:49:46.046Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:49:46.047Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ea26800d-7204-4cd4-a015-b74c1238e471",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668667784336,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-17T06:49:46.149Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-11-17T06:49:46.150Z||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-11-17T06:49:46.150Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:49:46.170Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:49:46.171Z||pool-90-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-11-17T06:49:47.048Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-17T06:49:47.049Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:49:47.052Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:49:47.052Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ea26800d-7204-4cd4-a015-b74c1238e471",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668667784336,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-11-17T06:49:47.151Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-17T06:49:47.153Z||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-11-17T06:49:47.153Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:49:47.170Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:49:47.171Z||pool-91-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-17T06:49:48.052Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-17T06:49:48.053Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:49:48.055Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:49:48.056Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ea26800d-7204-4cd4-a015-b74c1238e471",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668667784336,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:49:48.156Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-17T06:49:48.157Z||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-11-17T06:49:48.157Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:49:48.174Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:49:48.174Z||pool-92-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-17T06:49:49.061Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-17T06:49:49.062Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:49:49.065Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:49:49.065Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ea26800d-7204-4cd4-a015-b74c1238e471",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668667784336,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-11-17T06:49:49.165Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-17T06:49:49.166Z||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-11-17T06:49:49.166Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:49:49.236Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:49:49.237Z||pool-93-thread-1|||||INFO|500||cambria reply ok (72 ms):{"serverTimeMs":1,"count":1}
2022-11-17T06:49:50.065Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-17T06:49:50.066Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:49:50.072Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:49:50.072Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ea26800d-7204-4cd4-a015-b74c1238e471",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668667784336,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-11-17T06:49:50.170Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-11-17T06:49:50.170Z||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-11-17T06:49:50.171Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:49:50.190Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:49:50.191Z||pool-94-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-11-17T06:49:51.074Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-17T06:49:51.075Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:49:51.077Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:49:51.077Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ea26800d-7204-4cd4-a015-b74c1238e471",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668667784336,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-11-17T06:49:51.177Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-17T06:49:51.178Z||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-11-17T06:49:51.178Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:49:51.204Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:49:51.205Z||pool-95-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-11-17T06:49:52.081Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-17T06:49:52.081Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:49:52.084Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:49:52.084Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ea26800d-7204-4cd4-a015-b74c1238e471",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668667784336,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:49:52.183Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-11-17T06:49:52.184Z||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-11-17T06:49:52.184Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:49:52.197Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:49:52.197Z||pool-96-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-17T06:49:53.087Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-17T06:49:53.087Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:49:53.090Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:49:53.090Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ea26800d-7204-4cd4-a015-b74c1238e471",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668667784336,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:49:53.190Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-17T06:49:53.191Z||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-11-17T06:49:53.191Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:49:53.207Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:49:53.207Z||pool-97-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-17T06:49:54.091Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-17T06:49:54.092Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:49:54.095Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:49:54.095Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ea26800d-7204-4cd4-a015-b74c1238e471",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668667784336,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-17T06:49:54.195Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-17T06:49:54.196Z||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-11-17T06:49:54.196Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:49:54.215Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:49:54.216Z||pool-98-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-11-17T06:49:55.097Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "ea26800d-7204-4cd4-a015-b74c1238e471",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "0d098530-8b17-4e5f-844b-0bae0a6033a8",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a7a5f5d7-702f-4e55-96d1-00f1909a1905",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "7160addd-1898-439a-98b6-10db8b360c02",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "0fcc6d64-9d57-4b6a-8d80-b1ba18aa36b4",
      "resourceInvariantUUID": "ef8c1b57-06bd-43a3-a6ca-c84a8140ba3f",
      "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": "ZjI4MGQ3MDE3YmE1ZWEwZjgyZmI5ODMxNTNjNTI3MGY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "1e2c028e-a413-4d76-910a-4305970d98f5",
          "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": "5caa5220-dede-46c8-a73d-0e14bf0ae4c2",
          "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": "e9ebc604-712c-4fea-8009-03538cd67c31",
            "generatedFromUUID": "5caa5220-dede-46c8-a73d-0e14bf0ae4c2"
          },
          "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": "d5cc78a3-b654-4e24-872b-f8ce615d7eb1",
          "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": "e9ebc604-712c-4fea-8009-03538cd67c31",
          "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": "cae90e54-5c07-4ecc-b9c2-e090668dc09b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "YzNlYWJkOGQ0Y2U2NTJiY2ZmOWRkM2E1MjlkMjZjYzI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b3788d8d-e2bc-4eed-8fe6-9d6e95bcc704"
    }
  ],
  "workloadContext": "Production"
}
2022-11-17T06:49:55.097Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-17T06:49:55.110Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 0d098530-8b17-4e5f-844b-0bae0a6033a8 ASDC
2022-11-17T06:49:55.111Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:ea26800d-7204-4cd4-a015-b74c1238e471
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:0d098530-8b17-4e5f-844b-0bae0a6033a8
ServiceInvariantUUID:a7a5f5d7-702f-4e55-96d1-00f1909a1905
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:b3788d8d-e2bc-4eed-8fe6-9d6e95bcc704
ArtifactChecksum:YzNlYWJkOGQ0Y2U2NTJiY2ZmOWRkM2E1MjlkMjZjYzI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:7160addd-1898-439a-98b6-10db8b360c02
ResourceInvariantUUID:ef8c1b57-06bd-43a3-a6ca-c84a8140ba3f
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:0fcc6d64-9d57-4b6a-8d80-b1ba18aa36b4
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:1e2c028e-a413-4d76-910a-4305970d98f5
ArtifactChecksum:ZjI4MGQ3MDE3YmE1ZWEwZjgyZmI5ODMxNTNjNTI3MGY=
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:5caa5220-dede-46c8-a73d-0e14bf0ae4c2
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:e9ebc604-712c-4fea-8009-03538cd67c31
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:d5cc78a3-b654-4e24-872b-f8ce615d7eb1
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:e9ebc604-712c-4fea-8009-03538cd67c31
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:cae90e54-5c07-4ecc-b9c2-e090668dc09b
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-17T06:49:55.112Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0d098530-8b17-4e5f-844b-0bae0a6033a8 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-11-17T06:49:55.154Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-17T06:49:55.156Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-17T06:49:55.156Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-17T06:49:55.156Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: b3788d8d-e2bc-4eed-8fe6-9d6e95bcc704 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-11-17T06:49:55.156Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-17T06:49:55.157Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-11-17T06:49:55.231Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-17T06:49:55.239Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar b3788d8d-e2bc-4eed-8fe6-9d6e95bcc704 162982
2022-11-17T06:49:55.239Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-11-17T06:49:55.239Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-11-17T06:49:55.239Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-17T06:49:55.239Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:49:55.242Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:49:55.242Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ea26800d-7204-4cd4-a015-b74c1238e471",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668667795239,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-17T06:49:55.342Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-17T06:49:55.343Z||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-11-17T06:49:55.343Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:49:55.356Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:49:55.357Z||pool-99-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-11-17T06:49:56.242Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-17T06:49:56.243Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-17T06:49:56.244Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: b3788d8d-e2bc-4eed-8fe6-9d6e95bcc704, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-17T06:49:56.244Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-11-17T06:49:56.245Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-17T06:49:56.245Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-17T06:49:56.493Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9439564559602171405/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2022-11-17T06:49:57.774Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-17T06:49:57.775Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-11-17T06:49:57.775Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-17T06:49:57.775Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-11-17T06:49:57.775Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-17T06:49:57.775Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||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-11-17T06:49:57.776Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||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-11-17T06:49:57.776Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||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-11-17T06:49:57.776Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-11-17T06:49:57.776Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:49:57.776Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T06:49:57.776Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-17T06:49:57.777Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-11-17T06:49:57.777Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-17T06:49:57.777Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:49:57.777Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T06:49:57.777Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-17T06:49:57.778Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-11-17T06:49:57.778Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-17T06:49:57.778Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:49:57.778Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T06:49:57.778Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:49:57.778Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-11-17T06:49:57.779Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-11-17T06:49:57.779Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-11-17T06:49:57.779Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-17T06:49:57.779Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:49:57.779Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-17T06:49:57.779Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:49:57.780Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-17T06:49:57.780Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-17T06:49:57.780Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:49:57.780Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-17T06:49:57.780Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-17T06:49:57.780Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:49:57.781Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-17T06:49:57.781Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-17T06:49:57.781Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:49:57.781Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-17T06:49:57.781Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-17T06:49:57.781Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:49:57.782Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-11-17T06:49:57.782Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-11-17T06:49:57.782Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=99c966b0-4509-48a8-8f95-c7770e804fe9
2022-11-17T06:49:57.782Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:49:57.782Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T06:49:57.782Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:49:57.782Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T06:49:57.783Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:49:57.783Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T06:49:57.783Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:49:57.783Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T06:49:57.783Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:0d098530-8b17-4e5f-844b-0bae0a6033a8
Model Version:NULL
Model InvariantUuid:a7a5f5d7-702f-4e55-96d1-00f1909a1905
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:addcea8e-0db1-4454-9f64-a81690b824ca
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ef8c1b57-06bd-43a3-a6ca-c84a8140ba3f
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:7160addd-1898-439a-98b6-10db8b360c02
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:806f3de4-d28b-412e-b64e-d1c2f4cc7c90
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:246fa601-2d4f-4c32-9757-77229364c689
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:02f9f063-caa0-4b06-96ec-575b584fd40a
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:5c3d5d78-f69a-4576-89bd-8c42e9319245
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:99c966b0-4509-48a8-8f95-c7770e804fe9
ModelInvariantUuid:24e0fd71-9424-4a97-96cc-c77c601c38e0
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:cdaf8fc5-6019-4c7d-a2bb-163df79cb10c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:e8af7a1e-aebe-425a-b67e-354f2ab1b6fb
ModelInvariantUuid:b0be8fcb-2e0c-4152-8fce-a51e12db7b22
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:06edd805-3c06-4d9f-8638-93b6ab54e084
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-11-17T06:49:57.791Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 0fcc6d64-9d57-4b6a-8d80-b1ba18aa36b4
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-11-17T06:49:57.795Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||INFO|500||basic_cnf_macro 0
2022-11-17T06:49:57.795Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0fcc6d64-9d57-4b6a-8d80-b1ba18aa36b4
2022-11-17T06:49:57.795Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 1e2c028e-a413-4d76-910a-4305970d98f5 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-11-17T06:49:57.795Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-17T06:49:57.796Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||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-11-17T06:49:57.855Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-17T06:49:57.855Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 1e2c028e-a413-4d76-910a-4305970d98f5 1565
2022-11-17T06:49:57.856Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||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-11-17T06:49:57.856Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||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-11-17T06:49:57.856Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-17T06:49:57.856Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:49:57.858Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:49:57.858Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ea26800d-7204-4cd4-a015-b74c1238e471",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668667797856,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-17T06:49:57.958Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-17T06:49:57.959Z||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-11-17T06:49:57.959Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:49:57.971Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:49:57.971Z||pool-100-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-17T06:49:58.859Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "02f9f063-caa0-4b06-96ec-575b584fd40a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5c3d5d78-f69a-4576-89bd-8c42e9319245",
    "vfModuleModelCustomizationUUID": "bc4e0737-03cf-4fb3-b4a6-a604c8a57fd7",
    "isBase": true,
    "artifacts": [
      "5caa5220-dede-46c8-a73d-0e14bf0ae4c2",
      "e9ebc604-712c-4fea-8009-03538cd67c31"
    ],
    "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": "806f3de4-d28b-412e-b64e-d1c2f4cc7c90",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "246fa601-2d4f-4c32-9757-77229364c689",
    "vfModuleModelCustomizationUUID": "f267f8bb-7ef6-4e06-a572-8bcc3b3d901b",
    "isBase": false,
    "artifacts": [
      "cae90e54-5c07-4ecc-b9c2-e090668dc09b"
    ],
    "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-11-17T06:49:58.866Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5c3d5d78-f69a-4576-89bd-8c42e9319245
VfModuleModelInvariantUUID:02f9f063-caa0-4b06-96ec-575b584fd40a
VfModuleModelDescription:NULL
Artifacts UUID List:{
5caa5220-dede-46c8-a73d-0e14bf0ae4c2
,
e9ebc604-712c-4fea-8009-03538cd67c31

}
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:246fa601-2d4f-4c32-9757-77229364c689
VfModuleModelInvariantUUID:806f3de4-d28b-412e-b64e-d1c2f4cc7c90
VfModuleModelDescription:NULL
Artifacts UUID List:{
cae90e54-5c07-4ecc-b9c2-e090668dc09b

}
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-11-17T06:49:58.869Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "02f9f063-caa0-4b06-96ec-575b584fd40a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5c3d5d78-f69a-4576-89bd-8c42e9319245",
    "vfModuleModelCustomizationUUID": "bc4e0737-03cf-4fb3-b4a6-a604c8a57fd7",
    "isBase": true,
    "artifacts": [
      "5caa5220-dede-46c8-a73d-0e14bf0ae4c2",
      "e9ebc604-712c-4fea-8009-03538cd67c31"
    ],
    "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": "806f3de4-d28b-412e-b64e-d1c2f4cc7c90",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "246fa601-2d4f-4c32-9757-77229364c689",
    "vfModuleModelCustomizationUUID": "f267f8bb-7ef6-4e06-a572-8bcc3b3d901b",
    "isBase": false,
    "artifacts": [
      "cae90e54-5c07-4ecc-b9c2-e090668dc09b"
    ],
    "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-11-17T06:49:58.869Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5c3d5d78-f69a-4576-89bd-8c42e9319245
VfModuleModelInvariantUUID:02f9f063-caa0-4b06-96ec-575b584fd40a
VfModuleModelDescription:NULL
Artifacts UUID List:{
5caa5220-dede-46c8-a73d-0e14bf0ae4c2
,
e9ebc604-712c-4fea-8009-03538cd67c31

}
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:246fa601-2d4f-4c32-9757-77229364c689
VfModuleModelInvariantUUID:806f3de4-d28b-412e-b64e-d1c2f4cc7c90
VfModuleModelDescription:NULL
Artifacts UUID List:{
cae90e54-5c07-4ecc-b9c2-e090668dc09b

}
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-11-17T06:49:58.869Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 5caa5220-dede-46c8-a73d-0e14bf0ae4c2 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-11-17T06:49:58.869Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-17T06:49:58.869Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||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-11-17T06:49:58.923Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-17T06:49:58.923Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 5caa5220-dede-46c8-a73d-0e14bf0ae4c2 914
2022-11-17T06:49:58.924Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||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-11-17T06:49:58.924Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||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-11-17T06:49:58.924Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-17T06:49:58.924Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:49:58.927Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:49:58.927Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ea26800d-7204-4cd4-a015-b74c1238e471",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668667798924,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-17T06:49:59.027Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-17T06:49:59.029Z||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-11-17T06:49:59.029Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:49:59.052Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:49:59.053Z||pool-101-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-11-17T06:49:59.928Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d5cc78a3-b654-4e24-872b-f8ce615d7eb1 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-11-17T06:49:59.928Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-17T06:49:59.928Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||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-11-17T06:49:59.987Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-17T06:49:59.987Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env d5cc78a3-b654-4e24-872b-f8ce615d7eb1 12
2022-11-17T06:49:59.987Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||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-11-17T06:49:59.987Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||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-11-17T06:49:59.987Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-17T06:49:59.988Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:49:59.989Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:49:59.990Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ea26800d-7204-4cd4-a015-b74c1238e471",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668667799987,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-11-17T06:50:00.090Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-17T06:50:00.090Z||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-11-17T06:50:00.090Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:50:00.115Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:50:00.116Z||pool-102-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-11-17T06:50:00.993Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: e9ebc604-712c-4fea-8009-03538cd67c31 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-11-17T06:50:00.993Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-17T06:50:00.994Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||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-11-17T06:50:01.044Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-17T06:50:01.045Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env e9ebc604-712c-4fea-8009-03538cd67c31 96
2022-11-17T06:50:01.045Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||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-11-17T06:50:01.046Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||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-11-17T06:50:01.046Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-17T06:50:01.047Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:50:01.052Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:50:01.052Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ea26800d-7204-4cd4-a015-b74c1238e471",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668667801045,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-11-17T06:50:01.152Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-17T06:50:01.153Z||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-11-17T06:50:01.153Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:50:01.170Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:50:01.170Z||pool-103-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-11-17T06:50:02.053Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: cae90e54-5c07-4ecc-b9c2-e090668dc09b from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-11-17T06:50:02.053Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-17T06:50:02.053Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||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-11-17T06:50:02.136Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-17T06:50:02.137Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz cae90e54-5c07-4ecc-b9c2-e090668dc09b 20206
2022-11-17T06:50:02.137Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||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-11-17T06:50:02.137Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||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-11-17T06:50:02.137Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-17T06:50:02.137Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:50:02.139Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:50:02.139Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ea26800d-7204-4cd4-a015-b74c1238e471",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668667802137,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-17T06:50:02.241Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-11-17T06:50:02.242Z||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-11-17T06:50:02.242Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:50:02.261Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:50:02.262Z||pool-104-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-11-17T06:50:03.151Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 0d098530-8b17-4e5f-844b-0bae0a6033a8
2022-11-17T06:50:03.152Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 0fcc6d64-9d57-4b6a-8d80-b1ba18aa36b4 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-11-17T06:50:03.177Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1f13ac02, org.onap.sdc.toscaparser.api.parameters.Input@5f018fe9, org.onap.sdc.toscaparser.api.parameters.Input@347c553c, org.onap.sdc.toscaparser.api.parameters.Input@61ce98a8, org.onap.sdc.toscaparser.api.parameters.Input@63bf5b2f]
2022-11-17T06:50:03.179Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:50:03.179Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T06:50:03.180Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-11-17T06:50:03.180Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 7160addd-1898-439a-98b6-10db8b360c02
2022-11-17T06:50:03.180Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7160addd-1898-439a-98b6-10db8b360c02 matches Tosca VF Customization UUID: 7160addd-1898-439a-98b6-10db8b360c02
2022-11-17T06:50:03.180Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 7160addd-1898-439a-98b6-10db8b360c02  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-11-17T06:50:03.186Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:50:03.186Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T06:50:03.187Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 7160addd-1898-439a-98b6-10db8b360c02: {\"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-11-17T06:50:03.188Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@738f575f
2022-11-17T06:50:03.188Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:50:03.188Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-17T06:50:03.188Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f267f8bb-7ef6-4e06-a572-8bcc3b3d901b
2022-11-17T06:50:03.188Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f267f8bb-7ef6-4e06-a572-8bcc3b3d901b
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-11-17T06:50:03.192Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:50:03.192Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-17T06:50:03.192Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-17T06:50:03.193Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:50:03.193Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-17T06:50:03.193Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-17T06:50:03.193Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:50:03.193Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-17T06:50:03.193Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=7160addd-1898-439a-98b6-10db8b360c02
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-11-17T06:50:03.195Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:50:03.195Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T06:50:03.196Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 0d098530-8b17-4e5f-844b-0bae0a6033a8: basic_cnf_macro
2022-11-17T06:50:03.196Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:50:03.196Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T06:50:03.196Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:50:03.196Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T06:50:03.196Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:50:03.197Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T06:50:03.197Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:50:03.197Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T06:50:03.197Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:50:03.197Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T06:50:03.197Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||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-11-17T06:50:03.234Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 0fcc6d64-9d57-4b6a-8d80-b1ba18aa36b4 2 ASDC deployResourceStructure
2022-11-17T06:50:03.235Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||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-11-17T06:50:03.235Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||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-11-17T06:50:03.235Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-17T06:50:03.235Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:50:03.237Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:50:03.237Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ea26800d-7204-4cd4-a015-b74c1238e471",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668667803235,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-17T06:50:03.337Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-17T06:50:03.338Z||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-11-17T06:50:03.338Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:50:03.353Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:50:03.354Z||pool-105-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-17T06:50:04.237Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||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-11-17T06:50:04.238Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||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-11-17T06:50:04.238Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-17T06:50:04.238Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:50:04.240Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:50:04.240Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ea26800d-7204-4cd4-a015-b74c1238e471",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668667804237,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-11-17T06:50:04.341Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-17T06:50:04.342Z||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-11-17T06:50:04.342Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:50:04.363Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:50:04.363Z||pool-106-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-11-17T06:50:05.241Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||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-11-17T06:50:05.241Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||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-11-17T06:50:05.241Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-11-17T06:50:05.242Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:50:05.246Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:50:05.246Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ea26800d-7204-4cd4-a015-b74c1238e471",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668667805241,
  "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-11-17T06:50:05.344Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-11-17T06:50:05.345Z||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-11-17T06:50:05.345Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:50:05.362Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:50:05.362Z||pool-107-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-17T06:50:06.247Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||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-11-17T06:50:06.247Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||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-11-17T06:50:06.247Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-17T06:50:06.248Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:50:06.251Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:50:06.251Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ea26800d-7204-4cd4-a015-b74c1238e471",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668667806247,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-11-17T06:50:06.351Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-17T06:50:06.352Z||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-11-17T06:50:06.352Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:50:06.363Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:50:06.364Z||pool-108-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-17T06:50:07.253Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||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-11-17T06:50:07.253Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||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-11-17T06:50:07.253Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-11-17T06:50:07.254Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:50:07.256Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:50:07.256Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ea26800d-7204-4cd4-a015-b74c1238e471",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668667807253,
  "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-11-17T06:50:07.356Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-17T06:50:07.357Z||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-11-17T06:50:07.357Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:50:07.368Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:50:07.369Z||pool-109-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-17T06:50:08.260Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-11-17T06:50:08.260Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-11-17T06:50:08.261Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-17T06:50:08.261Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:50:08.264Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:50:08.265Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ea26800d-7204-4cd4-a015-b74c1238e471",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668667808259,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-17T06:50:08.364Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-17T06:50:08.365Z||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-11-17T06:50:08.365Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:50:08.384Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:50:08.384Z||pool-110-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-11-17T06:50:09.265Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ea26800d-7204-4cd4-a015-b74c1238e471
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-17T06:50:09.286Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ea26800d-7204-4cd4-a015-b74c1238e471
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-17T06:50:09.291Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-17T06:50:09.291Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-17T06:50:09.291Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-17T06:50:09.291Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-17T06:50:09.291Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-17T06:50:09.292Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-17T06:50:09.292Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-17T06:50:09.292Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-17T06:50:09.292Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-17T06:50:09.293Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-17T06:50:09.299Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-17T06:50:39.300Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ea26800d-7204-4cd4-a015-b74c1238e471 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-11-17T06:50:39.308Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ea26800d-7204-4cd4-a015-b74c1238e471 and serviceModelVersionId: 0d098530-8b17-4e5f-844b-0bae0a6033a8
2022-11-17T06:50:39.308Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a7a5f5d7-702f-4e55-96d1-00f1909a1905
2022-11-17T06:50:39.310Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a7a5f5d7-702f-4e55-96d1-00f1909a1905/model-vers/model-ver/0d098530-8b17-4e5f-844b-0bae0a6033a8?depth=0
2022-11-17T06:50:39.316Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-11-17T06:50:39.417Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7a5f5d7-702f-4e55-96d1-00f1909a1905/model-vers/model-ver/0d098530-8b17-4e5f-844b-0bae0a6033a8?depth=0|INFO|500||Invoke
2022-11-17T06:50:39.417Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7a5f5d7-702f-4e55-96d1-00f1909a1905/model-vers/model-ver/0d098530-8b17-4e5f-844b-0bae0a6033a8?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7a5f5d7-702f-4e55-96d1-00f1909a1905/model-vers/model-ver/0d098530-8b17-4e5f-844b-0bae0a6033a8?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ea26800d-7204-4cd4-a015-b74c1238e471], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[12f8127c-2945-45fc-9a93-df5914b5d185], X-ECOMP-RequestID=[ea26800d-7204-4cd4-a015-b74c1238e471], X-TransactionId=[], X-ONAP-RequestID=[ea26800d-7204-4cd4-a015-b74c1238e471], Content-Type=[application/merge-patch+json]}
2022-11-17T06:50:39.444Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7a5f5d7-702f-4e55-96d1-00f1909a1905/model-vers/model-ver/0d098530-8b17-4e5f-844b-0bae0a6033a8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-17T06:50:39.543Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7a5f5d7-702f-4e55-96d1-00f1909a1905/model-vers/model-ver/0d098530-8b17-4e5f-844b-0bae0a6033a8?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/a7a5f5d7-702f-4e55-96d1-00f1909a1905/model-vers/model-ver/0d098530-8b17-4e5f-844b-0bae0a6033a8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221117-06:50:38:659-39433], vertex-id=[422024], Content-Length=[0], Date=[Thu, 17 Nov 2022 06:50:38 GMT], Content-Type=[application/json]}
2022-11-17T06:50:39.543Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7a5f5d7-702f-4e55-96d1-00f1909a1905/model-vers/model-ver/0d098530-8b17-4e5f-844b-0bae0a6033a8?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-17T06:50:39.544Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7a5f5d7-702f-4e55-96d1-00f1909a1905/model-vers/model-ver/0d098530-8b17-4e5f-844b-0bae0a6033a8?depth=0|INFO|500||InvokeReturn
2022-11-17T06:50:39.544Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-17T06:50:39.544Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||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-11-17T06:50:39.549Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-11-17T06:50:39.549Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ea26800d-7204-4cd4-a015-b74c1238e471 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-17T06:50:39.549Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-17T06:50:39.550Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:50:39.551Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:50:39.552Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ea26800d-7204-4cd4-a015-b74c1238e471",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668667839549,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-17T06:50:39.652Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-17T06:50:39.653Z||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-11-17T06:50:39.653Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:50:39.682Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:50:39.683Z||pool-111-thread-1|||||INFO|500||cambria reply ok (31 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-11-17T06:50:40.567Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-17T06:50:40.567Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"3fa9edff-3328-4d54-8ba7-179603d2476b","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"6179a583-4d77-4430-aa7e-6cbabb557562","serviceDescription":"service","serviceInvariantUUID":"b395fa44-bd16-4c27-bf66-d543df199d27","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1a847149-8216-43c0-9f91-0f5ed5c13248","resourceInvariantUUID":"eefd4569-7bed-44b6-b39a-b02035bfbdaa","resourceCustomizationUUID":"53671418-633d-42cb-abca-fce856cd4fcd","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":"NzRmYzRjNWM4NGJkYmY4YzI5OGEyYTI4NzU4MzAwYTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3225e0d3-7d6d-4ba1-9468-d5d19b5c4644","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":"ODc0MmVlMzRiZjRmNjdjODY0M2M1NTI0NjQ2NjdlNjU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"16fe0948-bd64-44e6-8508-849ad4a5310b","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":"85482d08-246c-441e-951c-57e197786f88","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":"4a92959d-eacd-47c4-a724-6b5e983ee47e","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":"662780e6-c677-4f43-9cc8-a5127054c3dd","artifactVersion":"2","generatedFromUUID":"85482d08-246c-441e-951c-57e197786f88"},{"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":"N2MzMWFiY2YyYWMxYTk5MGZlNWE4N2EzNDZhZWMyZjI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"2f863fae-98e7-4525-a589-f093d3ff7a6f","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":"ZThlOTk4ZTViMjExNzAzMWQ2ODUwY2VlOTNjOGMwMGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ac27c2ee-64c6-4583-a001-cad532746bed","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"OTM5YjM1YjFmMDgyZTA3NDliNWFmMzg0NmQ1YTI0MWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d6ddb713-b964-48f9-8952-0d55a79f486e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-17T06:50:40.567Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-17T06:50:40.568Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:50:40.570Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:50:40.570Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3fa9edff-3328-4d54-8ba7-179603d2476b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668667784336,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:50:40.671Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-17T06:50:40.672Z||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-11-17T06:50:40.672Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:50:40.691Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:50:40.692Z||pool-112-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-11-17T06:50:41.571Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-17T06:50:41.573Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:50:41.575Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:50:41.575Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3fa9edff-3328-4d54-8ba7-179603d2476b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668667784336,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-17T06:50:41.675Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-17T06:50:41.676Z||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-11-17T06:50:41.677Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:50:41.690Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:50:41.690Z||pool-113-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-11-17T06:50:42.576Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-17T06:50:42.577Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:50:42.579Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:50:42.580Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3fa9edff-3328-4d54-8ba7-179603d2476b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668667784336,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-17T06:50:42.682Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-11-17T06:50:42.683Z||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-11-17T06:50:42.684Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:50:42.695Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:50:42.696Z||pool-114-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-17T06:50:43.580Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-17T06:50:43.581Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:50:43.584Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:50:43.584Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3fa9edff-3328-4d54-8ba7-179603d2476b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668667784336,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:50:43.684Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-17T06:50:43.685Z||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-11-17T06:50:43.685Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:50:43.705Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:50:43.705Z||pool-115-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":3,"count":1}
2022-11-17T06:50:44.343Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T06:50:44.344Z||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-11-17T06:50:44.344Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:50:44.400Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:50:44.401Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:50:44.401Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fa9edff-3328-4d54-8ba7-179603d2476b",
  "consumerID": "aai-ml",
  "timestamp": 1668667776806,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:50:44.402Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:50:44.584Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-17T06:50:44.585Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:50:44.588Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:50:44.588Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3fa9edff-3328-4d54-8ba7-179603d2476b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668667784336,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-17T06:50:44.689Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-17T06:50:44.690Z||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-11-17T06:50:44.690Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:50:44.704Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:50:44.704Z||pool-116-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-11-17T06:50:45.589Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-17T06:50:45.590Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:50:45.592Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:50:45.592Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3fa9edff-3328-4d54-8ba7-179603d2476b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668667784336,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:50:45.692Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-17T06:50:45.693Z||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-11-17T06:50:45.693Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:50:45.706Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:50:45.707Z||pool-117-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-17T06:50:46.593Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-17T06:50:46.594Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:50:46.596Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:50:46.596Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3fa9edff-3328-4d54-8ba7-179603d2476b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668667784336,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:50:46.696Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-17T06:50:46.697Z||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-11-17T06:50:46.697Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:50:46.713Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:50:46.714Z||pool-118-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-11-17T06:50:47.596Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-17T06:50:47.597Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:50:47.599Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:50:47.599Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3fa9edff-3328-4d54-8ba7-179603d2476b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668667784336,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-17T06:50:47.700Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-17T06:50:47.700Z||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-11-17T06:50:47.701Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:50:47.712Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:50:47.712Z||pool-119-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-11-17T06:50:48.601Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "3fa9edff-3328-4d54-8ba7-179603d2476b",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "6179a583-4d77-4430-aa7e-6cbabb557562",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b395fa44-bd16-4c27-bf66-d543df199d27",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "53671418-633d-42cb-abca-fce856cd4fcd",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1a847149-8216-43c0-9f91-0f5ed5c13248",
      "resourceInvariantUUID": "eefd4569-7bed-44b6-b39a-b02035bfbdaa",
      "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": "ODc0MmVlMzRiZjRmNjdjODY0M2M1NTI0NjQ2NjdlNjU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "16fe0948-bd64-44e6-8508-849ad4a5310b",
          "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": "85482d08-246c-441e-951c-57e197786f88",
          "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": "662780e6-c677-4f43-9cc8-a5127054c3dd",
            "generatedFromUUID": "85482d08-246c-441e-951c-57e197786f88"
          },
          "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": "662780e6-c677-4f43-9cc8-a5127054c3dd",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "OTM5YjM1YjFmMDgyZTA3NDliNWFmMzg0NmQ1YTI0MWY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d6ddb713-b964-48f9-8952-0d55a79f486e"
    }
  ],
  "workloadContext": "Production"
}
2022-11-17T06:50:48.601Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-17T06:50:48.602Z|ea26800d-7204-4cd4-a015-b74c1238e471|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6179a583-4d77-4430-aa7e-6cbabb557562 ASDC
2022-11-17T06:50:48.602Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:3fa9edff-3328-4d54-8ba7-179603d2476b
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:6179a583-4d77-4430-aa7e-6cbabb557562
ServiceInvariantUUID:b395fa44-bd16-4c27-bf66-d543df199d27
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:d6ddb713-b964-48f9-8952-0d55a79f486e
ArtifactChecksum:OTM5YjM1YjFmMDgyZTA3NDliNWFmMzg0NmQ1YTI0MWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:53671418-633d-42cb-abca-fce856cd4fcd
ResourceInvariantUUID:eefd4569-7bed-44b6-b39a-b02035bfbdaa
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:1a847149-8216-43c0-9f91-0f5ed5c13248
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:16fe0948-bd64-44e6-8508-849ad4a5310b
ArtifactChecksum:ODc0MmVlMzRiZjRmNjdjODY0M2M1NTI0NjQ2NjdlNjU=
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:85482d08-246c-441e-951c-57e197786f88
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:662780e6-c677-4f43-9cc8-a5127054c3dd
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:662780e6-c677-4f43-9cc8-a5127054c3dd
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-17T06:50:48.602Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6179a583-4d77-4430-aa7e-6cbabb557562 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-11-17T06:50:48.653Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-17T06:50:48.654Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-17T06:50:48.654Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-17T06:50:48.654Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d6ddb713-b964-48f9-8952-0d55a79f486e from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-11-17T06:50:48.654Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-17T06:50:48.654Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-11-17T06:50:48.721Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-17T06:50:48.725Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar d6ddb713-b964-48f9-8952-0d55a79f486e 82619
2022-11-17T06:50:48.726Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-11-17T06:50:48.726Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-11-17T06:50:48.726Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-17T06:50:48.726Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:50:48.728Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:50:48.728Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3fa9edff-3328-4d54-8ba7-179603d2476b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668667848726,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-17T06:50:48.834Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2022-11-17T06:50:48.836Z||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-11-17T06:50:48.836Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:50:48.850Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:50:48.851Z||pool-120-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-11-17T06:50:49.730Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-17T06:50:49.731Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-17T06:50:49.731Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: d6ddb713-b964-48f9-8952-0d55a79f486e, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-17T06:50:49.731Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-11-17T06:50:49.732Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-17T06:50:49.732Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-17T06:50:49.894Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15735557711602930539/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-11-17T06:50:51.140Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-17T06:50:51.141Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-11-17T06:50:51.141Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-17T06:50:51.141Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-17T06:50:51.142Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-17T06:50:51.142Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-17T06:50:51.142Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||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-11-17T06:50:51.142Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-17T06:50:51.142Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-17T06:50:51.142Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-17T06:50:51.143Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||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-11-17T06:50:51.143Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-11-17T06:50:51.143Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:50:51.143Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T06:50:51.144Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-17T06:50:51.144Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-11-17T06:50:51.144Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-17T06:50:51.145Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:50:51.145Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T06:50:51.145Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-17T06:50:51.145Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-11-17T06:50:51.146Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-17T06:50:51.146Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:50:51.146Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T06:50:51.146Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:50:51.147Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-11-17T06:50:51.147Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-11-17T06:50:51.147Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-11-17T06:50:51.147Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-11-17T06:50:51.148Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-17T06:50:51.148Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-17T06:50:51.148Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:50:51.148Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-17T06:50:51.149Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:50:51.149Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-17T06:50:51.149Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-17T06:50:51.150Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:50:51.150Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-17T06:50:51.150Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-17T06:50:51.150Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:50:51.150Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-17T06:50:51.151Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-17T06:50:51.151Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:50:51.151Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-11-17T06:50:51.151Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-11-17T06:50:51.152Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-17T06:50:51.152Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=d9485378-17ee-4e75-8de7-99b27d532a94
2022-11-17T06:50:51.152Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:50:51.152Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T06:50:51.153Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:50:51.153Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T06:50:51.153Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:50:51.154Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T06:50:51.154Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:50:51.154Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T06:50:51.154Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:6179a583-4d77-4430-aa7e-6cbabb557562
Model Version:NULL
Model InvariantUuid:b395fa44-bd16-4c27-bf66-d543df199d27
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:79db34c8-9cc8-4de6-aa76-c7e7390303f7
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:eefd4569-7bed-44b6-b39a-b02035bfbdaa
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:53671418-633d-42cb-abca-fce856cd4fcd
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:4fee5c74-b990-415e-9020-4ef105418880
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:61e1cdb3-e144-4f33-9123-4fd59386a911
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:d9485378-17ee-4e75-8de7-99b27d532a94
ModelInvariantUuid:9e645327-9718-424a-a15d-830539898bc4
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:eef63747-4aed-4fe8-a75f-107be74377f6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:b00cdd0b-31e1-4c43-a7f6-ad214a943d6f
ModelInvariantUuid:0702a65b-8d3e-4881-b084-f726b35a524c
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:0ddd8c27-51cd-4ac9-8020-e25d2c835790
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-11-17T06:50:51.162Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 1a847149-8216-43c0-9f91-0f5ed5c13248
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-11-17T06:50:51.164Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||INFO|500||basic_vm_macro 0
2022-11-17T06:50:51.165Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1a847149-8216-43c0-9f91-0f5ed5c13248
2022-11-17T06:50:51.165Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 16fe0948-bd64-44e6-8508-849ad4a5310b from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-11-17T06:50:51.165Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-17T06:50:51.165Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||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-11-17T06:50:51.226Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-17T06:50:51.227Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 16fe0948-bd64-44e6-8508-849ad4a5310b 792
2022-11-17T06:50:51.227Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||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-11-17T06:50:51.227Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||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-11-17T06:50:51.227Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-17T06:50:51.228Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:50:51.229Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:50:51.230Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3fa9edff-3328-4d54-8ba7-179603d2476b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668667851227,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-17T06:50:51.330Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-17T06:50:51.331Z||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-11-17T06:50:51.331Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:50:51.351Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:50:51.352Z||pool-121-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-11-17T06:50:52.230Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "4fee5c74-b990-415e-9020-4ef105418880",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "61e1cdb3-e144-4f33-9123-4fd59386a911",
    "vfModuleModelCustomizationUUID": "c61ed3ac-20f9-4e3b-93b1-1aaac614c907",
    "isBase": true,
    "artifacts": [
      "85482d08-246c-441e-951c-57e197786f88",
      "662780e6-c677-4f43-9cc8-a5127054c3dd"
    ],
    "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-11-17T06:50:52.248Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:61e1cdb3-e144-4f33-9123-4fd59386a911
VfModuleModelInvariantUUID:4fee5c74-b990-415e-9020-4ef105418880
VfModuleModelDescription:NULL
Artifacts UUID List:{
85482d08-246c-441e-951c-57e197786f88
,
662780e6-c677-4f43-9cc8-a5127054c3dd

}
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-11-17T06:50:52.251Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "4fee5c74-b990-415e-9020-4ef105418880",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "61e1cdb3-e144-4f33-9123-4fd59386a911",
    "vfModuleModelCustomizationUUID": "c61ed3ac-20f9-4e3b-93b1-1aaac614c907",
    "isBase": true,
    "artifacts": [
      "85482d08-246c-441e-951c-57e197786f88",
      "662780e6-c677-4f43-9cc8-a5127054c3dd"
    ],
    "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-11-17T06:50:52.251Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:61e1cdb3-e144-4f33-9123-4fd59386a911
VfModuleModelInvariantUUID:4fee5c74-b990-415e-9020-4ef105418880
VfModuleModelDescription:NULL
Artifacts UUID List:{
85482d08-246c-441e-951c-57e197786f88
,
662780e6-c677-4f43-9cc8-a5127054c3dd

}
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-11-17T06:50:52.251Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 85482d08-246c-441e-951c-57e197786f88 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-11-17T06:50:52.252Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-17T06:50:52.252Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||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-11-17T06:50:52.300Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-17T06:50:52.301Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 85482d08-246c-441e-951c-57e197786f88 5033
2022-11-17T06:50:52.301Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||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-11-17T06:50:52.301Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||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-11-17T06:50:52.302Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-17T06:50:52.302Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:50:52.304Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:50:52.304Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3fa9edff-3328-4d54-8ba7-179603d2476b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668667852301,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-17T06:50:52.404Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-17T06:50:52.405Z||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-11-17T06:50:52.405Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:50:52.418Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:50:52.419Z||pool-122-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-11-17T06:50:53.304Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 662780e6-c677-4f43-9cc8-a5127054c3dd from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-11-17T06:50:53.305Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-17T06:50:53.305Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||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-11-17T06:50:53.364Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-17T06:50:53.365Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 662780e6-c677-4f43-9cc8-a5127054c3dd 903
2022-11-17T06:50:53.365Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||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-11-17T06:50:53.366Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||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-11-17T06:50:53.366Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-17T06:50:53.367Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:50:53.369Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:50:53.369Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3fa9edff-3328-4d54-8ba7-179603d2476b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668667853365,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-17T06:50:53.469Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-17T06:50:53.470Z||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-11-17T06:50:53.470Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:50:53.481Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:50:53.482Z||pool-123-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-17T06:50:54.370Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 6179a583-4d77-4430-aa7e-6cbabb557562
2022-11-17T06:50:54.370Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 1a847149-8216-43c0-9f91-0f5ed5c13248 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-11-17T06:50:54.387Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6aae0b86, org.onap.sdc.toscaparser.api.parameters.Input@28faae6b, org.onap.sdc.toscaparser.api.parameters.Input@47549021, org.onap.sdc.toscaparser.api.parameters.Input@7f8d7193, org.onap.sdc.toscaparser.api.parameters.Input@6565b7df]
2022-11-17T06:50:54.388Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:50:54.389Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T06:50:54.389Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-11-17T06:50:54.390Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 53671418-633d-42cb-abca-fce856cd4fcd
2022-11-17T06:50:54.390Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 53671418-633d-42cb-abca-fce856cd4fcd matches Tosca VF Customization UUID: 53671418-633d-42cb-abca-fce856cd4fcd
2022-11-17T06:50:54.390Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 53671418-633d-42cb-abca-fce856cd4fcd  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-11-17T06:50:54.392Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:50:54.393Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T06:50:54.393Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 53671418-633d-42cb-abca-fce856cd4fcd: {\"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-11-17T06:50:54.394Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6f326d5b
2022-11-17T06:50:54.394Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:50:54.394Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-17T06:50:54.395Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c61ed3ac-20f9-4e3b-93b1-1aaac614c907
2022-11-17T06:50:54.395Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c61ed3ac-20f9-4e3b-93b1-1aaac614c907
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-11-17T06:50:54.398Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:50:54.398Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-17T06:50:54.398Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-17T06:50:54.399Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:50:54.399Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-17T06:50:54.399Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-17T06:50:54.400Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:50:54.400Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-11-17T06:50:54.400Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-11-17T06:50:54.401Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-17T06:50:54.401Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=d9485378-17ee-4e75-8de7-99b27d532a94
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-11-17T06:50:54.404Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:50:54.404Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-17T06:50:54.405Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-17T06:50:54.405Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:50:54.405Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-17T06:50:54.406Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=53671418-633d-42cb-abca-fce856cd4fcd
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-11-17T06:50:54.408Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:50:54.408Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T06:50:54.408Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 6179a583-4d77-4430-aa7e-6cbabb557562: basic_vm_macro
2022-11-17T06:50:54.408Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:50:54.409Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T06:50:54.409Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:50:54.409Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T06:50:54.410Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:50:54.410Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T06:50:54.410Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:50:54.411Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T06:50:54.411Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:50:54.411Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T06:50:54.412Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||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-11-17T06:50:54.497Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 1a847149-8216-43c0-9f91-0f5ed5c13248 1 ASDC deployResourceStructure
2022-11-17T06:50:54.497Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||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-11-17T06:50:54.497Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||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-11-17T06:50:54.498Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-17T06:50:54.498Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:50:54.501Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:50:54.501Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3fa9edff-3328-4d54-8ba7-179603d2476b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668667854497,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-17T06:50:54.601Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-17T06:50:54.602Z||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-11-17T06:50:54.602Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:50:54.618Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:50:54.619Z||pool-124-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-17T06:50:55.502Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||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-11-17T06:50:55.502Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||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-11-17T06:50:55.502Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-17T06:50:55.503Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:50:55.505Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:50:55.505Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3fa9edff-3328-4d54-8ba7-179603d2476b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668667855502,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-11-17T06:50:55.605Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-17T06:50:55.606Z||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-11-17T06:50:55.606Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:50:55.617Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:50:55.618Z||pool-125-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-17T06:50:56.506Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||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-11-17T06:50:56.506Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||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-11-17T06:50:56.506Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-17T06:50:56.507Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:50:56.508Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:50:56.509Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3fa9edff-3328-4d54-8ba7-179603d2476b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668667856506,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-11-17T06:50:56.609Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-17T06:50:56.610Z||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-11-17T06:50:56.610Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:50:56.628Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:50:56.628Z||pool-126-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-17T06:50:57.510Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-11-17T06:50:57.510Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-11-17T06:50:57.510Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-17T06:50:57.510Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:50:57.512Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:50:57.513Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3fa9edff-3328-4d54-8ba7-179603d2476b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668667857510,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-17T06:50:57.613Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-17T06:50:57.614Z||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-11-17T06:50:57.614Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:50:57.639Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:50:57.640Z||pool-127-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-11-17T06:50:58.513Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3fa9edff-3328-4d54-8ba7-179603d2476b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-17T06:50:58.526Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3fa9edff-3328-4d54-8ba7-179603d2476b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-17T06:50:58.529Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-17T06:50:58.529Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-17T06:50:58.529Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-17T06:51:28.530Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3fa9edff-3328-4d54-8ba7-179603d2476b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-17T06:51:28.541Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3fa9edff-3328-4d54-8ba7-179603d2476b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-17T06:51:28.543Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-17T06:51:28.543Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-17T06:51:28.544Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-17T06:51:44.343Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T06:51:44.344Z||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-11-17T06:51:44.344Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:51:44.382Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:51:44.384Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:51:44.384Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea26800d-7204-4cd4-a015-b74c1238e471",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668667784336,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:51:44.385Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:51:44.385Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:51:44.385Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fa9edff-3328-4d54-8ba7-179603d2476b",
  "consumerID": "aai-ml",
  "timestamp": 1668667776806,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-17T06:51:44.386Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:51:44.386Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:51:44.386Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea26800d-7204-4cd4-a015-b74c1238e471",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668667784336,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-17T06:51:44.386Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:51:44.386Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:51:44.386Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fa9edff-3328-4d54-8ba7-179603d2476b",
  "consumerID": "aai-ml",
  "timestamp": 1668667785602,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-17T06:51:44.386Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:51:44.387Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:51:44.387Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea26800d-7204-4cd4-a015-b74c1238e471",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668667784336,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-11-17T06:51:44.387Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:51:44.387Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:51:44.387Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea26800d-7204-4cd4-a015-b74c1238e471",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668667784336,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:51:44.387Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:51:44.387Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:51:44.388Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea26800d-7204-4cd4-a015-b74c1238e471",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668667784336,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-11-17T06:51:44.388Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:51:44.388Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:51:44.388Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea26800d-7204-4cd4-a015-b74c1238e471",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668667784336,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-11-17T06:51:44.388Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:51:44.389Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:51:44.389Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea26800d-7204-4cd4-a015-b74c1238e471",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668667784336,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-11-17T06:51:44.389Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:51:44.389Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:51:44.389Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea26800d-7204-4cd4-a015-b74c1238e471",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668667784336,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:51:44.389Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:51:44.389Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:51:44.389Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea26800d-7204-4cd4-a015-b74c1238e471",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668667784336,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:51:44.390Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:51:44.390Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:51:44.390Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea26800d-7204-4cd4-a015-b74c1238e471",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668667784336,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-17T06:51:44.391Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:51:44.391Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:51:44.391Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fa9edff-3328-4d54-8ba7-179603d2476b",
  "consumerID": "aai-ml",
  "timestamp": 1668667793461,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-17T06:51:44.391Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:51:44.391Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:51:44.391Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea26800d-7204-4cd4-a015-b74c1238e471",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668667795239,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-17T06:51:44.391Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:51:44.391Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:51:44.392Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fa9edff-3328-4d54-8ba7-179603d2476b",
  "consumerID": "aai-ml",
  "timestamp": 1668667794465,
  "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-11-17T06:51:44.401Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3fa9edff-3328-4d54-8ba7-179603d2476b
2022-11-17T06:51:44.401Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3fa9edff-3328-4d54-8ba7-179603d2476b 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-11-17T06:51:44.412Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:51:44.412Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f35e7775-3d53-4acc-a6f6-8c4bba661d7b",
  "consumerID": "cds",
  "timestamp": 1668667793787,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:51:44.412Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:51:44.412Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:51:44.413Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f35e7775-3d53-4acc-a6f6-8c4bba661d7b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668667795474,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:51:44.413Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:51:44.413Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:51:44.413Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea26800d-7204-4cd4-a015-b74c1238e471",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668667797856,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-17T06:51:44.413Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:51:44.414Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:51:44.414Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f35e7775-3d53-4acc-a6f6-8c4bba661d7b",
  "consumerID": "cds",
  "timestamp": 1668667793787,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:51:44.414Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:51:44.414Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:51:44.414Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f35e7775-3d53-4acc-a6f6-8c4bba661d7b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668667795474,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:51:44.415Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:51:44.415Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:51:44.415Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea26800d-7204-4cd4-a015-b74c1238e471",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668667798924,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-17T06:51:44.415Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:51:44.415Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:51:44.416Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f35e7775-3d53-4acc-a6f6-8c4bba661d7b",
  "consumerID": "cds",
  "timestamp": 1668667793787,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:51:44.416Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:51:44.416Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:51:44.416Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f35e7775-3d53-4acc-a6f6-8c4bba661d7b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668667795474,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:51:44.416Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:51:44.417Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:51:44.417Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f35e7775-3d53-4acc-a6f6-8c4bba661d7b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668667798433,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:51:44.417Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:51:44.417Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:51:44.417Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea26800d-7204-4cd4-a015-b74c1238e471",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668667799987,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-11-17T06:51:44.418Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:51:44.418Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:51:44.418Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f35e7775-3d53-4acc-a6f6-8c4bba661d7b",
  "consumerID": "cds",
  "timestamp": 1668667793787,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:51:44.418Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:51:44.418Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:51:44.419Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f35e7775-3d53-4acc-a6f6-8c4bba661d7b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668667795474,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:51:44.419Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:51:44.419Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:51:44.419Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f35e7775-3d53-4acc-a6f6-8c4bba661d7b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668667798433,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:51:44.420Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:51:44.420Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:51:44.420Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea26800d-7204-4cd4-a015-b74c1238e471",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668667801045,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-11-17T06:51:44.420Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:51:44.420Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:51:44.420Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f35e7775-3d53-4acc-a6f6-8c4bba661d7b",
  "consumerID": "cds",
  "timestamp": 1668667793787,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:51:44.421Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:51:44.421Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:51:44.421Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f35e7775-3d53-4acc-a6f6-8c4bba661d7b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668667795474,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:51:44.422Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:51:44.422Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:51:44.422Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f35e7775-3d53-4acc-a6f6-8c4bba661d7b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668667798433,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:51:44.422Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:51:44.422Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:51:44.422Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea26800d-7204-4cd4-a015-b74c1238e471",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668667802137,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-17T06:51:44.422Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:51:44.422Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:51:44.422Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f35e7775-3d53-4acc-a6f6-8c4bba661d7b",
  "consumerID": "cds",
  "timestamp": 1668667793787,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:51:44.423Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:51:44.423Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:51:44.423Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f35e7775-3d53-4acc-a6f6-8c4bba661d7b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668667795474,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:51:44.423Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:51:44.423Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:51:44.423Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f35e7775-3d53-4acc-a6f6-8c4bba661d7b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668667798433,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:51:44.424Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:51:44.424Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:51:44.424Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea26800d-7204-4cd4-a015-b74c1238e471",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668667803235,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-17T06:51:44.424Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:51:44.424Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:51:44.424Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f35e7775-3d53-4acc-a6f6-8c4bba661d7b",
  "consumerID": "cds",
  "timestamp": 1668667793787,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:51:44.425Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:51:44.425Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:51:44.425Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f35e7775-3d53-4acc-a6f6-8c4bba661d7b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668667795474,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:51:44.425Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:51:44.425Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:51:44.425Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f35e7775-3d53-4acc-a6f6-8c4bba661d7b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668667798433,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:51:44.425Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:51:44.425Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:51:44.425Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea26800d-7204-4cd4-a015-b74c1238e471",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668667804237,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-11-17T06:51:44.426Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:51:44.426Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:51:44.426Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f35e7775-3d53-4acc-a6f6-8c4bba661d7b",
  "consumerID": "cds",
  "timestamp": 1668667793787,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:51:44.426Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:51:44.426Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:51:44.426Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f35e7775-3d53-4acc-a6f6-8c4bba661d7b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668667795474,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:51:44.426Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:51:44.426Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:51:44.426Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f35e7775-3d53-4acc-a6f6-8c4bba661d7b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668667798433,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:51:44.427Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:51:44.427Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:51:44.427Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea26800d-7204-4cd4-a015-b74c1238e471",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668667805241,
  "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-11-17T06:51:44.427Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:51:44.427Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:51:44.427Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f35e7775-3d53-4acc-a6f6-8c4bba661d7b",
  "consumerID": "cds",
  "timestamp": 1668667793787,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-17T06:51:44.427Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:51:44.427Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:51:44.427Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f35e7775-3d53-4acc-a6f6-8c4bba661d7b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668667795474,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-17T06:51:44.427Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:51:44.428Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:51:44.428Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f35e7775-3d53-4acc-a6f6-8c4bba661d7b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668667806215,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:51:44.428Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:51:44.428Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:51:44.428Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f35e7775-3d53-4acc-a6f6-8c4bba661d7b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668667798433,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:51:44.428Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:51:44.428Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:51:44.428Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea26800d-7204-4cd4-a015-b74c1238e471",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668667806247,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-11-17T06:51:44.428Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:51:44.429Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:51:44.429Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f35e7775-3d53-4acc-a6f6-8c4bba661d7b",
  "consumerID": "cds",
  "timestamp": 1668667806431,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-17T06:51:44.429Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:51:44.429Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:51:44.429Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f35e7775-3d53-4acc-a6f6-8c4bba661d7b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668667806215,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:51:44.430Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:51:44.430Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:51:44.430Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f35e7775-3d53-4acc-a6f6-8c4bba661d7b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668667798433,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:51:44.430Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:51:44.430Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:51:44.430Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea26800d-7204-4cd4-a015-b74c1238e471",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668667807253,
  "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-11-17T06:51:44.431Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:51:44.431Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:51:44.431Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f35e7775-3d53-4acc-a6f6-8c4bba661d7b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668667806215,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:51:44.432Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:51:44.432Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:51:44.432Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f35e7775-3d53-4acc-a6f6-8c4bba661d7b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668667798433,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-17T06:51:44.432Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:51:44.432Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:51:44.432Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f35e7775-3d53-4acc-a6f6-8c4bba661d7b",
  "consumerID": "cds",
  "timestamp": 1668667807860,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-17T06:51:44.446Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f35e7775-3d53-4acc-a6f6-8c4bba661d7b
2022-11-17T06:51:44.447Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f35e7775-3d53-4acc-a6f6-8c4bba661d7b 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-11-17T06:51:44.455Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:51:44.455Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f35e7775-3d53-4acc-a6f6-8c4bba661d7b",
  "consumerID": "aai-ml",
  "timestamp": 1668667806806,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:51:44.456Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:51:44.456Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:51:44.456Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea26800d-7204-4cd4-a015-b74c1238e471",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668667808259,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-17T06:51:44.456Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:51:44.456Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:51:44.457Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f35e7775-3d53-4acc-a6f6-8c4bba661d7b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668667806215,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:51:44.457Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:51:44.457Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:51:44.457Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f35e7775-3d53-4acc-a6f6-8c4bba661d7b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668667808186,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-17T06:51:44.457Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:51:44.457Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:51:44.457Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f35e7775-3d53-4acc-a6f6-8c4bba661d7b",
  "consumerID": "aai-ml",
  "timestamp": 1668667806806,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:51:44.458Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:51:44.458Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:51:44.458Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f35e7775-3d53-4acc-a6f6-8c4bba661d7b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668667806215,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:51:44.459Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:51:44.459Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:51:44.459Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f35e7775-3d53-4acc-a6f6-8c4bba661d7b",
  "consumerID": "aai-ml",
  "timestamp": 1668667806806,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:51:44.459Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:51:44.459Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:51:44.459Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f35e7775-3d53-4acc-a6f6-8c4bba661d7b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668667806215,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:51:44.460Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:51:44.460Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:51:44.460Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f35e7775-3d53-4acc-a6f6-8c4bba661d7b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668667810107,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-17T06:51:44.460Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:51:44.460Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:51:44.461Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f35e7775-3d53-4acc-a6f6-8c4bba661d7b",
  "consumerID": "aai-ml",
  "timestamp": 1668667806806,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:51:44.461Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:51:44.461Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:51:44.461Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f35e7775-3d53-4acc-a6f6-8c4bba661d7b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668667806215,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-11-17T06:51:44.461Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:51:44.461Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:51:44.461Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f35e7775-3d53-4acc-a6f6-8c4bba661d7b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668667811114,
  "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-11-17T06:51:44.467Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f35e7775-3d53-4acc-a6f6-8c4bba661d7b
2022-11-17T06:51:44.467Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f35e7775-3d53-4acc-a6f6-8c4bba661d7b 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-11-17T06:51:44.476Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:51:44.476Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f35e7775-3d53-4acc-a6f6-8c4bba661d7b",
  "consumerID": "aai-ml",
  "timestamp": 1668667806806,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:51:44.476Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:51:44.476Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:51:44.476Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f35e7775-3d53-4acc-a6f6-8c4bba661d7b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668667806215,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:51:44.477Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:51:44.477Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:51:44.477Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f35e7775-3d53-4acc-a6f6-8c4bba661d7b",
  "consumerID": "aai-ml",
  "timestamp": 1668667806806,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:51:44.479Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:51:44.479Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:51:44.479Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f35e7775-3d53-4acc-a6f6-8c4bba661d7b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668667806215,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:51:44.479Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:51:44.480Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:51:44.480Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f35e7775-3d53-4acc-a6f6-8c4bba661d7b",
  "consumerID": "aai-ml",
  "timestamp": 1668667806806,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:51:44.480Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:51:44.480Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:51:44.481Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f35e7775-3d53-4acc-a6f6-8c4bba661d7b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668667816115,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-17T06:51:44.481Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:51:44.482Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:51:44.482Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f35e7775-3d53-4acc-a6f6-8c4bba661d7b",
  "consumerID": "aai-ml",
  "timestamp": 1668667806806,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:51:44.482Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:51:44.482Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:51:44.482Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f35e7775-3d53-4acc-a6f6-8c4bba661d7b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668667817146,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-11-17T06:51:44.483Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:51:44.483Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:51:44.483Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f35e7775-3d53-4acc-a6f6-8c4bba661d7b",
  "consumerID": "aai-ml",
  "timestamp": 1668667806806,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-17T06:51:44.483Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:51:44.484Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:51:44.484Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f35e7775-3d53-4acc-a6f6-8c4bba661d7b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668667818149,
  "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-11-17T06:51:44.490Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of f35e7775-3d53-4acc-a6f6-8c4bba661d7b
2022-11-17T06:51:44.490Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f35e7775-3d53-4acc-a6f6-8c4bba661d7b 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-11-17T06:51:44.499Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:51:44.499Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f35e7775-3d53-4acc-a6f6-8c4bba661d7b",
  "consumerID": "aai-ml",
  "timestamp": 1668667816595,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-17T06:51:44.500Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:51:44.500Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:51:44.500Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f35e7775-3d53-4acc-a6f6-8c4bba661d7b",
  "consumerID": "aai-ml",
  "timestamp": 1668667822053,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-17T06:51:44.500Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:51:44.501Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:51:44.501Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f35e7775-3d53-4acc-a6f6-8c4bba661d7b",
  "consumerID": "aai-ml",
  "timestamp": 1668667823056,
  "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-11-17T06:51:44.507Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f35e7775-3d53-4acc-a6f6-8c4bba661d7b
2022-11-17T06:51:44.508Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f35e7775-3d53-4acc-a6f6-8c4bba661d7b 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-11-17T06:51:44.515Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:51:44.515Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea26800d-7204-4cd4-a015-b74c1238e471",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668667839549,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-17T06:51:44.516Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:51:44.516Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:51:44.516Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fa9edff-3328-4d54-8ba7-179603d2476b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668667784336,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:51:44.516Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:51:44.516Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:51:44.517Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fa9edff-3328-4d54-8ba7-179603d2476b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668667784336,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-17T06:51:44.517Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:51:44.517Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:51:44.517Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fa9edff-3328-4d54-8ba7-179603d2476b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668667784336,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-17T06:51:44.518Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:51:44.518Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:51:44.518Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fa9edff-3328-4d54-8ba7-179603d2476b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668667784336,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:51:44.518Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:51:58.544Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3fa9edff-3328-4d54-8ba7-179603d2476b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-17T06:51:58.558Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3fa9edff-3328-4d54-8ba7-179603d2476b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-17T06:51:58.561Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-17T06:51:58.561Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-17T06:51:58.561Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-17T06:51:58.561Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-17T06:51:58.561Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-17T06:51:58.561Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-17T06:51:58.562Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-17T06:51:58.562Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-17T06:51:58.562Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-17T06:51:58.562Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-17T06:51:58.567Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-17T06:52:28.567Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3fa9edff-3328-4d54-8ba7-179603d2476b 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-11-17T06:52:28.577Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3fa9edff-3328-4d54-8ba7-179603d2476b and serviceModelVersionId: 6179a583-4d77-4430-aa7e-6cbabb557562
2022-11-17T06:52:28.577Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b395fa44-bd16-4c27-bf66-d543df199d27
2022-11-17T06:52:28.578Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b395fa44-bd16-4c27-bf66-d543df199d27/model-vers/model-ver/6179a583-4d77-4430-aa7e-6cbabb557562?depth=0
2022-11-17T06:52:28.584Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-11-17T06:52:28.629Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b395fa44-bd16-4c27-bf66-d543df199d27/model-vers/model-ver/6179a583-4d77-4430-aa7e-6cbabb557562?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-11-17T06:52:28.632Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b395fa44-bd16-4c27-bf66-d543df199d27/model-vers/model-ver/6179a583-4d77-4430-aa7e-6cbabb557562?depth=0|INFO|500||Invoke
2022-11-17T06:52:28.659Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b395fa44-bd16-4c27-bf66-d543df199d27/model-vers/model-ver/6179a583-4d77-4430-aa7e-6cbabb557562?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-17T06:52:28.791Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b395fa44-bd16-4c27-bf66-d543df199d27/model-vers/model-ver/6179a583-4d77-4430-aa7e-6cbabb557562?depth=0|INFO|500||InvokeReturn
2022-11-17T06:52:28.793Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b395fa44-bd16-4c27-bf66-d543df199d27/model-vers/model-ver/6179a583-4d77-4430-aa7e-6cbabb557562?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221117-06:52:27:867-91624], vertex-id=[233496], Content-Length=[0], Date=[Thu, 17 Nov 2022 06:52:27 GMT], Content-Type=[application/json]}
2022-11-17T06:52:28.793Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-11-17T06:52:28.793Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-17T06:52:28.793Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||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-11-17T06:52:28.801Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-11-17T06:52:28.801Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3fa9edff-3328-4d54-8ba7-179603d2476b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-17T06:52:28.802Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-17T06:52:28.802Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:52:28.805Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:52:28.805Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3fa9edff-3328-4d54-8ba7-179603d2476b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668667948801,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-17T06:52:28.906Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-17T06:52:28.908Z||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-11-17T06:52:28.908Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:52:28.950Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:52:28.951Z||pool-128-thread-1|||||INFO|500||cambria reply ok (45 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-11-17T06:52:29.829Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T06:52:29.830Z||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-11-17T06:52:29.830Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:52:34.548Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:52:34.549Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-17T06:52:34.549Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"f35e7775-3d53-4acc-a6f6-8c4bba661d7b","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"bfbd42e4-ae59-45e2-9c48-85166223347b","serviceDescription":"service","serviceInvariantUUID":"fd2f0372-d54d-4cd7-b981-fb0698b1e41f","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"18b47fce-5e54-41fe-b401-4c1b0634cf12","resourceInvariantUUID":"bfb8f2e5-30cf-4504-a0df-e2511036e4d5","resourceCustomizationUUID":"b7e3e690-2f98-4cde-aa03-2154674c8a37","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":"NGE1NTA1ZTNmMTBhYWEyOWE1NTdlODljOWU4M2M1MmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"dbdacb15-46fb-4ca4-9438-efb3c26135fd","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":"9e9e5a4e-f4a9-41fa-9ca6-68016818e3d0","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":"ff9d431b-dd4d-4467-8c4c-2bb8f67b6cf8","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":"ZGM1Nzk4NzhkMmEzNDk3ZjY3MmExM2I0OTg1OGQzYmQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"0c38f9ca-78c5-49b2-beac-5326e0d3ce00","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":"b6cb81ce-c8c9-4e69-9794-0ac5a8dd7fe5","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":"09f4532b-6815-47eb-9ee3-a32a7e5d50de","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":"07690f00-6c72-497c-94ea-9771ba3ea35b","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":"MGU1NjJiNjk4MmJmYWU3NWU0MGIwOTkzOGMwMzJhODg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ee6e930f-68a5-4e97-b2c3-31fc26e1e245","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"OTg5ZTFiMDZjNjFiYTdlY2UzOTE2M2EwMWRkZDU0ZjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"406b0e38-9716-47d0-b1ed-b23e8119840e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-17T06:52:34.551Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-17T06:52:34.551Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:52:34.554Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:52:34.554Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f35e7775-3d53-4acc-a6f6-8c4bba661d7b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668667949829,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:52:34.654Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-17T06:52:34.655Z||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-11-17T06:52:34.655Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:52:34.671Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:52:34.672Z||pool-129-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-17T06:52:35.554Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-17T06:52:35.555Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:52:35.558Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:52:35.558Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f35e7775-3d53-4acc-a6f6-8c4bba661d7b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668667949829,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:52:35.659Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-17T06:52:35.660Z||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-11-17T06:52:35.661Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:52:35.673Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:52:35.673Z||pool-130-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-17T06:52:36.561Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-17T06:52:36.562Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:52:36.566Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:52:36.566Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f35e7775-3d53-4acc-a6f6-8c4bba661d7b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668667949829,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:52:36.665Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-17T06:52:36.665Z||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-11-17T06:52:36.666Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:52:36.676Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:52:36.676Z||pool-131-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-17T06:52:37.566Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-17T06:52:37.568Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:52:37.575Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:52:37.575Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f35e7775-3d53-4acc-a6f6-8c4bba661d7b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668667949829,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:52:37.675Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-17T06:52:37.676Z||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-11-17T06:52:37.677Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:52:37.688Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:52:37.688Z||pool-132-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-17T06:52:38.576Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-17T06:52:38.577Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:52:38.582Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:52:38.582Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f35e7775-3d53-4acc-a6f6-8c4bba661d7b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668667949829,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:52:38.680Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-11-17T06:52:38.681Z||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-11-17T06:52:38.681Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:52:38.721Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:52:38.721Z||pool-133-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":1,"count":1}
2022-11-17T06:52:39.585Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-17T06:52:39.586Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:52:39.588Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:52:39.588Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f35e7775-3d53-4acc-a6f6-8c4bba661d7b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668667949829,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:52:39.688Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-17T06:52:39.689Z||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-11-17T06:52:39.689Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:52:39.714Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:52:39.715Z||pool-134-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-11-17T06:52:40.589Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-17T06:52:40.590Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:52:40.592Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:52:40.592Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f35e7775-3d53-4acc-a6f6-8c4bba661d7b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668667949829,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:52:40.692Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-17T06:52:40.693Z||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-11-17T06:52:40.693Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:52:40.717Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:52:40.717Z||pool-135-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-11-17T06:52:41.593Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-17T06:52:41.594Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:52:41.597Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:52:41.597Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f35e7775-3d53-4acc-a6f6-8c4bba661d7b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668667949829,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:52:41.704Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2022-11-17T06:52:41.705Z||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-11-17T06:52:41.705Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:52:41.716Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:52:41.717Z||pool-136-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-17T06:52:42.598Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-17T06:52:42.599Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:52:42.602Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:52:42.602Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f35e7775-3d53-4acc-a6f6-8c4bba661d7b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668667949829,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-17T06:52:42.702Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-17T06:52:42.703Z||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-11-17T06:52:42.703Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:52:42.715Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:52:42.716Z||pool-137-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-11-17T06:52:43.603Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "f35e7775-3d53-4acc-a6f6-8c4bba661d7b",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "bfbd42e4-ae59-45e2-9c48-85166223347b",
  "serviceDescription": "service",
  "serviceInvariantUUID": "fd2f0372-d54d-4cd7-b981-fb0698b1e41f",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "b7e3e690-2f98-4cde-aa03-2154674c8a37",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "18b47fce-5e54-41fe-b401-4c1b0634cf12",
      "resourceInvariantUUID": "bfb8f2e5-30cf-4504-a0df-e2511036e4d5",
      "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": "OTg5ZTFiMDZjNjFiYTdlY2UzOTE2M2EwMWRkZDU0ZjU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "406b0e38-9716-47d0-b1ed-b23e8119840e"
    }
  ],
  "workloadContext": "Production"
}
2022-11-17T06:52:43.603Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-17T06:52:43.604Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 bfbd42e4-ae59-45e2-9c48-85166223347b ASDC
2022-11-17T06:52:43.605Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:f35e7775-3d53-4acc-a6f6-8c4bba661d7b
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:bfbd42e4-ae59-45e2-9c48-85166223347b
ServiceInvariantUUID:fd2f0372-d54d-4cd7-b981-fb0698b1e41f
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:406b0e38-9716-47d0-b1ed-b23e8119840e
ArtifactChecksum:OTg5ZTFiMDZjNjFiYTdlY2UzOTE2M2EwMWRkZDU0ZjU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:b7e3e690-2f98-4cde-aa03-2154674c8a37
ResourceInvariantUUID:bfb8f2e5-30cf-4504-a0df-e2511036e4d5
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:18b47fce-5e54-41fe-b401-4c1b0634cf12
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-11-17T06:52:43.605Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bfbd42e4-ae59-45e2-9c48-85166223347b 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-11-17T06:52:43.634Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-17T06:52:43.635Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-11-17T06:52:43.635Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-11-17T06:52:43.636Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 406b0e38-9716-47d0-b1ed-b23e8119840e from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-11-17T06:52:43.636Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-11-17T06:52:43.637Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-11-17T06:52:43.711Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-11-17T06:52:43.716Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 406b0e38-9716-47d0-b1ed-b23e8119840e 110864
2022-11-17T06:52:43.716Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-11-17T06:52:43.717Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-11-17T06:52:43.717Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-17T06:52:43.717Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:52:43.719Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:52:43.720Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f35e7775-3d53-4acc-a6f6-8c4bba661d7b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668667963716,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-17T06:52:43.820Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-17T06:52:43.821Z||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-11-17T06:52:43.821Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:52:43.833Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:52:43.833Z||pool-138-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-11-17T06:52:44.343Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T06:52:44.344Z||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-11-17T06:52:44.344Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:52:44.402Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:52:44.403Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:52:44.403Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fa9edff-3328-4d54-8ba7-179603d2476b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668667784336,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-17T06:52:44.403Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:52:44.728Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-17T06:52:44.732Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-11-17T06:52:44.733Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 406b0e38-9716-47d0-b1ed-b23e8119840e, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-17T06:52:44.733Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-11-17T06:52:44.734Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-17T06:52:44.734Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-17T06:52:44.858Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1536013578660447520/Definitions/service-TestPnfMacro-template.yml
2022-11-17T06:52:45.643Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-17T06:52:45.644Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-11-17T06:52:45.645Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-17T06:52:45.645Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-17T06:52:45.645Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|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-TestPnfMacro-csar.csar
2022-11-17T06:52:45.645Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|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-TestPnfMacro-csar.csar
2022-11-17T06:52:45.645Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|pool-2-thread-2|||||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-11-17T06:52:45.646Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|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-TestPnfMacro-csar.csar
2022-11-17T06:52:45.646Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|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-TestPnfMacro-csar.csar
2022-11-17T06:52:45.646Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|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-TestPnfMacro-csar.csar
2022-11-17T06:52:45.646Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|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-TestPnfMacro-csar.csar
2022-11-17T06:52:45.646Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-11-17T06:52:45.647Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:52:45.647Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T06:52:45.647Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|pool-2-thread-2|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-11-17T06:52:45.648Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-11-17T06:52:45.648Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|pool-2-thread-2|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-17T06:52:45.648Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:52:45.649Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T06:52:45.649Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|pool-2-thread-2|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-11-17T06:52:45.649Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-11-17T06:52:45.649Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|pool-2-thread-2|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-17T06:52:45.650Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:52:45.650Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T06:52:45.650Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:52:45.650Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T06:52:45.651Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:52:45.651Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T06:52:45.651Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:52:45.651Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T06:52:45.652Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:52:45.652Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T06:52:45.652Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:bfbd42e4-ae59-45e2-9c48-85166223347b
Model Version:NULL
Model InvariantUuid:fd2f0372-d54d-4cd7-b981-fb0698b1e41f
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-11-17T06:52:45.660Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: 18b47fce-5e54-41fe-b401-4c1b0634cf12
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-11-17T06:52:45.663Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|pool-2-thread-2|||||INFO|500||test-pnf 0
2022-11-17T06:52:45.663Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 18b47fce-5e54-41fe-b401-4c1b0634cf12
2022-11-17T06:52:45.663Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|pool-2-thread-2|||||DEBUG|500||No resources found for Service: bfbd42e4-ae59-45e2-9c48-85166223347b
2022-11-17T06:52:45.664Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: bfbd42e4-ae59-45e2-9c48-85166223347b
2022-11-17T06:52:45.664Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 18b47fce-5e54-41fe-b401-4c1b0634cf12 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-11-17T06:52:45.669Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1a497c74, org.onap.sdc.toscaparser.api.parameters.Input@262742a4, org.onap.sdc.toscaparser.api.parameters.Input@67758c18, org.onap.sdc.toscaparser.api.parameters.Input@4f0385ec, org.onap.sdc.toscaparser.api.parameters.Input@1e78faa4]
2022-11-17T06:52:45.669Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:52:45.670Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T06:52:45.670Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid bfbd42e4-ae59-45e2-9c48-85166223347b: test-pnf
2022-11-17T06:52:45.670Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|pool-2-thread-2|||||INFO|500||Processing PNF resource: 18b47fce-5e54-41fe-b401-4c1b0634cf12
2022-11-17T06:52:45.671Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-17T06:52:45.671Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T06:52:45.671Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|pool-2-thread-2|||||INFO|500||Resource customization UUID: b7e3e690-2f98-4cde-aa03-2154674c8a37 is the same as notified resource customizationUUID: b7e3e690-2f98-4cde-aa03-2154674c8a37
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-11-17T06:52:45.704Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 18b47fce-5e54-41fe-b401-4c1b0634cf12 0 ASDC deployResourceStructure
2022-11-17T06:52:45.704Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-11-17T06:52:45.704Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-11-17T06:52:45.704Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-17T06:52:45.705Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:52:45.707Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:52:45.707Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f35e7775-3d53-4acc-a6f6-8c4bba661d7b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668667965704,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-17T06:52:45.807Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-17T06:52:45.808Z||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-11-17T06:52:45.808Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:52:45.826Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:52:45.826Z||pool-139-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-17T06:52:46.708Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f35e7775-3d53-4acc-a6f6-8c4bba661d7b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-17T06:52:46.720Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f35e7775-3d53-4acc-a6f6-8c4bba661d7b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-17T06:52:46.723Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-17T06:52:46.723Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-17T06:52:46.723Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-17T06:52:46.723Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-17T06:52:46.723Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-17T06:52:46.724Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-17T06:52:46.724Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-17T06:52:46.724Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-17T06:52:46.724Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-17T06:52:46.724Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|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-11-17T06:52:46.728Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-17T06:53:16.729Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f35e7775-3d53-4acc-a6f6-8c4bba661d7b 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-11-17T06:53:16.737Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f35e7775-3d53-4acc-a6f6-8c4bba661d7b and serviceModelVersionId: bfbd42e4-ae59-45e2-9c48-85166223347b
2022-11-17T06:53:16.737Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fd2f0372-d54d-4cd7-b981-fb0698b1e41f
2022-11-17T06:53:16.738Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fd2f0372-d54d-4cd7-b981-fb0698b1e41f/model-vers/model-ver/bfbd42e4-ae59-45e2-9c48-85166223347b?depth=0
2022-11-17T06:53:16.742Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-11-17T06:53:16.797Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd2f0372-d54d-4cd7-b981-fb0698b1e41f/model-vers/model-ver/bfbd42e4-ae59-45e2-9c48-85166223347b?depth=0|INFO|500||Invoke
2022-11-17T06:53:16.802Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd2f0372-d54d-4cd7-b981-fb0698b1e41f/model-vers/model-ver/bfbd42e4-ae59-45e2-9c48-85166223347b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd2f0372-d54d-4cd7-b981-fb0698b1e41f/model-vers/model-ver/bfbd42e4-ae59-45e2-9c48-85166223347b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f35e7775-3d53-4acc-a6f6-8c4bba661d7b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b5e293e3-ab47-4e61-a9b7-e18fd4786f48], X-ECOMP-RequestID=[f35e7775-3d53-4acc-a6f6-8c4bba661d7b], X-TransactionId=[], X-ONAP-RequestID=[f35e7775-3d53-4acc-a6f6-8c4bba661d7b], Content-Type=[application/merge-patch+json]}
2022-11-17T06:53:16.852Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd2f0372-d54d-4cd7-b981-fb0698b1e41f/model-vers/model-ver/bfbd42e4-ae59-45e2-9c48-85166223347b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-17T06:53:16.997Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd2f0372-d54d-4cd7-b981-fb0698b1e41f/model-vers/model-ver/bfbd42e4-ae59-45e2-9c48-85166223347b?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/fd2f0372-d54d-4cd7-b981-fb0698b1e41f/model-vers/model-ver/bfbd42e4-ae59-45e2-9c48-85166223347b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221117-06:53:16:056-45725], vertex-id=[278672], Content-Length=[0], Date=[Thu, 17 Nov 2022 06:53:16 GMT], Content-Type=[application/json]}
2022-11-17T06:53:16.998Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd2f0372-d54d-4cd7-b981-fb0698b1e41f/model-vers/model-ver/bfbd42e4-ae59-45e2-9c48-85166223347b?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-17T06:53:16.999Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd2f0372-d54d-4cd7-b981-fb0698b1e41f/model-vers/model-ver/bfbd42e4-ae59-45e2-9c48-85166223347b?depth=0|INFO|500||InvokeReturn
2022-11-17T06:53:16.999Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-17T06:53:16.999Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|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-11-17T06:53:17.016Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|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-11-17T06:53:17.016Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f35e7775-3d53-4acc-a6f6-8c4bba661d7b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-17T06:53:17.017Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-17T06:53:17.017Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-17T06:53:17.020Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T06:53:17.021Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f35e7775-3d53-4acc-a6f6-8c4bba661d7b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668667997016,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-17T06:53:17.119Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-11-17T06:53:17.120Z||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-11-17T06:53:17.121Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:53:17.140Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:53:17.141Z||pool-140-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-11-17T06:53:18.047Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T06:53:18.048Z|99affc17-a604-4aae-ac61-fdb40d815086|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-11-17T06:53:18.048Z|99affc17-a604-4aae-ac61-fdb40d815086|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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:53:27.609Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:53:27.609Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T06:53:27.610Z|99affc17-a604-4aae-ac61-fdb40d815086|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-11-17T06:53:27.610Z|99affc17-a604-4aae-ac61-fdb40d815086|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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:53:37.171Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:53:44.336Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T06:53:44.337Z|99affc17-a604-4aae-ac61-fdb40d815086|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-11-17T06:53:44.337Z|99affc17-a604-4aae-ac61-fdb40d815086|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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:53:44.343Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T06:53:44.343Z||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-11-17T06:53:44.344Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:53:44.364Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:53:44.365Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:53:44.365Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fa9edff-3328-4d54-8ba7-179603d2476b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668667784336,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:53:44.366Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:53:44.366Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:53:44.366Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fa9edff-3328-4d54-8ba7-179603d2476b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668667784336,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:53:44.366Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:53:44.367Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:53:44.368Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fa9edff-3328-4d54-8ba7-179603d2476b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668667784336,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-17T06:53:44.368Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:53:44.368Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:53:44.369Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fa9edff-3328-4d54-8ba7-179603d2476b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668667848726,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-17T06:53:44.369Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:53:44.369Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:53:44.369Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fa9edff-3328-4d54-8ba7-179603d2476b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668667851227,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-17T06:53:44.370Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:53:44.370Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:53:44.370Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fa9edff-3328-4d54-8ba7-179603d2476b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668667852301,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-17T06:53:44.371Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:53:44.371Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:53:44.371Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fa9edff-3328-4d54-8ba7-179603d2476b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668667853365,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-17T06:53:44.372Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:53:44.372Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:53:44.372Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fa9edff-3328-4d54-8ba7-179603d2476b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668667854497,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-17T06:53:44.373Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:53:44.373Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:53:44.373Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fa9edff-3328-4d54-8ba7-179603d2476b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668667855502,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-11-17T06:53:44.374Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:53:44.374Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:53:44.374Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fa9edff-3328-4d54-8ba7-179603d2476b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668667856506,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-11-17T06:53:44.374Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:53:44.375Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:53:44.375Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fa9edff-3328-4d54-8ba7-179603d2476b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668667857510,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-17T06:53:44.375Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:53:53.904Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:54:44.336Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T06:54:44.337Z|99affc17-a604-4aae-ac61-fdb40d815086|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-11-17T06:54:44.337Z|99affc17-a604-4aae-ac61-fdb40d815086|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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:54:44.343Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T06:54:44.343Z||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-11-17T06:54:44.343Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:54:44.384Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:54:44.385Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:54:44.385Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fa9edff-3328-4d54-8ba7-179603d2476b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668667948801,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-17T06:54:44.386Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:54:44.386Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:54:44.386Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f35e7775-3d53-4acc-a6f6-8c4bba661d7b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668667949829,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:54:44.386Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:54:44.387Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:54:44.387Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f35e7775-3d53-4acc-a6f6-8c4bba661d7b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668667949829,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:54:44.387Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:54:44.387Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:54:44.387Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f35e7775-3d53-4acc-a6f6-8c4bba661d7b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668667949829,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:54:44.387Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:54:44.387Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:54:44.387Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f35e7775-3d53-4acc-a6f6-8c4bba661d7b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668667949829,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:54:44.387Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:54:44.387Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:54:44.387Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f35e7775-3d53-4acc-a6f6-8c4bba661d7b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668667949829,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:54:44.387Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:54:44.388Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:54:44.388Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f35e7775-3d53-4acc-a6f6-8c4bba661d7b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668667949829,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:54:44.388Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:54:44.392Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:54:44.392Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f35e7775-3d53-4acc-a6f6-8c4bba661d7b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668667949829,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:54:44.392Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:54:44.392Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:54:44.392Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f35e7775-3d53-4acc-a6f6-8c4bba661d7b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668667949829,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-17T06:54:44.392Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:54:44.392Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:54:44.393Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f35e7775-3d53-4acc-a6f6-8c4bba661d7b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668667949829,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-17T06:54:44.393Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-17T06:54:44.393Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:54:44.393Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f35e7775-3d53-4acc-a6f6-8c4bba661d7b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668667963716,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-17T06:54:44.393Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:54:53.914Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:55:44.336Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T06:55:44.338Z|99affc17-a604-4aae-ac61-fdb40d815086|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-11-17T06:55:44.338Z|99affc17-a604-4aae-ac61-fdb40d815086|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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:55:44.343Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T06:55:44.344Z||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-11-17T06:55:44.344Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:55:44.894Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:55:44.894Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:55:44.894Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f35e7775-3d53-4acc-a6f6-8c4bba661d7b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668667965704,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-17T06:55:44.896Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:55:44.896Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T06:55:44.896Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f35e7775-3d53-4acc-a6f6-8c4bba661d7b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668667997016,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-17T06:55:44.896Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T06:55:53.925Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:56:44.336Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T06:56:44.339Z|99affc17-a604-4aae-ac61-fdb40d815086|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-11-17T06:56:44.339Z|99affc17-a604-4aae-ac61-fdb40d815086|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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:56:44.343Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T06:56:44.343Z||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-11-17T06:56:44.344Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:56:53.890Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:56:53.932Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:57:44.336Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T06:57:44.337Z|99affc17-a604-4aae-ac61-fdb40d815086|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-11-17T06:57:44.337Z|99affc17-a604-4aae-ac61-fdb40d815086|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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:57:44.343Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T06:57:44.343Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|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-11-17T06:57:44.344Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:57:53.887Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:57:53.897Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:58:44.336Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T06:58:44.337Z|99affc17-a604-4aae-ac61-fdb40d815086|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-11-17T06:58:44.338Z|99affc17-a604-4aae-ac61-fdb40d815086|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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:58:44.343Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T06:58:44.344Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|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-11-17T06:58:44.344Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:58:53.920Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:58:53.931Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:59:44.336Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T06:59:44.337Z|99affc17-a604-4aae-ac61-fdb40d815086|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-11-17T06:59:44.337Z|99affc17-a604-4aae-ac61-fdb40d815086|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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:59:44.343Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T06:59:44.344Z||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-11-17T06:59:44.345Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T06:59:53.915Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T06:59:53.916Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T07:00:44.336Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T07:00:44.337Z|99affc17-a604-4aae-ac61-fdb40d815086|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-11-17T07:00:44.338Z|99affc17-a604-4aae-ac61-fdb40d815086|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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T07:00:44.343Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T07:00:44.343Z||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-11-17T07:00:44.344Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T07:00:53.889Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T07:00:53.891Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T07:01:44.336Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T07:01:44.337Z|99affc17-a604-4aae-ac61-fdb40d815086|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-11-17T07:01:44.337Z|99affc17-a604-4aae-ac61-fdb40d815086|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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T07:01:44.343Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T07:01:44.343Z||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-11-17T07:01:44.343Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T07:01:53.920Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T07:01:53.921Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T07:02:44.336Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T07:02:44.337Z|99affc17-a604-4aae-ac61-fdb40d815086|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-11-17T07:02:44.337Z|99affc17-a604-4aae-ac61-fdb40d815086|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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T07:02:44.343Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T07:02:44.344Z||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-11-17T07:02:44.344Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T07:02:53.918Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T07:02:53.918Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T07:03:44.336Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T07:03:44.339Z|99affc17-a604-4aae-ac61-fdb40d815086|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-11-17T07:03:44.339Z|99affc17-a604-4aae-ac61-fdb40d815086|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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T07:03:44.343Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T07:03:44.344Z||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-11-17T07:03:44.345Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T07:03:53.898Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T07:03:53.904Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T07:04:44.336Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T07:04:44.337Z|99affc17-a604-4aae-ac61-fdb40d815086|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-11-17T07:04:44.337Z|99affc17-a604-4aae-ac61-fdb40d815086|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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T07:04:44.343Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T07:04:44.344Z||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-11-17T07:04:44.344Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T07:04:53.894Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T07:04:53.899Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T07:05:44.336Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T07:05:44.337Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|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-11-17T07:05:44.338Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T07:05:44.343Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T07:05:44.344Z||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-11-17T07:05:44.344Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T07:05:53.889Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T07:05:53.891Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T07:06:44.336Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T07:06:44.337Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|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-11-17T07:06:44.337Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T07:06:44.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T07:06:44.343Z||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-11-17T07:06:44.344Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T07:06:53.912Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T07:06:53.929Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T07:07:44.336Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T07:07:44.337Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|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-11-17T07:07:44.337Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T07:07:44.343Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T07:07:44.343Z||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-11-17T07:07:44.344Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T07:07:53.890Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T07:07:53.920Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T07:08:44.336Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T07:08:44.337Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|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-11-17T07:08:44.337Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T07:08:44.343Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T07:08:44.344Z|99affc17-a604-4aae-ac61-fdb40d815086|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-11-17T07:08:44.344Z|99affc17-a604-4aae-ac61-fdb40d815086|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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T07:08:53.904Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T07:08:53.908Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T07:09:44.336Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T07:09:44.337Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|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-11-17T07:09:44.337Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T07:09:44.343Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T07:09:44.343Z||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-11-17T07:09:44.344Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T07:09:53.884Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T07:09:53.887Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T07:10:44.336Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T07:10:44.338Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|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-11-17T07:10:44.338Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T07:10:44.343Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T07:10:44.343Z||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-11-17T07:10:44.343Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T07:10:53.898Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T07:10:53.905Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T07:11:44.336Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T07:11:44.337Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|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-11-17T07:11:44.337Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T07:11:44.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T07:11:44.345Z||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-11-17T07:11:44.345Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T07:11:53.892Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T07:11:53.898Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T07:12:44.336Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T07:12:44.337Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|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-11-17T07:12:44.337Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T07:12:44.343Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T07:12:44.343Z||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-11-17T07:12:44.344Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T07:12:53.885Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T07:12:53.897Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T07:13:44.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T07:13:44.338Z||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-11-17T07:13:44.338Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T07:13:44.343Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T07:13:44.344Z||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-11-17T07:13:44.345Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T07:13:53.901Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T07:13:53.902Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T07:14:44.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T07:14:44.337Z||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-11-17T07:14:44.337Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T07:14:44.343Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T07:14:44.343Z||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-11-17T07:14:44.343Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T07:14:53.913Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T07:14:53.925Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T07:15:44.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T07:15:44.337Z||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-11-17T07:15:44.337Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T07:15:44.343Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T07:15:44.343Z|99affc17-a604-4aae-ac61-fdb40d815086|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-11-17T07:15:44.343Z|99affc17-a604-4aae-ac61-fdb40d815086|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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T07:15:53.930Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T07:15:53.934Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T07:16:44.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T07:16:44.337Z||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-11-17T07:16:44.337Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T07:16:44.343Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T07:16:44.343Z||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-11-17T07:16:44.343Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T07:16:53.916Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T07:16:53.935Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T07:17:44.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T07:17:44.337Z||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-11-17T07:17:44.337Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T07:17:44.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T07:17:44.344Z||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-11-17T07:17:44.344Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T07:17:53.915Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T07:17:53.928Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T07:18:44.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T07:18:44.338Z||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-11-17T07:18:44.339Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T07:18:44.343Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T07:18:44.343Z||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-11-17T07:18:44.343Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T07:18:53.927Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T07:18:53.927Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T07:19:44.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T07:19:44.337Z||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-11-17T07:19:44.337Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T07:19:44.343Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T07:19:44.344Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|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-11-17T07:19:44.344Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T07:19:53.912Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T07:19:53.923Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T07:20:44.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T07:20:44.337Z||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-11-17T07:20:44.337Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T07:20:44.344Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T07:20:44.345Z|3fa9edff-3328-4d54-8ba7-179603d2476b|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-11-17T07:20:44.345Z|3fa9edff-3328-4d54-8ba7-179603d2476b|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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T07:20:53.914Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T07:20:53.915Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T07:21:44.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T07:21:44.337Z||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-11-17T07:21:44.337Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T07:21:44.343Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T07:21:44.344Z||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-11-17T07:21:44.344Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T07:21:53.906Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T07:21:53.923Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T07:22:44.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T07:22:44.337Z||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-11-17T07:22:44.337Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T07:22:44.343Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T07:22:44.343Z||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-11-17T07:22:44.344Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T07:22:53.901Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T07:22:53.902Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T07:23:44.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T07:23:44.337Z||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-11-17T07:23:44.337Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T07:23:44.343Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T07:23:44.343Z|99affc17-a604-4aae-ac61-fdb40d815086|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-11-17T07:23:44.343Z|99affc17-a604-4aae-ac61-fdb40d815086|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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T07:23:53.920Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T07:23:53.926Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T07:24:44.336Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T07:24:44.337Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|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-11-17T07:24:44.337Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T07:24:44.343Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T07:24:44.343Z||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-11-17T07:24:44.343Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T07:24:53.911Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T07:24:53.911Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T07:25:44.336Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T07:25:44.339Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|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-11-17T07:25:44.339Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T07:25:44.343Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T07:25:44.343Z||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-11-17T07:25:44.343Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T07:25:53.898Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T07:25:53.898Z|f35e7775-3d53-4acc-a6f6-8c4bba661d7b|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T07:26:44.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T07:26:44.337Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-17T07:26:44.337Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vzqZKVHLs8Jj4U3R) ...
2022-11-17T07:26:44.348Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T07:26:44.348Z||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-11-17T07:26:44.348Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T07:26:53.914Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T07:26:53.916Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T07:27:44.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T07:27:44.338Z||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-11-17T07:27:44.338Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T07:27:44.343Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T07:27:44.344Z||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-11-17T07:27:44.344Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T07:27:53.886Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T07:27:53.887Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T07:28:44.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T07:28:44.337Z||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-11-17T07:28:44.337Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T07:28:44.343Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T07:28:44.344Z||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-11-17T07:28:44.344Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T07:28:53.904Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T07:28:53.904Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T07:29:44.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T07:29:44.337Z||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-11-17T07:29:44.337Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T07:29:44.343Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T07:29:44.344Z||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-11-17T07:29:44.344Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T07:29:53.901Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T07:29:53.904Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T07:30:44.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T07:30:44.337Z||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-11-17T07:30:44.337Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T07:30:44.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T07:30:44.343Z||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-11-17T07:30:44.344Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T07:30:53.887Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T07:30:53.891Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T07:31:44.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T07:31:44.339Z||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-11-17T07:31:44.339Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T07:31:44.343Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T07:31:44.344Z||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-11-17T07:31:44.344Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T07:31:53.927Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T07:31:53.928Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T07:32:44.337Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T07:32:44.340Z||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-11-17T07:32:44.340Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T07:32:44.343Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T07:32:44.344Z||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-11-17T07:32:44.344Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T07:32:53.908Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T07:32:53.915Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T07:33:44.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T07:33:44.337Z||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-11-17T07:33:44.337Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T07:33:44.343Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T07:33:44.343Z|99affc17-a604-4aae-ac61-fdb40d815086|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-11-17T07:33:44.343Z|99affc17-a604-4aae-ac61-fdb40d815086|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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T07:33:53.884Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T07:33:53.899Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T07:34:44.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T07:34:44.337Z||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-11-17T07:34:44.337Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T07:34:44.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T07:34:44.343Z||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-11-17T07:34:44.344Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T07:34:53.888Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T07:34:53.888Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T07:35:44.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T07:35:44.337Z||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-11-17T07:35:44.337Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T07:35:44.343Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T07:35:44.343Z||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-11-17T07:35:44.343Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T07:35:53.886Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T07:35:53.912Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T07:36:44.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T07:36:44.337Z||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-11-17T07:36:44.338Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T07:36:44.343Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T07:36:44.343Z||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-11-17T07:36:44.343Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T07:36:53.908Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T07:36:53.911Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T07:37:44.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T07:37:44.337Z||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-11-17T07:37:44.337Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T07:37:44.343Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T07:37:44.343Z|3fa9edff-3328-4d54-8ba7-179603d2476b|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-11-17T07:37:44.343Z|3fa9edff-3328-4d54-8ba7-179603d2476b|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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T07:37:53.881Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T07:37:53.885Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T07:38:44.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T07:38:44.337Z||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-11-17T07:38:44.337Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T07:38:44.343Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T07:38:44.344Z||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-11-17T07:38:44.344Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T07:38:53.920Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T07:38:53.933Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T07:39:44.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T07:39:44.338Z||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-11-17T07:39:44.338Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T07:39:44.343Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T07:39:44.343Z||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-11-17T07:39:44.344Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T07:39:53.903Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T07:39:53.907Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T07:40:44.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T07:40:44.337Z||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-11-17T07:40:44.337Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T07:40:44.343Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T07:40:44.343Z||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-11-17T07:40:44.344Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T07:40:53.886Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T07:40:53.887Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T07:41:44.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T07:41:44.337Z||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-11-17T07:41:44.337Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T07:41:44.343Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T07:41:44.343Z|3fa9edff-3328-4d54-8ba7-179603d2476b|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-11-17T07:41:44.344Z|3fa9edff-3328-4d54-8ba7-179603d2476b|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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T07:41:53.905Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T07:41:53.923Z|3fa9edff-3328-4d54-8ba7-179603d2476b|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T07:42:44.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T07:42:44.338Z||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-11-17T07:42:44.339Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T07:42:44.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T07:42:44.344Z||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-11-17T07:42:44.344Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T07:42:53.893Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T07:42:53.893Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T07:43:44.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T07:43:44.337Z||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-11-17T07:43:44.337Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T07:43:44.343Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T07:43:44.343Z||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-11-17T07:43:44.343Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T07:43:53.901Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T07:43:53.906Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-17T07:44:44.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T07:44:44.337Z||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-11-17T07:44:44.337Z||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 vzqZKVHLs8Jj4U3R) ...
2022-11-17T07:44:44.343Z|99affc17-a604-4aae-ac61-fdb40d815086|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T07:44:44.343Z|99affc17-a604-4aae-ac61-fdb40d815086|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-11-17T07:44:44.344Z|99affc17-a604-4aae-ac61-fdb40d815086|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 vzqZKVHLs8Jj4U3R) ...