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-10-28T05:25:59.272Z||main|||||INFO|500||The following profiles are active: basic
2022-10-28T05:26:10.995Z||main|||||INFO|500||Starting service [Tomcat]
2022-10-28T05:26:10.996Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-10-28T05:26:11.164Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-10-28T05:26:16.691Z||main|||||INFO|500||catdb-pool - Starting...
2022-10-28T05:26:17.428Z||main|||||INFO|500||catdb-pool - Start completed.
2022-10-28T05:26:18.104Z||main|||||INFO|500||reqdb-pool - Starting...
2022-10-28T05:26:18.111Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-10-28T05:26:18.310Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-10-28T05:26:18.575Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-10-28T05:26:19.368Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-10-28T05:26:21.851Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-10-28T05:26:24.116Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-10-28T05:26:24.171Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-10-28T05:26:24.880Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-10-28T05:26:25.130Z||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-10-28T05:26:26.170Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-10-28T05:26:27.270Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-10-28T05:26:27.304Z||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$$1cee29c1.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-10-28T05:26:27.305Z||main|||||WARN|500||The sdc end point is not alive
2022-10-28T05:26:30.044Z||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-10-28T05:26:32.878Z||main|||||WARN|500||---
2022-10-28T05:26:32.878Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-10-28T05:26:32.879Z||main|||||WARN|500||---
2022-10-28T05:26:33.393Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-10-28T05:26:38.922Z||main|||||INFO|500||Started Application in 42.953 seconds (JVM running for 45.082)
2022-10-28T05:26:38.936Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-10-28T05:26:38.939Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-10-28T05:26:38.950Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-10-28T05:26:38.966Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-10-28T05:26:39.008Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ae01836b-4db2-4998-b228-bf7f03add5ac url= /sdc/v1/artifactTypes
2022-10-28T05:26:39.008Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-10-28T05:26:39.248Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-10-28T05:26:39.313Z||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-10-28T05:26:39.337Z||scheduling-1|||||DEBUG|500||create keys
2022-10-28T05:26:39.345Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-10-28T05:26:39.415Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T05:26:39.432Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 2c3d8144-9514-46d7-8d9d-5d1254c8e4a9 url= /sdc/v1/registerForDistribution
2022-10-28T05:26:39.625Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 2c3d8144-9514-46d7-8d9d-5d1254c8e4a9 url= /sdc/v1/registerForDistribution
2022-10-28T05:26:39.626Z||scheduling-1|||||INFO|500||start DistributionClient
2022-10-28T05:26:39.644Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:26:39.658Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:26:39.674Z||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-10-28T05:26:39.674Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T05:26:39.676Z||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-10-28T05:26:39.677Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T05:26:39.681Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-10-28T05:26:50.130Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T05:26:50.134Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T05:27:39.642Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:27:39.644Z||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-10-28T05:27:39.644Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T05:27:39.645Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:27:39.645Z||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-10-28T05:27:39.647Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T05:27:49.196Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T05:27:49.200Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T05:28:39.642Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:28:39.643Z||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-10-28T05:28:39.644Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T05:28:39.645Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:28:39.646Z||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-10-28T05:28:39.646Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T05:28:49.192Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T05:28:49.193Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T05:29:39.642Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:29:39.643Z||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-10-28T05:29:39.643Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T05:29:39.645Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:29:39.646Z||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-10-28T05:29:39.647Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T05:29:49.194Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T05:29:49.200Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T05:30:39.642Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:30:39.644Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-28T05:30:39.644Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as d8zaDJu6lH6Mp71d) ...
2022-10-28T05:30:39.645Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:30:39.646Z||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-10-28T05:30:39.646Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T05:30:49.189Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T05:30:49.190Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T05:31:39.642Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:31:39.644Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-28T05:31:39.644Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as d8zaDJu6lH6Mp71d) ...
2022-10-28T05:31:39.645Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:31:39.645Z||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-10-28T05:31:39.645Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T05:31:49.192Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T05:31:49.196Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T05:32:39.642Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:32:39.643Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-28T05:32:39.643Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as d8zaDJu6lH6Mp71d) ...
2022-10-28T05:32:39.645Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:32:39.646Z||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-10-28T05:32:39.646Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T05:32:49.195Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T05:32:49.210Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T05:33:39.642Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:33:39.643Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-28T05:33:39.643Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as d8zaDJu6lH6Mp71d) ...
2022-10-28T05:33:39.645Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:33:39.649Z||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-10-28T05:33:39.649Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T05:33:49.198Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T05:33:49.199Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T05:34:39.642Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:34:39.644Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-28T05:34:39.644Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as d8zaDJu6lH6Mp71d) ...
2022-10-28T05:34:39.645Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:34:39.645Z||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-10-28T05:34:39.646Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T05:34:49.189Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T05:34:49.192Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T05:35:39.642Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:35:39.643Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-28T05:35:39.643Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as d8zaDJu6lH6Mp71d) ...
2022-10-28T05:35:39.645Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:35:39.646Z||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-10-28T05:35:39.646Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T05:35:49.191Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T05:35:49.207Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T05:36:39.642Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:36:39.643Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-28T05:36:39.643Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as d8zaDJu6lH6Mp71d) ...
2022-10-28T05:36:39.645Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:36:39.645Z||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-10-28T05:36:39.645Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T05:36:47.325Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-10-28T05:36:49.187Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T05:36:49.189Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T05:37:39.642Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:37:39.643Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-28T05:37:39.644Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as d8zaDJu6lH6Mp71d) ...
2022-10-28T05:37:39.645Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:37:39.646Z||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-10-28T05:37:39.646Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T05:37:49.190Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T05:37:49.190Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T05:38:39.642Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:38:39.643Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-28T05:38:39.643Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as d8zaDJu6lH6Mp71d) ...
2022-10-28T05:38:39.645Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:38:39.646Z||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-10-28T05:38:39.646Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T05:38:49.202Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T05:38:49.208Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T05:39:39.642Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:39:39.643Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-28T05:39:39.643Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as d8zaDJu6lH6Mp71d) ...
2022-10-28T05:39:39.645Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:39:39.646Z||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-10-28T05:39:39.646Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T05:39:49.184Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T05:39:49.189Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T05:40:39.642Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:40:39.643Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-28T05:40:39.644Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as d8zaDJu6lH6Mp71d) ...
2022-10-28T05:40:39.645Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:40:39.646Z||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-10-28T05:40:39.646Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T05:40:49.194Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T05:40:49.196Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T05:41:39.642Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:41:39.644Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-28T05:41:39.644Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as d8zaDJu6lH6Mp71d) ...
2022-10-28T05:41:39.645Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:41:39.646Z||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-10-28T05:41:39.646Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T05:41:49.187Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T05:41:49.190Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T05:42:39.642Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:42:39.643Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-28T05:42:39.643Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as d8zaDJu6lH6Mp71d) ...
2022-10-28T05:42:39.645Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:42:39.645Z||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-10-28T05:42:39.646Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T05:42:49.182Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T05:42:49.183Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T05:43:39.642Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:43:39.643Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-28T05:43:39.643Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as d8zaDJu6lH6Mp71d) ...
2022-10-28T05:43:39.645Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:43:39.645Z||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-10-28T05:43:39.645Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T05:43:49.193Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T05:43:49.200Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T05:44:39.642Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:44:39.643Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-28T05:44:39.643Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as d8zaDJu6lH6Mp71d) ...
2022-10-28T05:44:39.645Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:44:39.645Z||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-10-28T05:44:39.646Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T05:44:49.184Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T05:44:49.185Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T05:45:39.642Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:45:39.643Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-28T05:45:39.643Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as d8zaDJu6lH6Mp71d) ...
2022-10-28T05:45:39.645Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:45:39.645Z||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-10-28T05:45:39.646Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T05:45:49.193Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T05:45:49.193Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T05:46:39.642Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:46:39.643Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-28T05:46:39.643Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as d8zaDJu6lH6Mp71d) ...
2022-10-28T05:46:39.645Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:46:39.646Z||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-10-28T05:46:39.646Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T05:46:49.185Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T05:46:49.187Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T05:47:39.642Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:47:39.643Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-28T05:47:39.643Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as d8zaDJu6lH6Mp71d) ...
2022-10-28T05:47:39.645Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:47:39.646Z||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-10-28T05:47:39.646Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T05:47:49.188Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T05:47:49.199Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T05:48:39.642Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:48:39.643Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-28T05:48:39.644Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as d8zaDJu6lH6Mp71d) ...
2022-10-28T05:48:39.645Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:48:39.645Z||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-10-28T05:48:39.646Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T05:48:49.189Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T05:48:49.198Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T05:49:39.642Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:49:39.645Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:49:39.645Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-28T05:49:39.645Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as d8zaDJu6lH6Mp71d) ...
2022-10-28T05:49:39.645Z||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-10-28T05:49:39.646Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T05:49:49.199Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T05:49:49.199Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T05:50:39.642Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:50:39.644Z||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-10-28T05:50:39.644Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T05:50:39.645Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:50:39.646Z||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-10-28T05:50:39.647Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T05:50:49.194Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T05:50:49.194Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T05:51:39.642Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:51:39.643Z||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-10-28T05:51:39.643Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T05:51:39.645Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:51:39.645Z||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-10-28T05:51:39.646Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T05:51:49.189Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T05:51:49.198Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T05:52:39.642Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:52:39.644Z||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-10-28T05:52:39.644Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T05:52:39.646Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:52:39.647Z||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-10-28T05:52:39.647Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T05:52:49.188Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T05:52:49.218Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T05:53:39.642Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:53:39.643Z||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-10-28T05:53:39.643Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T05:53:39.645Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:53:39.646Z||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-10-28T05:53:39.646Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T05:53:49.194Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T05:53:49.200Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T05:54:39.642Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:54:39.643Z||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-10-28T05:54:39.643Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T05:54:39.646Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:54:39.646Z||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-10-28T05:54:39.647Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T05:54:49.184Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T05:54:49.193Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T05:55:39.642Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:55:39.643Z||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-10-28T05:55:39.643Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T05:55:39.645Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:55:39.646Z||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-10-28T05:55:39.646Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T05:55:49.192Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T05:55:49.194Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T05:56:39.642Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:56:39.643Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-28T05:56:39.643Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as d8zaDJu6lH6Mp71d) ...
2022-10-28T05:56:39.645Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:56:39.646Z||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-10-28T05:56:39.646Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T05:56:49.186Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T05:56:49.189Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T05:57:39.642Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:57:39.643Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-28T05:57:39.643Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as d8zaDJu6lH6Mp71d) ...
2022-10-28T05:57:39.645Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:57:39.646Z||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-10-28T05:57:39.646Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T05:57:49.189Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T05:57:49.199Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T05:58:39.642Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:58:39.643Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-28T05:58:39.643Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as d8zaDJu6lH6Mp71d) ...
2022-10-28T05:58:39.645Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:58:39.645Z||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-10-28T05:58:39.646Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T05:58:49.196Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T05:58:49.201Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T05:59:39.642Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:59:39.645Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T05:59:39.645Z||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-10-28T05:59:39.646Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T05:59:39.645Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-28T05:59:39.646Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as d8zaDJu6lH6Mp71d) ...
2022-10-28T05:59:49.217Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T05:59:49.219Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:00:39.642Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:00:39.643Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-28T06:00:39.643Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:00:39.645Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:00:39.646Z||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-10-28T06:00:39.646Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:00:49.185Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:00:49.238Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:01:39.642Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:01:39.643Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-28T06:01:39.643Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:01:39.645Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:01:39.646Z||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-10-28T06:01:39.646Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:01:49.199Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:01:49.205Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:02:39.642Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:02:39.643Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-28T06:02:39.644Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:02:39.645Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:02:39.645Z||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-10-28T06:02:39.646Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:02:49.192Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:02:49.266Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:03:39.642Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:03:39.645Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:03:39.645Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-28T06:03:39.645Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:03:39.645Z||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-10-28T06:03:39.646Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:03:49.203Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:03:49.203Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:04:39.642Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:04:39.643Z||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-10-28T06:04:39.644Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:04:39.646Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:04:39.647Z||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-10-28T06:04:39.647Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:04:49.231Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:04:49.233Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:05:39.642Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:05:39.643Z||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-10-28T06:05:39.643Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:05:39.645Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:05:39.646Z||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-10-28T06:05:39.646Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:05:49.192Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:05:49.193Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:06:39.642Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:06:39.643Z||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-10-28T06:06:39.643Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:06:39.645Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:06:39.645Z||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-10-28T06:06:39.646Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:06:49.191Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:06:49.193Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:07:39.642Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:07:39.644Z||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-10-28T06:07:39.644Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:07:39.645Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:07:39.645Z||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-10-28T06:07:39.645Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:07:49.209Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:07:49.211Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:08:39.644Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:08:39.645Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:08:39.645Z||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-10-28T06:08:39.645Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:08:39.645Z||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-10-28T06:08:39.646Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:08:49.214Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:08:49.222Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:09:39.642Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:09:39.643Z||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-10-28T06:09:39.644Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:09:39.645Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:09:39.645Z||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-10-28T06:09:39.645Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:09:40.288Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:09:40.290Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-28T06:09:40.290Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"b908848f-f332-45c4-b658-c5ccadd34dac","serviceName":"vFW 2022-10-28 06-07-59","serviceVersion":"1.0","serviceUUID":"d00cc446-57fe-4142-a565-cb39c6ff87c0","serviceDescription":"catalog service description","serviceInvariantUUID":"69d51862-47ac-4fda-a28e-98447653eb93","resources":[{"resourceInstanceName":"vFW 50e93e40-b817 0","resourceName":"vFW 50e93e40-b817","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1c72d2df-d919-4028-be1b-97d687e8e7ec","resourceInvariantUUID":"0758dd49-66f5-478b-939b-e342b53814c1","resourceCustomizationUUID":"1d2c8bf0-4147-48c1-a0b2-2bf0be984548","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/vf-license-model.xml","artifactChecksum":"ZGUwMDg1Yzg3YmE2MjY5MmQ5N2QwZjVkZWZlNzAyMmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"143db8e1-c020-45b4-bb74-9275d861ab00","artifactVersion":"1"},{"artifactName":"vfw50e93e40b8170_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/vfw50e93e40b8170_modules.json","artifactChecksum":"ZDI3YzVmZmE4NDUwNjVjNjZhNWM5YzhiMTU2ZjhkMDY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d0cc6e35-8cd4-4ef5-a801-6e6e5b7f1686","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"5ab85509-bab5-4516-a4ba-6530e6455130","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/vendor-license-model.xml","artifactChecksum":"NTgxNzQ5YzE3Mjg2OTllMDlhMmVkMjc3NjliNmIxZmU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6edea810-3418-49bd-be18-08516de3ab25","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"efd1aeb6-43ae-4d9f-b9f7-8ff43c5f8a02","artifactVersion":"2","generatedFromUUID":"5ab85509-bab5-4516-a4ba-6530e6455130"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221028060759-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221028060759/1.0/artifacts/service-Vfw20221028060759-template.yml","artifactChecksum":"ZDUyYWZkODM4NGFmZTgwOWFiMzFiYzI4MGVlOTA2MGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a48663d2-5297-419a-9fcd-32f413f11784","artifactVersion":"1"},{"artifactName":"service-Vfw20221028060759-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221028060759/1.0/artifacts/service-Vfw20221028060759-csar.csar","artifactChecksum":"YzUyNDUyYmU1Y2EwYmUxZTY3Yjk5MDA3OWE0MGJmOGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3a4b40cc-550c-4ade-8e4f-9ac009ffd6bf","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-28T06:09:40.294Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:09:40.296Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-28T06:09:40.297Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666937336050,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:09:40.303Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-28T06:09:40.309Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:09:40.316Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:09:40.316Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-28T06:09:40.316Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666937335531,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:09:40.317Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:09:40.317Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-28T06:09:40.317Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
  "consumerID": "cds",
  "timestamp": 1666937338430,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:09:40.317Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:09:40.318Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-28T06:09:40.318Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
  "consumerID": "aai-ml",
  "timestamp": 1666937337890,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:09:40.319Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:09:40.319Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-28T06:09:40.319Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666937336050,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/vfw50e93e40b8170_modules.json",
  "status": "NOTIFIED"
}
2022-10-28T06:09:40.319Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:09:40.319Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-28T06:09:40.319Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666937335531,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/vfw50e93e40b8170_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:09:40.320Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:09:40.320Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-28T06:09:40.320Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
  "consumerID": "cds",
  "timestamp": 1666937338430,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/vfw50e93e40b8170_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:09:40.320Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:09:40.320Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:09:40.320Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666937379642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:09:40.320Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-28T06:09:40.320Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
  "consumerID": "aai-ml",
  "timestamp": 1666937337890,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/vfw50e93e40b8170_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:09:40.321Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:09:40.321Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-28T06:09:40.321Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666937336050,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-10-28T06:09:40.321Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:09:40.321Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-28T06:09:40.321Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666937335531,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:09:40.321Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:09:40.321Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-28T06:09:40.321Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
  "consumerID": "cds",
  "timestamp": 1666937338430,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:09:40.322Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:09:40.322Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-28T06:09:40.322Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
  "consumerID": "aai-ml",
  "timestamp": 1666937337890,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:09:40.322Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:09:40.322Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-28T06:09:40.322Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666937336050,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:09:40.323Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:09:40.323Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-28T06:09:40.323Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666937335531,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:09:40.323Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:09:40.323Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-28T06:09:40.323Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
  "consumerID": "cds",
  "timestamp": 1666937338430,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:09:40.323Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:09:40.323Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-28T06:09:40.323Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
  "consumerID": "aai-ml",
  "timestamp": 1666937337890,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:09:40.324Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:09:40.324Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-28T06:09:40.324Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666937336050,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-10-28T06:09:40.324Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:09:40.324Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-28T06:09:40.324Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666937335531,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:09:40.325Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:09:40.325Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-28T06:09:40.325Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
  "consumerID": "cds",
  "timestamp": 1666937338430,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:09:40.325Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:09:40.325Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-28T06:09:40.325Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
  "consumerID": "aai-ml",
  "timestamp": 1666937337890,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:09:40.325Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:09:40.325Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-28T06:09:40.325Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666937336050,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/artifacts/service-Vfw20221028060759-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:09:40.325Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:09:40.326Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-28T06:09:40.326Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
  "consumerID": "cds",
  "timestamp": 1666937338430,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/artifacts/service-Vfw20221028060759-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:09:40.326Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:09:40.326Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-28T06:09:40.326Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666937335531,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/artifacts/service-Vfw20221028060759-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:09:40.326Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:09:40.326Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-28T06:09:40.326Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
  "consumerID": "aai-ml",
  "timestamp": 1666937337890,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/artifacts/service-Vfw20221028060759-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:09:40.326Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:09:40.326Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-28T06:09:40.326Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666937336050,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/artifacts/service-Vfw20221028060759-csar.csar",
  "status": "NOTIFIED"
}
2022-10-28T06:09:40.327Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:09:40.327Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-28T06:09:40.327Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666937335531,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/artifacts/service-Vfw20221028060759-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:09:40.327Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:09:40.327Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-28T06:09:40.327Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
  "consumerID": "cds",
  "timestamp": 1666937338430,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/artifacts/service-Vfw20221028060759-csar.csar",
  "status": "NOTIFIED"
}
2022-10-28T06:09:40.327Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:09:40.327Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-28T06:09:40.327Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
  "consumerID": "aai-ml",
  "timestamp": 1666937337890,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/artifacts/service-Vfw20221028060759-csar.csar",
  "status": "NOTIFIED"
}
2022-10-28T06:09:40.327Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:09:40.327Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-28T06:09:40.327Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666937348621,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/vfw50e93e40b8170_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-28T06:09:40.328Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:09:40.328Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-28T06:09:40.328Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
  "consumerID": "cds",
  "timestamp": 1666937349365,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/artifacts/service-Vfw20221028060759-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-28T06:09:40.328Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:09:40.328Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-28T06:09:40.328Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
  "consumerID": "aai-ml",
  "timestamp": 1666937348885,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/artifacts/service-Vfw20221028060759-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-28T06:09:40.328Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:09:40.328Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-28T06:09:40.328Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666937349306,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:09:40.328Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:09:40.328Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-28T06:09:40.329Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
  "consumerID": "cds",
  "timestamp": 1666937350386,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/artifacts/service-Vfw20221028060759-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-10-28T06:09:40.420Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-10-28T06:09:40.427Z||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-10-28T06:09:40.428Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:09:40.441Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:09:40.442Z||pool-3-thread-1|||||INFO|500||cambria reply ok (15 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-10-28T06:09:40.634Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b908848f-f332-45c4-b658-c5ccadd34dac
2022-10-28T06:09:40.651Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b908848f-f332-45c4-b658-c5ccadd34dac 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-10-28T06:09:40.679Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-28T06:09:40.679Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666937349705,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-28T06:09:40.680Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:09:40.680Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-28T06:09:40.680Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666937349306,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/vfw50e93e40b8170_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:09:40.680Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:09:40.680Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-28T06:09:40.680Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666937350806,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-10-28T06:09:40.680Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:09:40.681Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-28T06:09:40.681Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666937349306,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:09:40.681Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:09:40.681Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-28T06:09:40.681Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666937351920,
  "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-10-28T06:09:40.700Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b908848f-f332-45c4-b658-c5ccadd34dac
2022-10-28T06:09:40.701Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b908848f-f332-45c4-b658-c5ccadd34dac 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-10-28T06:09:40.712Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-28T06:09:40.713Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666937349306,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:09:40.713Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:09:40.713Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-28T06:09:40.713Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666937352925,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/vfw50e93e40b8170_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-28T06:09:40.713Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:09:40.713Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-28T06:09:40.713Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666937349306,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:09:40.714Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:09:40.714Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-28T06:09:40.714Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666937349306,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/artifacts/service-Vfw20221028060759-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:09:40.714Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:09:40.714Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-28T06:09:40.714Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666937349306,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/artifacts/service-Vfw20221028060759-csar.csar",
  "status": "NOTIFIED"
}
2022-10-28T06:09:40.714Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:09:40.714Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-28T06:09:40.714Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666937357157,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/artifacts/service-Vfw20221028060759-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-28T06:09:40.715Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:09:40.715Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-28T06:09:40.715Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666937362616,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/artifacts/service-Vfw20221028060759-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-28T06:09:40.715Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:09:40.715Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-28T06:09:40.715Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666937363621,
  "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-10-28T06:09:40.720Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b908848f-f332-45c4-b658-c5ccadd34dac
2022-10-28T06:09:40.721Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b908848f-f332-45c4-b658-c5ccadd34dac 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-10-28T06:09:40.738Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-28T06:09:40.738Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
  "consumerID": "aai-ml",
  "timestamp": 1666937365727,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/artifacts/service-Vfw20221028060759-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-28T06:09:40.739Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:09:40.739Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-28T06:09:40.739Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
  "consumerID": "aai-ml",
  "timestamp": 1666937366739,
  "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-10-28T06:09:40.744Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b908848f-f332-45c4-b658-c5ccadd34dac
2022-10-28T06:09:40.745Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b908848f-f332-45c4-b658-c5ccadd34dac 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-10-28T06:09:41.328Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-28T06:09:41.328Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:09:41.330Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:09:41.331Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666937379642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/vfw50e93e40b8170_modules.json",
  "status": "NOTIFIED"
}
2022-10-28T06:09:41.431Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T06:09:41.432Z||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-10-28T06:09:41.432Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:09:41.446Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:09:41.448Z||pool-4-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-28T06:09:42.332Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-28T06:09:42.333Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:09:42.335Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:09:42.336Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666937379642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-10-28T06:09:42.436Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T06:09:42.450Z||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-10-28T06:09:42.450Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:09:42.472Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:09:42.473Z||pool-5-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":1,"count":1}
2022-10-28T06:09:43.336Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-28T06:09:43.337Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:09:43.340Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:09:43.340Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666937379642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:09:43.440Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T06:09:43.441Z||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-10-28T06:09:43.441Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:09:43.452Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:09:43.453Z||pool-6-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-28T06:09:44.341Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-28T06:09:44.342Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:09:44.344Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:09:44.344Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666937379642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-10-28T06:09:44.445Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-28T06:09:44.447Z||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-10-28T06:09:44.447Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:09:44.462Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:09:44.463Z||pool-7-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-10-28T06:09:45.345Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-28T06:09:45.346Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:09:45.348Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:09:45.348Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666937379642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/artifacts/service-Vfw20221028060759-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:09:45.448Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T06:09:45.450Z||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-10-28T06:09:45.450Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:09:45.463Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:09:45.464Z||pool-8-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-10-28T06:09:46.349Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-28T06:09:46.349Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:09:46.351Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:09:46.352Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666937379642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/artifacts/service-Vfw20221028060759-csar.csar",
  "status": "NOTIFIED"
}
2022-10-28T06:09:46.452Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T06:09:46.454Z||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-10-28T06:09:46.454Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:09:46.466Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:09:46.467Z||pool-9-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-10-28T06:09:47.353Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
  "serviceName": "vFW 2022-10-28 06-07-59",
  "serviceVersion": "1.0",
  "serviceUUID": "d00cc446-57fe-4142-a565-cb39c6ff87c0",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "69d51862-47ac-4fda-a28e-98447653eb93",
  "resources": [
    {
      "resourceInstanceName": "vFW 50e93e40-b817 0",
      "resourceCustomizationUUID": "1d2c8bf0-4147-48c1-a0b2-2bf0be984548",
      "resourceName": "vFW 50e93e40-b817",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1c72d2df-d919-4028-be1b-97d687e8e7ec",
      "resourceInvariantUUID": "0758dd49-66f5-478b-939b-e342b53814c1",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw50e93e40b8170_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/vfw50e93e40b8170_modules.json",
          "artifactChecksum": "ZDI3YzVmZmE4NDUwNjVjNjZhNWM5YzhiMTU2ZjhkMDY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d0cc6e35-8cd4-4ef5-a801-6e6e5b7f1686",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "5ab85509-bab5-4516-a4ba-6530e6455130",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "efd1aeb6-43ae-4d9f-b9f7-8ff43c5f8a02",
            "generatedFromUUID": "5ab85509-bab5-4516-a4ba-6530e6455130"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "efd1aeb6-43ae-4d9f-b9f7-8ff43c5f8a02",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20221028060759-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/artifacts/service-Vfw20221028060759-csar.csar",
      "artifactChecksum": "YzUyNDUyYmU1Y2EwYmUxZTY3Yjk5MDA3OWE0MGJmOGY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3a4b40cc-550c-4ade-8e4f-9ac009ffd6bf"
    }
  ],
  "workloadContext": "Production"
}
2022-10-28T06:09:47.354Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-28T06:09:47.355Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d00cc446-57fe-4142-a565-cb39c6ff87c0 ASDC
2022-10-28T06:09:47.529Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:b908848f-f332-45c4-b658-c5ccadd34dac
ServiceName:vFW 2022-10-28 06-07-59
ServiceVersion:1.0
ServiceUUID:d00cc446-57fe-4142-a565-cb39c6ff87c0
ServiceInvariantUUID:69d51862-47ac-4fda-a28e-98447653eb93
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221028060759-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221028060759/1.0/artifacts/service-Vfw20221028060759-csar.csar
ArtifactUUID:3a4b40cc-550c-4ade-8e4f-9ac009ffd6bf
ArtifactChecksum:YzUyNDUyYmU1Y2EwYmUxZTY3Yjk5MDA3OWE0MGJmOGY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 50e93e40-b817 0
ResourceCustomizationUUID:1d2c8bf0-4147-48c1-a0b2-2bf0be984548
ResourceInvariantUUID:0758dd49-66f5-478b-939b-e342b53814c1
ResourceName:vFW 50e93e40-b817
ResourceType:VF
ResourceUUID:1c72d2df-d919-4028-be1b-97d687e8e7ec
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw50e93e40b8170_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/vfw50e93e40b8170_modules.json
ArtifactUUID:d0cc6e35-8cd4-4ef5-a801-6e6e5b7f1686
ArtifactChecksum:ZDI3YzVmZmE4NDUwNjVjNjZhNWM5YzhiMTU2ZjhkMDY=
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/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/base_vfw.yaml
ArtifactUUID:5ab85509-bab5-4516-a4ba-6530e6455130
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/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/base_vfw.env
ArtifactUUID:efd1aeb6-43ae-4d9f-b9f7-8ff43c5f8a02
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/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/base_vfw.env
ArtifactUUID:efd1aeb6-43ae-4d9f-b9f7-8ff43c5f8a02
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-10-28T06:09:47.530Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d00cc446-57fe-4142-a565-cb39c6ff87c0 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-10-28T06:09:47.615Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-28T06:09:47.616Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-10-28T06:09:47.622Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-10-28T06:09:47.623Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 3a4b40cc-550c-4ade-8e4f-9ac009ffd6bf from URL: /sdc/v1/catalog/services/Vfw20221028060759/1.0/artifacts/service-Vfw20221028060759-csar.csar
2022-10-28T06:09:47.623Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-10-28T06:09:47.625Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221028060759/1.0/artifacts/service-Vfw20221028060759-csar.csar
2022-10-28T06:09:47.841Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-10-28T06:09:47.858Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221028060759/1.0/artifacts/service-Vfw20221028060759-csar.csar 3a4b40cc-550c-4ade-8e4f-9ac009ffd6bf 100718
2022-10-28T06:09:47.860Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221028060759/1.0/artifacts/service-Vfw20221028060759-csar.csar ASDC sendASDCNotification
2022-10-28T06:09:47.860Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221028060759/1.0/artifacts/service-Vfw20221028060759-csar.csar
2022-10-28T06:09:47.881Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-28T06:09:47.882Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:09:47.885Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:09:47.885Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666937387858,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/artifacts/service-Vfw20221028060759-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-28T06:09:47.985Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T06:09:47.986Z||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-10-28T06:09:47.986Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:09:47.997Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:09:47.998Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-28T06:09:48.885Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-28T06:09:48.886Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-10-28T06:09:48.887Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 3a4b40cc-550c-4ade-8e4f-9ac009ffd6bf, URL: /sdc/v1/catalog/services/Vfw20221028060759/1.0/artifacts/service-Vfw20221028060759-csar.csar to file: /app/ASDC/1/service-Vfw20221028060759-csar.csar
2022-10-28T06:09:48.887Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221028060759-csar.csar
2022-10-28T06:09:48.990Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221028060759-csar.csar
2022-10-28T06:09:48.990Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221028060759-csar.csar
2022-10-28T06:09:49.524Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1258864762250752535/Definitions/service-Vfw20221028060759-template.yml
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
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_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
2022-10-28T06:09:51.973Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-28T06:09:51.981Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-10-28T06:09:51.982Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221028060759-csar.csar
2022-10-28T06:09:51.982Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-10-28T06:09:51.983Z|b908848f-f332-45c4-b658-c5ccadd34dac|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-Vfw20221028060759-csar.csar
2022-10-28T06:09:51.983Z|b908848f-f332-45c4-b658-c5ccadd34dac|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-Vfw20221028060759-csar.csar
2022-10-28T06:09:51.983Z|b908848f-f332-45c4-b658-c5ccadd34dac|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-Vfw20221028060759-csar.csar
2022-10-28T06:09:51.983Z|b908848f-f332-45c4-b658-c5ccadd34dac|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-Vfw20221028060759-csar.csar
2022-10-28T06:09:51.983Z|b908848f-f332-45c4-b658-c5ccadd34dac|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-Vfw20221028060759-csar.csar
2022-10-28T06:09:51.983Z|b908848f-f332-45c4-b658-c5ccadd34dac|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-Vfw20221028060759-csar.csar
2022-10-28T06:09:51.983Z|b908848f-f332-45c4-b658-c5ccadd34dac|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-Vfw20221028060759-csar.csar
2022-10-28T06:09:51.984Z|b908848f-f332-45c4-b658-c5ccadd34dac|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-Vfw20221028060759-csar.csar
2022-10-28T06:09:51.984Z|b908848f-f332-45c4-b658-c5ccadd34dac|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-Vfw20221028060759-csar.csar
2022-10-28T06:09:51.984Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 50e93e40-b817 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-Vfw20221028060759-csar.csar
2022-10-28T06:09:51.984Z|b908848f-f332-45c4-b658-c5ccadd34dac|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-Vfw20221028060759-csar.csar
2022-10-28T06:09:51.984Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-10-28T06:09:51.991Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:09:51.993Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-10-28 06-07-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:09:51.997Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vFW 50e93e40-b817 0 is matching search criteria
2022-10-28T06:09:51.997Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-10-28T06:09:51.999Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 50e93e40-b817 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-28T06:09:52.000Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:09:52.001Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-10-28 06-07-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:09:52.001Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vFW 50e93e40-b817 0 is matching search criteria
2022-10-28T06:09:52.001Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-10-28T06:09:52.001Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 50e93e40-b817 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-28T06:09:52.002Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:09:52.002Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-10-28 06-07-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:09:52.006Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:09:52.006Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vFW 50e93e40-b817 0 is not matching search criteria
2022-10-28T06:09:52.007Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-28T06:09:52.007Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-28T06:09:52.007Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-28T06:09:52.007Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-28T06:09:52.007Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-28T06:09:52.007Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-28T06:09:52.008Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-28T06:09:52.008Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-28T06:09:52.008Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-28T06:09:52.008Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-28T06:09:52.008Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-28T06:09:52.008Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-28T06:09:52.009Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-28T06:09:52.009Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-28T06:09:52.009Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-28T06:09:52.009Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-28T06:09:52.009Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:09:52.009Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-10-28 06-07-59 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-28T06:09:52.011Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:09:52.011Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vFW 50e93e40-b817 0 is matching search criteria
2022-10-28T06:09:52.012Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 50e93e40-b817 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-28T06:09:52.012Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:09:52.013Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vFW 50e93e40-b817 0 is matching search criteria
2022-10-28T06:09:52.013Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 50e93e40-b817 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-28T06:09:52.013Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:09:52.013Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vFW 50e93e40-b817 0 is matching search criteria
2022-10-28T06:09:52.013Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 50e93e40-b817 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-28T06:09:52.014Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:09:52.014Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vFW 50e93e40-b817 0 is not matching search criteria
2022-10-28T06:09:52.014Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-28T06:09:52.014Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-10-28T06:09:52.015Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-28T06:09:52.015Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-28T06:09:52.015Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-28T06:09:52.015Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-28T06:09:52.015Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-28T06:09:52.015Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-28T06:09:52.015Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-28T06:09:52.016Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-28T06:09:52.016Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-28T06:09:52.016Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=31ed0199-ae3a-4ea8-aab5-7d23382f8885
2022-10-28T06:09:52.016Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:09:52.017Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vFW 50e93e40-b817 0 is not matching search criteria
2022-10-28T06:09:52.017Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-28T06:09:52.017Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-28T06:09:52.017Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-28T06:09:52.017Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-28T06:09:52.017Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-28T06:09:52.017Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-28T06:09:52.017Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-28T06:09:52.017Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-10-28T06:09:52.017Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-28T06:09:52.018Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-28T06:09:52.018Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-28T06:09:52.018Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-28T06:09:52.018Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=4adf0c86-f478-447e-89c8-6cd9c9ba6711
2022-10-28T06:09:52.018Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:09:52.018Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vFW 50e93e40-b817 0 is not matching search criteria
2022-10-28T06:09:52.018Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-28T06:09:52.018Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-28T06:09:52.019Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-28T06:09:52.019Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-28T06:09:52.019Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-28T06:09:52.019Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-28T06:09:52.019Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-28T06:09:52.019Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-28T06:09:52.019Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-28T06:09:52.020Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-28T06:09:52.020Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-28T06:09:52.020Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-10-28T06:09:52.020Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e5634a81-07ca-4c6f-98b1-de180b92bc75
2022-10-28T06:09:52.020Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:09:52.021Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-10-28 06-07-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:09:52.021Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:09:52.021Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-10-28 06-07-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:09:52.021Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:09:52.021Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-10-28 06-07-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:09:52.021Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:09:52.021Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-10-28 06-07-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:09:52.021Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-10-28 06-07-59
Description:catalog service description
Model UUID:d00cc446-57fe-4142-a565-cb39c6ff87c0
Model Version:NULL
Model InvariantUuid:69d51862-47ac-4fda-a28e-98447653eb93
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 50e93e40-b817
Model UUID:08691cf5-ff29-482c-a927-09b9b8321c2c
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:0758dd49-66f5-478b-939b-e342b53814c1
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:1d2c8bf0-4147-48c1-a0b2-2bf0be984548
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:04c15258-ea19-487e-9e55-6207df4e0663
ModelName:Vfw50e93e40B817..base_vfw..module-0
ModelUuid:9c920226-cc02-4f3c-8530-f95ade309d65
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:31ed0199-ae3a-4ea8-aab5-7d23382f8885
ModelInvariantUuid:437355ff-1ff0-48de-85b9-14bbd41196bd
ModelName:vFW 50e93e40-b817-nodes.vfwCvfc
ModelUuid:8d68bf66-1494-4d3d-83d8-c4b3ccfb0984
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:39195cc8-8965-4550-ba2a-e35175bfb8f0
ModelInvariantUuid:a28f85fe-1b47-4e32-8893-07435cdad221
ModelName:Vfw50e93e40B817.compute.nodes.heat.vfw
ModelUuid:b196e45f-ec2f-49d6-857a-08fd6b1e5c08
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:4adf0c86-f478-447e-89c8-6cd9c9ba6711
ModelInvariantUuid:efbd7c27-06ad-4ba1-ad3c-e75c454521bb
ModelName:vFW 50e93e40-b817-nodes.vsnCvfc
ModelUuid:e187b5cf-7f3d-4a15-9899-4671833cf534
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:d6e9c54f-a225-45a1-8f06-4cf6f96b6540
ModelInvariantUuid:c87ca4b3-03ab-4ae5-a606-6bc65224fa26
ModelName:Vfw50e93e40B817.compute.nodes.heat.vsn
ModelUuid:c866dc15-9f67-4835-8262-ab331b8924e6
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:e5634a81-07ca-4c6f-98b1-de180b92bc75
ModelInvariantUuid:5afa522d-7143-4023-b1a2-064af2c0e940
ModelName:vFW 50e93e40-b817-nodes.vpgCvfc
ModelUuid:fefaa68a-7663-4c6e-a91f-b4f70deee0e3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:a6514fe8-778a-4c54-9af9-999c914d5d85
ModelInvariantUuid:c0f5e475-5dd3-4be3-a664-98280137b073
ModelName:Vfw50e93e40B817.compute.nodes.heat.vpg
ModelUuid:e7b411e1-b7a2-4739-b22b-48f85c0a5aa0
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-10-28T06:09:52.033Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 1c72d2df-d919-4028-be1b-97d687e8e7ec
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-10-28T06:09:52.317Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||vFW 50e93e40-b817 0
2022-10-28T06:09:52.325Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1c72d2df-d919-4028-be1b-97d687e8e7ec
2022-10-28T06:09:52.325Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: d0cc6e35-8cd4-4ef5-a801-6e6e5b7f1686 from URL: /sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/vfw50e93e40b8170_modules.json
2022-10-28T06:09:52.326Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-10-28T06:09:52.326Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/vfw50e93e40b8170_modules.json
2022-10-28T06:09:52.379Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-10-28T06:09:52.379Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/vfw50e93e40b8170_modules.json d0cc6e35-8cd4-4ef5-a801-6e6e5b7f1686 785
2022-10-28T06:09:52.380Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/vfw50e93e40b8170_modules.json ASDC sendASDCNotification
2022-10-28T06:09:52.380Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/vfw50e93e40b8170_modules.json
2022-10-28T06:09:52.380Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-28T06:09:52.380Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:09:52.384Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:09:52.384Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666937392380,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/vfw50e93e40b8170_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-28T06:09:52.484Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T06:09:52.485Z||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-10-28T06:09:52.486Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:09:52.499Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:09:52.500Z||pool-11-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-10-28T06:09:53.386Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw50e93e40B817..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "04c15258-ea19-487e-9e55-6207df4e0663",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9c920226-cc02-4f3c-8530-f95ade309d65",
    "vfModuleModelCustomizationUUID": "f83546af-ddfb-4c72-9967-4476d07febc4",
    "isBase": true,
    "artifacts": [
      "5ab85509-bab5-4516-a4ba-6530e6455130",
      "efd1aeb6-43ae-4d9f-b9f7-8ff43c5f8a02"
    ],
    "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-10-28T06:09:53.406Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw50e93e40B817..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9c920226-cc02-4f3c-8530-f95ade309d65
VfModuleModelInvariantUUID:04c15258-ea19-487e-9e55-6207df4e0663
VfModuleModelDescription:NULL
Artifacts UUID List:{
5ab85509-bab5-4516-a4ba-6530e6455130
,
efd1aeb6-43ae-4d9f-b9f7-8ff43c5f8a02

}
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-10-28T06:09:53.408Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw50e93e40B817..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "04c15258-ea19-487e-9e55-6207df4e0663",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9c920226-cc02-4f3c-8530-f95ade309d65",
    "vfModuleModelCustomizationUUID": "f83546af-ddfb-4c72-9967-4476d07febc4",
    "isBase": true,
    "artifacts": [
      "5ab85509-bab5-4516-a4ba-6530e6455130",
      "efd1aeb6-43ae-4d9f-b9f7-8ff43c5f8a02"
    ],
    "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-10-28T06:09:53.409Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw50e93e40B817..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9c920226-cc02-4f3c-8530-f95ade309d65
VfModuleModelInvariantUUID:04c15258-ea19-487e-9e55-6207df4e0663
VfModuleModelDescription:NULL
Artifacts UUID List:{
5ab85509-bab5-4516-a4ba-6530e6455130
,
efd1aeb6-43ae-4d9f-b9f7-8ff43c5f8a02

}
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-10-28T06:09:53.409Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 5ab85509-bab5-4516-a4ba-6530e6455130 from URL: /sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/base_vfw.yaml
2022-10-28T06:09:53.409Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-10-28T06:09:53.409Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/base_vfw.yaml
2022-10-28T06:09:53.474Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-10-28T06:09:53.474Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/base_vfw.yaml 5ab85509-bab5-4516-a4ba-6530e6455130 20368
2022-10-28T06:09:53.475Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-10-28T06:09:53.475Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/base_vfw.yaml
2022-10-28T06:09:53.475Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-28T06:09:53.475Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:09:53.476Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:09:53.477Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666937393475,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-28T06:09:53.577Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T06:09:53.578Z||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-10-28T06:09:53.578Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:09:53.591Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:09:53.591Z||pool-12-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-10-28T06:09:54.477Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: efd1aeb6-43ae-4d9f-b9f7-8ff43c5f8a02 from URL: /sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/base_vfw.env
2022-10-28T06:09:54.478Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-10-28T06:09:54.478Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/base_vfw.env
2022-10-28T06:09:54.566Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-10-28T06:09:54.567Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/base_vfw.env efd1aeb6-43ae-4d9f-b9f7-8ff43c5f8a02 2098
2022-10-28T06:09:54.567Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/base_vfw.env ASDC sendASDCNotification
2022-10-28T06:09:54.568Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/base_vfw.env
2022-10-28T06:09:54.568Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-28T06:09:54.568Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:09:54.570Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:09:54.571Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666937394567,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-10-28T06:09:54.671Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T06:09:54.672Z||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-10-28T06:09:54.672Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:09:54.713Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:09:54.714Z||pool-13-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2022-10-28T06:09:55.572Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: d00cc446-57fe-4142-a565-cb39c6ff87c0
2022-10-28T06:09:55.573Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 50e93e40-b817 0 1c72d2df-d919-4028-be1b-97d687e8e7ec 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-10-28T06:09:55.614Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6b27512f, org.onap.sdc.toscaparser.api.parameters.Input@5ce79801, org.onap.sdc.toscaparser.api.parameters.Input@6ed90267, org.onap.sdc.toscaparser.api.parameters.Input@7d16d68d, org.onap.sdc.toscaparser.api.parameters.Input@2c695e29]
2022-10-28T06:09:55.618Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:09:55.619Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-10-28 06-07-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:09:55.619Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2022-10-28T06:09:55.619Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 1d2c8bf0-4147-48c1-a0b2-2bf0be984548
2022-10-28T06:09:55.619Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1d2c8bf0-4147-48c1-a0b2-2bf0be984548 matches Tosca VF Customization UUID: 1d2c8bf0-4147-48c1-a0b2-2bf0be984548
2022-10-28T06:09:55.619Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 1d2c8bf0-4147-48c1-a0b2-2bf0be984548  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-10-28T06:09:55.626Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:09:55.627Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-10-28 06-07-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:09:55.628Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 1d2c8bf0-4147-48c1-a0b2-2bf0be984548: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-10-28T06:09:55.628Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6bd47695
2022-10-28T06:09:55.629Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:09:55.629Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-10-28 06-07-59 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-28T06:09:55.629Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f83546af-ddfb-4c72-9967-4476d07febc4
2022-10-28T06:09:55.630Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f83546af-ddfb-4c72-9967-4476d07febc4
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-10-28T06:09:55.638Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:09:55.638Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vFW 50e93e40-b817 0 is matching search criteria
2022-10-28T06:09:55.638Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 50e93e40-b817 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-28T06:09:55.639Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:09:55.640Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vFW 50e93e40-b817 0 is matching search criteria
2022-10-28T06:09:55.640Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 50e93e40-b817 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-28T06:09:55.640Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:09:55.640Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vFW 50e93e40-b817 0 is not matching search criteria
2022-10-28T06:09:55.640Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-28T06:09:55.641Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-10-28T06:09:55.641Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-28T06:09:55.641Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-28T06:09:55.641Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-28T06:09:55.641Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-28T06:09:55.641Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-28T06:09:55.641Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-28T06:09:55.641Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-28T06:09:55.642Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-28T06:09:55.642Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-28T06:09:55.642Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=31ed0199-ae3a-4ea8-aab5-7d23382f8885
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-10-28T06:09:55.651Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:09:55.652Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vFW 50e93e40-b817 0 is matching search criteria
2022-10-28T06:09:55.652Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 50e93e40-b817 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-28T06:09:55.652Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:09:55.652Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vFW 50e93e40-b817 0 is not matching search criteria
2022-10-28T06:09:55.652Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-28T06:09:55.652Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-28T06:09:55.652Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-28T06:09:55.653Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-28T06:09:55.653Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-28T06:09:55.653Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-28T06:09:55.653Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-28T06:09:55.653Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-10-28T06:09:55.653Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-28T06:09:55.653Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-28T06:09:55.653Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-28T06:09:55.653Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-28T06:09:55.653Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=4adf0c86-f478-447e-89c8-6cd9c9ba6711
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-10-28T06:09:55.656Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:09:55.657Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vFW 50e93e40-b817 0 is matching search criteria
2022-10-28T06:09:55.657Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 50e93e40-b817 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-28T06:09:55.660Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:09:55.660Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vFW 50e93e40-b817 0 is not matching search criteria
2022-10-28T06:09:55.660Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-28T06:09:55.661Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-28T06:09:55.661Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-28T06:09:55.661Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-28T06:09:55.661Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-28T06:09:55.661Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-28T06:09:55.661Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-28T06:09:55.661Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-28T06:09:55.661Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-28T06:09:55.662Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-28T06:09:55.662Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-28T06:09:55.662Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-10-28T06:09:55.662Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e5634a81-07ca-4c6f-98b1-de180b92bc75
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-10-28T06:09:55.665Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:09:55.665Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vFW 50e93e40-b817 0 is matching search criteria
2022-10-28T06:09:55.666Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 50e93e40-b817 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-28T06:09:55.666Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:09:55.666Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Node template vFW 50e93e40-b817 0 is matching search criteria
2022-10-28T06:09:55.666Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 50e93e40-b817 0] matching following query criteria: sdcType=VF, customizationUUID=1d2c8bf0-4147-48c1-a0b2-2bf0be984548
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-10-28T06:09:55.669Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:09:55.670Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-10-28 06-07-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:09:55.670Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid d00cc446-57fe-4142-a565-cb39c6ff87c0: vFW 50e93e40-b817
2022-10-28T06:09:55.670Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:09:55.670Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-10-28 06-07-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:09:55.671Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:09:55.671Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-10-28 06-07-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:09:55.671Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:09:55.671Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-10-28 06-07-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:09:55.671Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:09:55.671Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-10-28 06-07-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:09:55.671Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:09:55.671Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-10-28 06-07-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:09:55.671Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2022-10-28 06-07-59 
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-10-28T06:09:56.009Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 50e93e40-b817 1c72d2df-d919-4028-be1b-97d687e8e7ec 1 ASDC deployResourceStructure
2022-10-28T06:09:56.010Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/vfw50e93e40b8170_modules.json ASDC sendASDCNotification
2022-10-28T06:09:56.010Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/vfw50e93e40b8170_modules.json
2022-10-28T06:09:56.010Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-28T06:09:56.011Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:09:56.012Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:09:56.013Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666937396010,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/vfw50e93e40b8170_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-28T06:09:56.114Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-28T06:09:56.120Z||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-10-28T06:09:56.120Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:09:56.145Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:09:56.146Z||pool-14-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-10-28T06:09:57.014Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-10-28T06:09:57.014Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/base_vfw.yaml
2022-10-28T06:09:57.014Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-28T06:09:57.014Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:09:57.016Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:09:57.016Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666937397014,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-10-28T06:09:57.116Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T06:09:57.117Z||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-10-28T06:09:57.118Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:09:57.131Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:09:57.132Z||pool-15-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-28T06:09:58.017Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/base_vfw.env ASDC sendASDCNotification
2022-10-28T06:09:58.017Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/base_vfw.env
2022-10-28T06:09:58.018Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-28T06:09:58.018Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:09:58.051Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:09:58.052Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666937398017,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-10-28T06:09:58.121Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 69 ms
2022-10-28T06:09:58.122Z||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-10-28T06:09:58.122Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:09:58.133Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:09:58.133Z||pool-16-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-10-28T06:09:59.053Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221028060759/1.0/artifacts/service-Vfw20221028060759-csar.csar ASDC sendASDCNotification
2022-10-28T06:09:59.053Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221028060759/1.0/artifacts/service-Vfw20221028060759-csar.csar
2022-10-28T06:09:59.053Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-28T06:09:59.053Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:09:59.055Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:09:59.055Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666937399052,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/artifacts/service-Vfw20221028060759-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-28T06:09:59.155Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T06:09:59.156Z||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-10-28T06:09:59.156Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:09:59.167Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:09:59.168Z||pool-17-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-28T06:10:00.056Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b908848f-f332-45c4-b658-c5ccadd34dac
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-28T06:10:00.077Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b908848f-f332-45c4-b658-c5ccadd34dac
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-28T06:10:00.081Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-28T06:10:00.081Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-28T06:10:00.081Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-28T06:10:00.081Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-28T06:10:00.081Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-28T06:10:00.081Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-28T06:10:00.081Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-28T06:10:00.081Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-28T06:10:00.081Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-28T06:10:00.081Z|b908848f-f332-45c4-b658-c5ccadd34dac|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-10-28T06:10:00.088Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-28T06:10:30.089Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b908848f-f332-45c4-b658-c5ccadd34dac 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-10-28T06:10:30.100Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b908848f-f332-45c4-b658-c5ccadd34dac and serviceModelVersionId: d00cc446-57fe-4142-a565-cb39c6ff87c0
2022-10-28T06:10:30.100Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 69d51862-47ac-4fda-a28e-98447653eb93
2022-10-28T06:10:39.645Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:10:39.646Z||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-10-28T06:10:39.646Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:10:39.780Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:10:39.780Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:10:39.780Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666937379642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:10:39.781Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:10:41.851Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/69d51862-47ac-4fda-a28e-98447653eb93/model-vers/model-ver/d00cc446-57fe-4142-a565-cb39c6ff87c0?depth=0
2022-10-28T06:10:41.965Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-10-28T06:10:42.420Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69d51862-47ac-4fda-a28e-98447653eb93/model-vers/model-ver/d00cc446-57fe-4142-a565-cb39c6ff87c0?depth=0|INFO|500||Invoke
2022-10-28T06:10:42.429Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69d51862-47ac-4fda-a28e-98447653eb93/model-vers/model-ver/d00cc446-57fe-4142-a565-cb39c6ff87c0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69d51862-47ac-4fda-a28e-98447653eb93/model-vers/model-ver/d00cc446-57fe-4142-a565-cb39c6ff87c0?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b908848f-f332-45c4-b658-c5ccadd34dac], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8c80a97c-9fac-4b67-bdac-b89b97d35153], X-ECOMP-RequestID=[b908848f-f332-45c4-b658-c5ccadd34dac], X-TransactionId=[], X-ONAP-RequestID=[b908848f-f332-45c4-b658-c5ccadd34dac], Content-Type=[application/merge-patch+json]}
2022-10-28T06:10:42.539Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69d51862-47ac-4fda-a28e-98447653eb93/model-vers/model-ver/d00cc446-57fe-4142-a565-cb39c6ff87c0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-10-28T06:10:42.741Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69d51862-47ac-4fda-a28e-98447653eb93/model-vers/model-ver/d00cc446-57fe-4142-a565-cb39c6ff87c0?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/69d51862-47ac-4fda-a28e-98447653eb93/model-vers/model-ver/d00cc446-57fe-4142-a565-cb39c6ff87c0?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221028-06:10:42:692-23085], vertex-id=[233576], Content-Length=[0], Date=[Fri, 28 Oct 2022 06:10:42 GMT], Content-Type=[application/json]}
2022-10-28T06:10:42.743Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69d51862-47ac-4fda-a28e-98447653eb93/model-vers/model-ver/d00cc446-57fe-4142-a565-cb39c6ff87c0?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-10-28T06:10:42.743Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69d51862-47ac-4fda-a28e-98447653eb93/model-vers/model-ver/d00cc446-57fe-4142-a565-cb39c6ff87c0?depth=0|INFO|500||InvokeReturn
2022-10-28T06:10:42.747Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-28T06:10:42.748Z|b908848f-f332-45c4-b658-c5ccadd34dac|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-10-28T06:10:42.754Z|b908848f-f332-45c4-b658-c5ccadd34dac|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-10-28T06:10:42.755Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b908848f-f332-45c4-b658-c5ccadd34dac and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-28T06:10:42.756Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-28T06:10:42.757Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:10:42.759Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:10:42.759Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666937442755,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-28T06:10:42.859Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T06:10:42.860Z||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-10-28T06:10:42.860Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:10:42.877Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:10:42.878Z||pool-18-thread-1|||||INFO|500||cambria reply ok (18 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-10-28T06:10:43.779Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:10:43.780Z|b908848f-f332-45c4-b658-c5ccadd34dac|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-10-28T06:10:43.781Z|b908848f-f332-45c4-b658-c5ccadd34dac|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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:10:44.408Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:10:44.409Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-28T06:10:44.409Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"3db81634-ffc3-4a18-84c8-2d513d46700c","serviceName":"basic_onboard_RPXrRA","serviceVersion":"1.0","serviceUUID":"544e183c-433f-4046-b5eb-652bfcdfe471","serviceDescription":"service","serviceInvariantUUID":"3fb09b9d-8940-49ba-b6ee-db0ce19692f5","resources":[{"resourceInstanceName":"basic_onboard_RPXrRA 0","resourceName":"basic_onboard_RPXrRA","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b1f83918-ab99-41f9-8c6a-f6d9b05c1f66","resourceInvariantUUID":"e30e7bc6-0e86-4abf-8ec3-ecca64e1a53b","resourceCustomizationUUID":"1d2a1b5e-86ad-4a7c-96bf-4c24694badd3","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/vf-license-model.xml","artifactChecksum":"YmM1NWM4ZDJhZjUxNTQwMWYyYzI1OTM3N2EwYjQxMTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e81e0968-9152-4dca-91b1-790a45539386","artifactVersion":"1"},{"artifactName":"basic_onboard_rpxrra0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/basic_onboard_rpxrra0_modules.json","artifactChecksum":"ZTc5NzFjODFmOTllZTZmYzQ0NTRmY2Q1YTI2NzdkNDk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ba826aac-d235-4173-aa96-f2dcc2c9aafe","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d321ebbe-d06f-432d-b1d8-a0caebb5124e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"33513307-bf4c-442b-8412-5c6ddb6d07c9","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"87dda4d7-fd65-463f-8681-db86aae8bc37","artifactVersion":"2","generatedFromUUID":"d321ebbe-d06f-432d-b1d8-a0caebb5124e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardRpxrra-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/artifacts/service-BasicOnboardRpxrra-template.yml","artifactChecksum":"ZTc1ZjdhYjMzMDQ5MjU0NTg2OTk4Yzg0OTQ2N2FlMDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"429086db-2db6-47c6-9bd6-85878f6cc3ac","artifactVersion":"1"},{"artifactName":"service-BasicOnboardRpxrra-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/artifacts/service-BasicOnboardRpxrra-csar.csar","artifactChecksum":"MGYxZjg0MjQ5YWMwMDdlOTI2Y2ZlYTY3ZDQ5OWY5MTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"18e591ba-a19f-4bb6-b420-3182e00eba95","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-28T06:10:44.411Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-28T06:10:44.412Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:10:44.414Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:10:44.414Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666937443779,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:10:44.514Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T06:10:44.515Z||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-10-28T06:10:44.515Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:10:44.528Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:10:44.529Z||pool-19-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-10-28T06:10:45.414Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-28T06:10:45.415Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:10:45.418Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:10:45.418Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666937443779,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/basic_onboard_rpxrra0_modules.json",
  "status": "NOTIFIED"
}
2022-10-28T06:10:45.518Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T06:10:45.519Z||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-10-28T06:10:45.519Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:10:45.532Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:10:45.533Z||pool-20-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-28T06:10:46.418Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-28T06:10:46.419Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:10:46.421Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:10:46.421Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666937443779,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-10-28T06:10:46.521Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T06:10:46.522Z||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-10-28T06:10:46.523Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:10:46.534Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:10:46.535Z||pool-21-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-10-28T06:10:47.423Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-28T06:10:47.423Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:10:47.425Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:10:47.426Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666937443779,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:10:47.528Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-10-28T06:10:47.530Z||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-10-28T06:10:47.530Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:10:47.561Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:10:47.561Z||pool-22-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-10-28T06:10:48.426Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-28T06:10:48.427Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:10:48.429Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:10:48.430Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666937443779,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-10-28T06:10:48.530Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T06:10:48.531Z||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-10-28T06:10:48.531Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:10:48.543Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:10:48.543Z||pool-23-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-28T06:10:49.430Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-28T06:10:49.431Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:10:49.433Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:10:49.433Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666937443779,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/artifacts/service-BasicOnboardRpxrra-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:10:49.533Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T06:10:49.534Z||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-10-28T06:10:49.534Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:10:49.572Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:10:49.572Z||pool-24-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-10-28T06:10:50.434Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-28T06:10:50.435Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:10:50.437Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:10:50.438Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666937443779,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/artifacts/service-BasicOnboardRpxrra-csar.csar",
  "status": "NOTIFIED"
}
2022-10-28T06:10:50.538Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T06:10:50.539Z||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-10-28T06:10:50.539Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:10:50.553Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:10:50.554Z||pool-25-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-28T06:10:51.440Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
  "serviceName": "basic_onboard_RPXrRA",
  "serviceVersion": "1.0",
  "serviceUUID": "544e183c-433f-4046-b5eb-652bfcdfe471",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3fb09b9d-8940-49ba-b6ee-db0ce19692f5",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_RPXrRA 0",
      "resourceCustomizationUUID": "1d2a1b5e-86ad-4a7c-96bf-4c24694badd3",
      "resourceName": "basic_onboard_RPXrRA",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "b1f83918-ab99-41f9-8c6a-f6d9b05c1f66",
      "resourceInvariantUUID": "e30e7bc6-0e86-4abf-8ec3-ecca64e1a53b",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_rpxrra0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/basic_onboard_rpxrra0_modules.json",
          "artifactChecksum": "ZTc5NzFjODFmOTllZTZmYzQ0NTRmY2Q1YTI2NzdkNDk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "ba826aac-d235-4173-aa96-f2dcc2c9aafe",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "d321ebbe-d06f-432d-b1d8-a0caebb5124e",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "87dda4d7-fd65-463f-8681-db86aae8bc37",
            "generatedFromUUID": "d321ebbe-d06f-432d-b1d8-a0caebb5124e"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "87dda4d7-fd65-463f-8681-db86aae8bc37",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardRpxrra-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/artifacts/service-BasicOnboardRpxrra-csar.csar",
      "artifactChecksum": "MGYxZjg0MjQ5YWMwMDdlOTI2Y2ZlYTY3ZDQ5OWY5MTc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "18e591ba-a19f-4bb6-b420-3182e00eba95"
    }
  ],
  "workloadContext": "Production"
}
2022-10-28T06:10:51.440Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-28T06:10:51.440Z|b908848f-f332-45c4-b658-c5ccadd34dac|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 544e183c-433f-4046-b5eb-652bfcdfe471 ASDC
2022-10-28T06:10:51.440Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:3db81634-ffc3-4a18-84c8-2d513d46700c
ServiceName:basic_onboard_RPXrRA
ServiceVersion:1.0
ServiceUUID:544e183c-433f-4046-b5eb-652bfcdfe471
ServiceInvariantUUID:3fb09b9d-8940-49ba-b6ee-db0ce19692f5
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardRpxrra-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/artifacts/service-BasicOnboardRpxrra-csar.csar
ArtifactUUID:18e591ba-a19f-4bb6-b420-3182e00eba95
ArtifactChecksum:MGYxZjg0MjQ5YWMwMDdlOTI2Y2ZlYTY3ZDQ5OWY5MTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_RPXrRA 0
ResourceCustomizationUUID:1d2a1b5e-86ad-4a7c-96bf-4c24694badd3
ResourceInvariantUUID:e30e7bc6-0e86-4abf-8ec3-ecca64e1a53b
ResourceName:basic_onboard_RPXrRA
ResourceType:VF
ResourceUUID:b1f83918-ab99-41f9-8c6a-f6d9b05c1f66
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_rpxrra0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/basic_onboard_rpxrra0_modules.json
ArtifactUUID:ba826aac-d235-4173-aa96-f2dcc2c9aafe
ArtifactChecksum:ZTc5NzFjODFmOTllZTZmYzQ0NTRmY2Q1YTI2NzdkNDk=
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/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/base_ubuntu18.yaml
ArtifactUUID:d321ebbe-d06f-432d-b1d8-a0caebb5124e
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/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/base_ubuntu18.env
ArtifactUUID:87dda4d7-fd65-463f-8681-db86aae8bc37
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/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/base_ubuntu18.env
ArtifactUUID:87dda4d7-fd65-463f-8681-db86aae8bc37
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-10-28T06:10:51.440Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 544e183c-433f-4046-b5eb-652bfcdfe471 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-10-28T06:10:51.470Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-28T06:10:51.471Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-10-28T06:10:51.471Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-10-28T06:10:51.471Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 18e591ba-a19f-4bb6-b420-3182e00eba95 from URL: /sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/artifacts/service-BasicOnboardRpxrra-csar.csar
2022-10-28T06:10:51.471Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-10-28T06:10:51.471Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/artifacts/service-BasicOnboardRpxrra-csar.csar
2022-10-28T06:10:51.565Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-10-28T06:10:51.568Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/artifacts/service-BasicOnboardRpxrra-csar.csar 18e591ba-a19f-4bb6-b420-3182e00eba95 75298
2022-10-28T06:10:51.569Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/artifacts/service-BasicOnboardRpxrra-csar.csar ASDC sendASDCNotification
2022-10-28T06:10:51.569Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/artifacts/service-BasicOnboardRpxrra-csar.csar
2022-10-28T06:10:51.569Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-28T06:10:51.569Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:10:51.571Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:10:51.571Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666937451568,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/artifacts/service-BasicOnboardRpxrra-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-28T06:10:51.671Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T06:10:51.672Z||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-10-28T06:10:51.672Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:10:51.685Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:10:51.685Z||pool-26-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-28T06:10:52.571Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-28T06:10:52.572Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-10-28T06:10:52.573Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 18e591ba-a19f-4bb6-b420-3182e00eba95, URL: /sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/artifacts/service-BasicOnboardRpxrra-csar.csar to file: /app/ASDC/1/service-BasicOnboardRpxrra-csar.csar
2022-10-28T06:10:52.574Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardRpxrra-csar.csar
2022-10-28T06:10:52.575Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardRpxrra-csar.csar
2022-10-28T06:10:52.575Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardRpxrra-csar.csar
2022-10-28T06:10:52.673Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13573969419052091023/Definitions/service-BasicOnboardRpxrra-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-10-28T06:10:53.770Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-28T06:10:53.771Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-10-28T06:10:53.771Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardRpxrra-csar.csar
2022-10-28T06:10:53.771Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-10-28T06:10:53.772Z|3db81634-ffc3-4a18-84c8-2d513d46700c|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-BasicOnboardRpxrra-csar.csar
2022-10-28T06:10:53.772Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_RPXrRA 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-BasicOnboardRpxrra-csar.csar
2022-10-28T06:10:53.772Z|3db81634-ffc3-4a18-84c8-2d513d46700c|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-BasicOnboardRpxrra-csar.csar
2022-10-28T06:10:53.772Z|3db81634-ffc3-4a18-84c8-2d513d46700c|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-BasicOnboardRpxrra-csar.csar
2022-10-28T06:10:53.772Z|3db81634-ffc3-4a18-84c8-2d513d46700c|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-BasicOnboardRpxrra-csar.csar
2022-10-28T06:10:53.772Z|3db81634-ffc3-4a18-84c8-2d513d46700c|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-BasicOnboardRpxrra-csar.csar
2022-10-28T06:10:53.772Z|3db81634-ffc3-4a18-84c8-2d513d46700c|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-BasicOnboardRpxrra-csar.csar
2022-10-28T06:10:53.772Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-10-28T06:10:53.772Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:10:53.772Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_RPXrRA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:10:53.773Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_RPXrRA 0 is matching search criteria
2022-10-28T06:10:53.773Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-10-28T06:10:53.773Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_RPXrRA 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-28T06:10:53.773Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:10:53.773Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_RPXrRA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:10:53.773Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_RPXrRA 0 is matching search criteria
2022-10-28T06:10:53.774Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-10-28T06:10:53.774Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_RPXrRA 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-28T06:10:53.774Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:10:53.774Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_RPXrRA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:10:53.774Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:10:53.774Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_RPXrRA 0 is not matching search criteria
2022-10-28T06:10:53.774Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-10-28T06:10:53.774Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-10-28T06:10:53.775Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-10-28T06:10:53.775Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-10-28T06:10:53.775Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-28T06:10:53.775Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:10:53.775Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_RPXrRA is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-28T06:10:53.775Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:10:53.775Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_RPXrRA 0 is matching search criteria
2022-10-28T06:10:53.775Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_RPXrRA 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-28T06:10:53.777Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:10:53.777Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_RPXrRA 0 is matching search criteria
2022-10-28T06:10:53.777Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_RPXrRA 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-28T06:10:53.777Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:10:53.777Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_RPXrRA 0 is matching search criteria
2022-10-28T06:10:53.777Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_RPXrRA 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-28T06:10:53.777Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:10:53.778Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_RPXrRA 0 is not matching search criteria
2022-10-28T06:10:53.778Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-10-28T06:10:53.778Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-10-28T06:10:53.778Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=257bfd5d-a2ac-40ef-bc7a-a09e3bf4811d
2022-10-28T06:10:53.778Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:10:53.778Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_RPXrRA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:10:53.778Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:10:53.778Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_RPXrRA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:10:53.778Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:10:53.778Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_RPXrRA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:10:53.778Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:10:53.779Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_RPXrRA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:10:53.779Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_RPXrRA
Description:service
Model UUID:544e183c-433f-4046-b5eb-652bfcdfe471
Model Version:NULL
Model InvariantUuid:3fb09b9d-8940-49ba-b6ee-db0ce19692f5
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_RPXrRA
Model UUID:90fa5ff6-6e50-439d-8171-59702da2df7e
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e30e7bc6-0e86-4abf-8ec3-ecca64e1a53b
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:1d2a1b5e-86ad-4a7c-96bf-4c24694badd3
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:c242a791-7f82-40e4-98af-64118dc47bd3
ModelName:BasicOnboardRpxrra..base_ubuntu18..module-0
ModelUuid:19a8108c-063c-4de5-adbc-29e8a8c61da6
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:257bfd5d-a2ac-40ef-bc7a-a09e3bf4811d
ModelInvariantUuid:f98eb99e-3465-4673-a50f-6d13cdfb5185
ModelName:basic_onboard_RPXrRA-nodes.ubuntu18Cvfc
ModelUuid:61f230f0-6700-4565-8dda-38d3bd687ecd
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:bc5d2c31-b1ce-476c-aba6-5fe2db65cadf
ModelInvariantUuid:64643c0e-cf1b-4224-b33b-b6e5604f6ad3
ModelName:BasicOnboardRpxrra.compute.nodes.heat.ubuntu18
ModelUuid:9367b690-44d9-48e3-8bb9-1fa47fde3be9
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-10-28T06:10:53.789Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: b1f83918-ab99-41f9-8c6a-f6d9b05c1f66
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-10-28T06:10:53.793Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||basic_onboard_RPXrRA 0
2022-10-28T06:10:53.793Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b1f83918-ab99-41f9-8c6a-f6d9b05c1f66
2022-10-28T06:10:53.793Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ba826aac-d235-4173-aa96-f2dcc2c9aafe from URL: /sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/basic_onboard_rpxrra0_modules.json
2022-10-28T06:10:53.793Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-10-28T06:10:53.794Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/basic_onboard_rpxrra0_modules.json
2022-10-28T06:10:53.862Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-10-28T06:10:53.862Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/basic_onboard_rpxrra0_modules.json ba826aac-d235-4173-aa96-f2dcc2c9aafe 798
2022-10-28T06:10:53.862Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/basic_onboard_rpxrra0_modules.json ASDC sendASDCNotification
2022-10-28T06:10:53.862Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/basic_onboard_rpxrra0_modules.json
2022-10-28T06:10:53.862Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-28T06:10:53.863Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:10:53.865Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:10:53.865Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666937453862,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/basic_onboard_rpxrra0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-28T06:10:53.965Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T06:10:53.966Z||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-10-28T06:10:53.966Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:10:53.979Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:10:53.980Z||pool-27-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-28T06:10:54.865Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardRpxrra..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "c242a791-7f82-40e4-98af-64118dc47bd3",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "19a8108c-063c-4de5-adbc-29e8a8c61da6",
    "vfModuleModelCustomizationUUID": "583f3b12-ec0b-493e-a694-bab8d60c0b45",
    "isBase": true,
    "artifacts": [
      "d321ebbe-d06f-432d-b1d8-a0caebb5124e",
      "87dda4d7-fd65-463f-8681-db86aae8bc37"
    ],
    "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-10-28T06:10:54.871Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardRpxrra..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:19a8108c-063c-4de5-adbc-29e8a8c61da6
VfModuleModelInvariantUUID:c242a791-7f82-40e4-98af-64118dc47bd3
VfModuleModelDescription:NULL
Artifacts UUID List:{
d321ebbe-d06f-432d-b1d8-a0caebb5124e
,
87dda4d7-fd65-463f-8681-db86aae8bc37

}
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-10-28T06:10:54.874Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardRpxrra..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "c242a791-7f82-40e4-98af-64118dc47bd3",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "19a8108c-063c-4de5-adbc-29e8a8c61da6",
    "vfModuleModelCustomizationUUID": "583f3b12-ec0b-493e-a694-bab8d60c0b45",
    "isBase": true,
    "artifacts": [
      "d321ebbe-d06f-432d-b1d8-a0caebb5124e",
      "87dda4d7-fd65-463f-8681-db86aae8bc37"
    ],
    "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-10-28T06:10:54.875Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardRpxrra..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:19a8108c-063c-4de5-adbc-29e8a8c61da6
VfModuleModelInvariantUUID:c242a791-7f82-40e4-98af-64118dc47bd3
VfModuleModelDescription:NULL
Artifacts UUID List:{
d321ebbe-d06f-432d-b1d8-a0caebb5124e
,
87dda4d7-fd65-463f-8681-db86aae8bc37

}
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-10-28T06:10:54.875Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: d321ebbe-d06f-432d-b1d8-a0caebb5124e from URL: /sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/base_ubuntu18.yaml
2022-10-28T06:10:54.875Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-10-28T06:10:54.875Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/base_ubuntu18.yaml
2022-10-28T06:10:54.931Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-10-28T06:10:54.932Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/base_ubuntu18.yaml d321ebbe-d06f-432d-b1d8-a0caebb5124e 5033
2022-10-28T06:10:54.932Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-10-28T06:10:54.932Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/base_ubuntu18.yaml
2022-10-28T06:10:54.932Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-28T06:10:54.933Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:10:54.935Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:10:54.935Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666937454932,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-28T06:10:55.035Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T06:10:55.037Z||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-10-28T06:10:55.037Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:10:55.055Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:10:55.056Z||pool-28-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-10-28T06:10:55.936Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 87dda4d7-fd65-463f-8681-db86aae8bc37 from URL: /sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/base_ubuntu18.env
2022-10-28T06:10:55.936Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-10-28T06:10:55.937Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/base_ubuntu18.env
2022-10-28T06:10:56.002Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-10-28T06:10:56.002Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/base_ubuntu18.env 87dda4d7-fd65-463f-8681-db86aae8bc37 909
2022-10-28T06:10:56.003Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-10-28T06:10:56.003Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/base_ubuntu18.env
2022-10-28T06:10:56.003Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-28T06:10:56.003Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:10:56.005Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:10:56.005Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666937456003,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-10-28T06:10:56.106Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-28T06:10:56.107Z||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-10-28T06:10:56.107Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:10:56.120Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:10:56.120Z||pool-29-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-28T06:10:57.010Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 544e183c-433f-4046-b5eb-652bfcdfe471
2022-10-28T06:10:57.010Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_RPXrRA 0 b1f83918-ab99-41f9-8c6a-f6d9b05c1f66 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-10-28T06:10:57.027Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@57fa04b2, org.onap.sdc.toscaparser.api.parameters.Input@3c820800, org.onap.sdc.toscaparser.api.parameters.Input@57ea2186, org.onap.sdc.toscaparser.api.parameters.Input@d5e900d, org.onap.sdc.toscaparser.api.parameters.Input@a86da80]
2022-10-28T06:10:57.029Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:10:57.030Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_RPXrRA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:10:57.030Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2022-10-28T06:10:57.030Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 1d2a1b5e-86ad-4a7c-96bf-4c24694badd3
2022-10-28T06:10:57.030Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1d2a1b5e-86ad-4a7c-96bf-4c24694badd3 matches Tosca VF Customization UUID: 1d2a1b5e-86ad-4a7c-96bf-4c24694badd3
2022-10-28T06:10:57.030Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 1d2a1b5e-86ad-4a7c-96bf-4c24694badd3  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-10-28T06:10:57.032Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:10:57.033Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_RPXrRA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:10:57.033Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 1d2a1b5e-86ad-4a7c-96bf-4c24694badd3: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-10-28T06:10:57.034Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@59afd076
2022-10-28T06:10:57.034Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:10:57.034Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_RPXrRA is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-28T06:10:57.034Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 583f3b12-ec0b-493e-a694-bab8d60c0b45
2022-10-28T06:10:57.034Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 583f3b12-ec0b-493e-a694-bab8d60c0b45
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-10-28T06:10:57.037Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:10:57.038Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_RPXrRA 0 is matching search criteria
2022-10-28T06:10:57.038Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_RPXrRA 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-28T06:10:57.038Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:10:57.038Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_RPXrRA 0 is matching search criteria
2022-10-28T06:10:57.038Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_RPXrRA 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-28T06:10:57.038Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:10:57.038Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_RPXrRA 0 is not matching search criteria
2022-10-28T06:10:57.039Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-10-28T06:10:57.039Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-10-28T06:10:57.039Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=257bfd5d-a2ac-40ef-bc7a-a09e3bf4811d
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-10-28T06:10:57.042Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:10:57.042Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_RPXrRA 0 is matching search criteria
2022-10-28T06:10:57.042Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_RPXrRA 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-28T06:10:57.043Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:10:57.043Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_RPXrRA 0 is matching search criteria
2022-10-28T06:10:57.043Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_RPXrRA 0] matching following query criteria: sdcType=VF, customizationUUID=1d2a1b5e-86ad-4a7c-96bf-4c24694badd3
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-10-28T06:10:57.045Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:10:57.045Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_RPXrRA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:10:57.046Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 544e183c-433f-4046-b5eb-652bfcdfe471: basic_onboard_RPXrRA
2022-10-28T06:10:57.046Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:10:57.046Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_RPXrRA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:10:57.046Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:10:57.046Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_RPXrRA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:10:57.046Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:10:57.046Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_RPXrRA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:10:57.046Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:10:57.046Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_RPXrRA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:10:57.046Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:10:57.047Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_RPXrRA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:10:57.047Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||Saving Service: basic_onboard_RPXrRA 
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-10-28T06:10:57.143Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_RPXrRA b1f83918-ab99-41f9-8c6a-f6d9b05c1f66 1 ASDC deployResourceStructure
2022-10-28T06:10:57.144Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/basic_onboard_rpxrra0_modules.json ASDC sendASDCNotification
2022-10-28T06:10:57.144Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/basic_onboard_rpxrra0_modules.json
2022-10-28T06:10:57.144Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-28T06:10:57.144Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:10:57.146Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:10:57.146Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666937457144,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/basic_onboard_rpxrra0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-28T06:10:57.246Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T06:10:57.247Z||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-10-28T06:10:57.248Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:10:57.262Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:10:57.262Z||pool-30-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":2,"count":1}
2022-10-28T06:10:58.147Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-10-28T06:10:58.148Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/base_ubuntu18.yaml
2022-10-28T06:10:58.148Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-28T06:10:58.148Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:10:58.150Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:10:58.150Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666937458147,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-10-28T06:10:58.250Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T06:10:58.251Z||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-10-28T06:10:58.251Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:10:58.264Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:10:58.265Z||pool-31-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-28T06:10:59.151Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-10-28T06:10:59.151Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/base_ubuntu18.env
2022-10-28T06:10:59.151Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-28T06:10:59.151Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:10:59.155Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:10:59.155Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666937459151,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-10-28T06:10:59.253Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-10-28T06:10:59.254Z||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-10-28T06:10:59.255Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:10:59.278Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:10:59.279Z||pool-32-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-10-28T06:11:00.156Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/artifacts/service-BasicOnboardRpxrra-csar.csar ASDC sendASDCNotification
2022-10-28T06:11:00.156Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/artifacts/service-BasicOnboardRpxrra-csar.csar
2022-10-28T06:11:00.156Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-28T06:11:00.157Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:11:00.158Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:11:00.159Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666937460155,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/artifacts/service-BasicOnboardRpxrra-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-28T06:11:00.259Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T06:11:00.260Z||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-10-28T06:11:00.261Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:11:00.274Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:11:00.275Z||pool-33-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-10-28T06:11:01.159Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3db81634-ffc3-4a18-84c8-2d513d46700c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-28T06:11:01.173Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3db81634-ffc3-4a18-84c8-2d513d46700c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-28T06:11:01.177Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-28T06:11:01.177Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-28T06:11:01.177Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-28T06:11:31.178Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3db81634-ffc3-4a18-84c8-2d513d46700c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-28T06:11:31.190Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3db81634-ffc3-4a18-84c8-2d513d46700c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-28T06:11:31.194Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-28T06:11:31.194Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-28T06:11:31.194Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-28T06:11:39.645Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:11:39.646Z||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-10-28T06:11:39.646Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:11:39.679Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:11:39.682Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:11:39.682Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666937379642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/vfw50e93e40b8170_modules.json",
  "status": "NOTIFIED"
}
2022-10-28T06:11:39.683Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:11:39.683Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:11:39.683Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666937379642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-10-28T06:11:39.683Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:11:39.684Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:11:39.684Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666937379642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:11:39.684Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:11:39.684Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:11:39.684Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666937379642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-10-28T06:11:39.684Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:11:39.684Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:11:39.684Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666937379642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/artifacts/service-Vfw20221028060759-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:11:39.684Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:11:39.684Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:11:39.684Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666937379642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/artifacts/service-Vfw20221028060759-csar.csar",
  "status": "NOTIFIED"
}
2022-10-28T06:11:39.684Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:11:39.684Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:11:39.684Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666937387858,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/artifacts/service-Vfw20221028060759-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-28T06:11:39.684Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:11:39.684Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:11:39.684Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666937392380,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/vfw50e93e40b8170_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-28T06:11:39.684Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:11:39.684Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:11:39.684Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666937393475,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-28T06:11:39.685Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:11:39.685Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:11:39.685Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666937394567,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-10-28T06:11:39.685Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:11:39.685Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:11:39.685Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666937396010,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/vfw50e93e40b8170_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-28T06:11:39.685Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:11:39.685Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:11:39.685Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666937397014,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-10-28T06:11:39.686Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:11:39.686Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:11:39.686Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666937398017,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/resourceInstances/vfw50e93e40b8170/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-10-28T06:11:39.686Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:11:39.686Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:11:39.686Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666937399052,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221028060759/1.0/artifacts/service-Vfw20221028060759-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-28T06:11:39.686Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:11:39.686Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:11:39.686Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666937395531,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:11:39.686Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:11:39.686Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:11:39.686Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
  "consumerID": "aai-ml",
  "timestamp": 1666937397890,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:11:39.687Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:11:39.688Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:11:39.688Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
  "consumerID": "cds",
  "timestamp": 1666937398430,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:11:39.688Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:11:39.688Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:11:39.688Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666937396050,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:11:39.689Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:11:39.689Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:11:39.689Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666937395531,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/basic_onboard_rpxrra0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:11:39.689Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:11:39.689Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:11:39.689Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
  "consumerID": "cds",
  "timestamp": 1666937398430,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/basic_onboard_rpxrra0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:11:39.689Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:11:39.689Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:11:39.689Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
  "consumerID": "aai-ml",
  "timestamp": 1666937397890,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/basic_onboard_rpxrra0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:11:39.689Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:11:39.689Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:11:39.689Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666937396050,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/basic_onboard_rpxrra0_modules.json",
  "status": "NOTIFIED"
}
2022-10-28T06:11:39.689Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:11:39.689Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:11:39.689Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
  "consumerID": "cds",
  "timestamp": 1666937398430,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:11:39.690Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:11:39.690Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:11:39.690Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666937395531,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:11:39.690Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:11:39.690Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:11:39.690Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
  "consumerID": "aai-ml",
  "timestamp": 1666937397890,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:11:39.690Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:11:39.690Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:11:39.690Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666937396050,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-10-28T06:11:39.690Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:11:39.690Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:11:39.690Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666937395531,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:11:39.691Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:11:39.691Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:11:39.691Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
  "consumerID": "cds",
  "timestamp": 1666937398430,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:11:39.691Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:11:39.691Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:11:39.691Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
  "consumerID": "aai-ml",
  "timestamp": 1666937397890,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:11:39.691Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:11:39.691Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:11:39.691Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666937396050,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:11:39.691Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:11:39.691Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:11:39.691Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
  "consumerID": "cds",
  "timestamp": 1666937398430,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:11:39.691Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:11:39.691Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:11:39.691Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666937395531,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:11:39.691Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:11:39.692Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:11:39.692Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
  "consumerID": "aai-ml",
  "timestamp": 1666937397890,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:11:39.692Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:11:39.692Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:11:39.692Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666937396050,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-10-28T06:11:39.692Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:11:39.692Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:11:39.692Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
  "consumerID": "cds",
  "timestamp": 1666937398430,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/artifacts/service-BasicOnboardRpxrra-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:11:39.692Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:11:39.692Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:11:39.692Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666937395531,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/artifacts/service-BasicOnboardRpxrra-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:11:39.692Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:11:39.692Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:11:39.692Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
  "consumerID": "aai-ml",
  "timestamp": 1666937397890,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/artifacts/service-BasicOnboardRpxrra-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:11:39.692Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:11:39.692Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:11:39.692Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666937396050,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/artifacts/service-BasicOnboardRpxrra-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:11:39.693Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:11:39.693Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:11:39.693Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
  "consumerID": "aai-ml",
  "timestamp": 1666937397890,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/artifacts/service-BasicOnboardRpxrra-csar.csar",
  "status": "NOTIFIED"
}
2022-10-28T06:11:39.693Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:11:39.693Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:11:39.693Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
  "consumerID": "cds",
  "timestamp": 1666937398430,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/artifacts/service-BasicOnboardRpxrra-csar.csar",
  "status": "NOTIFIED"
}
2022-10-28T06:11:39.693Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:11:39.693Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:11:39.693Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666937395531,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/artifacts/service-BasicOnboardRpxrra-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:11:39.693Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:11:39.693Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:11:39.693Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666937396050,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/artifacts/service-BasicOnboardRpxrra-csar.csar",
  "status": "NOTIFIED"
}
2022-10-28T06:11:39.693Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:11:39.693Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:11:39.693Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666937409305,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:11:39.693Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:11:39.693Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:11:39.693Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666937409867,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/basic_onboard_rpxrra0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-28T06:11:39.694Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:11:39.694Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:11:39.694Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
  "consumerID": "cds",
  "timestamp": 1666937410598,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/artifacts/service-BasicOnboardRpxrra-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-28T06:11:39.694Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:11:39.694Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:11:39.694Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
  "consumerID": "aai-ml",
  "timestamp": 1666937410020,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/artifacts/service-BasicOnboardRpxrra-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-28T06:11:39.694Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:11:39.694Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:11:39.694Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666937409305,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/basic_onboard_rpxrra0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:11:39.694Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:11:39.694Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:11:39.694Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
  "consumerID": "cds",
  "timestamp": 1666937411604,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/artifacts/service-BasicOnboardRpxrra-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-10-28T06:11:39.704Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3db81634-ffc3-4a18-84c8-2d513d46700c
2022-10-28T06:11:39.704Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3db81634-ffc3-4a18-84c8-2d513d46700c 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-10-28T06:11:39.718Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:11:39.718Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666937410989,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-28T06:11:39.718Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:11:39.718Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:11:39.718Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666937409305,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:11:39.718Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:11:39.718Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:11:39.718Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666937412086,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-10-28T06:11:39.719Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:11:39.719Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:11:39.719Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666937409305,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:11:39.719Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:11:39.719Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:11:39.719Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666937413113,
  "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-10-28T06:11:39.733Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3db81634-ffc3-4a18-84c8-2d513d46700c
2022-10-28T06:11:39.734Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3db81634-ffc3-4a18-84c8-2d513d46700c 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-10-28T06:11:39.749Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:11:39.750Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666937409305,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:11:39.751Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:11:39.751Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:11:39.751Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666937414117,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/basic_onboard_rpxrra0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-28T06:11:39.752Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:11:39.752Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:11:39.752Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666937409305,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/artifacts/service-BasicOnboardRpxrra-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:11:39.752Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:11:39.752Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:11:39.753Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666937409305,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/artifacts/service-BasicOnboardRpxrra-csar.csar",
  "status": "NOTIFIED"
}
2022-10-28T06:11:39.753Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:11:39.753Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:11:39.753Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666937417108,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/artifacts/service-BasicOnboardRpxrra-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-28T06:11:39.753Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:11:39.753Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:11:39.753Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
  "consumerID": "aai-ml",
  "timestamp": 1666937417905,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/artifacts/service-BasicOnboardRpxrra-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-28T06:11:39.753Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:11:39.753Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:11:39.753Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
  "consumerID": "aai-ml",
  "timestamp": 1666937418910,
  "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-10-28T06:11:39.760Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3db81634-ffc3-4a18-84c8-2d513d46700c
2022-10-28T06:11:39.761Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3db81634-ffc3-4a18-84c8-2d513d46700c 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-10-28T06:11:39.772Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:11:39.772Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666937419477,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/artifacts/service-BasicOnboardRpxrra-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-28T06:11:39.773Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:11:39.773Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:11:39.773Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666937420482,
  "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-10-28T06:11:39.779Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3db81634-ffc3-4a18-84c8-2d513d46700c
2022-10-28T06:11:39.780Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3db81634-ffc3-4a18-84c8-2d513d46700c 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-10-28T06:12:01.194Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3db81634-ffc3-4a18-84c8-2d513d46700c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-28T06:12:01.212Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3db81634-ffc3-4a18-84c8-2d513d46700c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-28T06:12:01.216Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-28T06:12:01.216Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-28T06:12:01.216Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-28T06:12:01.216Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-28T06:12:01.216Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-28T06:12:01.216Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-28T06:12:01.216Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-28T06:12:01.216Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-28T06:12:01.216Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-28T06:12:01.216Z|3db81634-ffc3-4a18-84c8-2d513d46700c|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-10-28T06:12:01.223Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-28T06:12:31.224Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3db81634-ffc3-4a18-84c8-2d513d46700c 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-10-28T06:12:31.236Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3db81634-ffc3-4a18-84c8-2d513d46700c and serviceModelVersionId: 544e183c-433f-4046-b5eb-652bfcdfe471
2022-10-28T06:12:31.237Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3fb09b9d-8940-49ba-b6ee-db0ce19692f5
2022-10-28T06:12:31.238Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3fb09b9d-8940-49ba-b6ee-db0ce19692f5/model-vers/model-ver/544e183c-433f-4046-b5eb-652bfcdfe471?depth=0
2022-10-28T06:12:31.246Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-10-28T06:12:31.289Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3fb09b9d-8940-49ba-b6ee-db0ce19692f5/model-vers/model-ver/544e183c-433f-4046-b5eb-652bfcdfe471?depth=0|INFO|500||Invoke
2022-10-28T06:12:31.289Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3fb09b9d-8940-49ba-b6ee-db0ce19692f5/model-vers/model-ver/544e183c-433f-4046-b5eb-652bfcdfe471?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3fb09b9d-8940-49ba-b6ee-db0ce19692f5/model-vers/model-ver/544e183c-433f-4046-b5eb-652bfcdfe471?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3db81634-ffc3-4a18-84c8-2d513d46700c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0f126c51-fc15-4927-87f7-39174697969a], X-ECOMP-RequestID=[3db81634-ffc3-4a18-84c8-2d513d46700c], X-TransactionId=[], X-ONAP-RequestID=[3db81634-ffc3-4a18-84c8-2d513d46700c], Content-Type=[application/merge-patch+json]}
2022-10-28T06:12:31.321Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3fb09b9d-8940-49ba-b6ee-db0ce19692f5/model-vers/model-ver/544e183c-433f-4046-b5eb-652bfcdfe471?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-10-28T06:12:31.438Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3fb09b9d-8940-49ba-b6ee-db0ce19692f5/model-vers/model-ver/544e183c-433f-4046-b5eb-652bfcdfe471?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/3fb09b9d-8940-49ba-b6ee-db0ce19692f5/model-vers/model-ver/544e183c-433f-4046-b5eb-652bfcdfe471?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221028-06:12:31:476-33978], vertex-id=[246000], Content-Length=[0], Date=[Fri, 28 Oct 2022 06:12:31 GMT], Content-Type=[application/json]}
2022-10-28T06:12:31.439Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3fb09b9d-8940-49ba-b6ee-db0ce19692f5/model-vers/model-ver/544e183c-433f-4046-b5eb-652bfcdfe471?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-10-28T06:12:31.440Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3fb09b9d-8940-49ba-b6ee-db0ce19692f5/model-vers/model-ver/544e183c-433f-4046-b5eb-652bfcdfe471?depth=0|INFO|500||InvokeReturn
2022-10-28T06:12:31.440Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-28T06:12:31.440Z|3db81634-ffc3-4a18-84c8-2d513d46700c|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-10-28T06:12:31.447Z|3db81634-ffc3-4a18-84c8-2d513d46700c|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-10-28T06:12:31.448Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3db81634-ffc3-4a18-84c8-2d513d46700c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-28T06:12:31.448Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-28T06:12:31.448Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:12:31.451Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:12:31.452Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666937551448,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-28T06:12:31.552Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T06:12:31.554Z||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-10-28T06:12:31.554Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:12:31.569Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:12:31.570Z||pool-34-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-28T06:12:32.468Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:12:32.468Z|3db81634-ffc3-4a18-84c8-2d513d46700c|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-10-28T06:12:32.469Z|3db81634-ffc3-4a18-84c8-2d513d46700c|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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:12:39.645Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:12:39.646Z||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-10-28T06:12:39.646Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:12:39.680Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:12:39.681Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:12:39.681Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b908848f-f332-45c4-b658-c5ccadd34dac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666937442755,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-28T06:12:39.682Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:12:39.682Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:12:39.682Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666937443779,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:12:39.682Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:12:39.683Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:12:39.683Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666937443779,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/basic_onboard_rpxrra0_modules.json",
  "status": "NOTIFIED"
}
2022-10-28T06:12:39.683Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:12:39.683Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:12:39.683Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666937443779,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-10-28T06:12:39.684Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:12:39.684Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:12:39.684Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666937443779,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:12:39.684Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:12:39.684Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:12:39.684Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666937443779,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-10-28T06:12:39.684Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:12:39.684Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:12:39.684Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666937443779,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/artifacts/service-BasicOnboardRpxrra-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:12:39.684Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:12:39.684Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:12:39.684Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666937443779,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/artifacts/service-BasicOnboardRpxrra-csar.csar",
  "status": "NOTIFIED"
}
2022-10-28T06:12:39.684Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:12:39.684Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:12:39.684Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666937451568,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/artifacts/service-BasicOnboardRpxrra-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-28T06:12:39.684Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:12:39.685Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:12:39.685Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666937453862,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/basic_onboard_rpxrra0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-28T06:12:39.685Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:12:39.685Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:12:39.685Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666937454932,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-28T06:12:39.685Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:12:39.685Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:12:39.685Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666937456003,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-10-28T06:12:39.685Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:12:39.685Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:12:39.685Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666937457144,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/basic_onboard_rpxrra0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-28T06:12:39.685Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:12:39.685Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:12:39.686Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666937458147,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-10-28T06:12:39.686Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:12:39.686Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:12:39.686Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666937459151,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/resourceInstances/basic_onboard_rpxrra0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-10-28T06:12:39.686Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:12:39.686Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:12:39.686Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666937460155,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRpxrra/1.0/artifacts/service-BasicOnboardRpxrra-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-28T06:12:39.686Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:12:42.023Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:12:42.024Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:12:42.025Z|3db81634-ffc3-4a18-84c8-2d513d46700c|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-10-28T06:12:42.025Z|3db81634-ffc3-4a18-84c8-2d513d46700c|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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:12:51.583Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:13:39.642Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:13:39.643Z|3db81634-ffc3-4a18-84c8-2d513d46700c|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-10-28T06:13:39.643Z|3db81634-ffc3-4a18-84c8-2d513d46700c|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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:13:39.645Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:13:39.646Z||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-10-28T06:13:39.646Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:13:40.173Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:13:40.174Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:13:40.174Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db81634-ffc3-4a18-84c8-2d513d46700c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666937551448,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-28T06:13:40.175Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:13:49.205Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:14:39.642Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:14:39.643Z|3db81634-ffc3-4a18-84c8-2d513d46700c|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-10-28T06:14:39.643Z|3db81634-ffc3-4a18-84c8-2d513d46700c|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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:14:39.645Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:14:39.646Z||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-10-28T06:14:39.646Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:14:49.191Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:14:49.192Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:15:39.642Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:15:39.643Z|3db81634-ffc3-4a18-84c8-2d513d46700c|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-10-28T06:15:39.643Z|3db81634-ffc3-4a18-84c8-2d513d46700c|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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:15:39.645Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:15:39.646Z||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-10-28T06:15:39.646Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:15:49.197Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:15:49.205Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:16:39.642Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:16:39.643Z|3db81634-ffc3-4a18-84c8-2d513d46700c|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-10-28T06:16:39.643Z|3db81634-ffc3-4a18-84c8-2d513d46700c|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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:16:39.645Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:16:39.646Z||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-10-28T06:16:39.646Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:16:49.188Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:16:49.229Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:17:39.642Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:17:39.643Z|3db81634-ffc3-4a18-84c8-2d513d46700c|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-10-28T06:17:39.643Z|3db81634-ffc3-4a18-84c8-2d513d46700c|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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:17:39.645Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:17:39.645Z||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-10-28T06:17:39.646Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:17:49.193Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:17:49.194Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:18:39.642Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:18:39.644Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-28T06:18:39.645Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:18:39.645Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:18:39.645Z||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-10-28T06:18:39.645Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:18:49.219Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:18:49.220Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:19:39.642Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:19:39.643Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-28T06:19:39.643Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:19:39.645Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:19:39.645Z||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-10-28T06:19:39.646Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:19:49.195Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:19:49.198Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:20:39.642Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:20:39.643Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-28T06:20:39.644Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:20:39.645Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:20:39.645Z||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-10-28T06:20:39.645Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:20:49.223Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:20:49.224Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:21:39.642Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:21:39.643Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-28T06:21:39.643Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:21:39.645Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:21:39.645Z||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-10-28T06:21:39.646Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:21:49.235Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:21:49.235Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:22:39.642Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:22:39.643Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-28T06:22:39.643Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:22:39.645Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:22:39.645Z||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-10-28T06:22:39.645Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:22:49.202Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:22:49.204Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:23:39.642Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:23:39.643Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-28T06:23:39.643Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:23:39.645Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:23:39.646Z||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-10-28T06:23:39.646Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:23:44.365Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:23:44.366Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-28T06:23:44.366Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"dcb2170b-874d-4b04-93f0-43dfc0877c44","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"d9e2372e-0556-4a11-b217-c8248a9c62d4","serviceDescription":"service","serviceInvariantUUID":"6e2d4a2f-4ccd-41aa-ade6-235cf397ac94","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"3062135a-12f1-4c69-a581-27b6fd4c2030","resourceInvariantUUID":"fbe61c26-2712-401c-bde5-b55bd2feec89","resourceCustomizationUUID":"45e709c0-478d-4980-b729-6299e6272a80","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":"NzNkNDVjNzE5ODEyMWE0MTU3NDlmN2E4NTZhMjU3YzI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"af549048-81a5-4fa4-99c7-97492b59e523","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"OTY5MjI4YjRmODg3MmU2ZTJhZmVhMThhYWQ1OTVhYTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fe1d275e-1cb0-4d5e-9bd0-ed401ec12315","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-28T06:23:44.371Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-28T06:23:44.372Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:23:44.375Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:23:44.375Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "dcb2170b-874d-4b04-93f0-43dfc0877c44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666938219641,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:23:44.476Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-28T06:23:44.477Z||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-10-28T06:23:44.478Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:23:44.507Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:23:44.508Z||pool-35-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":2,"count":1}
2022-10-28T06:23:44.616Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:23:44.617Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:23:44.617Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcb2170b-874d-4b04-93f0-43dfc0877c44",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666938216050,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:23:44.618Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:23:44.619Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:23:44.619Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcb2170b-874d-4b04-93f0-43dfc0877c44",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666938215532,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:23:44.619Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:23:44.619Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:23:44.619Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcb2170b-874d-4b04-93f0-43dfc0877c44",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666938219306,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:23:44.619Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:23:45.376Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-28T06:23:45.377Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:23:45.379Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:23:45.379Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "dcb2170b-874d-4b04-93f0-43dfc0877c44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666938219641,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-10-28T06:23:45.479Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-28T06:23:45.480Z||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-10-28T06:23:45.481Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:23:45.505Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:23:45.506Z||pool-36-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-10-28T06:23:46.381Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "dcb2170b-874d-4b04-93f0-43dfc0877c44",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "d9e2372e-0556-4a11-b217-c8248a9c62d4",
  "serviceDescription": "service",
  "serviceInvariantUUID": "6e2d4a2f-4ccd-41aa-ade6-235cf397ac94",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "45e709c0-478d-4980-b729-6299e6272a80",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "3062135a-12f1-4c69-a581-27b6fd4c2030",
      "resourceInvariantUUID": "fbe61c26-2712-401c-bde5-b55bd2feec89",
      "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": "OTY5MjI4YjRmODg3MmU2ZTJhZmVhMThhYWQ1OTVhYTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fe1d275e-1cb0-4d5e-9bd0-ed401ec12315"
    }
  ],
  "workloadContext": "Production"
}
2022-10-28T06:23:46.381Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-28T06:23:46.381Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 d9e2372e-0556-4a11-b217-c8248a9c62d4 ASDC
2022-10-28T06:23:46.382Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:dcb2170b-874d-4b04-93f0-43dfc0877c44
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:d9e2372e-0556-4a11-b217-c8248a9c62d4
ServiceInvariantUUID:6e2d4a2f-4ccd-41aa-ade6-235cf397ac94
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:fe1d275e-1cb0-4d5e-9bd0-ed401ec12315
ArtifactChecksum:OTY5MjI4YjRmODg3MmU2ZTJhZmVhMThhYWQ1OTVhYTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:45e709c0-478d-4980-b729-6299e6272a80
ResourceInvariantUUID:fbe61c26-2712-401c-bde5-b55bd2feec89
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:3062135a-12f1-4c69-a581-27b6fd4c2030
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-10-28T06:23:46.382Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d9e2372e-0556-4a11-b217-c8248a9c62d4 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-10-28T06:23:46.415Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-28T06:23:46.416Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-10-28T06:23:46.417Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-10-28T06:23:46.417Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: fe1d275e-1cb0-4d5e-9bd0-ed401ec12315 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-28T06:23:46.417Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-10-28T06:23:46.417Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-28T06:23:46.511Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-10-28T06:23:46.513Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar fe1d275e-1cb0-4d5e-9bd0-ed401ec12315 57658
2022-10-28T06:23:46.513Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-10-28T06:23:46.514Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-28T06:23:46.514Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-28T06:23:46.514Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:23:46.517Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:23:46.517Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "dcb2170b-874d-4b04-93f0-43dfc0877c44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666938226513,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-28T06:23:46.616Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-10-28T06:23:46.618Z||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-10-28T06:23:46.618Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:23:46.630Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:23:46.630Z||pool-37-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-28T06:23:47.518Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-28T06:23:47.519Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-10-28T06:23:47.520Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: fe1d275e-1cb0-4d5e-9bd0-ed401ec12315, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-28T06:23:47.520Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-10-28T06:23:47.520Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-28T06:23:47.521Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-28T06:23:47.717Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7887839689891351869/Definitions/service-BasicNetwork-template.yml
2022-10-28T06:23:48.154Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-28T06:23:48.154Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-10-28T06:23:48.155Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-28T06:23:48.155Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-10-28T06:23:48.155Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||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-10-28T06:23:48.155Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||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-10-28T06:23:48.155Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||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-10-28T06:23:48.155Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||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-10-28T06:23:48.155Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-28T06:23:48.155Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||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-10-28T06:23:48.155Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||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-10-28T06:23:48.155Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||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-10-28T06:23:48.155Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-10-28T06:23:48.155Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:23:48.156Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:23:48.156Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-10-28T06:23:48.156Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-10-28T06:23:48.156Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-28T06:23:48.157Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:23:48.157Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:23:48.157Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-10-28T06:23:48.157Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-10-28T06:23:48.157Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-28T06:23:48.157Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:23:48.157Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:23:48.157Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:23:48.158Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:23:48.158Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:23:48.158Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:23:48.158Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:23:48.158Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:23:48.158Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:23:48.158Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:23:48.159Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:d9e2372e-0556-4a11-b217-c8248a9c62d4
Model Version:NULL
Model InvariantUuid:6e2d4a2f-4ccd-41aa-ade6-235cf397ac94
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:fbe61c26-2712-401c-bde5-b55bd2feec89
Model UUID:d4df00bc-1ab1-4d0a-a1e4-69eb00f1e5df
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:45e709c0-478d-4980-b729-6299e6272a80
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-10-28T06:23:48.169Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||INFO|500||Processing Resource Type: VL, Model UUID: 3062135a-12f1-4c69-a581-27b6fd4c2030
2022-10-28T06:23:48.169Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||INFO|500||No resources found for Service: d9e2372e-0556-4a11-b217-c8248a9c62d4
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-10-28T06:23:48.175Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||INFO|500||
2022-10-28T06:23:48.176Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-10-28T06:23:48.177Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||No resources found for Service: d9e2372e-0556-4a11-b217-c8248a9c62d4
2022-10-28T06:23:48.177Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: d9e2372e-0556-4a11-b217-c8248a9c62d4
2022-10-28T06:23:48.177Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-10-28T06:23:48.177Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||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-10-28T06:23:48.184Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@202e2114, org.onap.sdc.toscaparser.api.parameters.Input@76ca3668, org.onap.sdc.toscaparser.api.parameters.Input@43047212, org.onap.sdc.toscaparser.api.parameters.Input@6179d303, org.onap.sdc.toscaparser.api.parameters.Input@300e68b9]
2022-10-28T06:23:48.186Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:23:48.186Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:23:48.187Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:23:48.187Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:23:48.187Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid d9e2372e-0556-4a11-b217-c8248a9c62d4: Generic NeutronNet
2022-10-28T06:23:48.187Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:23:48.187Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:23:48.187Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:23:48.187Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||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-10-28T06:23:48.225Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:23:48.225Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:23:48.226Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:23:48.226Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:23:48.226Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:23:48.226Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:23:48.227Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||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-10-28T06:23:48.290Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-10-28T06:23:48.290Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-10-28T06:23:48.290Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-28T06:23:48.290Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-28T06:23:48.291Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:23:48.292Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:23:48.292Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "dcb2170b-874d-4b04-93f0-43dfc0877c44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666938228290,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-28T06:23:48.393Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-28T06:23:48.394Z||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-10-28T06:23:48.395Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:23:48.405Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:23:48.405Z||pool-38-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-28T06:23:49.293Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dcb2170b-874d-4b04-93f0-43dfc0877c44
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-28T06:23:49.310Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dcb2170b-874d-4b04-93f0-43dfc0877c44
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-28T06:23:49.314Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-28T06:23:49.314Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-28T06:23:49.314Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-28T06:24:19.315Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dcb2170b-874d-4b04-93f0-43dfc0877c44
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-28T06:24:19.328Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dcb2170b-874d-4b04-93f0-43dfc0877c44
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-28T06:24:19.333Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-28T06:24:19.334Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-28T06:24:19.334Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-28T06:24:39.645Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:24:39.646Z||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-10-28T06:24:39.646Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:24:39.673Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:24:39.674Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:24:39.674Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcb2170b-874d-4b04-93f0-43dfc0877c44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666938219641,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:24:39.675Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:24:49.334Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dcb2170b-874d-4b04-93f0-43dfc0877c44
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-28T06:24:49.347Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dcb2170b-874d-4b04-93f0-43dfc0877c44
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-28T06:24:49.351Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-28T06:24:49.351Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-28T06:24:49.351Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-28T06:25:19.352Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dcb2170b-874d-4b04-93f0-43dfc0877c44
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-28T06:25:19.364Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dcb2170b-874d-4b04-93f0-43dfc0877c44
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-28T06:25:19.369Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-28T06:25:19.369Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-28T06:25:19.370Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-28T06:25:39.645Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:25:39.646Z||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-10-28T06:25:39.646Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:25:39.677Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:25:39.678Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:25:39.678Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcb2170b-874d-4b04-93f0-43dfc0877c44",
  "consumerID": "cds",
  "timestamp": 1666938223430,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:25:39.679Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:25:49.370Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dcb2170b-874d-4b04-93f0-43dfc0877c44
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-28T06:25:49.399Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dcb2170b-874d-4b04-93f0-43dfc0877c44
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-28T06:25:49.406Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-28T06:25:49.406Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-28T06:25:49.406Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-28T06:26:19.407Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dcb2170b-874d-4b04-93f0-43dfc0877c44
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-28T06:26:19.423Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dcb2170b-874d-4b04-93f0-43dfc0877c44
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-28T06:26:19.426Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-28T06:26:19.426Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-28T06:26:19.426Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-28T06:26:39.645Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:26:39.646Z||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-10-28T06:26:39.646Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:26:39.680Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:26:39.683Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.683Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcb2170b-874d-4b04-93f0-43dfc0877c44",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666938216050,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-10-28T06:26:39.684Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:26:39.685Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.685Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcb2170b-874d-4b04-93f0-43dfc0877c44",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666938215532,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:26:39.685Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:26:39.685Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.685Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcb2170b-874d-4b04-93f0-43dfc0877c44",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666938219306,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-10-28T06:26:39.685Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:26:39.685Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.685Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcb2170b-874d-4b04-93f0-43dfc0877c44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666938219641,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-10-28T06:26:39.685Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:26:39.685Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.685Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcb2170b-874d-4b04-93f0-43dfc0877c44",
  "consumerID": "cds",
  "timestamp": 1666938223430,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-10-28T06:26:39.687Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:26:39.687Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.687Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcb2170b-874d-4b04-93f0-43dfc0877c44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666938226513,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-28T06:26:39.687Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:26:39.687Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.687Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcb2170b-874d-4b04-93f0-43dfc0877c44",
  "consumerID": "cds",
  "timestamp": 1666938226839,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-28T06:26:39.687Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:26:39.687Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.687Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcb2170b-874d-4b04-93f0-43dfc0877c44",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666938226692,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-28T06:26:39.687Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:26:39.687Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.687Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcb2170b-874d-4b04-93f0-43dfc0877c44",
  "consumerID": "cds",
  "timestamp": 1666938227849,
  "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-10-28T06:26:39.698Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of dcb2170b-874d-4b04-93f0-43dfc0877c44
2022-10-28T06:26:39.698Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId dcb2170b-874d-4b04-93f0-43dfc0877c44 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-10-28T06:26:39.711Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.711Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcb2170b-874d-4b04-93f0-43dfc0877c44",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666938228436,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-28T06:26:39.712Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:26:39.712Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.712Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcb2170b-874d-4b04-93f0-43dfc0877c44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666938228290,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-28T06:26:39.712Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:26:39.712Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.712Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcb2170b-874d-4b04-93f0-43dfc0877c44",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666938229441,
  "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-10-28T06:26:39.718Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of dcb2170b-874d-4b04-93f0-43dfc0877c44
2022-10-28T06:26:39.718Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId dcb2170b-874d-4b04-93f0-43dfc0877c44 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-10-28T06:26:39.728Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.729Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcb2170b-874d-4b04-93f0-43dfc0877c44",
  "consumerID": "aai-ml",
  "timestamp": 1666938237890,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:26:39.729Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:26:39.729Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.729Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcb2170b-874d-4b04-93f0-43dfc0877c44",
  "consumerID": "aai-ml",
  "timestamp": 1666938237890,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-10-28T06:26:39.729Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:26:39.729Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.729Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcb2170b-874d-4b04-93f0-43dfc0877c44",
  "consumerID": "aai-ml",
  "timestamp": 1666938240630,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-28T06:26:39.729Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:26:39.729Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.730Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcb2170b-874d-4b04-93f0-43dfc0877c44",
  "consumerID": "aai-ml",
  "timestamp": 1666938244705,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-28T06:26:39.730Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:26:39.730Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.730Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcb2170b-874d-4b04-93f0-43dfc0877c44",
  "consumerID": "aai-ml",
  "timestamp": 1666938245710,
  "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-10-28T06:26:39.736Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of dcb2170b-874d-4b04-93f0-43dfc0877c44
2022-10-28T06:26:39.736Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId dcb2170b-874d-4b04-93f0-43dfc0877c44 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-10-28T06:26:39.749Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.750Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
  "consumerID": "cds",
  "timestamp": 1666938253431,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/resourceInstances/pnf21e30fb8e3f40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:26:39.750Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:26:39.750Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.750Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666938249306,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/resourceInstances/pnf21e30fb8e3f40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:26:39.750Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:26:39.750Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.750Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
  "consumerID": "cds",
  "timestamp": 1666938253431,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/resourceInstances/pnf21e30fb8e3f40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:26:39.750Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:26:39.750Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.750Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666938249306,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/resourceInstances/pnf21e30fb8e3f40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:26:39.751Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:26:39.751Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.751Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666938255531,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/resourceInstances/pnf21e30fb8e3f40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:26:39.751Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:26:39.751Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.751Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
  "consumerID": "cds",
  "timestamp": 1666938253431,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/resourceInstances/pnf21e30fb8e3f40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:26:39.751Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:26:39.751Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.751Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666938249306,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/resourceInstances/pnf21e30fb8e3f40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:26:39.751Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:26:39.751Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.751Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666938256050,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/resourceInstances/pnf21e30fb8e3f40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:26:39.751Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:26:39.751Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.751Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666938255531,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/resourceInstances/pnf21e30fb8e3f40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:26:39.752Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:26:39.752Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.752Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
  "consumerID": "cds",
  "timestamp": 1666938253431,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/resourceInstances/pnf21e30fb8e3f40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:26:39.752Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:26:39.752Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.752Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666938249306,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/resourceInstances/pnf21e30fb8e3f40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:26:39.752Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:26:39.752Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.752Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666938256050,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/resourceInstances/pnf21e30fb8e3f40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:26:39.752Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:26:39.752Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.752Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666938255531,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/resourceInstances/pnf21e30fb8e3f40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:26:39.752Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:26:39.752Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.752Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666938249306,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/resourceInstances/pnf21e30fb8e3f40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:26:39.752Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:26:39.752Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.752Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
  "consumerID": "cds",
  "timestamp": 1666938253431,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/resourceInstances/pnf21e30fb8e3f40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:26:39.752Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:26:39.753Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.753Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666938256050,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/resourceInstances/pnf21e30fb8e3f40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:26:39.753Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:26:39.753Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.753Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666938255531,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/resourceInstances/pnf21e30fb8e3f40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:26:39.753Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:26:39.753Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.753Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666938249306,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/resourceInstances/pnf21e30fb8e3f40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:26:39.753Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:26:39.753Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.753Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
  "consumerID": "cds",
  "timestamp": 1666938253431,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/resourceInstances/pnf21e30fb8e3f40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:26:39.754Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:26:39.754Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.754Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666938256050,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/resourceInstances/pnf21e30fb8e3f40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:26:39.754Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:26:39.754Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.754Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666938255531,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/resourceInstances/pnf21e30fb8e3f40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:26:39.754Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:26:39.754Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.754Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666938249306,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/artifacts/service-DemoPnfB8wdb9bbcgsy4gdcqc0o-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:26:39.754Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:26:39.754Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.754Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
  "consumerID": "cds",
  "timestamp": 1666938253431,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/artifacts/service-DemoPnfB8wdb9bbcgsy4gdcqc0o-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:26:39.754Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:26:39.754Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.754Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666938256050,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/resourceInstances/pnf21e30fb8e3f40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:26:39.754Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:26:39.754Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.755Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666938255531,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/resourceInstances/pnf21e30fb8e3f40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-10-28T06:26:39.755Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:26:39.755Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.755Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666938249306,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/artifacts/service-DemoPnfB8wdb9bbcgsy4gdcqc0o-csar.csar",
  "status": "NOTIFIED"
}
2022-10-28T06:26:39.755Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:26:39.755Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.755Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
  "consumerID": "cds",
  "timestamp": 1666938253431,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/artifacts/service-DemoPnfB8wdb9bbcgsy4gdcqc0o-csar.csar",
  "status": "NOTIFIED"
}
2022-10-28T06:26:39.756Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:26:39.756Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.756Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666938256050,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/resourceInstances/pnf21e30fb8e3f40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:26:39.756Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:26:39.756Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.756Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666938255531,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/artifacts/service-DemoPnfB8wdb9bbcgsy4gdcqc0o-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:26:39.756Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:26:39.756Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.756Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666938262949,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/artifacts/service-DemoPnfB8wdb9bbcgsy4gdcqc0o-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-28T06:26:39.757Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:26:39.757Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.757Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
  "consumerID": "cds",
  "timestamp": 1666938263179,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/artifacts/service-DemoPnfB8wdb9bbcgsy4gdcqc0o-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-28T06:26:39.757Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:26:39.757Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.757Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666938256050,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/artifacts/service-DemoPnfB8wdb9bbcgsy4gdcqc0o-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:26:39.757Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:26:39.757Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.757Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666938255531,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/artifacts/service-DemoPnfB8wdb9bbcgsy4gdcqc0o-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:26:39.757Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:26:39.757Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.757Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
  "consumerID": "cds",
  "timestamp": 1666938264185,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/artifacts/service-DemoPnfB8wdb9bbcgsy4gdcqc0o-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-10-28T06:26:39.771Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 890e58f5-c56f-4d22-a468-a3fe74e4bbbf
2022-10-28T06:26:39.772Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 890e58f5-c56f-4d22-a468-a3fe74e4bbbf 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-10-28T06:26:39.781Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.781Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666938256050,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/artifacts/service-DemoPnfB8wdb9bbcgsy4gdcqc0o-csar.csar",
  "status": "NOTIFIED"
}
2022-10-28T06:26:39.782Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:26:39.782Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.782Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666938264354,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/resourceInstances/pnf21e30fb8e3f40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-28T06:26:39.782Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:26:39.782Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.783Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666938264926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/artifacts/service-DemoPnfB8wdb9bbcgsy4gdcqc0o-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-28T06:26:39.783Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:26:39.783Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.783Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666938265581,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/resourceInstances/pnf21e30fb8e3f40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-10-28T06:26:39.783Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:26:39.783Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.783Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666938265930,
  "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-10-28T06:26:39.789Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 890e58f5-c56f-4d22-a468-a3fe74e4bbbf
2022-10-28T06:26:39.789Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 890e58f5-c56f-4d22-a468-a3fe74e4bbbf 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-10-28T06:26:39.808Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.809Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666938266586,
  "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-10-28T06:26:39.814Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 890e58f5-c56f-4d22-a468-a3fe74e4bbbf
2022-10-28T06:26:39.814Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 890e58f5-c56f-4d22-a468-a3fe74e4bbbf 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-10-28T06:26:39.822Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.822Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
  "consumerID": "aai-ml",
  "timestamp": 1666938267890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/resourceInstances/pnf21e30fb8e3f40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:26:39.823Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:26:39.823Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.823Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
  "consumerID": "aai-ml",
  "timestamp": 1666938267890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/resourceInstances/pnf21e30fb8e3f40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:26:39.823Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:26:39.823Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.823Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
  "consumerID": "aai-ml",
  "timestamp": 1666938267890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/resourceInstances/pnf21e30fb8e3f40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:26:39.823Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:26:39.823Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.823Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
  "consumerID": "aai-ml",
  "timestamp": 1666938267890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/resourceInstances/pnf21e30fb8e3f40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:26:39.823Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:26:39.823Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.824Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48f8c942-29a9-4b5e-a013-6ae6f4f322b4",
  "consumerID": "cds",
  "timestamp": 1666938268430,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:26:39.824Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:26:39.824Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.824Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
  "consumerID": "aai-ml",
  "timestamp": 1666938267890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/resourceInstances/pnf21e30fb8e3f40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:26:39.824Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:26:39.824Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.824Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48f8c942-29a9-4b5e-a013-6ae6f4f322b4",
  "consumerID": "cds",
  "timestamp": 1666938268430,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:26:39.824Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:26:39.824Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.824Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
  "consumerID": "aai-ml",
  "timestamp": 1666938267890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/resourceInstances/pnf21e30fb8e3f40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:26:39.824Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:26:39.824Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.824Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48f8c942-29a9-4b5e-a013-6ae6f4f322b4",
  "consumerID": "cds",
  "timestamp": 1666938268430,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:26:39.824Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:26:39.824Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.824Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
  "consumerID": "aai-ml",
  "timestamp": 1666938267890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/artifacts/service-DemoPnfB8wdb9bbcgsy4gdcqc0o-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:26:39.825Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:26:39.825Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.825Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48f8c942-29a9-4b5e-a013-6ae6f4f322b4",
  "consumerID": "cds",
  "timestamp": 1666938268430,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:26:39.825Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:26:39.825Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.825Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
  "consumerID": "aai-ml",
  "timestamp": 1666938267890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/artifacts/service-DemoPnfB8wdb9bbcgsy4gdcqc0o-csar.csar",
  "status": "NOTIFIED"
}
2022-10-28T06:26:39.825Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:26:39.825Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.825Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48f8c942-29a9-4b5e-a013-6ae6f4f322b4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666938275531,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:26:39.825Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:26:39.825Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.825Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48f8c942-29a9-4b5e-a013-6ae6f4f322b4",
  "consumerID": "cds",
  "timestamp": 1666938268430,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:26:39.825Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:26:39.825Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.825Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
  "consumerID": "aai-ml",
  "timestamp": 1666938276671,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/artifacts/service-DemoPnfB8wdb9bbcgsy4gdcqc0o-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-28T06:26:39.825Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:26:39.825Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.825Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48f8c942-29a9-4b5e-a013-6ae6f4f322b4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666938276050,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:26:39.825Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:26:39.825Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.825Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48f8c942-29a9-4b5e-a013-6ae6f4f322b4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666938275531,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:26:39.826Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:26:39.826Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.826Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48f8c942-29a9-4b5e-a013-6ae6f4f322b4",
  "consumerID": "cds",
  "timestamp": 1666938268430,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:26:39.826Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:26:39.826Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.826Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48f8c942-29a9-4b5e-a013-6ae6f4f322b4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666938276050,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-10-28T06:26:39.826Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:26:39.826Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.826Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48f8c942-29a9-4b5e-a013-6ae6f4f322b4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666938275531,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:26:39.826Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:26:39.826Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.826Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48f8c942-29a9-4b5e-a013-6ae6f4f322b4",
  "consumerID": "cds",
  "timestamp": 1666938268430,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:26:39.826Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:26:39.826Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.826Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48f8c942-29a9-4b5e-a013-6ae6f4f322b4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666938276050,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-10-28T06:26:39.826Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:26:39.827Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.827Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48f8c942-29a9-4b5e-a013-6ae6f4f322b4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666938275531,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:26:39.827Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:26:39.827Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:26:39.827Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48f8c942-29a9-4b5e-a013-6ae6f4f322b4",
  "consumerID": "cds",
  "timestamp": 1666938268430,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:26:39.827Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:26:49.426Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dcb2170b-874d-4b04-93f0-43dfc0877c44
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-28T06:26:49.443Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dcb2170b-874d-4b04-93f0-43dfc0877c44
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-28T06:26:49.450Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-28T06:26:49.451Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-28T06:26:49.451Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-28T06:26:49.451Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-28T06:26:49.451Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-28T06:26:49.451Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-28T06:26:49.451Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-28T06:26:49.451Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-28T06:26:49.451Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-28T06:26:49.458Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-28T06:27:19.459Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: dcb2170b-874d-4b04-93f0-43dfc0877c44 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-10-28T06:27:19.468Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dcb2170b-874d-4b04-93f0-43dfc0877c44 and serviceModelVersionId: d9e2372e-0556-4a11-b217-c8248a9c62d4
2022-10-28T06:27:19.468Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6e2d4a2f-4ccd-41aa-ade6-235cf397ac94
2022-10-28T06:27:19.470Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6e2d4a2f-4ccd-41aa-ade6-235cf397ac94/model-vers/model-ver/d9e2372e-0556-4a11-b217-c8248a9c62d4?depth=0
2022-10-28T06:27:19.477Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-10-28T06:27:19.520Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e2d4a2f-4ccd-41aa-ade6-235cf397ac94/model-vers/model-ver/d9e2372e-0556-4a11-b217-c8248a9c62d4?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-10-28T06:27:19.522Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e2d4a2f-4ccd-41aa-ade6-235cf397ac94/model-vers/model-ver/d9e2372e-0556-4a11-b217-c8248a9c62d4?depth=0|INFO|500||Invoke
2022-10-28T06:27:19.543Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e2d4a2f-4ccd-41aa-ade6-235cf397ac94/model-vers/model-ver/d9e2372e-0556-4a11-b217-c8248a9c62d4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-10-28T06:27:19.654Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e2d4a2f-4ccd-41aa-ade6-235cf397ac94/model-vers/model-ver/d9e2372e-0556-4a11-b217-c8248a9c62d4?depth=0|INFO|500||InvokeReturn
2022-10-28T06:27:19.656Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e2d4a2f-4ccd-41aa-ade6-235cf397ac94/model-vers/model-ver/d9e2372e-0556-4a11-b217-c8248a9c62d4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221028-06:27:19:719-52214], vertex-id=[188536], Content-Length=[0], Date=[Fri, 28 Oct 2022 06:27:19 GMT], Content-Type=[application/json]}
2022-10-28T06:27:19.656Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2022-10-28T06:27:19.656Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-28T06:27:19.657Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-28T06:27:19.664Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-10-28T06:27:19.664Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dcb2170b-874d-4b04-93f0-43dfc0877c44 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-28T06:27:19.664Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-28T06:27:19.665Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:27:19.669Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:27:19.669Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "dcb2170b-874d-4b04-93f0-43dfc0877c44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666938439664,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-28T06:27:19.770Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T06:27:19.771Z||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-10-28T06:27:19.771Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:27:19.786Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:27:19.787Z||pool-39-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-28T06:27:20.683Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:27:20.684Z||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-10-28T06:27:20.684Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:27:25.128Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:27:25.129Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:27:25.129Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"890e58f5-c56f-4d22-a468-a3fe74e4bbbf","serviceName":"Demo_pNF_B8wDB9BBcgsy4gdCqc0o","serviceVersion":"1.0","serviceUUID":"50a1b050-cd7d-4355-b597-e7dfccc4806f","serviceDescription":"catalog service description","serviceInvariantUUID":"61b3ccd3-76f6-409c-b38f-4c48a029bdae","resources":[{"resourceInstanceName":"pNF 21e30fb8-e3f4 0","resourceName":"pNF 21e30fb8-e3f4","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"9ab9313c-4f75-4fd8-a2c2-1a0747cc9d13","resourceInvariantUUID":"1d96ec6d-fafd-4ec7-8166-2dabe9ae567c","resourceCustomizationUUID":"967b247a-e75d-440a-bea6-71129d9f1cb3","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/resourceInstances/pnf21e30fb8e3f40/artifacts/vf-license-model.xml","artifactChecksum":"NGQwNjM5MDQzMjI5NmViMTcwZTUyNzVhMjBiMDU5ZTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"83d8c229-38ac-436f-8aca-9393d0486afc","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/resourceInstances/pnf21e30fb8e3f40/artifacts/pNF.csar","artifactChecksum":"ZTcyNWUwZjk1ZjkxOTI2YWQ2MjU1ZjhiYmYxYTY2MGM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"60df79c1-5df2-4f31-845f-88b60deae14d","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/resourceInstances/pnf21e30fb8e3f40/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1a100d2b-d8fd-4960-82ce-f8fb9dce5fd5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/resourceInstances/pnf21e30fb8e3f40/artifacts/vendor-license-model.xml","artifactChecksum":"MDA1YjA0Y2JkNDlmYzBiMGU2ZWI2Y2Q0MzI2MDQ3YjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5e9d9738-1021-4ae5-a480-54ffd0f41e6a","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/resourceInstances/pnf21e30fb8e3f40/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c89fb990-c3e6-4f4b-aeb8-5b750e462924","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/resourceInstances/pnf21e30fb8e3f40/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fd371729-1d7c-4b46-8b47-7a1d41684789","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfB8wdb9bbcgsy4gdcqc0o-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/artifacts/service-DemoPnfB8wdb9bbcgsy4gdcqc0o-template.yml","artifactChecksum":"YWY2YjlhZWIxZjFhZDdlNTNlNmQzMWZjNTE4MzRiMmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b35203dc-3e4a-4a48-a7a8-0f147edf8b9f","artifactVersion":"1"},{"artifactName":"service-DemoPnfB8wdb9bbcgsy4gdcqc0o-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/artifacts/service-DemoPnfB8wdb9bbcgsy4gdcqc0o-csar.csar","artifactChecksum":"OGRjNmZjNTMzNmUwYTYxYzZjOGE5ZjFmY2E5MTJmOTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e8c408d9-49ee-4947-a43b-0b917965e0ff","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-28T06:27:25.131Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-28T06:27:25.131Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:27:25.133Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:27:25.133Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666938440683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/resourceInstances/pnf21e30fb8e3f40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:27:25.235Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-10-28T06:27:25.236Z||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-10-28T06:27:25.237Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:27:25.247Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:27:25.248Z||pool-40-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-28T06:27:26.134Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-28T06:27:26.135Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:27:26.137Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:27:26.137Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666938440683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/resourceInstances/pnf21e30fb8e3f40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:27:26.238Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-28T06:27:26.239Z||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-10-28T06:27:26.240Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:27:26.263Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:27:26.264Z||pool-41-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-10-28T06:27:27.138Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-28T06:27:27.138Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:27:27.140Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:27:27.141Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666938440683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/resourceInstances/pnf21e30fb8e3f40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:27:27.240Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-28T06:27:27.241Z||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-10-28T06:27:27.241Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:27:27.253Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:27:27.254Z||pool-42-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-28T06:27:28.141Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-28T06:27:28.142Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:27:28.144Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:27:28.144Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666938440683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/resourceInstances/pnf21e30fb8e3f40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:27:28.245Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-28T06:27:28.246Z||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-10-28T06:27:28.246Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:27:28.259Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:27:28.260Z||pool-43-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-28T06:27:29.145Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-28T06:27:29.146Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:27:29.148Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:27:29.148Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666938440683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/resourceInstances/pnf21e30fb8e3f40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:27:29.248Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T06:27:29.249Z||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-10-28T06:27:29.249Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:27:29.261Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:27:29.262Z||pool-44-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-28T06:27:30.148Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-28T06:27:30.149Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:27:30.151Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:27:30.151Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666938440683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/resourceInstances/pnf21e30fb8e3f40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:27:30.251Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T06:27:30.253Z||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-10-28T06:27:30.253Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:27:30.287Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:27:30.288Z||pool-45-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-10-28T06:27:31.152Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-28T06:27:31.153Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:27:31.155Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:27:31.155Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666938440683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/artifacts/service-DemoPnfB8wdb9bbcgsy4gdcqc0o-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:27:31.255Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T06:27:31.256Z||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-10-28T06:27:31.256Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:27:31.269Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:27:31.270Z||pool-46-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-10-28T06:27:32.156Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-28T06:27:32.156Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:27:32.158Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:27:32.159Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666938440683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/artifacts/service-DemoPnfB8wdb9bbcgsy4gdcqc0o-csar.csar",
  "status": "NOTIFIED"
}
2022-10-28T06:27:32.259Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T06:27:32.259Z||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-10-28T06:27:32.260Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:27:32.272Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:27:32.273Z||pool-47-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-28T06:27:33.160Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
  "serviceName": "Demo_pNF_B8wDB9BBcgsy4gdCqc0o",
  "serviceVersion": "1.0",
  "serviceUUID": "50a1b050-cd7d-4355-b597-e7dfccc4806f",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "61b3ccd3-76f6-409c-b38f-4c48a029bdae",
  "resources": [
    {
      "resourceInstanceName": "pNF 21e30fb8-e3f4 0",
      "resourceCustomizationUUID": "967b247a-e75d-440a-bea6-71129d9f1cb3",
      "resourceName": "pNF 21e30fb8-e3f4",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "9ab9313c-4f75-4fd8-a2c2-1a0747cc9d13",
      "resourceInvariantUUID": "1d96ec6d-fafd-4ec7-8166-2dabe9ae567c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfB8wdb9bbcgsy4gdcqc0o-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/artifacts/service-DemoPnfB8wdb9bbcgsy4gdcqc0o-csar.csar",
      "artifactChecksum": "OGRjNmZjNTMzNmUwYTYxYzZjOGE5ZjFmY2E5MTJmOTQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e8c408d9-49ee-4947-a43b-0b917965e0ff"
    }
  ],
  "workloadContext": "Production"
}
2022-10-28T06:27:33.160Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-28T06:27:33.160Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 50a1b050-cd7d-4355-b597-e7dfccc4806f ASDC
2022-10-28T06:27:33.161Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:890e58f5-c56f-4d22-a468-a3fe74e4bbbf
ServiceName:Demo_pNF_B8wDB9BBcgsy4gdCqc0o
ServiceVersion:1.0
ServiceUUID:50a1b050-cd7d-4355-b597-e7dfccc4806f
ServiceInvariantUUID:61b3ccd3-76f6-409c-b38f-4c48a029bdae
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfB8wdb9bbcgsy4gdcqc0o-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/artifacts/service-DemoPnfB8wdb9bbcgsy4gdcqc0o-csar.csar
ArtifactUUID:e8c408d9-49ee-4947-a43b-0b917965e0ff
ArtifactChecksum:OGRjNmZjNTMzNmUwYTYxYzZjOGE5ZjFmY2E5MTJmOTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 21e30fb8-e3f4 0
ResourceCustomizationUUID:967b247a-e75d-440a-bea6-71129d9f1cb3
ResourceInvariantUUID:1d96ec6d-fafd-4ec7-8166-2dabe9ae567c
ResourceName:pNF 21e30fb8-e3f4
ResourceType:PNF
ResourceUUID:9ab9313c-4f75-4fd8-a2c2-1a0747cc9d13
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-10-28T06:27:33.161Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 50a1b050-cd7d-4355-b597-e7dfccc4806f 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-10-28T06:27:33.196Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-28T06:27:33.197Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-10-28T06:27:33.197Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-10-28T06:27:33.197Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: e8c408d9-49ee-4947-a43b-0b917965e0ff from URL: /sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/artifacts/service-DemoPnfB8wdb9bbcgsy4gdcqc0o-csar.csar
2022-10-28T06:27:33.197Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-10-28T06:27:33.197Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/artifacts/service-DemoPnfB8wdb9bbcgsy4gdcqc0o-csar.csar
2022-10-28T06:27:33.377Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-10-28T06:27:33.381Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/artifacts/service-DemoPnfB8wdb9bbcgsy4gdcqc0o-csar.csar e8c408d9-49ee-4947-a43b-0b917965e0ff 87769
2022-10-28T06:27:33.381Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/artifacts/service-DemoPnfB8wdb9bbcgsy4gdcqc0o-csar.csar ASDC sendASDCNotification
2022-10-28T06:27:33.381Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/artifacts/service-DemoPnfB8wdb9bbcgsy4gdcqc0o-csar.csar
2022-10-28T06:27:33.381Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-28T06:27:33.381Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:27:33.383Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:27:33.383Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666938453381,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/artifacts/service-DemoPnfB8wdb9bbcgsy4gdcqc0o-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-28T06:27:33.484Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T06:27:33.485Z||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-10-28T06:27:33.485Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:27:33.497Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:27:33.497Z||pool-48-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-28T06:27:34.384Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-28T06:27:34.385Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-10-28T06:27:34.386Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: e8c408d9-49ee-4947-a43b-0b917965e0ff, URL: /sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/artifacts/service-DemoPnfB8wdb9bbcgsy4gdcqc0o-csar.csar to file: /app/ASDC/1/service-DemoPnfB8wdb9bbcgsy4gdcqc0o-csar.csar
2022-10-28T06:27:34.386Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfB8wdb9bbcgsy4gdcqc0o-csar.csar
2022-10-28T06:27:34.386Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfB8wdb9bbcgsy4gdcqc0o-csar.csar
2022-10-28T06:27:34.387Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfB8wdb9bbcgsy4gdcqc0o-csar.csar
2022-10-28T06:27:34.582Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17650557987165876152/Definitions/service-DemoPnfB8wdb9bbcgsy4gdcqc0o-template.yml
2022-10-28T06:27:35.246Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-28T06:27:35.247Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-10-28T06:27:35.247Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfB8wdb9bbcgsy4gdcqc0o-csar.csar
2022-10-28T06:27:35.247Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-10-28T06:27:35.247Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||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-DemoPnfB8wdb9bbcgsy4gdcqc0o-csar.csar
2022-10-28T06:27:35.247Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfB8wdb9bbcgsy4gdcqc0o-csar.csar
2022-10-28T06:27:35.247Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||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-DemoPnfB8wdb9bbcgsy4gdcqc0o-csar.csar
2022-10-28T06:27:35.247Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||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-DemoPnfB8wdb9bbcgsy4gdcqc0o-csar.csar
2022-10-28T06:27:35.247Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||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-DemoPnfB8wdb9bbcgsy4gdcqc0o-csar.csar
2022-10-28T06:27:35.247Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 21e30fb8-e3f4 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-DemoPnfB8wdb9bbcgsy4gdcqc0o-csar.csar
2022-10-28T06:27:35.247Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||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-DemoPnfB8wdb9bbcgsy4gdcqc0o-csar.csar
2022-10-28T06:27:35.247Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-10-28T06:27:35.248Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:27:35.248Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_B8wDB9BBcgsy4gdCqc0o is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:27:35.248Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||DEBUG|500||Node template pNF 21e30fb8-e3f4 0 is matching search criteria
2022-10-28T06:27:35.248Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-10-28T06:27:35.248Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 21e30fb8-e3f4 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-28T06:27:35.248Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:27:35.249Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_B8wDB9BBcgsy4gdCqc0o is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:27:35.249Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||DEBUG|500||Node template pNF 21e30fb8-e3f4 0 is matching search criteria
2022-10-28T06:27:35.249Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-10-28T06:27:35.249Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 21e30fb8-e3f4 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-28T06:27:35.249Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:27:35.249Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_B8wDB9BBcgsy4gdCqc0o is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:27:35.249Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:27:35.249Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_B8wDB9BBcgsy4gdCqc0o is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:27:35.249Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:27:35.249Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_B8wDB9BBcgsy4gdCqc0o is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:27:35.250Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:27:35.250Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_B8wDB9BBcgsy4gdCqc0o is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:27:35.250Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:27:35.250Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_B8wDB9BBcgsy4gdCqc0o is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:27:35.250Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_B8wDB9BBcgsy4gdCqc0o
Description:catalog service description
Model UUID:50a1b050-cd7d-4355-b597-e7dfccc4806f
Model Version:NULL
Model InvariantUuid:61b3ccd3-76f6-409c-b38f-4c48a029bdae
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-10-28T06:27:35.264Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: 9ab9313c-4f75-4fd8-a2c2-1a0747cc9d13
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-10-28T06:27:35.268Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||INFO|500||pNF 21e30fb8-e3f4 0
2022-10-28T06:27:35.268Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 9ab9313c-4f75-4fd8-a2c2-1a0747cc9d13
2022-10-28T06:27:35.269Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 50a1b050-cd7d-4355-b597-e7dfccc4806f
2022-10-28T06:27:35.269Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 50a1b050-cd7d-4355-b597-e7dfccc4806f
2022-10-28T06:27:35.269Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 21e30fb8-e3f4 0 9ab9313c-4f75-4fd8-a2c2-1a0747cc9d13 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-10-28T06:27:35.276Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@71d6ce6c, org.onap.sdc.toscaparser.api.parameters.Input@353a0cf7, org.onap.sdc.toscaparser.api.parameters.Input@5e29ad9, org.onap.sdc.toscaparser.api.parameters.Input@7e2dae3b, org.onap.sdc.toscaparser.api.parameters.Input@394faa3c]
2022-10-28T06:27:35.277Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:27:35.277Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_B8wDB9BBcgsy4gdCqc0o is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:27:35.278Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 50a1b050-cd7d-4355-b597-e7dfccc4806f: pNF 21e30fb8-e3f4
2022-10-28T06:27:35.278Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||INFO|500||Processing PNF resource: 9ab9313c-4f75-4fd8-a2c2-1a0747cc9d13
2022-10-28T06:27:35.278Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:27:35.278Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_B8wDB9BBcgsy4gdCqc0o is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:27:35.279Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||INFO|500||Resource customization UUID: 967b247a-e75d-440a-bea6-71129d9f1cb3 is the same as notified resource customizationUUID: 967b247a-e75d-440a-bea6-71129d9f1cb3
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-10-28T06:27:35.335Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 21e30fb8-e3f4 9ab9313c-4f75-4fd8-a2c2-1a0747cc9d13 0 ASDC deployResourceStructure
2022-10-28T06:27:35.336Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/artifacts/service-DemoPnfB8wdb9bbcgsy4gdcqc0o-csar.csar ASDC sendASDCNotification
2022-10-28T06:27:35.336Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/artifacts/service-DemoPnfB8wdb9bbcgsy4gdcqc0o-csar.csar
2022-10-28T06:27:35.336Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-28T06:27:35.336Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:27:35.339Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:27:35.339Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666938455335,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/artifacts/service-DemoPnfB8wdb9bbcgsy4gdcqc0o-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-28T06:27:35.438Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-28T06:27:35.439Z||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-10-28T06:27:35.439Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:27:35.461Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:27:35.462Z||pool-49-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-10-28T06:27:36.340Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 890e58f5-c56f-4d22-a468-a3fe74e4bbbf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-28T06:27:36.353Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 890e58f5-c56f-4d22-a468-a3fe74e4bbbf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-28T06:27:36.356Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-28T06:27:36.356Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-28T06:27:36.356Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-28T06:27:39.645Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:27:39.645Z||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-10-28T06:27:39.646Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:27:39.706Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:27:39.708Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:27:39.708Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48f8c942-29a9-4b5e-a013-6ae6f4f322b4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666938279305,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:27:39.709Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:27:39.709Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:27:39.710Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48f8c942-29a9-4b5e-a013-6ae6f4f322b4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666938276050,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-10-28T06:27:39.711Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:27:39.711Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:27:39.711Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48f8c942-29a9-4b5e-a013-6ae6f4f322b4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666938275531,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:27:39.711Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:27:39.711Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:27:39.711Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48f8c942-29a9-4b5e-a013-6ae6f4f322b4",
  "consumerID": "cds",
  "timestamp": 1666938268430,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-10-28T06:27:39.711Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:27:39.711Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:27:39.711Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48f8c942-29a9-4b5e-a013-6ae6f4f322b4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666938279305,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:27:39.711Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:27:39.711Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:27:39.711Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48f8c942-29a9-4b5e-a013-6ae6f4f322b4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666938276050,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-10-28T06:27:39.711Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:27:39.711Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:27:39.711Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48f8c942-29a9-4b5e-a013-6ae6f4f322b4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666938275531,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:27:39.712Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:27:39.712Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:27:39.712Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48f8c942-29a9-4b5e-a013-6ae6f4f322b4",
  "consumerID": "cds",
  "timestamp": 1666938281984,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-28T06:27:39.712Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:27:39.712Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:27:39.712Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48f8c942-29a9-4b5e-a013-6ae6f4f322b4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666938279305,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:27:39.712Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:27:39.712Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:27:39.712Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
  "consumerID": "aai-ml",
  "timestamp": 1666938281700,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/artifacts/service-DemoPnfB8wdb9bbcgsy4gdcqc0o-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-28T06:27:39.712Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:27:39.712Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:27:39.712Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48f8c942-29a9-4b5e-a013-6ae6f4f322b4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666938276050,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:27:39.712Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:27:39.712Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:27:39.712Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48f8c942-29a9-4b5e-a013-6ae6f4f322b4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666938275531,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:27:39.712Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:27:39.712Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:27:39.712Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48f8c942-29a9-4b5e-a013-6ae6f4f322b4",
  "consumerID": "cds",
  "timestamp": 1666938282998,
  "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-10-28T06:27:39.730Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 48f8c942-29a9-4b5e-a013-6ae6f4f322b4
2022-10-28T06:27:39.730Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48f8c942-29a9-4b5e-a013-6ae6f4f322b4 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-10-28T06:27:39.739Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:27:39.739Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48f8c942-29a9-4b5e-a013-6ae6f4f322b4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666938279305,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:27:39.740Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:27:39.740Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:27:39.740Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
  "consumerID": "aai-ml",
  "timestamp": 1666938282705,
  "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-10-28T06:27:39.744Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 890e58f5-c56f-4d22-a468-a3fe74e4bbbf
2022-10-28T06:27:39.744Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 890e58f5-c56f-4d22-a468-a3fe74e4bbbf 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-10-28T06:27:39.751Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:27:39.751Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48f8c942-29a9-4b5e-a013-6ae6f4f322b4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666938276050,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-10-28T06:27:39.751Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:27:39.751Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:27:39.751Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48f8c942-29a9-4b5e-a013-6ae6f4f322b4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666938275531,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:27:39.752Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:27:39.752Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:27:39.752Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48f8c942-29a9-4b5e-a013-6ae6f4f322b4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666938279305,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:27:39.752Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:27:39.752Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:27:39.752Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48f8c942-29a9-4b5e-a013-6ae6f4f322b4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666938276050,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:27:39.752Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:27:39.752Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:27:39.752Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48f8c942-29a9-4b5e-a013-6ae6f4f322b4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666938275531,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:27:39.752Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:27:39.752Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:27:39.752Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e484cc5-6b1c-4db9-9486-f30fdde07518",
  "consumerID": "cds",
  "timestamp": 1666938284002,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:27:39.752Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:27:39.752Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:27:39.752Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48f8c942-29a9-4b5e-a013-6ae6f4f322b4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666938279305,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:27:39.752Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:27:39.752Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:27:39.752Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48f8c942-29a9-4b5e-a013-6ae6f4f322b4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666938276050,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-10-28T06:27:39.752Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:27:39.752Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:27:39.752Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e484cc5-6b1c-4db9-9486-f30fdde07518",
  "consumerID": "cds",
  "timestamp": 1666938284002,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:27:39.752Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:27:39.752Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:27:39.752Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48f8c942-29a9-4b5e-a013-6ae6f4f322b4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666938279305,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:27:39.753Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:27:39.753Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:27:39.753Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48f8c942-29a9-4b5e-a013-6ae6f4f322b4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666938285808,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-28T06:27:39.753Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:27:39.753Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:27:39.753Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e484cc5-6b1c-4db9-9486-f30fdde07518",
  "consumerID": "cds",
  "timestamp": 1666938284002,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:27:39.753Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:27:39.753Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:27:39.753Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48f8c942-29a9-4b5e-a013-6ae6f4f322b4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666938279305,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:27:39.753Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:27:39.753Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:27:39.753Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48f8c942-29a9-4b5e-a013-6ae6f4f322b4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666938286875,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-28T06:27:39.753Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:27:39.753Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:27:39.753Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e484cc5-6b1c-4db9-9486-f30fdde07518",
  "consumerID": "cds",
  "timestamp": 1666938284002,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:27:39.753Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:27:39.753Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:27:39.753Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48f8c942-29a9-4b5e-a013-6ae6f4f322b4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666938279305,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-10-28T06:27:39.753Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:27:39.753Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:27:39.753Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e484cc5-6b1c-4db9-9486-f30fdde07518",
  "consumerID": "cds",
  "timestamp": 1666938284002,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:27:39.753Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:27:39.753Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:27:39.753Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48f8c942-29a9-4b5e-a013-6ae6f4f322b4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666938287933,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-10-28T06:27:39.754Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:27:39.754Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:27:39.754Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48f8c942-29a9-4b5e-a013-6ae6f4f322b4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666938289069,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-28T06:27:39.754Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:27:39.754Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:27:39.754Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e484cc5-6b1c-4db9-9486-f30fdde07518",
  "consumerID": "cds",
  "timestamp": 1666938284002,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:27:39.754Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:27:39.754Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:27:39.754Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48f8c942-29a9-4b5e-a013-6ae6f4f322b4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666938288988,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-10-28T06:27:39.754Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:27:39.754Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:27:39.754Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e484cc5-6b1c-4db9-9486-f30fdde07518",
  "consumerID": "cds",
  "timestamp": 1666938284002,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-10-28T06:27:39.754Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:27:39.754Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:27:39.754Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48f8c942-29a9-4b5e-a013-6ae6f4f322b4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666938290032,
  "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-10-28T06:27:39.759Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 48f8c942-29a9-4b5e-a013-6ae6f4f322b4
2022-10-28T06:27:39.759Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48f8c942-29a9-4b5e-a013-6ae6f4f322b4 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-10-28T06:27:39.766Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:27:39.767Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48f8c942-29a9-4b5e-a013-6ae6f4f322b4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666938291334,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-28T06:27:39.767Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:27:39.767Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:27:39.767Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48f8c942-29a9-4b5e-a013-6ae6f4f322b4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666938291035,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-28T06:27:39.767Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:27:39.767Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:27:39.767Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e484cc5-6b1c-4db9-9486-f30fdde07518",
  "consumerID": "cds",
  "timestamp": 1666938291804,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-28T06:27:39.767Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:27:39.767Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:27:39.767Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48f8c942-29a9-4b5e-a013-6ae6f4f322b4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666938292343,
  "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-10-28T06:27:39.772Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 48f8c942-29a9-4b5e-a013-6ae6f4f322b4
2022-10-28T06:27:39.772Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48f8c942-29a9-4b5e-a013-6ae6f4f322b4 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-10-28T06:27:39.782Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:27:39.783Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e484cc5-6b1c-4db9-9486-f30fdde07518",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666938276050,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:27:39.783Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:27:39.783Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:27:39.783Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e484cc5-6b1c-4db9-9486-f30fdde07518",
  "consumerID": "cds",
  "timestamp": 1666938292812,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-28T06:27:39.793Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2e484cc5-6b1c-4db9-9486-f30fdde07518
2022-10-28T06:27:39.793Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2e484cc5-6b1c-4db9-9486-f30fdde07518 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-10-28T06:27:39.801Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:27:39.801Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e484cc5-6b1c-4db9-9486-f30fdde07518",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666938279305,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:27:39.801Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:27:39.801Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:27:39.801Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e484cc5-6b1c-4db9-9486-f30fdde07518",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666938276050,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-10-28T06:27:39.801Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:27:39.801Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:27:39.801Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e484cc5-6b1c-4db9-9486-f30fdde07518",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666938279305,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:27:39.801Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:27:39.801Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:27:39.801Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e484cc5-6b1c-4db9-9486-f30fdde07518",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666938276050,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-10-28T06:27:39.801Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:27:39.801Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:27:39.802Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e484cc5-6b1c-4db9-9486-f30fdde07518",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666938279305,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:27:39.802Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:27:39.802Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:27:39.802Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e484cc5-6b1c-4db9-9486-f30fdde07518",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666938276050,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:27:39.802Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:27:39.802Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:27:39.802Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e484cc5-6b1c-4db9-9486-f30fdde07518",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666938279305,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:27:39.802Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:27:39.802Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:27:39.802Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e484cc5-6b1c-4db9-9486-f30fdde07518",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666938295532,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:27:39.802Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:27:39.802Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:27:39.802Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e484cc5-6b1c-4db9-9486-f30fdde07518",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666938276050,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-10-28T06:27:39.802Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:27:39.802Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:27:39.802Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e484cc5-6b1c-4db9-9486-f30fdde07518",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666938279305,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:27:39.802Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:27:39.803Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:27:39.803Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e484cc5-6b1c-4db9-9486-f30fdde07518",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666938295532,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:27:39.803Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:27:39.803Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:27:39.803Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e484cc5-6b1c-4db9-9486-f30fdde07518",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666938276050,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:27:39.803Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:27:39.803Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:27:39.803Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e484cc5-6b1c-4db9-9486-f30fdde07518",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666938279305,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:27:39.803Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:27:39.803Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:27:39.803Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e484cc5-6b1c-4db9-9486-f30fdde07518",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666938295532,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:27:39.803Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:27:39.803Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:27:39.803Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e484cc5-6b1c-4db9-9486-f30fdde07518",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666938276050,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-10-28T06:27:39.803Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:27:39.803Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:27:39.803Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48f8c942-29a9-4b5e-a013-6ae6f4f322b4",
  "consumerID": "aai-ml",
  "timestamp": 1666938297890,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:27:39.803Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:27:39.803Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:27:39.803Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e484cc5-6b1c-4db9-9486-f30fdde07518",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666938279305,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-10-28T06:27:39.803Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:27:39.803Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:27:39.803Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e484cc5-6b1c-4db9-9486-f30fdde07518",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666938295532,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:27:39.803Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:27:39.803Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:27:39.803Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e484cc5-6b1c-4db9-9486-f30fdde07518",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666938299134,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-28T06:27:39.803Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:27:39.803Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:27:39.803Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48f8c942-29a9-4b5e-a013-6ae6f4f322b4",
  "consumerID": "aai-ml",
  "timestamp": 1666938297890,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:27:39.803Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:27:39.803Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:27:39.803Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e484cc5-6b1c-4db9-9486-f30fdde07518",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666938295532,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:27:39.804Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:27:39.804Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:27:39.804Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e484cc5-6b1c-4db9-9486-f30fdde07518",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666938300454,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-28T06:27:39.804Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:27:39.804Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:27:39.804Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e484cc5-6b1c-4db9-9486-f30fdde07518",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666938300211,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-28T06:27:39.804Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:27:39.804Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:27:39.804Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48f8c942-29a9-4b5e-a013-6ae6f4f322b4",
  "consumerID": "aai-ml",
  "timestamp": 1666938297890,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:27:39.804Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:27:39.804Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:27:39.804Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e484cc5-6b1c-4db9-9486-f30fdde07518",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666938295532,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:27:39.804Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:27:39.804Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:27:39.804Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e484cc5-6b1c-4db9-9486-f30fdde07518",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666938301297,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-10-28T06:27:39.804Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:27:39.804Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:27:39.804Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48f8c942-29a9-4b5e-a013-6ae6f4f322b4",
  "consumerID": "aai-ml",
  "timestamp": 1666938297890,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:27:39.804Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:27:39.804Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:27:39.804Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e484cc5-6b1c-4db9-9486-f30fdde07518",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666938295532,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:27:39.804Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:27:39.804Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:27:39.804Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e484cc5-6b1c-4db9-9486-f30fdde07518",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666938302798,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-28T06:27:39.804Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:27:39.804Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:27:39.804Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e484cc5-6b1c-4db9-9486-f30fdde07518",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666938302318,
  "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-10-28T06:27:39.809Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2e484cc5-6b1c-4db9-9486-f30fdde07518
2022-10-28T06:27:39.809Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2e484cc5-6b1c-4db9-9486-f30fdde07518 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-10-28T06:27:39.818Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:27:39.818Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48f8c942-29a9-4b5e-a013-6ae6f4f322b4",
  "consumerID": "aai-ml",
  "timestamp": 1666938297890,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:27:39.818Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:27:39.818Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:27:39.818Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e484cc5-6b1c-4db9-9486-f30fdde07518",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666938303802,
  "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-10-28T06:27:39.823Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2e484cc5-6b1c-4db9-9486-f30fdde07518
2022-10-28T06:27:39.823Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2e484cc5-6b1c-4db9-9486-f30fdde07518 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-10-28T06:27:39.832Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:27:39.832Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e484cc5-6b1c-4db9-9486-f30fdde07518",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666938303322,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-28T06:27:39.832Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:27:39.832Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:27:39.832Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48f8c942-29a9-4b5e-a013-6ae6f4f322b4",
  "consumerID": "aai-ml",
  "timestamp": 1666938297890,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:27:39.833Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:27:39.833Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:27:39.833Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48f8c942-29a9-4b5e-a013-6ae6f4f322b4",
  "consumerID": "aai-ml",
  "timestamp": 1666938297890,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:27:39.833Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:27:39.833Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:27:39.833Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48f8c942-29a9-4b5e-a013-6ae6f4f322b4",
  "consumerID": "aai-ml",
  "timestamp": 1666938297890,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:27:39.833Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:27:39.833Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:27:39.833Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48f8c942-29a9-4b5e-a013-6ae6f4f322b4",
  "consumerID": "aai-ml",
  "timestamp": 1666938297890,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-10-28T06:27:39.833Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:27:39.833Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:27:39.833Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48f8c942-29a9-4b5e-a013-6ae6f4f322b4",
  "consumerID": "aai-ml",
  "timestamp": 1666938307677,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-28T06:27:39.833Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:27:39.833Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:27:39.833Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48f8c942-29a9-4b5e-a013-6ae6f4f322b4",
  "consumerID": "aai-ml",
  "timestamp": 1666938314742,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-28T06:27:39.833Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:27:39.833Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:27:39.833Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48f8c942-29a9-4b5e-a013-6ae6f4f322b4",
  "consumerID": "aai-ml",
  "timestamp": 1666938315747,
  "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-10-28T06:27:39.838Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 48f8c942-29a9-4b5e-a013-6ae6f4f322b4
2022-10-28T06:27:39.838Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48f8c942-29a9-4b5e-a013-6ae6f4f322b4 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-10-28T06:27:39.847Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:27:39.847Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e484cc5-6b1c-4db9-9486-f30fdde07518",
  "consumerID": "aai-ml",
  "timestamp": 1666938297890,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:27:39.847Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:27:39.847Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:27:39.847Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e484cc5-6b1c-4db9-9486-f30fdde07518",
  "consumerID": "aai-ml",
  "timestamp": 1666938297890,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:27:39.847Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:27:39.847Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:27:39.847Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e484cc5-6b1c-4db9-9486-f30fdde07518",
  "consumerID": "aai-ml",
  "timestamp": 1666938297890,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:27:39.847Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:27:39.847Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:27:39.847Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e484cc5-6b1c-4db9-9486-f30fdde07518",
  "consumerID": "aai-ml",
  "timestamp": 1666938297890,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:27:39.847Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:27:39.847Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:27:39.847Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e484cc5-6b1c-4db9-9486-f30fdde07518",
  "consumerID": "aai-ml",
  "timestamp": 1666938297890,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:27:39.848Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:27:39.848Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:27:39.848Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e484cc5-6b1c-4db9-9486-f30fdde07518",
  "consumerID": "aai-ml",
  "timestamp": 1666938297890,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:27:39.848Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:27:39.848Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:27:39.848Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e484cc5-6b1c-4db9-9486-f30fdde07518",
  "consumerID": "aai-ml",
  "timestamp": 1666938297890,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-10-28T06:27:39.848Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:27:39.848Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:27:39.848Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e484cc5-6b1c-4db9-9486-f30fdde07518",
  "consumerID": "aai-ml",
  "timestamp": 1666938323858,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-28T06:27:39.848Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:27:39.848Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:27:39.848Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e484cc5-6b1c-4db9-9486-f30fdde07518",
  "consumerID": "aai-ml",
  "timestamp": 1666938330605,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-28T06:27:39.848Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:27:39.848Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:27:39.848Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e484cc5-6b1c-4db9-9486-f30fdde07518",
  "consumerID": "aai-ml",
  "timestamp": 1666938331610,
  "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-10-28T06:27:39.853Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2e484cc5-6b1c-4db9-9486-f30fdde07518
2022-10-28T06:27:39.853Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2e484cc5-6b1c-4db9-9486-f30fdde07518 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-10-28T06:28:06.356Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 890e58f5-c56f-4d22-a468-a3fe74e4bbbf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-28T06:28:06.369Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 890e58f5-c56f-4d22-a468-a3fe74e4bbbf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-28T06:28:06.373Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-28T06:28:06.373Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-28T06:28:06.373Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-28T06:28:06.373Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-28T06:28:06.374Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-28T06:28:06.374Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-28T06:28:06.374Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-28T06:28:06.374Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-28T06:28:06.374Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-28T06:28:06.374Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||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-10-28T06:28:06.380Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-28T06:28:36.380Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 890e58f5-c56f-4d22-a468-a3fe74e4bbbf 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-10-28T06:28:36.388Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 890e58f5-c56f-4d22-a468-a3fe74e4bbbf and serviceModelVersionId: 50a1b050-cd7d-4355-b597-e7dfccc4806f
2022-10-28T06:28:36.388Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 61b3ccd3-76f6-409c-b38f-4c48a029bdae
2022-10-28T06:28:36.389Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/61b3ccd3-76f6-409c-b38f-4c48a029bdae/model-vers/model-ver/50a1b050-cd7d-4355-b597-e7dfccc4806f?depth=0
2022-10-28T06:28:36.393Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-10-28T06:28:36.426Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/61b3ccd3-76f6-409c-b38f-4c48a029bdae/model-vers/model-ver/50a1b050-cd7d-4355-b597-e7dfccc4806f?depth=0|INFO|500||Invoke
2022-10-28T06:28:36.426Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/61b3ccd3-76f6-409c-b38f-4c48a029bdae/model-vers/model-ver/50a1b050-cd7d-4355-b597-e7dfccc4806f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/61b3ccd3-76f6-409c-b38f-4c48a029bdae/model-vers/model-ver/50a1b050-cd7d-4355-b597-e7dfccc4806f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[890e58f5-c56f-4d22-a468-a3fe74e4bbbf], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7c4462d2-020d-4120-875c-349d9d302036], X-ECOMP-RequestID=[890e58f5-c56f-4d22-a468-a3fe74e4bbbf], X-TransactionId=[], X-ONAP-RequestID=[890e58f5-c56f-4d22-a468-a3fe74e4bbbf], Content-Type=[application/merge-patch+json]}
2022-10-28T06:28:36.447Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/61b3ccd3-76f6-409c-b38f-4c48a029bdae/model-vers/model-ver/50a1b050-cd7d-4355-b597-e7dfccc4806f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-10-28T06:28:36.558Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/61b3ccd3-76f6-409c-b38f-4c48a029bdae/model-vers/model-ver/50a1b050-cd7d-4355-b597-e7dfccc4806f?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/61b3ccd3-76f6-409c-b38f-4c48a029bdae/model-vers/model-ver/50a1b050-cd7d-4355-b597-e7dfccc4806f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221028-06:28:36:624-72386], vertex-id=[192512], Content-Length=[0], Date=[Fri, 28 Oct 2022 06:28:36 GMT], Content-Type=[application/json]}
2022-10-28T06:28:36.558Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/61b3ccd3-76f6-409c-b38f-4c48a029bdae/model-vers/model-ver/50a1b050-cd7d-4355-b597-e7dfccc4806f?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-10-28T06:28:36.559Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/61b3ccd3-76f6-409c-b38f-4c48a029bdae/model-vers/model-ver/50a1b050-cd7d-4355-b597-e7dfccc4806f?depth=0|INFO|500||InvokeReturn
2022-10-28T06:28:36.560Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-28T06:28:36.560Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||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-10-28T06:28:36.567Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||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-10-28T06:28:36.569Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 890e58f5-c56f-4d22-a468-a3fe74e4bbbf and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-28T06:28:36.570Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-28T06:28:36.570Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:28:36.572Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:28:36.573Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666938516570,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-28T06:28:36.673Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T06:28:36.674Z||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-10-28T06:28:36.674Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:28:36.693Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:28:36.693Z||pool-50-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-28T06:28:37.587Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:28:37.587Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"48f8c942-29a9-4b5e-a013-6ae6f4f322b4","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"eba94f08-ef29-4602-b654-2223338c418d","serviceDescription":"service","serviceInvariantUUID":"703213f9-4cdb-4126-a47b-1414dce6b0ed","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c9515a6d-76d5-448a-8bbf-3904e58e4913","resourceInvariantUUID":"df32b46e-74c2-4c4e-b2b0-691418c3a468","resourceCustomizationUUID":"7ce77ef8-9d4a-4cca-899d-e5452dc69807","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":"NjQzYWU2MjRlYTJkMGEwMGNjZDY0NzhiMDkxNzc1YmY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"faadc88c-d46e-4830-aecf-28a4e6528178","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":"ed3003a9-2a64-43d4-8a3a-3a596b429bef","artifactVersion":"2","generatedFromUUID":"c02bac53-fa00-4f27-8570-8700c57379b2"},{"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":"c02bac53-fa00-4f27-8570-8700c57379b2","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":"NDhlMjAxODg1ZjcyYzliN2E3ZTU1NzNkZDQzOTI0Mzk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a6330700-74a5-405f-9a15-077d3081994b","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":"add69a53-5ee8-4360-ae47-8c587e6971d9","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":"91ecb69a-bfb6-41bd-8b88-b91d6654e2f4","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":"144c9e29-5b33-444d-892d-54c049302974","artifactVersion":"2","generatedFromUUID":"add69a53-5ee8-4360-ae47-8c587e6971d9"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NmFkNTEwOGNmZTMwNDQxY2ZkYmFiOTRlMWQ3ZjllYzE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a84dc766-2b49-44f4-9ccb-6dc012f6d31c","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"MDhkYTE5NjNmOTFhMWYxNWNlOTU2ZWQyOWE5MjFjYjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3e1fc66f-0241-48c8-a8db-c3f300d3daa5","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-28T06:28:37.588Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-28T06:28:37.588Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:28:37.590Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:28:37.590Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "48f8c942-29a9-4b5e-a013-6ae6f4f322b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666938440683,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:28:37.690Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T06:28:37.692Z||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-10-28T06:28:37.692Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:28:37.708Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:28:37.709Z||pool-51-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-28T06:28:38.591Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-28T06:28:38.591Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:28:38.593Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:28:38.593Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "48f8c942-29a9-4b5e-a013-6ae6f4f322b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666938440683,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-10-28T06:28:38.693Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T06:28:38.694Z||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-10-28T06:28:38.695Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:28:38.710Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:28:38.712Z||pool-52-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-10-28T06:28:39.594Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-28T06:28:39.595Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:28:39.597Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:28:39.597Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "48f8c942-29a9-4b5e-a013-6ae6f4f322b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666938440683,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-10-28T06:28:39.645Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:28:39.646Z||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-10-28T06:28:39.646Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:28:39.673Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:28:39.674Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:28:39.674Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcb2170b-874d-4b04-93f0-43dfc0877c44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666938439664,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-28T06:28:39.675Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:28:39.675Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:28:39.675Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666938440683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/resourceInstances/pnf21e30fb8e3f40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:28:39.675Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:28:39.676Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:28:39.676Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666938440683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/resourceInstances/pnf21e30fb8e3f40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:28:39.677Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:28:39.677Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:28:39.677Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666938440683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/resourceInstances/pnf21e30fb8e3f40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:28:39.677Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:28:39.677Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:28:39.677Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666938440683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/resourceInstances/pnf21e30fb8e3f40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:28:39.677Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:28:39.678Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:28:39.678Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666938440683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/resourceInstances/pnf21e30fb8e3f40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:28:39.678Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:28:39.678Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:28:39.678Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666938440683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/resourceInstances/pnf21e30fb8e3f40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:28:39.678Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:28:39.678Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:28:39.678Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666938440683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/artifacts/service-DemoPnfB8wdb9bbcgsy4gdcqc0o-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:28:39.678Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:28:39.678Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:28:39.678Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666938440683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/artifacts/service-DemoPnfB8wdb9bbcgsy4gdcqc0o-csar.csar",
  "status": "NOTIFIED"
}
2022-10-28T06:28:39.679Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:28:39.679Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:28:39.679Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666938453381,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/artifacts/service-DemoPnfB8wdb9bbcgsy4gdcqc0o-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-28T06:28:39.679Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:28:39.679Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:28:39.679Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666938455335,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB8wdb9bbcgsy4gdcqc0o/1.0/artifacts/service-DemoPnfB8wdb9bbcgsy4gdcqc0o-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-28T06:28:39.679Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:28:39.699Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-10-28T06:28:39.700Z||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-10-28T06:28:39.700Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:28:39.714Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:28:39.715Z||pool-53-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-28T06:28:40.598Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-28T06:28:40.599Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:28:40.600Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:28:40.600Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "48f8c942-29a9-4b5e-a013-6ae6f4f322b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666938440683,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-10-28T06:28:40.701Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T06:28:40.702Z||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-10-28T06:28:40.702Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:28:40.716Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:28:40.716Z||pool-54-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-10-28T06:28:41.601Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-28T06:28:41.603Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:28:41.612Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:28:41.612Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "48f8c942-29a9-4b5e-a013-6ae6f4f322b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666938440683,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-10-28T06:28:41.709Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-10-28T06:28:41.710Z||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-10-28T06:28:41.711Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:28:41.727Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:28:41.727Z||pool-55-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-28T06:28:42.613Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-28T06:28:42.614Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:28:42.616Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:28:42.616Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "48f8c942-29a9-4b5e-a013-6ae6f4f322b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666938440683,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:28:42.716Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T06:28:42.717Z||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-10-28T06:28:42.717Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:28:42.730Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:28:42.731Z||pool-56-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-10-28T06:28:43.617Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-28T06:28:43.618Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:28:43.620Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:28:43.620Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "48f8c942-29a9-4b5e-a013-6ae6f4f322b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666938440683,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-10-28T06:28:43.720Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T06:28:43.721Z||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-10-28T06:28:43.721Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:28:43.734Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:28:43.734Z||pool-57-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-10-28T06:28:44.620Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-28T06:28:44.621Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:28:44.623Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:28:44.623Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "48f8c942-29a9-4b5e-a013-6ae6f4f322b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666938440683,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:28:44.723Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-28T06:28:44.724Z||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-10-28T06:28:44.724Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:28:44.737Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:28:44.738Z||pool-58-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-28T06:28:45.624Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-28T06:28:45.625Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:28:45.627Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:28:45.627Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "48f8c942-29a9-4b5e-a013-6ae6f4f322b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666938440683,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-10-28T06:28:45.727Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T06:28:45.728Z||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-10-28T06:28:45.728Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:28:45.742Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:28:45.742Z||pool-59-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-28T06:28:46.629Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "48f8c942-29a9-4b5e-a013-6ae6f4f322b4",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "eba94f08-ef29-4602-b654-2223338c418d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "703213f9-4cdb-4126-a47b-1414dce6b0ed",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "7ce77ef8-9d4a-4cca-899d-e5452dc69807",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c9515a6d-76d5-448a-8bbf-3904e58e4913",
      "resourceInvariantUUID": "df32b46e-74c2-4c4e-b2b0-691418c3a468",
      "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": "ed3003a9-2a64-43d4-8a3a-3a596b429bef",
          "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": "c02bac53-fa00-4f27-8570-8700c57379b2",
          "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": "NDhlMjAxODg1ZjcyYzliN2E3ZTU1NzNkZDQzOTI0Mzk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a6330700-74a5-405f-9a15-077d3081994b",
          "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": "add69a53-5ee8-4360-ae47-8c587e6971d9",
          "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": "144c9e29-5b33-444d-892d-54c049302974",
            "generatedFromUUID": "add69a53-5ee8-4360-ae47-8c587e6971d9"
          },
          "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": "144c9e29-5b33-444d-892d-54c049302974",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "MDhkYTE5NjNmOTFhMWYxNWNlOTU2ZWQyOWE5MjFjYjA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3e1fc66f-0241-48c8-a8db-c3f300d3daa5"
    }
  ],
  "workloadContext": "Production"
}
2022-10-28T06:28:46.629Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-28T06:28:46.630Z|890e58f5-c56f-4d22-a468-a3fe74e4bbbf|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 eba94f08-ef29-4602-b654-2223338c418d ASDC
2022-10-28T06:28:46.630Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:48f8c942-29a9-4b5e-a013-6ae6f4f322b4
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:eba94f08-ef29-4602-b654-2223338c418d
ServiceInvariantUUID:703213f9-4cdb-4126-a47b-1414dce6b0ed
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:3e1fc66f-0241-48c8-a8db-c3f300d3daa5
ArtifactChecksum:MDhkYTE5NjNmOTFhMWYxNWNlOTU2ZWQyOWE5MjFjYjA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:7ce77ef8-9d4a-4cca-899d-e5452dc69807
ResourceInvariantUUID:df32b46e-74c2-4c4e-b2b0-691418c3a468
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:c9515a6d-76d5-448a-8bbf-3904e58e4913
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:ed3003a9-2a64-43d4-8a3a-3a596b429bef
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:c02bac53-fa00-4f27-8570-8700c57379b2
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:a6330700-74a5-405f-9a15-077d3081994b
ArtifactChecksum:NDhlMjAxODg1ZjcyYzliN2E3ZTU1NzNkZDQzOTI0Mzk=
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:add69a53-5ee8-4360-ae47-8c587e6971d9
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:144c9e29-5b33-444d-892d-54c049302974
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:144c9e29-5b33-444d-892d-54c049302974
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-10-28T06:28:46.630Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF eba94f08-ef29-4602-b654-2223338c418d 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-10-28T06:28:46.693Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-28T06:28:46.694Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-10-28T06:28:46.694Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-10-28T06:28:46.694Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 3e1fc66f-0241-48c8-a8db-c3f300d3daa5 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-10-28T06:28:46.694Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-10-28T06:28:46.694Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-10-28T06:28:46.854Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-10-28T06:28:46.857Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 3e1fc66f-0241-48c8-a8db-c3f300d3daa5 73686
2022-10-28T06:28:46.857Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-10-28T06:28:46.857Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-10-28T06:28:46.857Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-28T06:28:46.858Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:28:46.860Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:28:46.860Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "48f8c942-29a9-4b5e-a013-6ae6f4f322b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666938526857,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-28T06:28:46.960Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T06:28:46.961Z||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-10-28T06:28:46.961Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:28:46.977Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:28:46.978Z||pool-60-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-28T06:28:47.860Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-28T06:28:47.861Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-10-28T06:28:47.862Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 3e1fc66f-0241-48c8-a8db-c3f300d3daa5, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-28T06:28:47.862Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-10-28T06:28:47.862Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-28T06:28:47.862Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-28T06:28:47.946Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13534156445991055067/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-10-28T06:28:48.932Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-28T06:28:48.933Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-10-28T06:28:48.933Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-28T06:28:48.933Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-10-28T06:28:48.933Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||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-10-28T06:28:48.933Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||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-10-28T06:28:48.933Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||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-10-28T06:28:48.933Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||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-10-28T06:28:48.933Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-10-28T06:28:48.933Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:28:48.933Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:28:48.933Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-28T06:28:48.933Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-10-28T06:28:48.933Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-28T06:28:48.934Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:28:48.934Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:28:48.934Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-28T06:28:48.934Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-10-28T06:28:48.934Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-28T06:28:48.934Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:28:48.934Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:28:48.934Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:28:48.934Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-10-28T06:28:48.934Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-10-28T06:28:48.934Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||Node template dummy is not matching search criteria
2022-10-28T06:28:48.934Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-28T06:28:48.934Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:28:48.934Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-28T06:28:48.934Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:28:48.934Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-28T06:28:48.935Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-28T06:28:48.935Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:28:48.935Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-28T06:28:48.935Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-28T06:28:48.935Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:28:48.935Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-28T06:28:48.936Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-28T06:28:48.936Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:28:48.936Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-10-28T06:28:48.936Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-10-28T06:28:48.936Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=744ee95f-e609-4471-bf6e-adc5151deb6e
2022-10-28T06:28:48.936Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:28:48.936Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:28:48.936Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:28:48.936Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:28:48.936Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:28:48.936Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:28:48.937Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:28:48.937Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:28:48.937Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:eba94f08-ef29-4602-b654-2223338c418d
Model Version:NULL
Model InvariantUuid:703213f9-4cdb-4126-a47b-1414dce6b0ed
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:36347ed6-1ba6-480c-8b35-181934835b52
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:df32b46e-74c2-4c4e-b2b0-691418c3a468
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:7ce77ef8-9d4a-4cca-899d-e5452dc69807
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:c204d107-1c86-413d-9413-a46e41cd4dad
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:07aa8df6-70ce-4b34-bf5a-66dcf57b8f78
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:744ee95f-e609-4471-bf6e-adc5151deb6e
ModelInvariantUuid:6a25146a-0a4a-4a8d-8dc0-507ce1f2c61b
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:d727688d-9d46-458a-abe5-7d3da7a02fe7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:373cfcfa-f48d-4ac6-bd10-58992a4c0308
ModelInvariantUuid:5e5e986a-81a8-4813-ba43-af71683d93b9
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:0f8d9c65-9785-49d4-8351-4fb366849e0f
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-10-28T06:28:48.942Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: c9515a6d-76d5-448a-8bbf-3904e58e4913
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-10-28T06:28:48.946Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||INFO|500||basic_cnf 0
2022-10-28T06:28:48.946Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c9515a6d-76d5-448a-8bbf-3904e58e4913
2022-10-28T06:28:48.946Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: ed3003a9-2a64-43d4-8a3a-3a596b429bef from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-10-28T06:28:48.946Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-10-28T06:28:48.946Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||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-10-28T06:28:48.995Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-10-28T06:28:48.996Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ed3003a9-2a64-43d4-8a3a-3a596b429bef 12
2022-10-28T06:28:48.996Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||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-10-28T06:28:48.996Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||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-10-28T06:28:48.996Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-28T06:28:48.997Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:28:48.999Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:28:48.999Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "48f8c942-29a9-4b5e-a013-6ae6f4f322b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666938528996,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-10-28T06:28:49.099Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T06:28:49.100Z||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-10-28T06:28:49.100Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:28:49.115Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:28:49.115Z||pool-61-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-28T06:28:49.999Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: c02bac53-fa00-4f27-8570-8700c57379b2 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-10-28T06:28:50.000Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-10-28T06:28:50.001Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||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-10-28T06:28:50.054Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-10-28T06:28:50.055Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz c02bac53-fa00-4f27-8570-8700c57379b2 2688
2022-10-28T06:28:50.055Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||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-10-28T06:28:50.055Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||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-10-28T06:28:50.055Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-28T06:28:50.056Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:28:50.057Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:28:50.058Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "48f8c942-29a9-4b5e-a013-6ae6f4f322b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666938530055,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-10-28T06:28:50.158Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T06:28:50.159Z||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-10-28T06:28:50.159Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:28:50.172Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:28:50.173Z||pool-62-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-28T06:28:51.059Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: a6330700-74a5-405f-9a15-077d3081994b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-10-28T06:28:51.059Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-10-28T06:28:51.060Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||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-10-28T06:28:51.119Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-10-28T06:28:51.119Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json a6330700-74a5-405f-9a15-077d3081994b 828
2022-10-28T06:28:51.120Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||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-10-28T06:28:51.120Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||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-10-28T06:28:51.120Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-28T06:28:51.120Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:28:51.122Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:28:51.122Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "48f8c942-29a9-4b5e-a013-6ae6f4f322b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666938531120,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-28T06:28:51.222Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T06:28:51.223Z||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-10-28T06:28:51.223Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:28:51.235Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:28:51.235Z||pool-63-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-28T06:28:52.123Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "c204d107-1c86-413d-9413-a46e41cd4dad",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "07aa8df6-70ce-4b34-bf5a-66dcf57b8f78",
    "vfModuleModelCustomizationUUID": "86776bf1-9bea-4b41-ba4e-ba84107286ca",
    "isBase": true,
    "artifacts": [
      "add69a53-5ee8-4360-ae47-8c587e6971d9",
      "c02bac53-fa00-4f27-8570-8700c57379b2",
      "144c9e29-5b33-444d-892d-54c049302974"
    ],
    "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-10-28T06:28:52.127Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:07aa8df6-70ce-4b34-bf5a-66dcf57b8f78
VfModuleModelInvariantUUID:c204d107-1c86-413d-9413-a46e41cd4dad
VfModuleModelDescription:NULL
Artifacts UUID List:{
add69a53-5ee8-4360-ae47-8c587e6971d9
,
c02bac53-fa00-4f27-8570-8700c57379b2
,
144c9e29-5b33-444d-892d-54c049302974

}
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-10-28T06:28:52.129Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "c204d107-1c86-413d-9413-a46e41cd4dad",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "07aa8df6-70ce-4b34-bf5a-66dcf57b8f78",
    "vfModuleModelCustomizationUUID": "86776bf1-9bea-4b41-ba4e-ba84107286ca",
    "isBase": true,
    "artifacts": [
      "add69a53-5ee8-4360-ae47-8c587e6971d9",
      "c02bac53-fa00-4f27-8570-8700c57379b2",
      "144c9e29-5b33-444d-892d-54c049302974"
    ],
    "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-10-28T06:28:52.129Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:07aa8df6-70ce-4b34-bf5a-66dcf57b8f78
VfModuleModelInvariantUUID:c204d107-1c86-413d-9413-a46e41cd4dad
VfModuleModelDescription:NULL
Artifacts UUID List:{
add69a53-5ee8-4360-ae47-8c587e6971d9
,
c02bac53-fa00-4f27-8570-8700c57379b2
,
144c9e29-5b33-444d-892d-54c049302974

}
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-10-28T06:28:52.129Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: add69a53-5ee8-4360-ae47-8c587e6971d9 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-10-28T06:28:52.129Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-10-28T06:28:52.129Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||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-10-28T06:28:52.178Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-10-28T06:28:52.179Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml add69a53-5ee8-4360-ae47-8c587e6971d9 1164
2022-10-28T06:28:52.179Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||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-10-28T06:28:52.179Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||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-10-28T06:28:52.179Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-28T06:28:52.179Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:28:52.181Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:28:52.181Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "48f8c942-29a9-4b5e-a013-6ae6f4f322b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666938532179,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-28T06:28:52.281Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T06:28:52.283Z||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-10-28T06:28:52.283Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:28:52.294Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:28:52.295Z||pool-64-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-28T06:28:53.181Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 144c9e29-5b33-444d-892d-54c049302974 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-10-28T06:28:53.182Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-10-28T06:28:53.182Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||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-10-28T06:28:53.225Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-10-28T06:28:53.226Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 144c9e29-5b33-444d-892d-54c049302974 200
2022-10-28T06:28:53.226Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||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-10-28T06:28:53.226Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||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-10-28T06:28:53.226Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-28T06:28:53.226Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:28:53.228Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:28:53.228Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "48f8c942-29a9-4b5e-a013-6ae6f4f322b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666938533226,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-10-28T06:28:53.329Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-28T06:28:53.330Z||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-10-28T06:28:53.330Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:28:53.341Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:28:53.342Z||pool-65-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-28T06:28:54.229Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: eba94f08-ef29-4602-b654-2223338c418d
2022-10-28T06:28:54.230Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 c9515a6d-76d5-448a-8bbf-3904e58e4913 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 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=?
2022-10-28T06:28:54.250Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||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 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-10-28T06:28:54.255Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7679ca47, org.onap.sdc.toscaparser.api.parameters.Input@1be03574, org.onap.sdc.toscaparser.api.parameters.Input@5f34de95, org.onap.sdc.toscaparser.api.parameters.Input@6213445e, org.onap.sdc.toscaparser.api.parameters.Input@5a0081a9]
2022-10-28T06:28:54.258Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:28:54.258Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:28:54.258Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-10-28T06:28:54.258Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 7ce77ef8-9d4a-4cca-899d-e5452dc69807
2022-10-28T06:28:54.258Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7ce77ef8-9d4a-4cca-899d-e5452dc69807 matches Tosca VF Customization UUID: 7ce77ef8-9d4a-4cca-899d-e5452dc69807
2022-10-28T06:28:54.258Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 7ce77ef8-9d4a-4cca-899d-e5452dc69807  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-10-28T06:28:54.263Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:28:54.263Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:28:54.264Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 7ce77ef8-9d4a-4cca-899d-e5452dc69807: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-10-28T06:28:54.264Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@41217836
2022-10-28T06:28:54.264Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:28:54.265Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-28T06:28:54.265Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 86776bf1-9bea-4b41-ba4e-ba84107286ca
2022-10-28T06:28:54.265Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 86776bf1-9bea-4b41-ba4e-ba84107286ca
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-10-28T06:28:54.269Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:28:54.270Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-28T06:28:54.270Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-28T06:28:54.270Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:28:54.270Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-28T06:28:54.270Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-28T06:28:54.271Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:28:54.271Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-10-28T06:28:54.271Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-10-28T06:28:54.271Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=744ee95f-e609-4471-bf6e-adc5151deb6e
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-10-28T06:28:54.277Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:28:54.278Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-28T06:28:54.278Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-28T06:28:54.278Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:28:54.278Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-28T06:28:54.279Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=7ce77ef8-9d4a-4cca-899d-e5452dc69807
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-10-28T06:28:54.282Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:28:54.282Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:28:54.282Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid eba94f08-ef29-4602-b654-2223338c418d: basic_cnf
2022-10-28T06:28:54.282Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:28:54.283Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:28:54.283Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:28:54.283Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:28:54.283Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:28:54.283Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:28:54.283Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:28:54.283Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:28:54.283Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:28:54.284Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:28:54.284Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||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-10-28T06:28:54.382Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf c9515a6d-76d5-448a-8bbf-3904e58e4913 1 ASDC deployResourceStructure
2022-10-28T06:28:54.383Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||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-10-28T06:28:54.383Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||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-10-28T06:28:54.383Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-10-28T06:28:54.384Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:28:54.385Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:28:54.386Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "48f8c942-29a9-4b5e-a013-6ae6f4f322b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666938534383,
  "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-10-28T06:28:54.486Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T06:28:54.487Z||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-10-28T06:28:54.487Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:28:54.500Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:28:54.500Z||pool-66-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-28T06:28:55.387Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||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-10-28T06:28:55.388Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||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-10-28T06:28:55.388Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-10-28T06:28:55.389Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:28:55.392Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:28:55.392Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "48f8c942-29a9-4b5e-a013-6ae6f4f322b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666938535387,
  "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-10-28T06:28:55.492Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T06:28:55.493Z||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-10-28T06:28:55.493Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:28:55.506Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:28:55.507Z||pool-67-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-28T06:28:56.393Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||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-10-28T06:28:56.393Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||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-10-28T06:28:56.393Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-28T06:28:56.393Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:28:56.406Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:28:56.406Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "48f8c942-29a9-4b5e-a013-6ae6f4f322b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666938536392,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-28T06:28:56.496Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms
2022-10-28T06:28:56.497Z||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-10-28T06:28:56.497Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:28:56.510Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:28:56.510Z||pool-68-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-28T06:28:57.407Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||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-10-28T06:28:57.408Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||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-10-28T06:28:57.408Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-28T06:28:57.408Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:28:57.410Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:28:57.410Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "48f8c942-29a9-4b5e-a013-6ae6f4f322b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666938537407,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-10-28T06:28:57.511Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T06:28:57.512Z||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-10-28T06:28:57.512Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:28:57.529Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:28:57.530Z||pool-69-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-10-28T06:28:58.411Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||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-10-28T06:28:58.412Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||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-10-28T06:28:58.412Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-28T06:28:58.412Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:28:58.414Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:28:58.414Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "48f8c942-29a9-4b5e-a013-6ae6f4f322b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666938538411,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-10-28T06:28:58.514Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T06:28:58.515Z||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-10-28T06:28:58.515Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:28:58.526Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:28:58.526Z||pool-70-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-10-28T06:28:59.417Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-10-28T06:28:59.418Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-10-28T06:28:59.418Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-28T06:28:59.418Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:28:59.421Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:28:59.421Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "48f8c942-29a9-4b5e-a013-6ae6f4f322b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666938539417,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-28T06:28:59.520Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-28T06:28:59.522Z||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-10-28T06:28:59.522Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:28:59.537Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:28:59.538Z||pool-71-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-28T06:29:00.422Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 48f8c942-29a9-4b5e-a013-6ae6f4f322b4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-28T06:29:00.446Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 48f8c942-29a9-4b5e-a013-6ae6f4f322b4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-28T06:29:00.450Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-28T06:29:00.450Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-28T06:29:00.450Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-28T06:29:00.450Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-28T06:29:00.450Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-28T06:29:00.451Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-28T06:29:00.451Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-28T06:29:00.451Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-28T06:29:00.451Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-28T06:29:00.451Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||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-10-28T06:29:00.457Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-28T06:29:30.458Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 48f8c942-29a9-4b5e-a013-6ae6f4f322b4 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-10-28T06:29:30.465Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 48f8c942-29a9-4b5e-a013-6ae6f4f322b4 and serviceModelVersionId: eba94f08-ef29-4602-b654-2223338c418d
2022-10-28T06:29:30.465Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 703213f9-4cdb-4126-a47b-1414dce6b0ed
2022-10-28T06:29:30.466Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/703213f9-4cdb-4126-a47b-1414dce6b0ed/model-vers/model-ver/eba94f08-ef29-4602-b654-2223338c418d?depth=0
2022-10-28T06:29:30.469Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-10-28T06:29:30.502Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/703213f9-4cdb-4126-a47b-1414dce6b0ed/model-vers/model-ver/eba94f08-ef29-4602-b654-2223338c418d?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-10-28T06:29:30.506Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/703213f9-4cdb-4126-a47b-1414dce6b0ed/model-vers/model-ver/eba94f08-ef29-4602-b654-2223338c418d?depth=0|INFO|500||Invoke
2022-10-28T06:29:30.524Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/703213f9-4cdb-4126-a47b-1414dce6b0ed/model-vers/model-ver/eba94f08-ef29-4602-b654-2223338c418d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-10-28T06:29:30.648Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/703213f9-4cdb-4126-a47b-1414dce6b0ed/model-vers/model-ver/eba94f08-ef29-4602-b654-2223338c418d?depth=0|INFO|500||InvokeReturn
2022-10-28T06:29:30.649Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/703213f9-4cdb-4126-a47b-1414dce6b0ed/model-vers/model-ver/eba94f08-ef29-4602-b654-2223338c418d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221028-06:29:30:704-18942], vertex-id=[213200], Content-Length=[0], Date=[Fri, 28 Oct 2022 06:29:30 GMT], Content-Type=[application/json]}
2022-10-28T06:29:30.650Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-10-28T06:29:30.650Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-28T06:29:30.650Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||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-10-28T06:29:30.656Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||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-10-28T06:29:30.659Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 48f8c942-29a9-4b5e-a013-6ae6f4f322b4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-28T06:29:30.663Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-28T06:29:30.663Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:29:30.666Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:29:30.667Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "48f8c942-29a9-4b5e-a013-6ae6f4f322b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666938570663,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-28T06:29:30.767Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T06:29:30.767Z||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-10-28T06:29:30.768Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:29:30.794Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:29:30.795Z||pool-72-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-28T06:29:31.681Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-28T06:29:31.682Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"2e484cc5-6b1c-4db9-9486-f30fdde07518","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"de71bc8a-d863-4882-ab93-4ae9b6be5872","serviceDescription":"service","serviceInvariantUUID":"13e3091d-8c96-4cd8-9558-0ebc316d9121","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"400008f8-2f6f-4c46-83ac-7e4d484e2919","resourceInvariantUUID":"662b9d3f-72a5-4bbd-8108-45930d763485","resourceCustomizationUUID":"c9492be8-a639-48e0-a7f0-b633feba2dfb","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":"NjRiMzQxMmNhMTBlNjNjNzQwZWVjNjEzYzI0YmI4Njk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f7d45959-742d-4ff9-afbd-a509ea8ec238","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":"YWE5MTc5NzViZDEzMTY1MGY5MzViMGE1M2U3Nzc3MjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"cb756c95-6558-4360-ba50-fa950c1bc315","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":"209b2d01-2698-4663-9129-a994e7bc2325","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":"0ea05a83-0fe6-4980-be10-1ec3d868a8d2","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":"3647b2ea-243f-4fa1-b199-a863745cd758","artifactVersion":"2","generatedFromUUID":"209b2d01-2698-4663-9129-a994e7bc2325"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MTZhNDk3MjNjOGFkMTg0YTY0OGE0NTdlZjY5Y2Y3YTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7bf2e4c8-6b50-4a9c-9016-61b9c33d93ba","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MzFlMWE0NzUxYjkwNjI1ODYyMWY1NmYwOTMwNmMxNWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"69e0cd55-d104-40d3-b941-52627ba4230c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-28T06:29:31.682Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-28T06:29:31.682Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:29:31.684Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:29:31.685Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2e484cc5-6b1c-4db9-9486-f30fdde07518",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666938440683,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:29:31.785Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T06:29:31.786Z||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-10-28T06:29:31.786Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:29:31.798Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:29:31.799Z||pool-73-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-28T06:29:32.691Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-28T06:29:32.692Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:29:32.694Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:29:32.694Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2e484cc5-6b1c-4db9-9486-f30fdde07518",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666938440683,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-10-28T06:29:32.794Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T06:29:32.795Z||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-10-28T06:29:32.796Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:29:32.807Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:29:32.807Z||pool-74-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-28T06:29:33.694Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-28T06:29:33.695Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:29:33.697Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:29:33.697Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2e484cc5-6b1c-4db9-9486-f30fdde07518",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666938440683,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-10-28T06:29:33.797Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T06:29:33.798Z||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-10-28T06:29:33.799Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:29:33.816Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:29:33.816Z||pool-75-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-28T06:29:34.698Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-28T06:29:34.698Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:29:34.700Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:29:34.700Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2e484cc5-6b1c-4db9-9486-f30fdde07518",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666938440683,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:29:34.800Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-28T06:29:34.801Z||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-10-28T06:29:34.801Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:29:34.814Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:29:34.814Z||pool-76-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-28T06:29:35.701Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-28T06:29:35.702Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:29:35.703Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:29:35.704Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2e484cc5-6b1c-4db9-9486-f30fdde07518",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666938440683,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-10-28T06:29:35.804Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-28T06:29:35.804Z||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-10-28T06:29:35.805Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:29:35.816Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:29:35.817Z||pool-77-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-10-28T06:29:36.705Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-28T06:29:36.706Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:29:36.708Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:29:36.708Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2e484cc5-6b1c-4db9-9486-f30fdde07518",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666938440683,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:29:36.808Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T06:29:36.809Z||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-10-28T06:29:36.809Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:29:36.823Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:29:36.823Z||pool-78-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-28T06:29:37.709Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-28T06:29:37.710Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:29:37.711Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:29:37.711Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2e484cc5-6b1c-4db9-9486-f30fdde07518",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666938440683,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-10-28T06:29:37.812Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-28T06:29:37.813Z||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-10-28T06:29:37.813Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:29:37.843Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:29:37.844Z||pool-79-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-10-28T06:29:38.713Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "2e484cc5-6b1c-4db9-9486-f30fdde07518",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "de71bc8a-d863-4882-ab93-4ae9b6be5872",
  "serviceDescription": "service",
  "serviceInvariantUUID": "13e3091d-8c96-4cd8-9558-0ebc316d9121",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "c9492be8-a639-48e0-a7f0-b633feba2dfb",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "400008f8-2f6f-4c46-83ac-7e4d484e2919",
      "resourceInvariantUUID": "662b9d3f-72a5-4bbd-8108-45930d763485",
      "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": "YWE5MTc5NzViZDEzMTY1MGY5MzViMGE1M2U3Nzc3MjQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "cb756c95-6558-4360-ba50-fa950c1bc315",
          "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": "209b2d01-2698-4663-9129-a994e7bc2325",
          "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": "3647b2ea-243f-4fa1-b199-a863745cd758",
            "generatedFromUUID": "209b2d01-2698-4663-9129-a994e7bc2325"
          },
          "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": "3647b2ea-243f-4fa1-b199-a863745cd758",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "MzFlMWE0NzUxYjkwNjI1ODYyMWY1NmYwOTMwNmMxNWI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "69e0cd55-d104-40d3-b941-52627ba4230c"
    }
  ],
  "workloadContext": "Production"
}
2022-10-28T06:29:38.714Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-28T06:29:38.714Z|48f8c942-29a9-4b5e-a013-6ae6f4f322b4|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 de71bc8a-d863-4882-ab93-4ae9b6be5872 ASDC
2022-10-28T06:29:38.714Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:2e484cc5-6b1c-4db9-9486-f30fdde07518
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:de71bc8a-d863-4882-ab93-4ae9b6be5872
ServiceInvariantUUID:13e3091d-8c96-4cd8-9558-0ebc316d9121
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:69e0cd55-d104-40d3-b941-52627ba4230c
ArtifactChecksum:MzFlMWE0NzUxYjkwNjI1ODYyMWY1NmYwOTMwNmMxNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:c9492be8-a639-48e0-a7f0-b633feba2dfb
ResourceInvariantUUID:662b9d3f-72a5-4bbd-8108-45930d763485
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:400008f8-2f6f-4c46-83ac-7e4d484e2919
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:cb756c95-6558-4360-ba50-fa950c1bc315
ArtifactChecksum:YWE5MTc5NzViZDEzMTY1MGY5MzViMGE1M2U3Nzc3MjQ=
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:209b2d01-2698-4663-9129-a994e7bc2325
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:3647b2ea-243f-4fa1-b199-a863745cd758
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:3647b2ea-243f-4fa1-b199-a863745cd758
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-10-28T06:29:38.714Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF de71bc8a-d863-4882-ab93-4ae9b6be5872 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-10-28T06:29:38.746Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-28T06:29:38.747Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-10-28T06:29:38.747Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-10-28T06:29:38.747Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 69e0cd55-d104-40d3-b941-52627ba4230c from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-10-28T06:29:38.747Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-10-28T06:29:38.747Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-10-28T06:29:38.877Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-10-28T06:29:38.880Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 69e0cd55-d104-40d3-b941-52627ba4230c 74813
2022-10-28T06:29:38.881Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-10-28T06:29:38.881Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-10-28T06:29:38.881Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-28T06:29:38.881Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:29:38.883Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:29:38.883Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2e484cc5-6b1c-4db9-9486-f30fdde07518",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666938578881,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-28T06:29:38.983Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-28T06:29:38.984Z||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-10-28T06:29:38.984Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:29:38.998Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:29:38.998Z||pool-80-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-28T06:29:39.645Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:29:39.646Z||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-10-28T06:29:39.646Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:29:39.671Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:29:39.671Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:29:39.671Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "890e58f5-c56f-4d22-a468-a3fe74e4bbbf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666938516570,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-28T06:29:39.672Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:29:39.673Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:29:39.673Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48f8c942-29a9-4b5e-a013-6ae6f4f322b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666938440683,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:29:39.673Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:29:39.673Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T06:29:39.673Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48f8c942-29a9-4b5e-a013-6ae6f4f322b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666938440683,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-10-28T06:29:39.673Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:29:39.884Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-28T06:29:39.885Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-10-28T06:29:39.885Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 69e0cd55-d104-40d3-b941-52627ba4230c, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-10-28T06:29:39.886Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-10-28T06:29:39.886Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-10-28T06:29:39.886Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-10-28T06:29:40.034Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4569695993982272433/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-10-28T06:29:40.915Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-28T06:29:40.916Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-10-28T06:29:40.917Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-28T06:29:40.917Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-10-28T06:29:40.917Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||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-10-28T06:29:40.917Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||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-10-28T06:29:40.917Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||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-10-28T06:29:40.917Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||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-10-28T06:29:40.917Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||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-10-28T06:29:40.917Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||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-10-28T06:29:40.917Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||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-10-28T06:29:40.917Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-10-28T06:29:40.918Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:29:40.918Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:29:40.918Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-28T06:29:40.918Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-10-28T06:29:40.918Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-28T06:29:40.919Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:29:40.919Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:29:40.919Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-28T06:29:40.919Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-10-28T06:29:40.919Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-28T06:29:40.919Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:29:40.919Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:29:40.919Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:29:40.920Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-10-28T06:29:40.920Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-10-28T06:29:40.920Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-10-28T06:29:40.920Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-10-28T06:29:40.920Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-10-28T06:29:40.920Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-28T06:29:40.920Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:29:40.920Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-28T06:29:40.921Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:29:40.921Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-28T06:29:40.921Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-28T06:29:40.921Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:29:40.921Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-28T06:29:40.921Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-28T06:29:40.921Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:29:40.921Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-28T06:29:40.922Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-28T06:29:40.922Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:29:40.922Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-10-28T06:29:40.922Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-10-28T06:29:40.922Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-10-28T06:29:40.922Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=de5f5173-2f09-46cc-9328-32da0b6fe7f0
2022-10-28T06:29:40.922Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:29:40.922Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:29:40.922Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:29:40.923Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:29:40.923Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:29:40.923Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:29:40.923Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:29:40.923Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:29:40.923Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:de71bc8a-d863-4882-ab93-4ae9b6be5872
Model Version:NULL
Model InvariantUuid:13e3091d-8c96-4cd8-9558-0ebc316d9121
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:48aecf56-0e0a-4d84-a7b3-2914f00d566b
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:662b9d3f-72a5-4bbd-8108-45930d763485
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:c9492be8-a639-48e0-a7f0-b633feba2dfb
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:86748251-d008-4798-8331-288ecc009552
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:1572ccb0-ba66-4a27-8f69-0d2eaedf49f9
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:de5f5173-2f09-46cc-9328-32da0b6fe7f0
ModelInvariantUuid:ce2dd0ea-253d-404a-8b57-6ec95170c8f2
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:dd8e2619-2b43-4131-b237-3be1a562e09c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:66e311e0-94f2-4dce-bec9-29ce2beebf59
ModelInvariantUuid:c7350853-848d-42d1-a6df-d7c4a11d4e3a
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:0b505e9b-11d0-4ca0-843a-88d35c919550
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-10-28T06:29:40.929Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 400008f8-2f6f-4c46-83ac-7e4d484e2919
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-10-28T06:29:40.932Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||INFO|500||basic_vm 0
2022-10-28T06:29:40.933Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 400008f8-2f6f-4c46-83ac-7e4d484e2919
2022-10-28T06:29:40.933Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: cb756c95-6558-4360-ba50-fa950c1bc315 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-10-28T06:29:40.933Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-10-28T06:29:40.933Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||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-10-28T06:29:40.993Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-10-28T06:29:40.993Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json cb756c95-6558-4360-ba50-fa950c1bc315 787
2022-10-28T06:29:40.994Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||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-10-28T06:29:40.994Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||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-10-28T06:29:40.994Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-28T06:29:40.994Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:29:40.996Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:29:40.996Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2e484cc5-6b1c-4db9-9486-f30fdde07518",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666938580994,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-28T06:29:41.098Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-10-28T06:29:41.099Z||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-10-28T06:29:41.099Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:29:41.122Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:29:41.123Z||pool-81-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-10-28T06:29:41.999Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "86748251-d008-4798-8331-288ecc009552",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1572ccb0-ba66-4a27-8f69-0d2eaedf49f9",
    "vfModuleModelCustomizationUUID": "ec4efa17-da53-49e7-b84a-debe2b33fdcf",
    "isBase": true,
    "artifacts": [
      "209b2d01-2698-4663-9129-a994e7bc2325",
      "3647b2ea-243f-4fa1-b199-a863745cd758"
    ],
    "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-10-28T06:29:42.002Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1572ccb0-ba66-4a27-8f69-0d2eaedf49f9
VfModuleModelInvariantUUID:86748251-d008-4798-8331-288ecc009552
VfModuleModelDescription:NULL
Artifacts UUID List:{
209b2d01-2698-4663-9129-a994e7bc2325
,
3647b2ea-243f-4fa1-b199-a863745cd758

}
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-10-28T06:29:42.004Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "86748251-d008-4798-8331-288ecc009552",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1572ccb0-ba66-4a27-8f69-0d2eaedf49f9",
    "vfModuleModelCustomizationUUID": "ec4efa17-da53-49e7-b84a-debe2b33fdcf",
    "isBase": true,
    "artifacts": [
      "209b2d01-2698-4663-9129-a994e7bc2325",
      "3647b2ea-243f-4fa1-b199-a863745cd758"
    ],
    "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-10-28T06:29:42.004Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1572ccb0-ba66-4a27-8f69-0d2eaedf49f9
VfModuleModelInvariantUUID:86748251-d008-4798-8331-288ecc009552
VfModuleModelDescription:NULL
Artifacts UUID List:{
209b2d01-2698-4663-9129-a994e7bc2325
,
3647b2ea-243f-4fa1-b199-a863745cd758

}
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-10-28T06:29:42.005Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 209b2d01-2698-4663-9129-a994e7bc2325 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-10-28T06:29:42.005Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-10-28T06:29:42.005Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||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-10-28T06:29:42.064Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-10-28T06:29:42.064Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 209b2d01-2698-4663-9129-a994e7bc2325 5033
2022-10-28T06:29:42.065Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||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-10-28T06:29:42.065Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||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-10-28T06:29:42.065Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-28T06:29:42.065Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:29:42.067Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:29:42.067Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2e484cc5-6b1c-4db9-9486-f30fdde07518",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666938582065,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-28T06:29:42.167Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-28T06:29:42.168Z||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-10-28T06:29:42.169Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:29:42.184Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:29:42.185Z||pool-82-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-28T06:29:43.068Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 3647b2ea-243f-4fa1-b199-a863745cd758 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-10-28T06:29:43.069Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-10-28T06:29:43.069Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||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-10-28T06:29:43.118Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-10-28T06:29:43.119Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 3647b2ea-243f-4fa1-b199-a863745cd758 903
2022-10-28T06:29:43.119Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||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-10-28T06:29:43.119Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||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-10-28T06:29:43.120Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-28T06:29:43.120Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:29:43.122Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:29:43.122Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2e484cc5-6b1c-4db9-9486-f30fdde07518",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666938583119,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-10-28T06:29:43.222Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T06:29:43.223Z||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-10-28T06:29:43.223Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:29:43.235Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:29:43.235Z||pool-83-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-10-28T06:29:44.123Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: de71bc8a-d863-4882-ab93-4ae9b6be5872
2022-10-28T06:29:44.124Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 400008f8-2f6f-4c46-83ac-7e4d484e2919 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-10-28T06:29:44.138Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@787a20f, org.onap.sdc.toscaparser.api.parameters.Input@4af52a7e, org.onap.sdc.toscaparser.api.parameters.Input@191e21a7, org.onap.sdc.toscaparser.api.parameters.Input@ba246f3, org.onap.sdc.toscaparser.api.parameters.Input@310f1a52]
2022-10-28T06:29:44.139Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:29:44.140Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:29:44.140Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-10-28T06:29:44.140Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= c9492be8-a639-48e0-a7f0-b633feba2dfb
2022-10-28T06:29:44.140Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c9492be8-a639-48e0-a7f0-b633feba2dfb matches Tosca VF Customization UUID: c9492be8-a639-48e0-a7f0-b633feba2dfb
2022-10-28T06:29:44.140Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: c9492be8-a639-48e0-a7f0-b633feba2dfb  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-10-28T06:29:44.143Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:29:44.143Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:29:44.144Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id c9492be8-a639-48e0-a7f0-b633feba2dfb: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-10-28T06:29:44.144Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@23bd2c5b
2022-10-28T06:29:44.144Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:29:44.144Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-28T06:29:44.144Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ec4efa17-da53-49e7-b84a-debe2b33fdcf
2022-10-28T06:29:44.145Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ec4efa17-da53-49e7-b84a-debe2b33fdcf
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-10-28T06:29:44.147Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:29:44.148Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-28T06:29:44.148Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-28T06:29:44.148Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:29:44.148Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-28T06:29:44.149Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-28T06:29:44.149Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:29:44.149Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-10-28T06:29:44.149Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-10-28T06:29:44.149Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-10-28T06:29:44.149Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=de5f5173-2f09-46cc-9328-32da0b6fe7f0
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-10-28T06:29:44.151Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:29:44.152Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-28T06:29:44.152Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-28T06:29:44.152Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:29:44.152Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-28T06:29:44.153Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=c9492be8-a639-48e0-a7f0-b633feba2dfb
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-10-28T06:29:44.155Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:29:44.155Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:29:44.155Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid de71bc8a-d863-4882-ab93-4ae9b6be5872: basic_vm
2022-10-28T06:29:44.155Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:29:44.155Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:29:44.155Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:29:44.155Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:29:44.155Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:29:44.156Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:29:44.156Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:29:44.156Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:29:44.156Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:29:44.156Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:29:44.156Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||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-10-28T06:29:44.236Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 400008f8-2f6f-4c46-83ac-7e4d484e2919 1 ASDC deployResourceStructure
2022-10-28T06:29:44.237Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||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-10-28T06:29:44.237Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||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-10-28T06:29:44.237Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-28T06:29:44.237Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:29:44.239Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:29:44.239Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2e484cc5-6b1c-4db9-9486-f30fdde07518",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666938584237,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-28T06:29:44.339Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T06:29:44.340Z||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-10-28T06:29:44.340Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:29:44.353Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:29:44.353Z||pool-84-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-28T06:29:45.240Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||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-10-28T06:29:45.241Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||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-10-28T06:29:45.241Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-28T06:29:45.241Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:29:45.243Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:29:45.243Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2e484cc5-6b1c-4db9-9486-f30fdde07518",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666938585240,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-10-28T06:29:45.343Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-28T06:29:45.345Z||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-10-28T06:29:45.345Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:29:45.357Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:29:45.358Z||pool-85-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-10-28T06:29:46.244Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||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-10-28T06:29:46.246Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||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-10-28T06:29:46.247Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-28T06:29:46.247Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:29:46.251Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:29:46.252Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2e484cc5-6b1c-4db9-9486-f30fdde07518",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666938586244,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-10-28T06:29:46.352Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T06:29:46.353Z||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-10-28T06:29:46.353Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:29:46.365Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:29:46.366Z||pool-86-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-28T06:29:47.253Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-10-28T06:29:47.253Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-10-28T06:29:47.253Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-28T06:29:47.254Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:29:47.256Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:29:47.256Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2e484cc5-6b1c-4db9-9486-f30fdde07518",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666938587253,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-28T06:29:47.356Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T06:29:47.357Z||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-10-28T06:29:47.357Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:29:47.379Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:29:47.380Z||pool-87-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-10-28T06:29:48.257Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2e484cc5-6b1c-4db9-9486-f30fdde07518
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-28T06:29:48.270Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2e484cc5-6b1c-4db9-9486-f30fdde07518
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-28T06:29:48.273Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-28T06:29:48.274Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-28T06:29:48.274Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-28T06:29:48.274Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-28T06:29:48.274Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-28T06:29:48.274Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-28T06:29:48.274Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-28T06:29:48.274Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-28T06:29:48.274Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-28T06:29:48.274Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||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-10-28T06:29:48.279Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-28T06:30:18.280Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2e484cc5-6b1c-4db9-9486-f30fdde07518 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-10-28T06:30:18.288Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2e484cc5-6b1c-4db9-9486-f30fdde07518 and serviceModelVersionId: de71bc8a-d863-4882-ab93-4ae9b6be5872
2022-10-28T06:30:18.289Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 13e3091d-8c96-4cd8-9558-0ebc316d9121
2022-10-28T06:30:18.290Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/13e3091d-8c96-4cd8-9558-0ebc316d9121/model-vers/model-ver/de71bc8a-d863-4882-ab93-4ae9b6be5872?depth=0
2022-10-28T06:30:18.295Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-10-28T06:30:18.344Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e3091d-8c96-4cd8-9558-0ebc316d9121/model-vers/model-ver/de71bc8a-d863-4882-ab93-4ae9b6be5872?depth=0|INFO|500||Invoke
2022-10-28T06:30:18.344Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e3091d-8c96-4cd8-9558-0ebc316d9121/model-vers/model-ver/de71bc8a-d863-4882-ab93-4ae9b6be5872?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e3091d-8c96-4cd8-9558-0ebc316d9121/model-vers/model-ver/de71bc8a-d863-4882-ab93-4ae9b6be5872?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2e484cc5-6b1c-4db9-9486-f30fdde07518], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f4346eca-c7a2-4e11-8449-1b2084841d88], X-ECOMP-RequestID=[2e484cc5-6b1c-4db9-9486-f30fdde07518], X-TransactionId=[], X-ONAP-RequestID=[2e484cc5-6b1c-4db9-9486-f30fdde07518], Content-Type=[application/merge-patch+json]}
2022-10-28T06:30:18.362Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e3091d-8c96-4cd8-9558-0ebc316d9121/model-vers/model-ver/de71bc8a-d863-4882-ab93-4ae9b6be5872?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-10-28T06:30:18.457Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e3091d-8c96-4cd8-9558-0ebc316d9121/model-vers/model-ver/de71bc8a-d863-4882-ab93-4ae9b6be5872?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/13e3091d-8c96-4cd8-9558-0ebc316d9121/model-vers/model-ver/de71bc8a-d863-4882-ab93-4ae9b6be5872?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221028-06:30:18:541-84403], vertex-id=[217088], Content-Length=[0], Date=[Fri, 28 Oct 2022 06:30:18 GMT], Content-Type=[application/json]}
2022-10-28T06:30:18.458Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e3091d-8c96-4cd8-9558-0ebc316d9121/model-vers/model-ver/de71bc8a-d863-4882-ab93-4ae9b6be5872?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-10-28T06:30:18.459Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e3091d-8c96-4cd8-9558-0ebc316d9121/model-vers/model-ver/de71bc8a-d863-4882-ab93-4ae9b6be5872?depth=0|INFO|500||InvokeReturn
2022-10-28T06:30:18.460Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-28T06:30:18.460Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||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-10-28T06:30:18.466Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||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-10-28T06:30:18.467Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2e484cc5-6b1c-4db9-9486-f30fdde07518 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-28T06:30:18.467Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-28T06:30:18.467Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:30:18.469Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:30:18.469Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2e484cc5-6b1c-4db9-9486-f30fdde07518",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666938618467,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-28T06:30:18.569Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-28T06:30:18.570Z||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-10-28T06:30:18.571Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:30:18.584Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:30:18.585Z||pool-88-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-28T06:30:19.484Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:30:19.485Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|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-10-28T06:30:19.485Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:30:29.761Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:30:29.763Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:30:29.764Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|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-10-28T06:30:29.764Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:30:39.318Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:30:39.319Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:30:39.320Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|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-10-28T06:30:39.320Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:30:39.645Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:30:39.646Z||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-10-28T06:30:39.646Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:30:39.664Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:30:39.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:30:39.665Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48f8c942-29a9-4b5e-a013-6ae6f4f322b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666938440683,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-10-28T06:30:39.666Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:30:48.864Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:30:48.865Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:30:48.866Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|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-10-28T06:30:48.866Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:30:58.408Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:30:58.410Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:30:58.410Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|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-10-28T06:30:58.411Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:31:07.960Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:31:07.961Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:31:07.962Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|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-10-28T06:31:07.962Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:31:17.524Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:31:39.642Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:31:39.643Z||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-10-28T06:31:39.643Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:31:39.645Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:31:39.646Z||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-10-28T06:31:39.646Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:31:39.671Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:31:39.672Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-28T06:31:39.672Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48f8c942-29a9-4b5e-a013-6ae6f4f322b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666938440683,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-10-28T06:31:39.673Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:31:39.673Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-28T06:31:39.673Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48f8c942-29a9-4b5e-a013-6ae6f4f322b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666938440683,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-10-28T06:31:39.673Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:31:39.673Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-28T06:31:39.673Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48f8c942-29a9-4b5e-a013-6ae6f4f322b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666938440683,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:31:39.673Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:31:39.673Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-28T06:31:39.673Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48f8c942-29a9-4b5e-a013-6ae6f4f322b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666938440683,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-10-28T06:31:39.673Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:31:39.673Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-28T06:31:39.673Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48f8c942-29a9-4b5e-a013-6ae6f4f322b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666938440683,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:31:39.673Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:31:39.673Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-28T06:31:39.673Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48f8c942-29a9-4b5e-a013-6ae6f4f322b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666938440683,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-10-28T06:31:39.674Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:31:39.674Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-28T06:31:39.674Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48f8c942-29a9-4b5e-a013-6ae6f4f322b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666938526857,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-28T06:31:39.674Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:31:39.674Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-28T06:31:39.674Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48f8c942-29a9-4b5e-a013-6ae6f4f322b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666938528996,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-10-28T06:31:39.674Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:31:39.674Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-28T06:31:39.674Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48f8c942-29a9-4b5e-a013-6ae6f4f322b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666938530055,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-10-28T06:31:39.674Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:31:39.674Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-28T06:31:39.674Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48f8c942-29a9-4b5e-a013-6ae6f4f322b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666938531120,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-28T06:31:39.674Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:31:39.674Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-28T06:31:39.674Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48f8c942-29a9-4b5e-a013-6ae6f4f322b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666938532179,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-28T06:31:39.674Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:31:39.674Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-28T06:31:39.674Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48f8c942-29a9-4b5e-a013-6ae6f4f322b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666938533226,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-10-28T06:31:39.674Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:31:39.674Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-28T06:31:39.674Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48f8c942-29a9-4b5e-a013-6ae6f4f322b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666938534383,
  "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-10-28T06:31:39.674Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:31:39.674Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-28T06:31:39.674Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48f8c942-29a9-4b5e-a013-6ae6f4f322b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666938535387,
  "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-10-28T06:31:39.675Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:31:39.675Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-28T06:31:39.675Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48f8c942-29a9-4b5e-a013-6ae6f4f322b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666938536392,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-28T06:31:39.675Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:31:39.675Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-28T06:31:39.675Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48f8c942-29a9-4b5e-a013-6ae6f4f322b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666938537407,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-10-28T06:31:39.675Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:31:39.675Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-28T06:31:39.675Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48f8c942-29a9-4b5e-a013-6ae6f4f322b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666938538411,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-10-28T06:31:39.675Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:31:39.676Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-28T06:31:39.676Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48f8c942-29a9-4b5e-a013-6ae6f4f322b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666938539417,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-28T06:31:39.676Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:31:39.676Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-28T06:31:39.676Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48f8c942-29a9-4b5e-a013-6ae6f4f322b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666938570663,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-28T06:31:39.676Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:31:39.676Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-28T06:31:39.676Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e484cc5-6b1c-4db9-9486-f30fdde07518",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666938440683,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:31:39.676Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:31:39.676Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-28T06:31:39.676Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e484cc5-6b1c-4db9-9486-f30fdde07518",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666938440683,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-10-28T06:31:39.676Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:31:39.676Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-28T06:31:39.676Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e484cc5-6b1c-4db9-9486-f30fdde07518",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666938440683,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-10-28T06:31:39.676Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:31:39.676Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-28T06:31:39.676Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e484cc5-6b1c-4db9-9486-f30fdde07518",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666938440683,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:31:39.676Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:31:39.676Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-28T06:31:39.676Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e484cc5-6b1c-4db9-9486-f30fdde07518",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666938440683,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-10-28T06:31:39.676Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:31:39.676Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-28T06:31:39.676Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e484cc5-6b1c-4db9-9486-f30fdde07518",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666938440683,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:31:39.677Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:31:39.677Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-28T06:31:39.677Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e484cc5-6b1c-4db9-9486-f30fdde07518",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666938440683,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-10-28T06:31:39.677Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:31:39.677Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-28T06:31:39.677Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e484cc5-6b1c-4db9-9486-f30fdde07518",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666938578881,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-28T06:31:39.677Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:31:49.217Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:32:39.642Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:32:39.642Z||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-10-28T06:32:39.643Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:32:39.645Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:32:39.645Z||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-10-28T06:32:39.645Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:32:40.187Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:32:40.188Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-28T06:32:40.188Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e484cc5-6b1c-4db9-9486-f30fdde07518",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666938580994,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-28T06:32:40.189Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:32:40.189Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-28T06:32:40.189Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e484cc5-6b1c-4db9-9486-f30fdde07518",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666938582065,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-28T06:32:40.189Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:32:40.189Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-28T06:32:40.189Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e484cc5-6b1c-4db9-9486-f30fdde07518",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666938583119,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-10-28T06:32:40.189Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:32:40.189Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-28T06:32:40.189Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e484cc5-6b1c-4db9-9486-f30fdde07518",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666938584237,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-28T06:32:40.195Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:32:40.196Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-28T06:32:40.196Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e484cc5-6b1c-4db9-9486-f30fdde07518",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666938585240,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-10-28T06:32:40.196Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:32:40.196Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-28T06:32:40.196Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e484cc5-6b1c-4db9-9486-f30fdde07518",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666938586244,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-10-28T06:32:40.196Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:32:40.196Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-28T06:32:40.196Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e484cc5-6b1c-4db9-9486-f30fdde07518",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666938587253,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-28T06:32:40.196Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:32:40.196Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-28T06:32:40.196Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e484cc5-6b1c-4db9-9486-f30fdde07518",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666938618467,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-28T06:32:40.196Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:32:49.195Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:33:39.642Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:33:39.643Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|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-10-28T06:33:39.643Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:33:39.645Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:33:39.647Z||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-10-28T06:33:39.647Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:33:49.211Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:33:49.213Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:34:39.642Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:34:39.643Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|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-10-28T06:34:39.643Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:34:39.645Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:34:39.645Z||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-10-28T06:34:39.645Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:34:49.212Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:34:49.216Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:35:39.642Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:35:39.643Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|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-10-28T06:35:39.644Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:35:39.645Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:35:39.645Z||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-10-28T06:35:39.645Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:35:49.189Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:35:49.196Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:36:39.642Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:36:39.643Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|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-10-28T06:36:39.643Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:36:39.645Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:36:39.645Z||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-10-28T06:36:39.645Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:36:49.188Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:36:49.188Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:37:39.642Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:37:39.643Z||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-10-28T06:37:39.644Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:37:39.645Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:37:39.646Z|3db81634-ffc3-4a18-84c8-2d513d46700c|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-10-28T06:37:39.646Z|3db81634-ffc3-4a18-84c8-2d513d46700c|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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:37:49.189Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:37:49.193Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:38:39.642Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:38:39.643Z||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-10-28T06:38:39.643Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:38:39.645Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:38:39.645Z||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-10-28T06:38:39.646Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:38:49.194Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:38:49.203Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:39:39.646Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:39:39.646Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:39:39.647Z||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-10-28T06:39:39.648Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:39:39.647Z||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-10-28T06:39:39.648Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:39:40.999Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:39:41.001Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-28T06:39:41.001Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"c298f3f4-5439-4219-93e8-1cd6cbc1b588","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"cceb0d6a-96c3-48b0-8404-2d7061ec32e6","serviceDescription":"service","serviceInvariantUUID":"1ae235e4-8296-45d6-a8ac-af527991d1ec","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"13d57298-5d22-4e89-9382-c603d2feaafa","resourceInvariantUUID":"44784d81-8dc7-42ad-b429-b917e2a8632b","resourceCustomizationUUID":"98916a7e-cae6-4ede-bff1-6bbc63d19d88","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":"ZTIxNzY2MjViNWJjNmM4MTQ1YTZlOWQ0ZWIyNzZhNDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"845b97e9-d019-490e-92d1-620ca894e34d","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":"ZDZiYzU2N2RlMGNiMjI5ZWJhNGY2NDFjNzJmZTJlNmE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"459228e3-0d50-45e9-b29e-b7ca9f755b06","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":"fe4cc17e-ffae-4cc8-911e-3128f6f70959","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":"39f36f66-1a52-4a53-aedb-c34f74eb29b4","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":"6e9d15bb-4fc2-467e-a416-1bb54ebc5904","artifactVersion":"2","generatedFromUUID":"0db3b5e7-4fd8-4047-8f5d-0b6834ec7883"},{"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":"689ff3de-009a-49d0-9a5d-2f9186377e96","artifactVersion":"2","generatedFromUUID":"fe4cc17e-ffae-4cc8-911e-3128f6f70959"},{"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":"0db3b5e7-4fd8-4047-8f5d-0b6834ec7883","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":"3d2850de-1767-47e4-91c9-ef863fe95b50","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":"OTgzZWM4MmIyNzYwOGE2NjNmNTllMDg3ZjlkMWZlOTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"997d1f25-f70e-4d1b-b28a-ab5a3d9c840e","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"ZTI2MDZlZjBkZjc1N2Q0YTExNDdlYmU5MjRkMTIwOWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"97ce42a1-991f-44cf-8958-529eb4dfcaf4","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-28T06:39:41.003Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-28T06:39:41.005Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:39:41.011Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:39:41.011Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c298f3f4-5439-4219-93e8-1cd6cbc1b588",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666939179646,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:39:41.111Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-28T06:39:41.112Z||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-10-28T06:39:41.112Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:39:41.148Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:39:41.149Z||pool-89-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":4,"count":1}
2022-10-28T06:39:41.263Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:39:41.263Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:39:41.263Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c298f3f4-5439-4219-93e8-1cd6cbc1b588",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666939179646,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:39:41.264Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:39:42.015Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-28T06:39:42.016Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:39:42.018Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:39:42.018Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c298f3f4-5439-4219-93e8-1cd6cbc1b588",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666939179646,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-10-28T06:39:42.118Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T06:39:42.119Z||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-10-28T06:39:42.119Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:39:42.135Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:39:42.136Z||pool-90-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-28T06:39:43.018Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-28T06:39:43.019Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:39:43.024Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:39:43.024Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c298f3f4-5439-4219-93e8-1cd6cbc1b588",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666939179646,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-10-28T06:39:43.128Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-10-28T06:39:43.129Z||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-10-28T06:39:43.129Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:39:43.141Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:39:43.142Z||pool-91-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-10-28T06:39:44.028Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-28T06:39:44.029Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:39:44.031Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:39:44.031Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c298f3f4-5439-4219-93e8-1cd6cbc1b588",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666939179646,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:39:44.131Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T06:39:44.132Z||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-10-28T06:39:44.132Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:39:44.152Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:39:44.152Z||pool-92-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":6,"count":1}
2022-10-28T06:39:45.031Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-28T06:39:45.033Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:39:45.034Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:39:45.035Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c298f3f4-5439-4219-93e8-1cd6cbc1b588",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666939179646,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-10-28T06:39:45.135Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T06:39:45.136Z||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-10-28T06:39:45.136Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:39:45.145Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:39:45.146Z||pool-93-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-10-28T06:39:46.035Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-28T06:39:46.036Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:39:46.039Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:39:46.039Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c298f3f4-5439-4219-93e8-1cd6cbc1b588",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666939179646,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-10-28T06:39:46.139Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T06:39:46.140Z||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-10-28T06:39:46.141Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:39:46.156Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:39:46.157Z||pool-94-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-28T06:39:47.039Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-28T06:39:47.041Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:39:47.045Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:39:47.046Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c298f3f4-5439-4219-93e8-1cd6cbc1b588",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666939179646,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-10-28T06:39:47.147Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-28T06:39:47.148Z||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-10-28T06:39:47.148Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:39:47.169Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:39:47.170Z||pool-95-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-10-28T06:39:48.046Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-28T06:39:48.048Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:39:48.050Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:39:48.050Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c298f3f4-5439-4219-93e8-1cd6cbc1b588",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666939179646,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:39:48.150Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T06:39:48.151Z||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-10-28T06:39:48.151Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:39:48.166Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:39:48.166Z||pool-96-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-28T06:39:49.050Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-28T06:39:49.051Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:39:49.054Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:39:49.054Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c298f3f4-5439-4219-93e8-1cd6cbc1b588",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666939179646,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:39:49.154Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T06:39:49.155Z||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-10-28T06:39:49.155Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:39:49.198Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:39:49.198Z||pool-97-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":1,"count":1}
2022-10-28T06:39:50.054Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-28T06:39:50.055Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:39:50.057Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:39:50.057Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c298f3f4-5439-4219-93e8-1cd6cbc1b588",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666939179646,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-28T06:39:50.157Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T06:39:50.158Z||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-10-28T06:39:50.158Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:39:50.178Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:39:50.179Z||pool-98-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":2,"count":1}
2022-10-28T06:39:51.058Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "c298f3f4-5439-4219-93e8-1cd6cbc1b588",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "cceb0d6a-96c3-48b0-8404-2d7061ec32e6",
  "serviceDescription": "service",
  "serviceInvariantUUID": "1ae235e4-8296-45d6-a8ac-af527991d1ec",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "98916a7e-cae6-4ede-bff1-6bbc63d19d88",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "13d57298-5d22-4e89-9382-c603d2feaafa",
      "resourceInvariantUUID": "44784d81-8dc7-42ad-b429-b917e2a8632b",
      "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": "ZDZiYzU2N2RlMGNiMjI5ZWJhNGY2NDFjNzJmZTJlNmE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "459228e3-0d50-45e9-b29e-b7ca9f755b06",
          "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": "fe4cc17e-ffae-4cc8-911e-3128f6f70959",
          "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": "689ff3de-009a-49d0-9a5d-2f9186377e96",
            "generatedFromUUID": "fe4cc17e-ffae-4cc8-911e-3128f6f70959"
          },
          "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": "6e9d15bb-4fc2-467e-a416-1bb54ebc5904",
          "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": "689ff3de-009a-49d0-9a5d-2f9186377e96",
          "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": "0db3b5e7-4fd8-4047-8f5d-0b6834ec7883",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "ZTI2MDZlZjBkZjc1N2Q0YTExNDdlYmU5MjRkMTIwOWY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "97ce42a1-991f-44cf-8958-529eb4dfcaf4"
    }
  ],
  "workloadContext": "Production"
}
2022-10-28T06:39:51.059Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-28T06:39:51.059Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 cceb0d6a-96c3-48b0-8404-2d7061ec32e6 ASDC
2022-10-28T06:39:51.060Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:c298f3f4-5439-4219-93e8-1cd6cbc1b588
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:cceb0d6a-96c3-48b0-8404-2d7061ec32e6
ServiceInvariantUUID:1ae235e4-8296-45d6-a8ac-af527991d1ec
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:97ce42a1-991f-44cf-8958-529eb4dfcaf4
ArtifactChecksum:ZTI2MDZlZjBkZjc1N2Q0YTExNDdlYmU5MjRkMTIwOWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:98916a7e-cae6-4ede-bff1-6bbc63d19d88
ResourceInvariantUUID:44784d81-8dc7-42ad-b429-b917e2a8632b
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:13d57298-5d22-4e89-9382-c603d2feaafa
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:459228e3-0d50-45e9-b29e-b7ca9f755b06
ArtifactChecksum:ZDZiYzU2N2RlMGNiMjI5ZWJhNGY2NDFjNzJmZTJlNmE=
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:fe4cc17e-ffae-4cc8-911e-3128f6f70959
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:689ff3de-009a-49d0-9a5d-2f9186377e96
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:6e9d15bb-4fc2-467e-a416-1bb54ebc5904
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:689ff3de-009a-49d0-9a5d-2f9186377e96
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:0db3b5e7-4fd8-4047-8f5d-0b6834ec7883
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-10-28T06:39:51.060Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cceb0d6a-96c3-48b0-8404-2d7061ec32e6 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-10-28T06:39:51.108Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-28T06:39:51.110Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-10-28T06:39:51.110Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-10-28T06:39:51.110Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 97ce42a1-991f-44cf-8958-529eb4dfcaf4 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-10-28T06:39:51.110Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-10-28T06:39:51.110Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-10-28T06:39:51.233Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-10-28T06:39:51.240Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 97ce42a1-991f-44cf-8958-529eb4dfcaf4 162981
2022-10-28T06:39:51.241Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-10-28T06:39:51.241Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-10-28T06:39:51.241Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-28T06:39:51.241Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:39:51.243Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:39:51.243Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c298f3f4-5439-4219-93e8-1cd6cbc1b588",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666939191240,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-28T06:39:51.352Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 109 ms
2022-10-28T06:39:51.353Z||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-10-28T06:39:51.353Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:39:51.368Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:39:51.369Z||pool-99-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":2,"count":1}
2022-10-28T06:39:52.244Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-28T06:39:52.245Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-10-28T06:39:52.246Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 97ce42a1-991f-44cf-8958-529eb4dfcaf4, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-10-28T06:39:52.246Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-10-28T06:39:52.247Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-10-28T06:39:52.247Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-10-28T06:39:52.356Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10415415715894132497/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2022-10-28T06:39:53.304Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-28T06:39:53.305Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-10-28T06:39:53.306Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-10-28T06:39:53.306Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-10-28T06:39:53.306Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-10-28T06:39:53.306Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-10-28T06:39:53.306Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-10-28T06:39:53.306Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-10-28T06:39:53.306Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-10-28T06:39:53.306Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:39:53.307Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:39:53.307Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-28T06:39:53.307Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-10-28T06:39:53.307Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-28T06:39:53.308Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:39:53.308Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:39:53.308Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-28T06:39:53.308Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-10-28T06:39:53.308Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-28T06:39:53.308Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:39:53.308Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:39:53.309Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:39:53.309Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-10-28T06:39:53.309Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-10-28T06:39:53.309Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-10-28T06:39:53.309Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-28T06:39:53.310Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:39:53.310Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-28T06:39:53.310Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:39:53.310Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-28T06:39:53.310Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-28T06:39:53.311Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:39:53.311Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-28T06:39:53.311Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-28T06:39:53.311Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:39:53.312Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-28T06:39:53.312Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-28T06:39:53.312Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:39:53.312Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-28T06:39:53.312Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-28T06:39:53.312Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:39:53.313Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-10-28T06:39:53.313Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-10-28T06:39:53.313Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=13d49ffb-6479-482b-8dbe-831bd6121d9d
2022-10-28T06:39:53.313Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:39:53.313Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:39:53.313Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:39:53.313Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:39:53.313Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:39:53.314Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:39:53.314Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:39:53.314Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:39:53.314Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:cceb0d6a-96c3-48b0-8404-2d7061ec32e6
Model Version:NULL
Model InvariantUuid:1ae235e4-8296-45d6-a8ac-af527991d1ec
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:0331c4f5-713e-4622-b096-7098a6688f7d
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:44784d81-8dc7-42ad-b429-b917e2a8632b
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:98916a7e-cae6-4ede-bff1-6bbc63d19d88
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:6e11870f-73a6-4b87-a633-5f74b723e9e7
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:e40d028d-d37b-4655-a525-e9a53716256f
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:3fe7d237-ae9c-4ebc-b348-678e4136a590
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:db3c60f4-025a-4b8f-a1e1-fab6113980bb
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:13d49ffb-6479-482b-8dbe-831bd6121d9d
ModelInvariantUuid:d42a3a97-e1a6-460c-be24-cddeebcc9369
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:2865481d-f9f7-4752-ac49-90a289ec6c0c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:426db05a-3dfb-4a71-9442-86b15627d135
ModelInvariantUuid:c61df244-83bf-49ee-8c98-39ac72d0f35b
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:b7881dc5-a0b3-4017-9b39-5e5e3a786860
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-10-28T06:39:53.323Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 13d57298-5d22-4e89-9382-c603d2feaafa
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-10-28T06:39:53.329Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||INFO|500||basic_cnf_macro 0
2022-10-28T06:39:53.330Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 13d57298-5d22-4e89-9382-c603d2feaafa
2022-10-28T06:39:53.330Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 459228e3-0d50-45e9-b29e-b7ca9f755b06 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-10-28T06:39:53.330Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-10-28T06:39:53.331Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-10-28T06:39:53.398Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-10-28T06:39:53.399Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 459228e3-0d50-45e9-b29e-b7ca9f755b06 1565
2022-10-28T06:39:53.399Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-10-28T06:39:53.399Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-10-28T06:39:53.399Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-28T06:39:53.399Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:39:53.402Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:39:53.402Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c298f3f4-5439-4219-93e8-1cd6cbc1b588",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666939193399,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-28T06:39:53.501Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-28T06:39:53.502Z||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-10-28T06:39:53.502Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:39:53.512Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:39:53.512Z||pool-100-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-10-28T06:39:54.404Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "3fe7d237-ae9c-4ebc-b348-678e4136a590",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "db3c60f4-025a-4b8f-a1e1-fab6113980bb",
    "vfModuleModelCustomizationUUID": "bb3350c8-8159-4c65-81f5-7d58563bf176",
    "isBase": true,
    "artifacts": [
      "fe4cc17e-ffae-4cc8-911e-3128f6f70959",
      "689ff3de-009a-49d0-9a5d-2f9186377e96"
    ],
    "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": "6e11870f-73a6-4b87-a633-5f74b723e9e7",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e40d028d-d37b-4655-a525-e9a53716256f",
    "vfModuleModelCustomizationUUID": "fc758f73-dc4f-4011-a58e-79e2dd47e18f",
    "isBase": false,
    "artifacts": [
      "0db3b5e7-4fd8-4047-8f5d-0b6834ec7883"
    ],
    "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-10-28T06:39:54.407Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:db3c60f4-025a-4b8f-a1e1-fab6113980bb
VfModuleModelInvariantUUID:3fe7d237-ae9c-4ebc-b348-678e4136a590
VfModuleModelDescription:NULL
Artifacts UUID List:{
fe4cc17e-ffae-4cc8-911e-3128f6f70959
,
689ff3de-009a-49d0-9a5d-2f9186377e96

}
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:e40d028d-d37b-4655-a525-e9a53716256f
VfModuleModelInvariantUUID:6e11870f-73a6-4b87-a633-5f74b723e9e7
VfModuleModelDescription:NULL
Artifacts UUID List:{
0db3b5e7-4fd8-4047-8f5d-0b6834ec7883

}
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-10-28T06:39:54.410Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "3fe7d237-ae9c-4ebc-b348-678e4136a590",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "db3c60f4-025a-4b8f-a1e1-fab6113980bb",
    "vfModuleModelCustomizationUUID": "bb3350c8-8159-4c65-81f5-7d58563bf176",
    "isBase": true,
    "artifacts": [
      "fe4cc17e-ffae-4cc8-911e-3128f6f70959",
      "689ff3de-009a-49d0-9a5d-2f9186377e96"
    ],
    "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": "6e11870f-73a6-4b87-a633-5f74b723e9e7",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e40d028d-d37b-4655-a525-e9a53716256f",
    "vfModuleModelCustomizationUUID": "fc758f73-dc4f-4011-a58e-79e2dd47e18f",
    "isBase": false,
    "artifacts": [
      "0db3b5e7-4fd8-4047-8f5d-0b6834ec7883"
    ],
    "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-10-28T06:39:54.410Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:db3c60f4-025a-4b8f-a1e1-fab6113980bb
VfModuleModelInvariantUUID:3fe7d237-ae9c-4ebc-b348-678e4136a590
VfModuleModelDescription:NULL
Artifacts UUID List:{
fe4cc17e-ffae-4cc8-911e-3128f6f70959
,
689ff3de-009a-49d0-9a5d-2f9186377e96

}
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:e40d028d-d37b-4655-a525-e9a53716256f
VfModuleModelInvariantUUID:6e11870f-73a6-4b87-a633-5f74b723e9e7
VfModuleModelDescription:NULL
Artifacts UUID List:{
0db3b5e7-4fd8-4047-8f5d-0b6834ec7883

}
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-10-28T06:39:54.411Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: fe4cc17e-ffae-4cc8-911e-3128f6f70959 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-10-28T06:39:54.412Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-10-28T06:39:54.413Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-10-28T06:39:54.474Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-10-28T06:39:54.475Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml fe4cc17e-ffae-4cc8-911e-3128f6f70959 914
2022-10-28T06:39:54.475Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-10-28T06:39:54.475Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-10-28T06:39:54.475Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-28T06:39:54.476Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:39:54.491Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:39:54.491Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c298f3f4-5439-4219-93e8-1cd6cbc1b588",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666939194475,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-28T06:39:54.577Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 86 ms
2022-10-28T06:39:54.578Z||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-10-28T06:39:54.578Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:39:54.604Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:39:54.605Z||pool-101-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-10-28T06:39:55.492Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 6e9d15bb-4fc2-467e-a416-1bb54ebc5904 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-10-28T06:39:55.493Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-10-28T06:39:55.493Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-10-28T06:39:55.602Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-10-28T06:39:55.602Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 6e9d15bb-4fc2-467e-a416-1bb54ebc5904 12
2022-10-28T06:39:55.603Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-10-28T06:39:55.603Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-10-28T06:39:55.603Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-28T06:39:55.603Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:39:55.605Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:39:55.605Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c298f3f4-5439-4219-93e8-1cd6cbc1b588",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666939195603,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-10-28T06:39:55.705Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T06:39:55.706Z||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-10-28T06:39:55.706Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:39:55.724Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:39:55.725Z||pool-102-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-10-28T06:39:56.606Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 689ff3de-009a-49d0-9a5d-2f9186377e96 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-10-28T06:39:56.606Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-10-28T06:39:56.607Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-10-28T06:39:56.672Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-10-28T06:39:56.672Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 689ff3de-009a-49d0-9a5d-2f9186377e96 96
2022-10-28T06:39:56.673Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-10-28T06:39:56.673Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-10-28T06:39:56.673Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-28T06:39:56.673Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:39:56.675Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:39:56.675Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c298f3f4-5439-4219-93e8-1cd6cbc1b588",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666939196673,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-10-28T06:39:56.775Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T06:39:56.776Z||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-10-28T06:39:56.777Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:39:56.788Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:39:56.789Z||pool-103-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-28T06:39:57.676Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 0db3b5e7-4fd8-4047-8f5d-0b6834ec7883 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-10-28T06:39:57.676Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-10-28T06:39:57.676Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-10-28T06:39:57.728Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-10-28T06:39:57.729Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 0db3b5e7-4fd8-4047-8f5d-0b6834ec7883 20206
2022-10-28T06:39:57.729Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-10-28T06:39:57.729Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-10-28T06:39:57.730Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-28T06:39:57.730Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:39:57.732Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:39:57.732Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c298f3f4-5439-4219-93e8-1cd6cbc1b588",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666939197729,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-10-28T06:39:57.832Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T06:39:57.833Z||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-10-28T06:39:57.833Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:39:57.861Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:39:57.862Z||pool-104-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-10-28T06:39:58.736Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: cceb0d6a-96c3-48b0-8404-2d7061ec32e6
2022-10-28T06:39:58.736Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 13d57298-5d22-4e89-9382-c603d2feaafa 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-10-28T06:39:58.748Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5ed1eb57, org.onap.sdc.toscaparser.api.parameters.Input@6a68ea4, org.onap.sdc.toscaparser.api.parameters.Input@328ddbff, org.onap.sdc.toscaparser.api.parameters.Input@4252955b, org.onap.sdc.toscaparser.api.parameters.Input@13085515]
2022-10-28T06:39:58.750Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:39:58.750Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:39:58.751Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2022-10-28T06:39:58.751Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 98916a7e-cae6-4ede-bff1-6bbc63d19d88
2022-10-28T06:39:58.751Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 98916a7e-cae6-4ede-bff1-6bbc63d19d88 matches Tosca VF Customization UUID: 98916a7e-cae6-4ede-bff1-6bbc63d19d88
2022-10-28T06:39:58.751Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 98916a7e-cae6-4ede-bff1-6bbc63d19d88  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-10-28T06:39:58.754Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:39:58.754Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:39:58.755Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 98916a7e-cae6-4ede-bff1-6bbc63d19d88: {\"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-10-28T06:39:58.755Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2b49f525
2022-10-28T06:39:58.755Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:39:58.755Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-28T06:39:58.756Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : fc758f73-dc4f-4011-a58e-79e2dd47e18f
2022-10-28T06:39:58.758Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID fc758f73-dc4f-4011-a58e-79e2dd47e18f
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-10-28T06:39:58.762Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:39:58.762Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-28T06:39:58.763Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-28T06:39:58.763Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:39:58.763Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-28T06:39:58.763Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-28T06:39:58.764Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:39:58.764Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-28T06:39:58.764Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=98916a7e-cae6-4ede-bff1-6bbc63d19d88
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-10-28T06:39:58.767Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:39:58.768Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:39:58.768Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid cceb0d6a-96c3-48b0-8404-2d7061ec32e6: basic_cnf_macro
2022-10-28T06:39:58.768Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:39:58.769Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:39:58.769Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:39:58.769Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:39:58.769Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:39:58.769Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:39:58.769Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:39:58.769Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:39:58.770Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:39:58.770Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:39:58.770Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||INFO|500||Saving Service: basic_cnf_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-28T06:39:58.822Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 13d57298-5d22-4e89-9382-c603d2feaafa 2 ASDC deployResourceStructure
2022-10-28T06:39:58.823Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-10-28T06:39:58.823Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-10-28T06:39:58.824Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-28T06:39:58.824Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:39:58.826Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:39:58.826Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c298f3f4-5439-4219-93e8-1cd6cbc1b588",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666939198823,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-28T06:39:58.926Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T06:39:58.927Z||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-10-28T06:39:58.927Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:39:58.938Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:39:58.938Z||pool-105-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-10-28T06:39:59.827Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-10-28T06:39:59.827Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-10-28T06:39:59.828Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-28T06:39:59.828Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:39:59.830Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:39:59.830Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c298f3f4-5439-4219-93e8-1cd6cbc1b588",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666939199827,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-10-28T06:39:59.930Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T06:39:59.931Z||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-10-28T06:39:59.931Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:39:59.943Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:39:59.944Z||pool-106-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-28T06:40:00.831Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-10-28T06:40:00.831Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource)
2022-10-28T06:40:00.831Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-10-28T06:40:00.831Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:40:00.833Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:40:00.833Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c298f3f4-5439-4219-93e8-1cd6cbc1b588",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666939200831,
  "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-10-28T06:40:00.933Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T06:40:00.934Z||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-10-28T06:40:00.934Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:40:00.944Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:40:00.945Z||pool-107-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-10-28T06:40:01.834Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-10-28T06:40:01.834Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-10-28T06:40:01.835Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-28T06:40:01.835Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:40:01.837Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:40:01.837Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c298f3f4-5439-4219-93e8-1cd6cbc1b588",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666939201834,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-10-28T06:40:01.937Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T06:40:01.938Z||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-10-28T06:40:01.938Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:40:01.964Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:40:01.964Z||pool-108-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-10-28T06:40:02.838Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-10-28T06:40:02.838Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource)
2022-10-28T06:40:02.838Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-10-28T06:40:02.839Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:40:02.843Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:40:02.844Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c298f3f4-5439-4219-93e8-1cd6cbc1b588",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666939202838,
  "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-10-28T06:40:02.942Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-10-28T06:40:02.943Z||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-10-28T06:40:02.943Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:40:02.953Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:40:02.954Z||pool-109-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-10-28T06:40:03.846Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-10-28T06:40:03.846Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-10-28T06:40:03.846Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-28T06:40:03.846Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:40:03.849Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:40:03.849Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c298f3f4-5439-4219-93e8-1cd6cbc1b588",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666939203846,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-28T06:40:03.950Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T06:40:03.951Z||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-10-28T06:40:03.951Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:40:03.975Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:40:03.976Z||pool-110-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-10-28T06:40:04.850Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c298f3f4-5439-4219-93e8-1cd6cbc1b588
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-28T06:40:04.861Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c298f3f4-5439-4219-93e8-1cd6cbc1b588
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-28T06:40:04.864Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-28T06:40:04.864Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-28T06:40:04.864Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-28T06:40:34.865Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c298f3f4-5439-4219-93e8-1cd6cbc1b588
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-28T06:40:34.874Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c298f3f4-5439-4219-93e8-1cd6cbc1b588
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-28T06:40:34.878Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-28T06:40:34.878Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-28T06:40:34.878Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-28T06:40:39.645Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:40:39.646Z||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-10-28T06:40:39.646Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:40:39.669Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:40:39.670Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:40:39.670Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c298f3f4-5439-4219-93e8-1cd6cbc1b588",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666939175532,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:40:39.670Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:40:39.671Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:40:39.671Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c298f3f4-5439-4219-93e8-1cd6cbc1b588",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666939179305,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:40:39.671Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:41:04.879Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c298f3f4-5439-4219-93e8-1cd6cbc1b588
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-28T06:41:04.892Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c298f3f4-5439-4219-93e8-1cd6cbc1b588
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-28T06:41:04.895Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-28T06:41:04.895Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-28T06:41:04.896Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-28T06:41:34.896Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c298f3f4-5439-4219-93e8-1cd6cbc1b588
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-28T06:41:34.907Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c298f3f4-5439-4219-93e8-1cd6cbc1b588
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-28T06:41:34.909Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-28T06:41:34.910Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-28T06:41:34.910Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-28T06:41:39.645Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:41:39.646Z||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-10-28T06:41:39.646Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:41:39.677Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:41:39.677Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:41:39.677Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c298f3f4-5439-4219-93e8-1cd6cbc1b588",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666939176049,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:41:39.678Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:42:04.910Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c298f3f4-5439-4219-93e8-1cd6cbc1b588
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-28T06:42:04.922Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c298f3f4-5439-4219-93e8-1cd6cbc1b588
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-28T06:42:04.925Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-28T06:42:04.925Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-28T06:42:04.925Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-28T06:42:34.925Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c298f3f4-5439-4219-93e8-1cd6cbc1b588
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-28T06:42:34.938Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c298f3f4-5439-4219-93e8-1cd6cbc1b588
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-28T06:42:34.941Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-28T06:42:34.941Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-28T06:42:34.942Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-28T06:42:39.645Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:42:39.646Z||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-10-28T06:42:39.646Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:42:39.670Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:42:39.680Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.680Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c298f3f4-5439-4219-93e8-1cd6cbc1b588",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666939175532,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:42:39.681Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:42:39.681Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.681Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c298f3f4-5439-4219-93e8-1cd6cbc1b588",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666939179646,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-10-28T06:42:39.681Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:42:39.681Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.681Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c298f3f4-5439-4219-93e8-1cd6cbc1b588",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666939176049,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-10-28T06:42:39.681Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:42:39.681Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.681Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c298f3f4-5439-4219-93e8-1cd6cbc1b588",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666939179305,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:42:39.681Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:42:39.681Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.681Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c298f3f4-5439-4219-93e8-1cd6cbc1b588",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666939175532,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:42:39.681Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:42:39.681Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.681Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c298f3f4-5439-4219-93e8-1cd6cbc1b588",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666939176049,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-10-28T06:42:39.681Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:42:39.681Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.681Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c298f3f4-5439-4219-93e8-1cd6cbc1b588",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666939179646,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-10-28T06:42:39.681Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:42:39.681Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.681Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c298f3f4-5439-4219-93e8-1cd6cbc1b588",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666939179305,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:42:39.681Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:42:39.681Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.681Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c298f3f4-5439-4219-93e8-1cd6cbc1b588",
  "consumerID": "cds",
  "timestamp": 1666939183430,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:42:39.682Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:42:39.682Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.682Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c298f3f4-5439-4219-93e8-1cd6cbc1b588",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666939175532,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:42:39.682Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:42:39.682Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.682Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c298f3f4-5439-4219-93e8-1cd6cbc1b588",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666939176049,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:42:39.682Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:42:39.682Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.682Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c298f3f4-5439-4219-93e8-1cd6cbc1b588",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666939179305,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:42:39.682Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:42:39.682Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.682Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c298f3f4-5439-4219-93e8-1cd6cbc1b588",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666939179646,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:42:39.682Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:42:39.682Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.682Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c298f3f4-5439-4219-93e8-1cd6cbc1b588",
  "consumerID": "cds",
  "timestamp": 1666939183430,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:42:39.682Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:42:39.682Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.682Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c298f3f4-5439-4219-93e8-1cd6cbc1b588",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666939179646,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-10-28T06:42:39.682Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:42:39.682Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.682Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c298f3f4-5439-4219-93e8-1cd6cbc1b588",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666939179305,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:42:39.682Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:42:39.682Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.682Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c298f3f4-5439-4219-93e8-1cd6cbc1b588",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666939176049,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-10-28T06:42:39.682Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:42:39.682Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.682Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c298f3f4-5439-4219-93e8-1cd6cbc1b588",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666939175532,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:42:39.682Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:42:39.682Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.682Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c298f3f4-5439-4219-93e8-1cd6cbc1b588",
  "consumerID": "cds",
  "timestamp": 1666939183430,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:42:39.682Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:42:39.682Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.682Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c298f3f4-5439-4219-93e8-1cd6cbc1b588",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666939179646,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-10-28T06:42:39.682Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:42:39.682Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.682Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c298f3f4-5439-4219-93e8-1cd6cbc1b588",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666939179305,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:42:39.682Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:42:39.682Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.682Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c298f3f4-5439-4219-93e8-1cd6cbc1b588",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666939176049,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-10-28T06:42:39.682Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:42:39.682Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.682Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c298f3f4-5439-4219-93e8-1cd6cbc1b588",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666939175532,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:42:39.682Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:42:39.682Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.682Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c298f3f4-5439-4219-93e8-1cd6cbc1b588",
  "consumerID": "cds",
  "timestamp": 1666939183430,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:42:39.683Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:42:39.683Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.683Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c298f3f4-5439-4219-93e8-1cd6cbc1b588",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666939176049,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-10-28T06:42:39.683Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:42:39.683Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.683Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c298f3f4-5439-4219-93e8-1cd6cbc1b588",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666939179305,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:42:39.683Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:42:39.683Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.683Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c298f3f4-5439-4219-93e8-1cd6cbc1b588",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666939179646,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-10-28T06:42:39.683Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:42:39.683Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.683Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c298f3f4-5439-4219-93e8-1cd6cbc1b588",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666939175532,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:42:39.683Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:42:39.683Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.683Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c298f3f4-5439-4219-93e8-1cd6cbc1b588",
  "consumerID": "cds",
  "timestamp": 1666939183430,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:42:39.683Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:42:39.683Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.683Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c298f3f4-5439-4219-93e8-1cd6cbc1b588",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666939176049,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:42:39.683Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:42:39.683Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.683Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c298f3f4-5439-4219-93e8-1cd6cbc1b588",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666939179646,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:42:39.683Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:42:39.683Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.683Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c298f3f4-5439-4219-93e8-1cd6cbc1b588",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666939179305,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:42:39.683Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:42:39.683Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.683Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c298f3f4-5439-4219-93e8-1cd6cbc1b588",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666939175532,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:42:39.683Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:42:39.683Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.683Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c298f3f4-5439-4219-93e8-1cd6cbc1b588",
  "consumerID": "cds",
  "timestamp": 1666939183430,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:42:39.683Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:42:39.683Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.683Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c298f3f4-5439-4219-93e8-1cd6cbc1b588",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666939179305,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:42:39.683Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:42:39.683Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.683Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c298f3f4-5439-4219-93e8-1cd6cbc1b588",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666939176049,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:42:39.683Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:42:39.683Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.683Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c298f3f4-5439-4219-93e8-1cd6cbc1b588",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666939175532,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:42:39.683Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:42:39.683Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.683Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c298f3f4-5439-4219-93e8-1cd6cbc1b588",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666939179646,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:42:39.683Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:42:39.683Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.683Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c298f3f4-5439-4219-93e8-1cd6cbc1b588",
  "consumerID": "cds",
  "timestamp": 1666939183430,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:42:39.683Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:42:39.683Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.683Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c298f3f4-5439-4219-93e8-1cd6cbc1b588",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666939176049,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-28T06:42:39.683Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:42:39.683Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.683Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c298f3f4-5439-4219-93e8-1cd6cbc1b588",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666939179646,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-28T06:42:39.683Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:42:39.683Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.683Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c298f3f4-5439-4219-93e8-1cd6cbc1b588",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666939179305,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-28T06:42:39.683Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:42:39.683Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.683Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c298f3f4-5439-4219-93e8-1cd6cbc1b588",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666939175532,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:42:39.684Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:42:39.684Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.684Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c298f3f4-5439-4219-93e8-1cd6cbc1b588",
  "consumerID": "cds",
  "timestamp": 1666939183430,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:42:39.684Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:42:39.684Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.684Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c298f3f4-5439-4219-93e8-1cd6cbc1b588",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666939190794,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-28T06:42:39.684Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:42:39.684Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.684Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c298f3f4-5439-4219-93e8-1cd6cbc1b588",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666939191433,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-28T06:42:39.684Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:42:39.684Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.684Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c298f3f4-5439-4219-93e8-1cd6cbc1b588",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666939191240,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-28T06:42:39.684Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:42:39.684Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.684Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c298f3f4-5439-4219-93e8-1cd6cbc1b588",
  "consumerID": "cds",
  "timestamp": 1666939183430,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:42:39.684Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:42:39.684Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.684Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c298f3f4-5439-4219-93e8-1cd6cbc1b588",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666939191870,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-28T06:42:39.684Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:42:39.684Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.684Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c298f3f4-5439-4219-93e8-1cd6cbc1b588",
  "consumerID": "cds",
  "timestamp": 1666939183430,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-28T06:42:39.684Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:42:39.684Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.684Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c298f3f4-5439-4219-93e8-1cd6cbc1b588",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666939192934,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-10-28T06:42:39.684Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:42:39.684Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.684Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c298f3f4-5439-4219-93e8-1cd6cbc1b588",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666939193399,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-28T06:42:39.684Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:42:39.684Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.684Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c298f3f4-5439-4219-93e8-1cd6cbc1b588",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666939193860,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-28T06:42:39.684Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:42:39.684Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.684Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c298f3f4-5439-4219-93e8-1cd6cbc1b588",
  "consumerID": "cds",
  "timestamp": 1666939194193,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-28T06:42:39.685Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:42:39.685Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.685Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c298f3f4-5439-4219-93e8-1cd6cbc1b588",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666939193999,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-10-28T06:42:39.685Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:42:39.685Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.685Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c298f3f4-5439-4219-93e8-1cd6cbc1b588",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666939194475,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-28T06:42:39.685Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:42:39.685Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.685Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c298f3f4-5439-4219-93e8-1cd6cbc1b588",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666939194864,
  "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-10-28T06:42:39.693Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c298f3f4-5439-4219-93e8-1cd6cbc1b588
2022-10-28T06:42:39.693Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c298f3f4-5439-4219-93e8-1cd6cbc1b588 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-10-28T06:42:39.704Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.704Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c298f3f4-5439-4219-93e8-1cd6cbc1b588",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666939195051,
  "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-10-28T06:42:39.711Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c298f3f4-5439-4219-93e8-1cd6cbc1b588
2022-10-28T06:42:39.712Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c298f3f4-5439-4219-93e8-1cd6cbc1b588 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-10-28T06:42:39.722Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.722Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c298f3f4-5439-4219-93e8-1cd6cbc1b588",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666939195603,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-10-28T06:42:39.722Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:42:39.722Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.722Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c298f3f4-5439-4219-93e8-1cd6cbc1b588",
  "consumerID": "cds",
  "timestamp": 1666939196647,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-28T06:42:39.727Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c298f3f4-5439-4219-93e8-1cd6cbc1b588
2022-10-28T06:42:39.727Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c298f3f4-5439-4219-93e8-1cd6cbc1b588 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-10-28T06:42:39.736Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.736Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c298f3f4-5439-4219-93e8-1cd6cbc1b588",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666939196058,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-28T06:42:39.736Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:42:39.736Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.736Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c298f3f4-5439-4219-93e8-1cd6cbc1b588",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666939196673,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-10-28T06:42:39.736Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:42:39.736Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.736Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c298f3f4-5439-4219-93e8-1cd6cbc1b588",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666939197729,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-10-28T06:42:39.736Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:42:39.736Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.737Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c298f3f4-5439-4219-93e8-1cd6cbc1b588",
  "consumerID": "aai-ml",
  "timestamp": 1666939197890,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:42:39.737Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:42:39.737Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.737Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c298f3f4-5439-4219-93e8-1cd6cbc1b588",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666939198823,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-28T06:42:39.737Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:42:39.737Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.737Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c298f3f4-5439-4219-93e8-1cd6cbc1b588",
  "consumerID": "aai-ml",
  "timestamp": 1666939197890,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:42:39.737Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:42:39.737Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.737Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c298f3f4-5439-4219-93e8-1cd6cbc1b588",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666939199827,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-10-28T06:42:39.737Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:42:39.737Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.737Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c298f3f4-5439-4219-93e8-1cd6cbc1b588",
  "consumerID": "aai-ml",
  "timestamp": 1666939197890,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:42:39.737Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:42:39.737Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.737Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c298f3f4-5439-4219-93e8-1cd6cbc1b588",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666939200831,
  "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-10-28T06:42:39.737Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:42:39.737Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.737Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c298f3f4-5439-4219-93e8-1cd6cbc1b588",
  "consumerID": "aai-ml",
  "timestamp": 1666939197890,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:42:39.737Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:42:39.737Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.738Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c298f3f4-5439-4219-93e8-1cd6cbc1b588",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666939201834,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-10-28T06:42:39.738Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:42:39.738Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.738Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c298f3f4-5439-4219-93e8-1cd6cbc1b588",
  "consumerID": "aai-ml",
  "timestamp": 1666939197890,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:42:39.738Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:42:39.738Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.738Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c298f3f4-5439-4219-93e8-1cd6cbc1b588",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666939202838,
  "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-10-28T06:42:39.738Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:42:39.738Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.738Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c298f3f4-5439-4219-93e8-1cd6cbc1b588",
  "consumerID": "aai-ml",
  "timestamp": 1666939197890,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:42:39.738Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:42:39.738Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.738Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c298f3f4-5439-4219-93e8-1cd6cbc1b588",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666939203846,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-28T06:42:39.738Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:42:39.738Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.738Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c298f3f4-5439-4219-93e8-1cd6cbc1b588",
  "consumerID": "aai-ml",
  "timestamp": 1666939197890,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:42:39.738Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:42:39.738Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.738Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c298f3f4-5439-4219-93e8-1cd6cbc1b588",
  "consumerID": "aai-ml",
  "timestamp": 1666939197890,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:42:39.738Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:42:39.738Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.738Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c298f3f4-5439-4219-93e8-1cd6cbc1b588",
  "consumerID": "aai-ml",
  "timestamp": 1666939197890,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:42:39.738Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:42:39.738Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.738Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c298f3f4-5439-4219-93e8-1cd6cbc1b588",
  "consumerID": "aai-ml",
  "timestamp": 1666939197890,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-28T06:42:39.738Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:42:39.738Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.738Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c298f3f4-5439-4219-93e8-1cd6cbc1b588",
  "consumerID": "aai-ml",
  "timestamp": 1666939208754,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-28T06:42:39.738Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:42:39.738Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.738Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a1e0001-d448-490f-8c7a-e7ab23bbab8f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666939209305,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:42:39.739Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:42:39.739Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.739Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a1e0001-d448-490f-8c7a-e7ab23bbab8f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666939209305,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:42:39.739Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:42:39.739Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.739Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a1e0001-d448-490f-8c7a-e7ab23bbab8f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666939209305,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:42:39.739Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:42:39.739Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.739Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a1e0001-d448-490f-8c7a-e7ab23bbab8f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666939209305,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:42:39.739Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:42:39.739Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.739Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a1e0001-d448-490f-8c7a-e7ab23bbab8f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666939209305,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:42:39.739Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:42:39.739Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.739Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a1e0001-d448-490f-8c7a-e7ab23bbab8f",
  "consumerID": "cds",
  "timestamp": 1666939213430,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:42:39.739Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:42:39.739Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.739Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a1e0001-d448-490f-8c7a-e7ab23bbab8f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666939209305,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:42:39.739Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:42:39.739Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.739Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a1e0001-d448-490f-8c7a-e7ab23bbab8f",
  "consumerID": "cds",
  "timestamp": 1666939213430,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:42:39.739Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:42:39.739Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.739Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a1e0001-d448-490f-8c7a-e7ab23bbab8f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666939209305,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:42:39.739Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:42:39.739Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.739Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a1e0001-d448-490f-8c7a-e7ab23bbab8f",
  "consumerID": "cds",
  "timestamp": 1666939213430,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:42:39.739Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:42:39.739Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.739Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a1e0001-d448-490f-8c7a-e7ab23bbab8f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666939215531,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:42:39.739Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:42:39.739Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.739Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a1e0001-d448-490f-8c7a-e7ab23bbab8f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666939209305,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-28T06:42:39.739Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:42:39.739Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.739Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a1e0001-d448-490f-8c7a-e7ab23bbab8f",
  "consumerID": "cds",
  "timestamp": 1666939213430,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:42:39.739Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:42:39.739Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.739Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a1e0001-d448-490f-8c7a-e7ab23bbab8f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666939216050,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:42:39.739Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:42:39.739Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.739Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c298f3f4-5439-4219-93e8-1cd6cbc1b588",
  "consumerID": "aai-ml",
  "timestamp": 1666939216964,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-28T06:42:39.739Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:42:39.739Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.739Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a1e0001-d448-490f-8c7a-e7ab23bbab8f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666939215531,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:42:39.739Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:42:39.739Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.739Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a1e0001-d448-490f-8c7a-e7ab23bbab8f",
  "consumerID": "cds",
  "timestamp": 1666939213430,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:42:39.739Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:42:39.739Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.739Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a1e0001-d448-490f-8c7a-e7ab23bbab8f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666939218083,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-28T06:42:39.739Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:42:39.739Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.739Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a1e0001-d448-490f-8c7a-e7ab23bbab8f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666939216050,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-10-28T06:42:39.739Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:42:39.739Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.739Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c298f3f4-5439-4219-93e8-1cd6cbc1b588",
  "consumerID": "aai-ml",
  "timestamp": 1666939217969,
  "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-10-28T06:42:39.746Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c298f3f4-5439-4219-93e8-1cd6cbc1b588
2022-10-28T06:42:39.746Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c298f3f4-5439-4219-93e8-1cd6cbc1b588 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-10-28T06:42:39.755Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.755Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a1e0001-d448-490f-8c7a-e7ab23bbab8f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666939215531,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:42:39.756Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:42:39.756Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.756Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a1e0001-d448-490f-8c7a-e7ab23bbab8f",
  "consumerID": "cds",
  "timestamp": 1666939213430,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:42:39.756Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:42:39.756Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.756Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a1e0001-d448-490f-8c7a-e7ab23bbab8f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666939216050,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-10-28T06:42:39.756Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:42:39.756Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.756Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a1e0001-d448-490f-8c7a-e7ab23bbab8f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666939215531,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:42:39.756Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:42:39.756Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.756Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a1e0001-d448-490f-8c7a-e7ab23bbab8f",
  "consumerID": "cds",
  "timestamp": 1666939213430,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:42:39.756Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:42:39.756Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.756Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a1e0001-d448-490f-8c7a-e7ab23bbab8f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666939216050,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:42:39.756Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:42:39.756Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.756Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a1e0001-d448-490f-8c7a-e7ab23bbab8f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666939220409,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-28T06:42:39.756Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:42:39.756Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.756Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a1e0001-d448-490f-8c7a-e7ab23bbab8f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666939215531,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:42:39.756Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:42:39.756Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.756Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a1e0001-d448-490f-8c7a-e7ab23bbab8f",
  "consumerID": "cds",
  "timestamp": 1666939213430,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-28T06:42:39.756Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:42:39.756Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.756Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a1e0001-d448-490f-8c7a-e7ab23bbab8f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666939216050,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-10-28T06:42:39.756Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:42:39.757Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.757Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a1e0001-d448-490f-8c7a-e7ab23bbab8f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666939221413,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-28T06:42:39.771Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7a1e0001-d448-490f-8c7a-e7ab23bbab8f
2022-10-28T06:42:39.771Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a1e0001-d448-490f-8c7a-e7ab23bbab8f 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-10-28T06:42:39.782Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.782Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a1e0001-d448-490f-8c7a-e7ab23bbab8f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666939215531,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:42:39.782Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:42:39.782Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.782Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a1e0001-d448-490f-8c7a-e7ab23bbab8f",
  "consumerID": "cds",
  "timestamp": 1666939222207,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-28T06:42:39.782Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:42:39.783Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.783Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a1e0001-d448-490f-8c7a-e7ab23bbab8f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666939216050,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:42:39.783Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:42:39.783Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.783Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a1e0001-d448-490f-8c7a-e7ab23bbab8f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666939215531,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:42:39.783Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:42:39.783Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.783Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a1e0001-d448-490f-8c7a-e7ab23bbab8f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666939216050,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:42:39.783Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:42:39.783Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.783Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a1e0001-d448-490f-8c7a-e7ab23bbab8f",
  "consumerID": "cds",
  "timestamp": 1666939223471,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-28T06:42:39.788Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7a1e0001-d448-490f-8c7a-e7ab23bbab8f
2022-10-28T06:42:39.789Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a1e0001-d448-490f-8c7a-e7ab23bbab8f 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-10-28T06:42:39.798Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.798Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a1e0001-d448-490f-8c7a-e7ab23bbab8f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666939215531,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:42:39.798Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:42:39.798Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.798Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a1e0001-d448-490f-8c7a-e7ab23bbab8f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666939216050,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-28T06:42:39.798Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:42:39.798Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.798Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a1e0001-d448-490f-8c7a-e7ab23bbab8f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666939224774,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-28T06:42:39.798Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:42:39.798Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.798Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a1e0001-d448-490f-8c7a-e7ab23bbab8f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666939225841,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-28T06:42:39.798Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:42:39.798Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.798Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a1e0001-d448-490f-8c7a-e7ab23bbab8f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666939226898,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-10-28T06:42:39.798Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:42:39.798Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.798Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a1e0001-d448-490f-8c7a-e7ab23bbab8f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666939227919,
  "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-10-28T06:42:39.805Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7a1e0001-d448-490f-8c7a-e7ab23bbab8f
2022-10-28T06:42:39.805Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a1e0001-d448-490f-8c7a-e7ab23bbab8f 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-10-28T06:42:39.815Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.815Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a1e0001-d448-490f-8c7a-e7ab23bbab8f",
  "consumerID": "aai-ml",
  "timestamp": 1666939227890,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:42:39.816Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:42:39.816Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.816Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a2c17ec-2d24-40f7-a117-18a210f308b9",
  "consumerID": "cds",
  "timestamp": 1666939228430,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:42:39.816Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:42:39.816Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.816Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a1e0001-d448-490f-8c7a-e7ab23bbab8f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666939228923,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-28T06:42:39.816Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:42:39.816Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.816Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a1e0001-d448-490f-8c7a-e7ab23bbab8f",
  "consumerID": "aai-ml",
  "timestamp": 1666939227890,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:42:39.816Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:42:39.816Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.816Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a2c17ec-2d24-40f7-a117-18a210f308b9",
  "consumerID": "cds",
  "timestamp": 1666939228430,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:42:39.816Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:42:39.816Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.816Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a1e0001-d448-490f-8c7a-e7ab23bbab8f",
  "consumerID": "aai-ml",
  "timestamp": 1666939227890,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:42:39.816Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:42:39.816Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.816Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a2c17ec-2d24-40f7-a117-18a210f308b9",
  "consumerID": "cds",
  "timestamp": 1666939228430,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:42:39.816Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:42:39.816Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.816Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a1e0001-d448-490f-8c7a-e7ab23bbab8f",
  "consumerID": "aai-ml",
  "timestamp": 1666939227890,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:42:39.816Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:42:39.817Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.817Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a2c17ec-2d24-40f7-a117-18a210f308b9",
  "consumerID": "cds",
  "timestamp": 1666939228430,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:42:39.817Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:42:39.817Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.817Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a1e0001-d448-490f-8c7a-e7ab23bbab8f",
  "consumerID": "aai-ml",
  "timestamp": 1666939227890,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:42:39.817Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:42:39.817Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.818Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a2c17ec-2d24-40f7-a117-18a210f308b9",
  "consumerID": "cds",
  "timestamp": 1666939228430,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:42:39.818Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:42:39.818Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.818Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a1e0001-d448-490f-8c7a-e7ab23bbab8f",
  "consumerID": "aai-ml",
  "timestamp": 1666939227890,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:42:39.818Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:42:39.818Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.818Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a2c17ec-2d24-40f7-a117-18a210f308b9",
  "consumerID": "cds",
  "timestamp": 1666939228430,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:42:39.818Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:42:39.818Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.818Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a1e0001-d448-490f-8c7a-e7ab23bbab8f",
  "consumerID": "aai-ml",
  "timestamp": 1666939227890,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:42:39.818Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:42:39.818Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.818Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a2c17ec-2d24-40f7-a117-18a210f308b9",
  "consumerID": "cds",
  "timestamp": 1666939228430,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:42:39.818Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:42:39.818Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.818Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a1e0001-d448-490f-8c7a-e7ab23bbab8f",
  "consumerID": "aai-ml",
  "timestamp": 1666939227890,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-28T06:42:39.818Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:42:39.819Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.819Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a2c17ec-2d24-40f7-a117-18a210f308b9",
  "consumerID": "cds",
  "timestamp": 1666939228430,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:42:39.819Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:42:39.819Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.819Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a2c17ec-2d24-40f7-a117-18a210f308b9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666939235531,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:42:39.819Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:42:39.819Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.819Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a1e0001-d448-490f-8c7a-e7ab23bbab8f",
  "consumerID": "aai-ml",
  "timestamp": 1666939236250,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-28T06:42:39.819Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:42:39.819Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.819Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a2c17ec-2d24-40f7-a117-18a210f308b9",
  "consumerID": "cds",
  "timestamp": 1666939228430,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-28T06:42:39.819Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:42:39.819Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.819Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a2c17ec-2d24-40f7-a117-18a210f308b9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666939236050,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:42:39.819Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:42:39.819Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.819Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a2c17ec-2d24-40f7-a117-18a210f308b9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666939235531,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:42:39.819Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:42:39.820Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.820Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a2c17ec-2d24-40f7-a117-18a210f308b9",
  "consumerID": "cds",
  "timestamp": 1666939238416,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-28T06:42:39.820Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:42:39.820Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.820Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a2c17ec-2d24-40f7-a117-18a210f308b9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666939236050,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:42:39.820Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:42:39.820Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.820Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a2c17ec-2d24-40f7-a117-18a210f308b9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666939235531,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:42:39.820Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:42:39.820Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.820Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a2c17ec-2d24-40f7-a117-18a210f308b9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666939236050,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:42:39.820Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:42:39.820Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.820Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a2c17ec-2d24-40f7-a117-18a210f308b9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666939235531,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:42:39.820Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:42:39.820Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:42:39.820Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a2c17ec-2d24-40f7-a117-18a210f308b9",
  "consumerID": "cds",
  "timestamp": 1666939239666,
  "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-10-28T06:42:39.839Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6a2c17ec-2d24-40f7-a117-18a210f308b9
2022-10-28T06:42:39.839Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6a2c17ec-2d24-40f7-a117-18a210f308b9 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-10-28T06:43:04.942Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c298f3f4-5439-4219-93e8-1cd6cbc1b588
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-28T06:43:04.958Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c298f3f4-5439-4219-93e8-1cd6cbc1b588
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-28T06:43:04.962Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-28T06:43:04.963Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-28T06:43:04.963Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-28T06:43:04.963Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-28T06:43:04.964Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-28T06:43:04.964Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-28T06:43:04.964Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-28T06:43:04.964Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-28T06:43:04.964Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-28T06:43:04.964Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-28T06:43:04.971Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-28T06:43:34.972Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c298f3f4-5439-4219-93e8-1cd6cbc1b588 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-10-28T06:43:34.983Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c298f3f4-5439-4219-93e8-1cd6cbc1b588 and serviceModelVersionId: cceb0d6a-96c3-48b0-8404-2d7061ec32e6
2022-10-28T06:43:34.983Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1ae235e4-8296-45d6-a8ac-af527991d1ec
2022-10-28T06:43:34.984Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1ae235e4-8296-45d6-a8ac-af527991d1ec/model-vers/model-ver/cceb0d6a-96c3-48b0-8404-2d7061ec32e6?depth=0
2022-10-28T06:43:34.991Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-10-28T06:43:35.036Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ae235e4-8296-45d6-a8ac-af527991d1ec/model-vers/model-ver/cceb0d6a-96c3-48b0-8404-2d7061ec32e6?depth=0|INFO|500||Invoke
2022-10-28T06:43:35.036Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ae235e4-8296-45d6-a8ac-af527991d1ec/model-vers/model-ver/cceb0d6a-96c3-48b0-8404-2d7061ec32e6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ae235e4-8296-45d6-a8ac-af527991d1ec/model-vers/model-ver/cceb0d6a-96c3-48b0-8404-2d7061ec32e6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c298f3f4-5439-4219-93e8-1cd6cbc1b588], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8ec2de86-5d56-4918-8447-1403de5db59a], X-ECOMP-RequestID=[c298f3f4-5439-4219-93e8-1cd6cbc1b588], X-TransactionId=[], X-ONAP-RequestID=[c298f3f4-5439-4219-93e8-1cd6cbc1b588], Content-Type=[application/merge-patch+json]}
2022-10-28T06:43:35.061Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ae235e4-8296-45d6-a8ac-af527991d1ec/model-vers/model-ver/cceb0d6a-96c3-48b0-8404-2d7061ec32e6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-10-28T06:43:35.158Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ae235e4-8296-45d6-a8ac-af527991d1ec/model-vers/model-ver/cceb0d6a-96c3-48b0-8404-2d7061ec32e6?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/1ae235e4-8296-45d6-a8ac-af527991d1ec/model-vers/model-ver/cceb0d6a-96c3-48b0-8404-2d7061ec32e6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221028-06:43:35:257-159], vertex-id=[229496], Content-Length=[0], Date=[Fri, 28 Oct 2022 06:43:35 GMT], Content-Type=[application/json]}
2022-10-28T06:43:35.159Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ae235e4-8296-45d6-a8ac-af527991d1ec/model-vers/model-ver/cceb0d6a-96c3-48b0-8404-2d7061ec32e6?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-10-28T06:43:35.159Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ae235e4-8296-45d6-a8ac-af527991d1ec/model-vers/model-ver/cceb0d6a-96c3-48b0-8404-2d7061ec32e6?depth=0|INFO|500||InvokeReturn
2022-10-28T06:43:35.163Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-28T06:43:35.163Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-28T06:43:35.176Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-10-28T06:43:35.177Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c298f3f4-5439-4219-93e8-1cd6cbc1b588 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-28T06:43:35.177Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-28T06:43:35.178Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:43:35.180Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:43:35.181Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c298f3f4-5439-4219-93e8-1cd6cbc1b588",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666939415177,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-28T06:43:35.280Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-28T06:43:35.281Z||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-10-28T06:43:35.282Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:43:35.305Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:43:35.306Z||pool-111-thread-1|||||INFO|500||cambria reply ok (25 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-10-28T06:43:36.196Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:43:36.197Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|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-10-28T06:43:36.197Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:43:39.645Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:43:39.646Z||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-10-28T06:43:39.646Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:43:39.676Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:43:39.677Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:43:39.677Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a2c17ec-2d24-40f7-a117-18a210f308b9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666939239306,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:43:39.678Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:43:39.678Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:43:39.678Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a2c17ec-2d24-40f7-a117-18a210f308b9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666939236050,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:43:39.679Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:43:39.679Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:43:39.679Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a2c17ec-2d24-40f7-a117-18a210f308b9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666939235531,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:43:39.679Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:43:39.679Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:43:39.679Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a2c17ec-2d24-40f7-a117-18a210f308b9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666939239306,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:43:39.679Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:43:39.679Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:43:39.679Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a2c17ec-2d24-40f7-a117-18a210f308b9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666939236050,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:43:39.679Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:43:39.679Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:43:39.679Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a2c17ec-2d24-40f7-a117-18a210f308b9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666939235531,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:43:39.680Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:43:39.680Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:43:39.680Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a2c17ec-2d24-40f7-a117-18a210f308b9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666939239306,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:43:39.680Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:43:39.680Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:43:39.680Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a2c17ec-2d24-40f7-a117-18a210f308b9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666939236050,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:43:39.680Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:43:39.680Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:43:39.680Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a2c17ec-2d24-40f7-a117-18a210f308b9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666939235531,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-10-28T06:43:39.680Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:43:39.680Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:43:39.680Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a2c17ec-2d24-40f7-a117-18a210f308b9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666939239306,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:43:39.680Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:43:39.680Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:43:39.680Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a2c17ec-2d24-40f7-a117-18a210f308b9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666939236050,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:43:39.680Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:43:39.680Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:43:39.680Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a2c17ec-2d24-40f7-a117-18a210f308b9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666939235531,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:43:39.680Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:43:39.680Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:43:39.680Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a2c17ec-2d24-40f7-a117-18a210f308b9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666939239306,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:43:39.680Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:43:39.680Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:43:39.680Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a1e0001-d448-490f-8c7a-e7ab23bbab8f",
  "consumerID": "aai-ml",
  "timestamp": 1666939243699,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-28T06:43:39.681Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:43:39.681Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:43:39.681Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a2c17ec-2d24-40f7-a117-18a210f308b9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666939236050,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:43:39.681Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:43:39.681Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:43:39.681Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a2c17ec-2d24-40f7-a117-18a210f308b9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666939235531,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:43:39.681Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:43:39.681Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:43:39.681Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a2c17ec-2d24-40f7-a117-18a210f308b9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666939239306,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:43:39.681Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:43:39.681Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:43:39.681Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a1e0001-d448-490f-8c7a-e7ab23bbab8f",
  "consumerID": "aai-ml",
  "timestamp": 1666939244704,
  "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-10-28T06:43:39.693Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7a1e0001-d448-490f-8c7a-e7ab23bbab8f
2022-10-28T06:43:39.694Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a1e0001-d448-490f-8c7a-e7ab23bbab8f 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-10-28T06:43:39.707Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:43:39.707Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a2c17ec-2d24-40f7-a117-18a210f308b9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666939236050,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-28T06:43:39.708Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:43:39.708Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:43:39.708Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a2c17ec-2d24-40f7-a117-18a210f308b9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666939245310,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-28T06:43:39.708Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:43:39.708Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:43:39.708Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a2c17ec-2d24-40f7-a117-18a210f308b9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666939239306,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:43:39.708Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:43:39.708Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:43:39.708Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a2c17ec-2d24-40f7-a117-18a210f308b9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666939246346,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-10-28T06:43:39.708Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:43:39.708Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:43:39.708Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a2c17ec-2d24-40f7-a117-18a210f308b9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666939239306,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:43:39.708Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:43:39.708Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:43:39.709Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a2c17ec-2d24-40f7-a117-18a210f308b9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666939247351,
  "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-10-28T06:43:39.715Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 6a2c17ec-2d24-40f7-a117-18a210f308b9
2022-10-28T06:43:39.715Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6a2c17ec-2d24-40f7-a117-18a210f308b9 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-10-28T06:43:39.728Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:43:39.728Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a2c17ec-2d24-40f7-a117-18a210f308b9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666939239306,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-28T06:43:39.729Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:43:39.729Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:43:39.729Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a2c17ec-2d24-40f7-a117-18a210f308b9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666939249087,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-28T06:43:39.729Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:43:39.729Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:43:39.729Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a2c17ec-2d24-40f7-a117-18a210f308b9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666939251022,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-28T06:43:39.729Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:43:39.730Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:43:39.730Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a2c17ec-2d24-40f7-a117-18a210f308b9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666939252027,
  "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-10-28T06:43:39.740Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6a2c17ec-2d24-40f7-a117-18a210f308b9
2022-10-28T06:43:39.741Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6a2c17ec-2d24-40f7-a117-18a210f308b9 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-10-28T06:43:39.752Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:43:39.752Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a2c17ec-2d24-40f7-a117-18a210f308b9",
  "consumerID": "aai-ml",
  "timestamp": 1666939257890,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:43:39.752Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:43:39.753Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:43:39.753Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a2c17ec-2d24-40f7-a117-18a210f308b9",
  "consumerID": "aai-ml",
  "timestamp": 1666939257890,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:43:39.753Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:43:39.753Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:43:39.753Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a2c17ec-2d24-40f7-a117-18a210f308b9",
  "consumerID": "aai-ml",
  "timestamp": 1666939257890,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:43:39.753Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:43:39.753Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:43:39.753Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a2c17ec-2d24-40f7-a117-18a210f308b9",
  "consumerID": "aai-ml",
  "timestamp": 1666939257890,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:43:39.753Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:43:39.753Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:43:39.753Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a2c17ec-2d24-40f7-a117-18a210f308b9",
  "consumerID": "aai-ml",
  "timestamp": 1666939257890,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:43:39.753Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:43:39.753Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:43:39.753Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a2c17ec-2d24-40f7-a117-18a210f308b9",
  "consumerID": "aai-ml",
  "timestamp": 1666939257890,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:43:39.753Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:43:39.753Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:43:39.753Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a2c17ec-2d24-40f7-a117-18a210f308b9",
  "consumerID": "aai-ml",
  "timestamp": 1666939257890,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:43:39.754Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:43:39.754Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:43:39.754Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a2c17ec-2d24-40f7-a117-18a210f308b9",
  "consumerID": "aai-ml",
  "timestamp": 1666939257890,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:43:39.754Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:43:39.754Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:43:39.754Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a2c17ec-2d24-40f7-a117-18a210f308b9",
  "consumerID": "aai-ml",
  "timestamp": 1666939257890,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-28T06:43:39.754Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:43:39.754Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:43:39.754Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a2c17ec-2d24-40f7-a117-18a210f308b9",
  "consumerID": "aai-ml",
  "timestamp": 1666939267575,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-28T06:43:39.754Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:43:39.754Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:43:39.754Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a2c17ec-2d24-40f7-a117-18a210f308b9",
  "consumerID": "aai-ml",
  "timestamp": 1666939273280,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-28T06:43:39.754Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:43:39.754Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:43:39.754Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a2c17ec-2d24-40f7-a117-18a210f308b9",
  "consumerID": "aai-ml",
  "timestamp": 1666939274284,
  "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-10-28T06:43:39.759Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6a2c17ec-2d24-40f7-a117-18a210f308b9
2022-10-28T06:43:39.759Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6a2c17ec-2d24-40f7-a117-18a210f308b9 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-10-28T06:43:40.614Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:43:40.616Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-28T06:43:40.616Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"7a1e0001-d448-490f-8c7a-e7ab23bbab8f","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"ce60f4e9-efd8-44cd-ac86-4b4460f0d008","serviceDescription":"service","serviceInvariantUUID":"f73323c9-f33c-4831-bc21-998af16f03af","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2d096d8e-db92-4432-b772-44dc7991ae86","resourceInvariantUUID":"67ec96dc-6c97-4628-b276-77e2b7d15561","resourceCustomizationUUID":"55775202-849d-4970-8f49-f97b73aa8d86","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":"ZjU5NjFhNzA4MzU3ZGZlNmJhYmRhNzYyZTQ4MzA4MWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6f51f50e-2ca3-44f5-9fec-18bd6fa255c3","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":"NzQ4ZWFmNjUyYzYzYjYyYzFmZDM0OWM2MGM3NjY0YWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"19e72f74-78ec-4c1f-b6b8-216db5fa14f2","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":"8044ab57-30a6-4564-8099-e6f92e358852","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":"cdb9090f-11a9-472a-8b25-f4f1e4386792","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":"2672924c-1939-403a-85a6-a0e710cde49f","artifactVersion":"2","generatedFromUUID":"8044ab57-30a6-4564-8099-e6f92e358852"},{"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":"Mzk5MzJjNzgwZTg0ODhkYjgyMmRlM2I5ZmYzMWNiYzc\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"e67545bf-6449-44d5-8f39-46a1a9dfb6e5","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":"MTg2ZTc4OTU2NDFjZWFlNTc4YmIxYzlkZTBlNGExOWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d5b352d3-363c-4be5-b2c1-03c83f00be53","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ZGU5MjZkMjFkOWQ1MmY1OTYxMWZiNDJkODMwNjdlNGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"06af8572-4b54-4827-abc9-13a3eebc6d3a","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-28T06:43:40.617Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-28T06:43:40.617Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:43:40.619Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:43:40.620Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "7a1e0001-d448-490f-8c7a-e7ab23bbab8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666939416196,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:43:40.725Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-10-28T06:43:40.726Z||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-10-28T06:43:40.726Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:43:40.748Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:43:40.749Z||pool-112-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-10-28T06:43:41.620Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-28T06:43:41.621Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:43:41.623Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:43:41.623Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "7a1e0001-d448-490f-8c7a-e7ab23bbab8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666939416196,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-10-28T06:43:41.723Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T06:43:41.725Z||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-10-28T06:43:41.725Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:43:41.739Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:43:41.740Z||pool-113-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-28T06:43:42.624Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-28T06:43:42.624Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:43:42.626Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:43:42.626Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "7a1e0001-d448-490f-8c7a-e7ab23bbab8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666939416196,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-10-28T06:43:42.726Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T06:43:42.727Z||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-10-28T06:43:42.727Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:43:42.739Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:43:42.740Z||pool-114-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-28T06:43:43.627Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-28T06:43:43.627Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:43:43.630Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:43:43.630Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "7a1e0001-d448-490f-8c7a-e7ab23bbab8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666939416196,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:43:43.729Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-28T06:43:43.730Z||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-10-28T06:43:43.730Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:43:43.743Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:43:43.744Z||pool-115-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-28T06:43:44.631Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-28T06:43:44.632Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:43:44.634Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:43:44.634Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "7a1e0001-d448-490f-8c7a-e7ab23bbab8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666939416196,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-10-28T06:43:44.733Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-28T06:43:44.735Z||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-10-28T06:43:44.735Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:43:44.746Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:43:44.746Z||pool-116-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-10-28T06:43:45.634Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-28T06:43:45.635Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:43:45.637Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:43:45.637Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "7a1e0001-d448-490f-8c7a-e7ab23bbab8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666939416196,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:43:45.737Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T06:43:45.738Z||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-10-28T06:43:45.738Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:43:45.748Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:43:45.749Z||pool-117-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-10-28T06:43:46.638Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-28T06:43:46.639Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:43:46.642Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:43:46.642Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "7a1e0001-d448-490f-8c7a-e7ab23bbab8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666939416196,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:43:46.742Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T06:43:46.743Z||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-10-28T06:43:46.743Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:43:46.755Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:43:46.756Z||pool-118-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-28T06:43:47.643Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-28T06:43:47.643Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:43:47.646Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:43:47.646Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "7a1e0001-d448-490f-8c7a-e7ab23bbab8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666939416196,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-28T06:43:47.746Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T06:43:47.746Z||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-10-28T06:43:47.747Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:43:47.758Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:43:47.758Z||pool-119-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-28T06:43:48.647Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "7a1e0001-d448-490f-8c7a-e7ab23bbab8f",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "ce60f4e9-efd8-44cd-ac86-4b4460f0d008",
  "serviceDescription": "service",
  "serviceInvariantUUID": "f73323c9-f33c-4831-bc21-998af16f03af",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "55775202-849d-4970-8f49-f97b73aa8d86",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "2d096d8e-db92-4432-b772-44dc7991ae86",
      "resourceInvariantUUID": "67ec96dc-6c97-4628-b276-77e2b7d15561",
      "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": "NzQ4ZWFmNjUyYzYzYjYyYzFmZDM0OWM2MGM3NjY0YWI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "19e72f74-78ec-4c1f-b6b8-216db5fa14f2",
          "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": "8044ab57-30a6-4564-8099-e6f92e358852",
          "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": "2672924c-1939-403a-85a6-a0e710cde49f",
            "generatedFromUUID": "8044ab57-30a6-4564-8099-e6f92e358852"
          },
          "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": "2672924c-1939-403a-85a6-a0e710cde49f",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "ZGU5MjZkMjFkOWQ1MmY1OTYxMWZiNDJkODMwNjdlNGM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "06af8572-4b54-4827-abc9-13a3eebc6d3a"
    }
  ],
  "workloadContext": "Production"
}
2022-10-28T06:43:48.648Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-28T06:43:48.648Z|c298f3f4-5439-4219-93e8-1cd6cbc1b588|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ce60f4e9-efd8-44cd-ac86-4b4460f0d008 ASDC
2022-10-28T06:43:48.648Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:7a1e0001-d448-490f-8c7a-e7ab23bbab8f
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:ce60f4e9-efd8-44cd-ac86-4b4460f0d008
ServiceInvariantUUID:f73323c9-f33c-4831-bc21-998af16f03af
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:06af8572-4b54-4827-abc9-13a3eebc6d3a
ArtifactChecksum:ZGU5MjZkMjFkOWQ1MmY1OTYxMWZiNDJkODMwNjdlNGM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:55775202-849d-4970-8f49-f97b73aa8d86
ResourceInvariantUUID:67ec96dc-6c97-4628-b276-77e2b7d15561
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:2d096d8e-db92-4432-b772-44dc7991ae86
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:19e72f74-78ec-4c1f-b6b8-216db5fa14f2
ArtifactChecksum:NzQ4ZWFmNjUyYzYzYjYyYzFmZDM0OWM2MGM3NjY0YWI=
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:8044ab57-30a6-4564-8099-e6f92e358852
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:2672924c-1939-403a-85a6-a0e710cde49f
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:2672924c-1939-403a-85a6-a0e710cde49f
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-10-28T06:43:48.649Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ce60f4e9-efd8-44cd-ac86-4b4460f0d008 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-10-28T06:43:48.694Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-28T06:43:48.695Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-10-28T06:43:48.695Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-10-28T06:43:48.695Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 06af8572-4b54-4827-abc9-13a3eebc6d3a from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-10-28T06:43:48.695Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-10-28T06:43:48.695Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-10-28T06:43:48.937Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-10-28T06:43:48.940Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 06af8572-4b54-4827-abc9-13a3eebc6d3a 82619
2022-10-28T06:43:48.941Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-10-28T06:43:48.941Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-10-28T06:43:48.941Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-28T06:43:48.941Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:43:48.943Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:43:48.943Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "7a1e0001-d448-490f-8c7a-e7ab23bbab8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666939428941,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-28T06:43:49.043Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T06:43:49.044Z||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-10-28T06:43:49.044Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:43:49.058Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:43:49.058Z||pool-120-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-28T06:43:49.943Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-28T06:43:49.945Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-10-28T06:43:49.945Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 06af8572-4b54-4827-abc9-13a3eebc6d3a, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-10-28T06:43:49.945Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-10-28T06:43:49.946Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-10-28T06:43:49.946Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-10-28T06:43:50.046Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5598080060761614247/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-10-28T06:43:51.061Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-28T06:43:51.062Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-10-28T06:43:51.062Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-10-28T06:43:51.062Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-10-28T06:43:51.062Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-10-28T06:43:51.062Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-10-28T06:43:51.062Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-10-28T06:43:51.062Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-10-28T06:43:51.062Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-10-28T06:43:51.062Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-10-28T06:43:51.062Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-10-28T06:43:51.062Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-10-28T06:43:51.062Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:43:51.062Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:43:51.063Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-28T06:43:51.063Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-10-28T06:43:51.063Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-28T06:43:51.063Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:43:51.063Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:43:51.063Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-28T06:43:51.063Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-10-28T06:43:51.063Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-28T06:43:51.064Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:43:51.064Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:43:51.064Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:43:51.064Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-10-28T06:43:51.064Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-10-28T06:43:51.064Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-10-28T06:43:51.064Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-10-28T06:43:51.064Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-10-28T06:43:51.064Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-28T06:43:51.065Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:43:51.065Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-28T06:43:51.065Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:43:51.065Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-28T06:43:51.065Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-28T06:43:51.065Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:43:51.065Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-28T06:43:51.065Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-28T06:43:51.065Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:43:51.065Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-28T06:43:51.065Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-28T06:43:51.065Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:43:51.066Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-10-28T06:43:51.066Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-10-28T06:43:51.066Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-10-28T06:43:51.066Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=d8d35309-50cb-4fd6-8436-ebc74df3444d
2022-10-28T06:43:51.066Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:43:51.066Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:43:51.066Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:43:51.066Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:43:51.066Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:43:51.066Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:43:51.066Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:43:51.066Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:43:51.066Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:ce60f4e9-efd8-44cd-ac86-4b4460f0d008
Model Version:NULL
Model InvariantUuid:f73323c9-f33c-4831-bc21-998af16f03af
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:a4de3b37-d327-4cb8-b613-33fc0692dc6a
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:67ec96dc-6c97-4628-b276-77e2b7d15561
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:55775202-849d-4970-8f49-f97b73aa8d86
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:00688f9f-fe74-4dca-a26f-8d76559cc9fe
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:989fd97a-cd70-4e71-ac38-0a84998bfe4b
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:d8d35309-50cb-4fd6-8436-ebc74df3444d
ModelInvariantUuid:3c26eda6-859d-46aa-aa1c-5139c3317666
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:f1047459-09ed-48b7-9d44-f3f4548a223b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:9655026b-cb27-464f-9d58-53a0d00797db
ModelInvariantUuid:d2080071-a79e-4e15-9125-0d5a6f0f3dd6
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:0d2b8b2b-8575-4640-a578-baf2172006ab
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-10-28T06:43:51.076Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 2d096d8e-db92-4432-b772-44dc7991ae86
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-10-28T06:43:51.080Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||INFO|500||basic_vm_macro 0
2022-10-28T06:43:51.080Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2d096d8e-db92-4432-b772-44dc7991ae86
2022-10-28T06:43:51.080Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 19e72f74-78ec-4c1f-b6b8-216db5fa14f2 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-10-28T06:43:51.080Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-10-28T06:43:51.080Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-10-28T06:43:51.139Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-10-28T06:43:51.139Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 19e72f74-78ec-4c1f-b6b8-216db5fa14f2 792
2022-10-28T06:43:51.140Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-10-28T06:43:51.140Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-10-28T06:43:51.140Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-28T06:43:51.140Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:43:51.142Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:43:51.143Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "7a1e0001-d448-490f-8c7a-e7ab23bbab8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666939431140,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-28T06:43:51.242Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-28T06:43:51.243Z||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-10-28T06:43:51.243Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:43:51.254Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:43:51.254Z||pool-121-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-10-28T06:43:52.143Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "00688f9f-fe74-4dca-a26f-8d76559cc9fe",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "989fd97a-cd70-4e71-ac38-0a84998bfe4b",
    "vfModuleModelCustomizationUUID": "83889fcc-6d91-43e3-a3c1-7a43193d06b0",
    "isBase": true,
    "artifacts": [
      "8044ab57-30a6-4564-8099-e6f92e358852",
      "2672924c-1939-403a-85a6-a0e710cde49f"
    ],
    "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-10-28T06:43:52.147Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:989fd97a-cd70-4e71-ac38-0a84998bfe4b
VfModuleModelInvariantUUID:00688f9f-fe74-4dca-a26f-8d76559cc9fe
VfModuleModelDescription:NULL
Artifacts UUID List:{
8044ab57-30a6-4564-8099-e6f92e358852
,
2672924c-1939-403a-85a6-a0e710cde49f

}
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-10-28T06:43:52.148Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "00688f9f-fe74-4dca-a26f-8d76559cc9fe",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "989fd97a-cd70-4e71-ac38-0a84998bfe4b",
    "vfModuleModelCustomizationUUID": "83889fcc-6d91-43e3-a3c1-7a43193d06b0",
    "isBase": true,
    "artifacts": [
      "8044ab57-30a6-4564-8099-e6f92e358852",
      "2672924c-1939-403a-85a6-a0e710cde49f"
    ],
    "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-10-28T06:43:52.148Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:989fd97a-cd70-4e71-ac38-0a84998bfe4b
VfModuleModelInvariantUUID:00688f9f-fe74-4dca-a26f-8d76559cc9fe
VfModuleModelDescription:NULL
Artifacts UUID List:{
8044ab57-30a6-4564-8099-e6f92e358852
,
2672924c-1939-403a-85a6-a0e710cde49f

}
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-10-28T06:43:52.148Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 8044ab57-30a6-4564-8099-e6f92e358852 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-10-28T06:43:52.148Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-10-28T06:43:52.149Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-10-28T06:43:52.230Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-10-28T06:43:52.231Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 8044ab57-30a6-4564-8099-e6f92e358852 5033
2022-10-28T06:43:52.231Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-10-28T06:43:52.231Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-10-28T06:43:52.231Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-28T06:43:52.231Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:43:52.233Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:43:52.233Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "7a1e0001-d448-490f-8c7a-e7ab23bbab8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666939432231,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-28T06:43:52.333Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T06:43:52.334Z||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-10-28T06:43:52.334Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:43:52.349Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:43:52.349Z||pool-122-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-28T06:43:53.234Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 2672924c-1939-403a-85a6-a0e710cde49f from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-10-28T06:43:53.234Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-10-28T06:43:53.235Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-10-28T06:43:53.305Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-10-28T06:43:53.306Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2672924c-1939-403a-85a6-a0e710cde49f 903
2022-10-28T06:43:53.306Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-10-28T06:43:53.306Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-10-28T06:43:53.306Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-28T06:43:53.306Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:43:53.308Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:43:53.308Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "7a1e0001-d448-490f-8c7a-e7ab23bbab8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666939433306,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-10-28T06:43:53.408Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-28T06:43:53.409Z||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-10-28T06:43:53.409Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:43:53.421Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:43:53.421Z||pool-123-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-10-28T06:43:54.309Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: ce60f4e9-efd8-44cd-ac86-4b4460f0d008
2022-10-28T06:43:54.309Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 2d096d8e-db92-4432-b772-44dc7991ae86 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-10-28T06:43:54.323Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6311bebb, org.onap.sdc.toscaparser.api.parameters.Input@2626c291, org.onap.sdc.toscaparser.api.parameters.Input@478c45d1, org.onap.sdc.toscaparser.api.parameters.Input@6fd67bf4, org.onap.sdc.toscaparser.api.parameters.Input@1dce4d3]
2022-10-28T06:43:54.325Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:43:54.325Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:43:54.326Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2022-10-28T06:43:54.326Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 55775202-849d-4970-8f49-f97b73aa8d86
2022-10-28T06:43:54.326Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 55775202-849d-4970-8f49-f97b73aa8d86 matches Tosca VF Customization UUID: 55775202-849d-4970-8f49-f97b73aa8d86
2022-10-28T06:43:54.326Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 55775202-849d-4970-8f49-f97b73aa8d86  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-10-28T06:43:54.328Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:43:54.329Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:43:54.329Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 55775202-849d-4970-8f49-f97b73aa8d86: {\"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-10-28T06:43:54.329Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@682c35a0
2022-10-28T06:43:54.329Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:43:54.330Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-28T06:43:54.330Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 83889fcc-6d91-43e3-a3c1-7a43193d06b0
2022-10-28T06:43:54.330Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 83889fcc-6d91-43e3-a3c1-7a43193d06b0
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-10-28T06:43:54.332Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:43:54.333Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-28T06:43:54.333Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-28T06:43:54.333Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:43:54.333Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-28T06:43:54.333Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-28T06:43:54.333Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:43:54.333Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-10-28T06:43:54.333Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-10-28T06:43:54.334Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-10-28T06:43:54.334Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=d8d35309-50cb-4fd6-8436-ebc74df3444d
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-10-28T06:43:54.336Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:43:54.337Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-28T06:43:54.337Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-28T06:43:54.337Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:43:54.337Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-28T06:43:54.337Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=55775202-849d-4970-8f49-f97b73aa8d86
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-10-28T06:43:54.339Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:43:54.339Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:43:54.339Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid ce60f4e9-efd8-44cd-ac86-4b4460f0d008: basic_vm_macro
2022-10-28T06:43:54.340Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:43:54.340Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:43:54.340Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:43:54.340Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:43:54.340Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:43:54.340Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:43:54.340Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:43:54.340Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:43:54.340Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:43:54.340Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:43:54.340Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-28T06:43:54.425Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 2d096d8e-db92-4432-b772-44dc7991ae86 1 ASDC deployResourceStructure
2022-10-28T06:43:54.427Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-10-28T06:43:54.427Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-10-28T06:43:54.428Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-28T06:43:54.428Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:43:54.430Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:43:54.430Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "7a1e0001-d448-490f-8c7a-e7ab23bbab8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666939434427,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-28T06:43:54.530Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-28T06:43:54.530Z||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-10-28T06:43:54.531Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:43:54.541Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:43:54.542Z||pool-124-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-28T06:43:55.430Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-10-28T06:43:55.431Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-10-28T06:43:55.431Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-28T06:43:55.431Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:43:55.433Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:43:55.433Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "7a1e0001-d448-490f-8c7a-e7ab23bbab8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666939435430,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-10-28T06:43:55.533Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T06:43:55.534Z||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-10-28T06:43:55.534Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:43:55.545Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:43:55.545Z||pool-125-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-28T06:43:56.434Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-10-28T06:43:56.434Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-10-28T06:43:56.434Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-28T06:43:56.434Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:43:56.437Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:43:56.437Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "7a1e0001-d448-490f-8c7a-e7ab23bbab8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666939436434,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-10-28T06:43:56.536Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-28T06:43:56.537Z||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-10-28T06:43:56.537Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:43:56.547Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:43:56.547Z||pool-126-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-10-28T06:43:57.438Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-10-28T06:43:57.438Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-10-28T06:43:57.438Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-28T06:43:57.438Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:43:57.442Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:43:57.442Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "7a1e0001-d448-490f-8c7a-e7ab23bbab8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666939437437,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-28T06:43:57.543Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-28T06:43:57.544Z||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-10-28T06:43:57.544Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:43:57.560Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:43:57.561Z||pool-127-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-28T06:43:58.443Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7a1e0001-d448-490f-8c7a-e7ab23bbab8f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-28T06:43:58.455Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7a1e0001-d448-490f-8c7a-e7ab23bbab8f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-28T06:43:58.458Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-28T06:43:58.458Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-28T06:43:58.459Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-28T06:43:58.459Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-28T06:43:58.459Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-28T06:43:58.459Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-28T06:43:58.459Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-28T06:43:58.459Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-28T06:43:58.459Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-28T06:43:58.459Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-28T06:43:58.464Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-28T06:44:28.465Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7a1e0001-d448-490f-8c7a-e7ab23bbab8f 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-10-28T06:44:28.475Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7a1e0001-d448-490f-8c7a-e7ab23bbab8f and serviceModelVersionId: ce60f4e9-efd8-44cd-ac86-4b4460f0d008
2022-10-28T06:44:28.475Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f73323c9-f33c-4831-bc21-998af16f03af
2022-10-28T06:44:28.476Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f73323c9-f33c-4831-bc21-998af16f03af/model-vers/model-ver/ce60f4e9-efd8-44cd-ac86-4b4460f0d008?depth=0
2022-10-28T06:44:28.482Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-10-28T06:44:28.511Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f73323c9-f33c-4831-bc21-998af16f03af/model-vers/model-ver/ce60f4e9-efd8-44cd-ac86-4b4460f0d008?depth=0|INFO|500||Invoke
2022-10-28T06:44:28.512Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f73323c9-f33c-4831-bc21-998af16f03af/model-vers/model-ver/ce60f4e9-efd8-44cd-ac86-4b4460f0d008?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f73323c9-f33c-4831-bc21-998af16f03af/model-vers/model-ver/ce60f4e9-efd8-44cd-ac86-4b4460f0d008?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7a1e0001-d448-490f-8c7a-e7ab23bbab8f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2a51ee60-53c0-4bc8-9ea8-77b773904377], X-ECOMP-RequestID=[7a1e0001-d448-490f-8c7a-e7ab23bbab8f], X-TransactionId=[], X-ONAP-RequestID=[7a1e0001-d448-490f-8c7a-e7ab23bbab8f], Content-Type=[application/merge-patch+json]}
2022-10-28T06:44:28.534Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f73323c9-f33c-4831-bc21-998af16f03af/model-vers/model-ver/ce60f4e9-efd8-44cd-ac86-4b4460f0d008?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-10-28T06:44:28.637Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f73323c9-f33c-4831-bc21-998af16f03af/model-vers/model-ver/ce60f4e9-efd8-44cd-ac86-4b4460f0d008?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/f73323c9-f33c-4831-bc21-998af16f03af/model-vers/model-ver/ce60f4e9-efd8-44cd-ac86-4b4460f0d008?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221028-06:44:28:734-62882], vertex-id=[311536], Content-Length=[0], Date=[Fri, 28 Oct 2022 06:44:28 GMT], Content-Type=[application/json]}
2022-10-28T06:44:28.638Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f73323c9-f33c-4831-bc21-998af16f03af/model-vers/model-ver/ce60f4e9-efd8-44cd-ac86-4b4460f0d008?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-10-28T06:44:28.638Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f73323c9-f33c-4831-bc21-998af16f03af/model-vers/model-ver/ce60f4e9-efd8-44cd-ac86-4b4460f0d008?depth=0|INFO|500||InvokeReturn
2022-10-28T06:44:28.641Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-28T06:44:28.642Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-28T06:44:28.649Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-10-28T06:44:28.649Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7a1e0001-d448-490f-8c7a-e7ab23bbab8f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-28T06:44:28.650Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-28T06:44:28.650Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:44:28.652Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:44:28.652Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "7a1e0001-d448-490f-8c7a-e7ab23bbab8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666939468649,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-28T06:44:28.752Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-28T06:44:28.753Z||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-10-28T06:44:28.753Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:44:28.768Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:44:28.769Z||pool-128-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-28T06:44:29.666Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-28T06:44:29.667Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"6a2c17ec-2d24-40f7-a117-18a210f308b9","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"4b12d8e4-b566-4aa5-89f4-1e5508b9ed5b","serviceDescription":"service","serviceInvariantUUID":"82845bed-0e7c-4838-b039-a4f0e4df423c","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"7ecfcd45-8bec-4c54-a771-bf8b3568f1c2","resourceInvariantUUID":"e60ae563-bfa0-44e4-acf6-c5edf0aa2eae","resourceCustomizationUUID":"a96c1480-6da0-42ab-bec0-f41df8053c06","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":"YmMzNGUxYWUzMjRhM2JhYzIxNTZhN2YwZTY4MjYzYTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"049312d3-2493-4266-81de-6418be6fa2e3","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":"93e616f1-1638-44bc-a5d9-c44401eca375","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":"f04f4cdf-f2bf-45fd-ae9f-440901a006a6","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":"NjE2MWQxOTkxZDBlMzA1ZmMwYWJlM2U4YzIwZDgzMjg\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"03e23df9-437c-45ab-bfc4-4629565a071e","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":"4e48ed75-08b5-4554-9b81-e7b189eaf541","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":"ea4ae571-b3be-4b3a-b54b-e83cbdfe12ee","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":"3ea44c8b-d6b4-4962-aa98-37a6a4a29d40","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":"MmY0NGJhMjRhZmU3MjM0NjAyOTFiOWEwZjRjZjQ0NDA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d087730c-8ae1-4649-af4b-5c8404906f09","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"YTAyMzU4MjFiNzI0OWFhYmYzYmE0MjI5Yjk3MTdmZTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e27d3810-655b-4d16-8164-07468e85f23d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-28T06:44:29.667Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-28T06:44:29.668Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:44:29.669Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:44:29.669Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6a2c17ec-2d24-40f7-a117-18a210f308b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666939416196,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:44:29.769Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T06:44:29.770Z||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-10-28T06:44:29.770Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:44:29.781Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:44:29.782Z||pool-129-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-28T06:44:30.670Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-28T06:44:30.671Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:44:30.673Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:44:30.673Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6a2c17ec-2d24-40f7-a117-18a210f308b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666939416196,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:44:30.773Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T06:44:30.774Z||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-10-28T06:44:30.774Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:44:30.789Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:44:30.789Z||pool-130-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-10-28T06:44:31.674Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-28T06:44:31.674Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:44:31.684Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:44:31.684Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6a2c17ec-2d24-40f7-a117-18a210f308b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666939416196,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:44:31.776Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-10-28T06:44:31.777Z||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-10-28T06:44:31.778Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:44:31.791Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:44:31.792Z||pool-131-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-28T06:44:32.685Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-28T06:44:32.685Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:44:32.687Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:44:32.687Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6a2c17ec-2d24-40f7-a117-18a210f308b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666939416196,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:44:32.787Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T06:44:32.788Z||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-10-28T06:44:32.788Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:44:32.797Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:44:32.798Z||pool-132-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-10-28T06:44:33.688Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-28T06:44:33.688Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:44:33.690Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:44:33.690Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6a2c17ec-2d24-40f7-a117-18a210f308b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666939416196,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:44:33.790Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T06:44:33.791Z||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-10-28T06:44:33.792Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:44:33.804Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:44:33.805Z||pool-133-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-10-28T06:44:34.692Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-28T06:44:34.693Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:44:34.695Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:44:34.695Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6a2c17ec-2d24-40f7-a117-18a210f308b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666939416196,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:44:34.795Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T06:44:34.796Z||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-10-28T06:44:34.796Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:44:34.807Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:44:34.808Z||pool-134-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-28T06:44:35.696Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-28T06:44:35.697Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:44:35.699Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:44:35.699Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6a2c17ec-2d24-40f7-a117-18a210f308b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666939416196,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:44:35.799Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T06:44:35.800Z||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-10-28T06:44:35.800Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:44:35.812Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:44:35.812Z||pool-135-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-28T06:44:36.700Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-28T06:44:36.700Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:44:36.702Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:44:36.703Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6a2c17ec-2d24-40f7-a117-18a210f308b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666939416196,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:44:36.802Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-28T06:44:36.803Z||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-10-28T06:44:36.803Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:44:36.816Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:44:36.817Z||pool-136-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-28T06:44:37.703Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-28T06:44:37.704Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:44:37.706Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:44:37.706Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6a2c17ec-2d24-40f7-a117-18a210f308b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666939416196,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-28T06:44:37.807Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-28T06:44:37.808Z||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-10-28T06:44:37.808Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:44:37.888Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:44:37.889Z||pool-137-thread-1|||||INFO|500||cambria reply ok (82 ms):{"serverTimeMs":1,"count":1}
2022-10-28T06:44:38.707Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "6a2c17ec-2d24-40f7-a117-18a210f308b9",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "4b12d8e4-b566-4aa5-89f4-1e5508b9ed5b",
  "serviceDescription": "service",
  "serviceInvariantUUID": "82845bed-0e7c-4838-b039-a4f0e4df423c",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "a96c1480-6da0-42ab-bec0-f41df8053c06",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "7ecfcd45-8bec-4c54-a771-bf8b3568f1c2",
      "resourceInvariantUUID": "e60ae563-bfa0-44e4-acf6-c5edf0aa2eae",
      "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": "YTAyMzU4MjFiNzI0OWFhYmYzYmE0MjI5Yjk3MTdmZTc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e27d3810-655b-4d16-8164-07468e85f23d"
    }
  ],
  "workloadContext": "Production"
}
2022-10-28T06:44:38.708Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-28T06:44:38.708Z|7a1e0001-d448-490f-8c7a-e7ab23bbab8f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 4b12d8e4-b566-4aa5-89f4-1e5508b9ed5b ASDC
2022-10-28T06:44:38.708Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:6a2c17ec-2d24-40f7-a117-18a210f308b9
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:4b12d8e4-b566-4aa5-89f4-1e5508b9ed5b
ServiceInvariantUUID:82845bed-0e7c-4838-b039-a4f0e4df423c
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:e27d3810-655b-4d16-8164-07468e85f23d
ArtifactChecksum:YTAyMzU4MjFiNzI0OWFhYmYzYmE0MjI5Yjk3MTdmZTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:a96c1480-6da0-42ab-bec0-f41df8053c06
ResourceInvariantUUID:e60ae563-bfa0-44e4-acf6-c5edf0aa2eae
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:7ecfcd45-8bec-4c54-a771-bf8b3568f1c2
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-10-28T06:44:38.709Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4b12d8e4-b566-4aa5-89f4-1e5508b9ed5b 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-10-28T06:44:38.758Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-28T06:44:38.759Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-10-28T06:44:38.759Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-10-28T06:44:38.759Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: e27d3810-655b-4d16-8164-07468e85f23d from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-10-28T06:44:38.760Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-10-28T06:44:38.760Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-10-28T06:44:38.938Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-10-28T06:44:38.942Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar e27d3810-655b-4d16-8164-07468e85f23d 110860
2022-10-28T06:44:38.942Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-10-28T06:44:38.942Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-10-28T06:44:38.943Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-28T06:44:38.943Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:44:38.944Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:44:38.945Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6a2c17ec-2d24-40f7-a117-18a210f308b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666939478942,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-28T06:44:39.044Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-28T06:44:39.045Z||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-10-28T06:44:39.045Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:44:39.057Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:44:39.057Z||pool-138-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-28T06:44:39.645Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:44:39.646Z||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-10-28T06:44:39.646Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:44:39.681Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:44:39.682Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:44:39.682Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c298f3f4-5439-4219-93e8-1cd6cbc1b588",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666939415177,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-28T06:44:39.682Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:44:39.945Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-28T06:44:39.946Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-10-28T06:44:39.946Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: e27d3810-655b-4d16-8164-07468e85f23d, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-10-28T06:44:39.946Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-10-28T06:44:39.947Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-10-28T06:44:39.947Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-10-28T06:44:40.029Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11762702347851346128/Definitions/service-TestPnfMacro-template.yml
2022-10-28T06:44:40.615Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-28T06:44:40.616Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-10-28T06:44:40.616Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-10-28T06:44:40.616Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-10-28T06:44:40.616Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-10-28T06:44:40.616Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-10-28T06:44:40.616Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-10-28T06:44:40.616Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-10-28T06:44:40.616Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-10-28T06:44:40.616Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-10-28T06:44:40.616Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-10-28T06:44:40.616Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-10-28T06:44:40.617Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:44:40.617Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:44:40.617Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|pool-2-thread-7|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-10-28T06:44:40.617Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-10-28T06:44:40.617Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|pool-2-thread-7|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-28T06:44:40.617Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:44:40.617Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:44:40.617Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|pool-2-thread-7|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-10-28T06:44:40.617Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-10-28T06:44:40.617Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|pool-2-thread-7|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-28T06:44:40.618Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:44:40.618Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:44:40.618Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:44:40.618Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:44:40.618Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:44:40.618Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:44:40.618Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:44:40.618Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:44:40.618Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:44:40.618Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:44:40.618Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:4b12d8e4-b566-4aa5-89f4-1e5508b9ed5b
Model Version:NULL
Model InvariantUuid:82845bed-0e7c-4838-b039-a4f0e4df423c
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-10-28T06:44:40.626Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: 7ecfcd45-8bec-4c54-a771-bf8b3568f1c2
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-10-28T06:44:40.629Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|pool-2-thread-7|||||INFO|500||test-pnf 0
2022-10-28T06:44:40.630Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 7ecfcd45-8bec-4c54-a771-bf8b3568f1c2
2022-10-28T06:44:40.630Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 4b12d8e4-b566-4aa5-89f4-1e5508b9ed5b
2022-10-28T06:44:40.630Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 4b12d8e4-b566-4aa5-89f4-1e5508b9ed5b
2022-10-28T06:44:40.630Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 7ecfcd45-8bec-4c54-a771-bf8b3568f1c2 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-10-28T06:44:40.636Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3ffd3836, org.onap.sdc.toscaparser.api.parameters.Input@1f64f758, org.onap.sdc.toscaparser.api.parameters.Input@5505ca2d, org.onap.sdc.toscaparser.api.parameters.Input@5edfaecf, org.onap.sdc.toscaparser.api.parameters.Input@83501aa]
2022-10-28T06:44:40.636Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:44:40.637Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:44:40.637Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 4b12d8e4-b566-4aa5-89f4-1e5508b9ed5b: test-pnf
2022-10-28T06:44:40.637Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|pool-2-thread-7|||||INFO|500||Processing PNF resource: 7ecfcd45-8bec-4c54-a771-bf8b3568f1c2
2022-10-28T06:44:40.637Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-28T06:44:40.637Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T06:44:40.637Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|pool-2-thread-7|||||INFO|500||Resource customization UUID: a96c1480-6da0-42ab-bec0-f41df8053c06 is the same as notified resource customizationUUID: a96c1480-6da0-42ab-bec0-f41df8053c06
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-10-28T06:44:40.681Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 7ecfcd45-8bec-4c54-a771-bf8b3568f1c2 0 ASDC deployResourceStructure
2022-10-28T06:44:40.682Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-10-28T06:44:40.682Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-10-28T06:44:40.682Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-28T06:44:40.682Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:44:40.690Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:44:40.690Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6a2c17ec-2d24-40f7-a117-18a210f308b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666939480682,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-28T06:44:40.789Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-28T06:44:40.790Z||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-10-28T06:44:40.790Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:44:40.802Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:44:40.802Z||pool-139-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-28T06:44:41.690Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6a2c17ec-2d24-40f7-a117-18a210f308b9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-28T06:44:41.706Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6a2c17ec-2d24-40f7-a117-18a210f308b9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-28T06:44:41.710Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-28T06:44:41.710Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-28T06:44:41.710Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-28T06:44:41.710Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-28T06:44:41.710Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-28T06:44:41.710Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-28T06:44:41.710Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-28T06:44:41.710Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-28T06:44:41.710Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-28T06:44:41.710Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-28T06:44:41.716Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-28T06:45:11.716Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6a2c17ec-2d24-40f7-a117-18a210f308b9 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-10-28T06:45:11.721Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6a2c17ec-2d24-40f7-a117-18a210f308b9 and serviceModelVersionId: 4b12d8e4-b566-4aa5-89f4-1e5508b9ed5b
2022-10-28T06:45:11.721Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 82845bed-0e7c-4838-b039-a4f0e4df423c
2022-10-28T06:45:11.721Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/82845bed-0e7c-4838-b039-a4f0e4df423c/model-vers/model-ver/4b12d8e4-b566-4aa5-89f4-1e5508b9ed5b?depth=0
2022-10-28T06:45:11.725Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-10-28T06:45:11.749Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/82845bed-0e7c-4838-b039-a4f0e4df423c/model-vers/model-ver/4b12d8e4-b566-4aa5-89f4-1e5508b9ed5b?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-10-28T06:45:11.751Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/82845bed-0e7c-4838-b039-a4f0e4df423c/model-vers/model-ver/4b12d8e4-b566-4aa5-89f4-1e5508b9ed5b?depth=0|INFO|500||Invoke
2022-10-28T06:45:11.771Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/82845bed-0e7c-4838-b039-a4f0e4df423c/model-vers/model-ver/4b12d8e4-b566-4aa5-89f4-1e5508b9ed5b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-10-28T06:45:11.903Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/82845bed-0e7c-4838-b039-a4f0e4df423c/model-vers/model-ver/4b12d8e4-b566-4aa5-89f4-1e5508b9ed5b?depth=0|INFO|500||InvokeReturn
2022-10-28T06:45:11.903Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/82845bed-0e7c-4838-b039-a4f0e4df423c/model-vers/model-ver/4b12d8e4-b566-4aa5-89f4-1e5508b9ed5b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221028-06:45:11:971-99725], vertex-id=[237632], Content-Length=[0], Date=[Fri, 28 Oct 2022 06:45:11 GMT], Content-Type=[application/json]}
2022-10-28T06:45:11.903Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2022-10-28T06:45:11.904Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-28T06:45:11.905Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-28T06:45:11.909Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-10-28T06:45:11.910Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6a2c17ec-2d24-40f7-a117-18a210f308b9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-28T06:45:11.910Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-28T06:45:11.910Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-28T06:45:11.912Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T06:45:11.912Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6a2c17ec-2d24-40f7-a117-18a210f308b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666939511910,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-28T06:45:12.011Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-28T06:45:12.012Z||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-10-28T06:45:12.012Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:45:12.028Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:45:12.029Z||pool-140-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-28T06:45:12.925Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:45:12.925Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|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-10-28T06:45:12.925Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:45:22.489Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:45:22.490Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:45:22.491Z||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-10-28T06:45:22.491Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:45:32.041Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:45:32.042Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:45:32.042Z||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-10-28T06:45:32.042Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:45:39.645Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:45:39.645Z||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-10-28T06:45:39.645Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:45:39.672Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:45:39.672Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:45:39.672Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a1e0001-d448-490f-8c7a-e7ab23bbab8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666939416196,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:45:39.673Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:45:39.673Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:45:39.673Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a1e0001-d448-490f-8c7a-e7ab23bbab8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666939416196,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-10-28T06:45:39.673Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:45:39.673Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:45:39.673Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a1e0001-d448-490f-8c7a-e7ab23bbab8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666939416196,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-10-28T06:45:39.673Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:45:39.673Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:45:39.673Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a1e0001-d448-490f-8c7a-e7ab23bbab8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666939416196,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:45:39.673Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:45:39.673Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:45:39.673Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a1e0001-d448-490f-8c7a-e7ab23bbab8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666939416196,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-10-28T06:45:39.673Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:45:39.673Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:45:39.673Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a1e0001-d448-490f-8c7a-e7ab23bbab8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666939416196,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:45:39.673Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:45:39.673Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:45:39.673Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a1e0001-d448-490f-8c7a-e7ab23bbab8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666939416196,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:45:39.673Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:45:39.673Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:45:39.673Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a1e0001-d448-490f-8c7a-e7ab23bbab8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666939416196,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-28T06:45:39.673Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:45:39.673Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:45:39.674Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a1e0001-d448-490f-8c7a-e7ab23bbab8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666939428941,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-28T06:45:39.674Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:45:39.674Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:45:39.674Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a1e0001-d448-490f-8c7a-e7ab23bbab8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666939431140,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-28T06:45:39.674Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:45:39.674Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:45:39.674Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a1e0001-d448-490f-8c7a-e7ab23bbab8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666939432231,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-28T06:45:39.674Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:45:39.674Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:45:39.674Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a1e0001-d448-490f-8c7a-e7ab23bbab8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666939433306,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-10-28T06:45:39.674Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:45:39.674Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:45:39.674Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a1e0001-d448-490f-8c7a-e7ab23bbab8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666939434427,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-28T06:45:39.674Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:45:39.674Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:45:39.674Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a1e0001-d448-490f-8c7a-e7ab23bbab8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666939435430,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-10-28T06:45:39.674Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:45:39.674Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:45:39.674Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a1e0001-d448-490f-8c7a-e7ab23bbab8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666939436434,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-10-28T06:45:39.674Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:45:39.674Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:45:39.674Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a1e0001-d448-490f-8c7a-e7ab23bbab8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666939437437,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-28T06:45:39.674Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:45:39.674Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:45:39.674Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a1e0001-d448-490f-8c7a-e7ab23bbab8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666939468649,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-28T06:45:39.674Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:45:39.674Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:45:39.674Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a2c17ec-2d24-40f7-a117-18a210f308b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666939416196,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:45:39.674Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:45:39.674Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:45:39.674Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a2c17ec-2d24-40f7-a117-18a210f308b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666939416196,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:45:39.674Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:45:39.675Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:45:39.675Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a2c17ec-2d24-40f7-a117-18a210f308b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666939416196,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:45:39.675Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:45:39.675Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:45:39.675Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a2c17ec-2d24-40f7-a117-18a210f308b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666939416196,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:45:39.675Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:45:39.675Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:45:39.675Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a2c17ec-2d24-40f7-a117-18a210f308b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666939416196,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:45:39.675Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:45:39.675Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:45:39.675Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a2c17ec-2d24-40f7-a117-18a210f308b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666939416196,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:45:39.675Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:45:39.675Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:45:39.675Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a2c17ec-2d24-40f7-a117-18a210f308b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666939416196,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:45:39.675Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:45:39.675Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:45:39.675Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a2c17ec-2d24-40f7-a117-18a210f308b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666939416196,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-28T06:45:39.675Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:45:39.675Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:45:39.675Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a2c17ec-2d24-40f7-a117-18a210f308b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666939416196,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-28T06:45:39.676Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-28T06:45:39.676Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-28T06:45:39.676Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a2c17ec-2d24-40f7-a117-18a210f308b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666939478942,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-28T06:45:39.676Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:45:41.595Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:45:41.596Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:45:41.596Z||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-10-28T06:45:41.596Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:45:51.153Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:45:51.154Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:45:51.155Z||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-10-28T06:45:51.155Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:46:00.696Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:46:39.642Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:46:39.643Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|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-10-28T06:46:39.643Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:46:39.645Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:46:39.645Z|3db81634-ffc3-4a18-84c8-2d513d46700c|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-10-28T06:46:39.645Z|3db81634-ffc3-4a18-84c8-2d513d46700c|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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:46:40.169Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:46:40.170Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-28T06:46:40.170Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a2c17ec-2d24-40f7-a117-18a210f308b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666939480682,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-28T06:46:40.171Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:46:40.171Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-28T06:46:40.171Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a2c17ec-2d24-40f7-a117-18a210f308b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666939511910,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-28T06:46:40.171Z|3db81634-ffc3-4a18-84c8-2d513d46700c|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T06:46:49.196Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:47:39.642Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:47:39.643Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|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-10-28T06:47:39.643Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:47:39.645Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:47:39.645Z||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-10-28T06:47:39.646Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:47:49.200Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:47:49.213Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:48:39.642Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:48:39.643Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|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-10-28T06:48:39.643Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:48:39.645Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:48:39.645Z||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-10-28T06:48:39.645Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:48:49.195Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:48:49.198Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:49:39.642Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:49:39.642Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|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-10-28T06:49:39.643Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:49:39.645Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:49:39.645Z||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-10-28T06:49:39.645Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:49:49.202Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:49:49.204Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:50:39.642Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:50:39.642Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-28T06:50:39.642Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:50:39.645Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:50:39.645Z||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-10-28T06:50:39.645Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:50:49.205Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:50:49.210Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:51:39.642Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:51:39.643Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-28T06:51:39.643Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:51:39.645Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:51:39.645Z||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-10-28T06:51:39.646Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:51:49.186Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:51:49.195Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:52:39.642Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:52:39.643Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-28T06:52:39.644Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:52:39.645Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:52:39.645Z||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-10-28T06:52:39.645Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:52:49.198Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:52:49.203Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:53:39.642Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:53:39.643Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-28T06:53:39.643Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:53:39.645Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:53:39.645Z||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-10-28T06:53:39.645Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:53:49.191Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:53:49.202Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:54:39.646Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:54:39.646Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:54:39.647Z||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-10-28T06:54:39.647Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:54:39.647Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-28T06:54:39.648Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:54:49.191Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:54:49.193Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:55:39.642Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:55:39.643Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-28T06:55:39.643Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as d8zaDJu6lH6Mp71d) ...
2022-10-28T06:55:39.645Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:55:39.645Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|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-10-28T06:55:39.645Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:55:49.191Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:55:49.195Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:56:39.642Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:56:39.643Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|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-10-28T06:56:39.643Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:56:39.645Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:56:39.646Z||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-10-28T06:56:39.646Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:56:49.192Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:56:49.192Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:57:39.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:57:39.642Z||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-10-28T06:57:39.643Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:57:39.645Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:57:39.645Z||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-10-28T06:57:39.645Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:57:49.190Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:57:49.198Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:58:39.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:58:39.643Z||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-10-28T06:58:39.643Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:58:39.645Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:58:39.646Z||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-10-28T06:58:39.646Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:58:49.200Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:58:49.202Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:59:39.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:59:39.643Z||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-10-28T06:59:39.643Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:59:39.645Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T06:59:39.646Z||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-10-28T06:59:39.646Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T06:59:49.188Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T06:59:49.198Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T07:00:39.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T07:00:39.642Z||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-10-28T07:00:39.643Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T07:00:39.645Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T07:00:39.645Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|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-10-28T07:00:39.645Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|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 d8zaDJu6lH6Mp71d) ...
2022-10-28T07:00:49.206Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T07:00:49.210Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T07:01:39.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T07:01:39.643Z||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-10-28T07:01:39.643Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T07:01:39.645Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T07:01:39.645Z||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-10-28T07:01:39.645Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T07:01:49.206Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T07:01:49.208Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T07:02:39.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T07:02:39.643Z||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-10-28T07:02:39.644Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T07:02:39.645Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T07:02:39.645Z||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-10-28T07:02:39.645Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T07:02:49.217Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T07:02:49.223Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T07:03:39.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T07:03:39.643Z||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-10-28T07:03:39.644Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T07:03:39.645Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T07:03:39.645Z||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-10-28T07:03:39.646Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T07:03:49.189Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T07:03:49.196Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T07:04:39.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T07:04:39.643Z||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-10-28T07:04:39.643Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T07:04:39.645Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T07:04:39.645Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|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-10-28T07:04:39.645Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|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 d8zaDJu6lH6Mp71d) ...
2022-10-28T07:04:49.215Z|2e484cc5-6b1c-4db9-9486-f30fdde07518|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T07:04:49.215Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T07:05:39.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T07:05:39.642Z||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-10-28T07:05:39.643Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T07:05:39.645Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T07:05:39.646Z||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-10-28T07:05:39.646Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T07:05:49.184Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T07:05:49.189Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T07:06:39.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T07:06:39.643Z||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-10-28T07:06:39.643Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T07:06:39.645Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T07:06:39.646Z||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-10-28T07:06:39.646Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T07:06:49.217Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T07:06:49.217Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T07:07:39.641Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T07:07:39.642Z||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-10-28T07:07:39.642Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T07:07:39.645Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T07:07:39.645Z||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-10-28T07:07:39.645Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T07:07:49.192Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T07:07:49.194Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T07:08:39.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T07:08:39.642Z||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-10-28T07:08:39.643Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T07:08:39.645Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T07:08:39.645Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|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-10-28T07:08:39.645Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|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 d8zaDJu6lH6Mp71d) ...
2022-10-28T07:08:49.212Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T07:08:49.216Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T07:09:39.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T07:09:39.642Z||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-10-28T07:09:39.642Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T07:09:39.645Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T07:09:39.645Z||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-10-28T07:09:39.646Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T07:09:49.186Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T07:09:49.190Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T07:10:39.643Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T07:10:39.644Z||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-10-28T07:10:39.644Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T07:10:39.645Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T07:10:39.645Z||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-10-28T07:10:39.646Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T07:10:49.199Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T07:10:49.204Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T07:11:39.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T07:11:39.642Z||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-10-28T07:11:39.643Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T07:11:39.645Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T07:11:39.645Z||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-10-28T07:11:39.645Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T07:11:49.185Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T07:11:49.191Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T07:12:39.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T07:12:39.643Z||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-10-28T07:12:39.643Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T07:12:39.645Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T07:12:39.645Z||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-10-28T07:12:39.645Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T07:12:49.184Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T07:12:49.185Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T07:13:39.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T07:13:39.643Z||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-10-28T07:13:39.643Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T07:13:39.645Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T07:13:39.645Z||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-10-28T07:13:39.645Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T07:13:49.186Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T07:13:49.188Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T07:14:39.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T07:14:39.643Z||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-10-28T07:14:39.644Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T07:14:39.645Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T07:14:39.645Z||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-10-28T07:14:39.645Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T07:14:49.192Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T07:14:49.193Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T07:15:39.642Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T07:15:39.643Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|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-10-28T07:15:39.643Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|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 d8zaDJu6lH6Mp71d) ...
2022-10-28T07:15:39.645Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T07:15:39.646Z||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-10-28T07:15:39.646Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T07:15:49.190Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T07:15:49.190Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T07:16:39.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T07:16:39.642Z||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-10-28T07:16:39.642Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T07:16:39.645Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T07:16:39.645Z||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-10-28T07:16:39.645Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T07:16:49.182Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T07:16:49.184Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T07:17:39.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T07:17:39.643Z||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-10-28T07:17:39.643Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T07:17:39.645Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T07:17:39.645Z||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-10-28T07:17:39.645Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T07:17:49.183Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T07:17:49.184Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T07:18:39.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T07:18:39.643Z||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-10-28T07:18:39.643Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T07:18:39.645Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T07:18:39.645Z||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-10-28T07:18:39.645Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T07:18:49.222Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T07:18:49.224Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T07:19:39.642Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T07:19:39.643Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-28T07:19:39.643Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as d8zaDJu6lH6Mp71d) ...
2022-10-28T07:19:39.645Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T07:19:39.645Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|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-10-28T07:19:39.646Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|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 d8zaDJu6lH6Mp71d) ...
2022-10-28T07:19:49.187Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T07:19:49.191Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T07:20:39.642Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T07:20:39.643Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-28T07:20:39.643Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as d8zaDJu6lH6Mp71d) ...
2022-10-28T07:20:39.645Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T07:20:39.645Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|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-10-28T07:20:39.645Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|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 d8zaDJu6lH6Mp71d) ...
2022-10-28T07:20:49.203Z|6a2c17ec-2d24-40f7-a117-18a210f308b9|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T07:20:49.208Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T07:21:39.642Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T07:21:39.643Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-28T07:21:39.644Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as d8zaDJu6lH6Mp71d) ...
2022-10-28T07:21:39.645Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T07:21:39.645Z||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-10-28T07:21:39.645Z||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 d8zaDJu6lH6Mp71d) ...
2022-10-28T07:21:49.191Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-28T07:21:49.194Z|dcb2170b-874d-4b04-93f0-43dfc0877c44|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK