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-25T05:09:12.765Z||main|||||INFO|500||The following profiles are active: basic
2022-10-25T05:09:28.063Z||main|||||INFO|500||Starting service [Tomcat]
2022-10-25T05:09:28.067Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-10-25T05:09:28.204Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-10-25T05:09:33.407Z||main|||||INFO|500||catdb-pool - Starting...
2022-10-25T05:09:34.093Z||main|||||INFO|500||catdb-pool - Start completed.
2022-10-25T05:09:34.648Z||main|||||INFO|500||reqdb-pool - Starting...
2022-10-25T05:09:34.662Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-10-25T05:09:34.874Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-10-25T05:09:35.310Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-10-25T05:09:36.273Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-10-25T05:09:38.428Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-10-25T05:09:40.498Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-10-25T05:09:40.550Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-10-25T05:09:41.131Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-10-25T05:09:41.339Z||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-25T05:09:42.217Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-10-25T05:09:43.280Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-10-25T05:09:43.303Z||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$$9f28e7d9.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-25T05:09:43.304Z||main|||||WARN|500||The sdc end point is not alive
2022-10-25T05:09:46.032Z||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-25T05:09:48.973Z||main|||||WARN|500||---
2022-10-25T05:09:48.974Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-10-25T05:09:48.974Z||main|||||WARN|500||---
2022-10-25T05:09:49.462Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-10-25T05:09:54.709Z||main|||||INFO|500||Started Application in 46.184 seconds (JVM running for 48.959)
2022-10-25T05:09:54.727Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-10-25T05:09:54.729Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-10-25T05:09:54.742Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-10-25T05:09:54.765Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-10-25T05:09:54.857Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 96a233e7-1f7d-4ac4-810d-18399c46b6b9 url= /sdc/v1/artifactTypes
2022-10-25T05:09:54.858Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-10-25T05:09:55.133Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-10-25T05:09:55.162Z||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-25T05:09:55.187Z||scheduling-1|||||DEBUG|500||create keys
2022-10-25T05:09:55.196Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-10-25T05:09:55.243Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:09:55.258Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 2d833334-8f38-4950-b018-aace9f415ca3 url= /sdc/v1/registerForDistribution
2022-10-25T05:09:55.369Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 2d833334-8f38-4950-b018-aace9f415ca3 url= /sdc/v1/registerForDistribution
2022-10-25T05:09:55.370Z||scheduling-1|||||INFO|500||start DistributionClient
2022-10-25T05:09:55.385Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:09:55.387Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:09:55.401Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-10-25T05:09:55.406Z||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-25T05:09:55.407Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:09:55.408Z||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-25T05:09:55.408Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:10:05.742Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:10:05.768Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:10:55.377Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:10:55.380Z||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-25T05:10:55.380Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:10:55.386Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:10:55.387Z||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-25T05:10:55.387Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:11:04.962Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:11:04.966Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:11:55.377Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:11:55.379Z||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-25T05:11:55.380Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:11:55.386Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:11:55.387Z||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-25T05:11:55.387Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:12:04.965Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:12:04.969Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:12:55.377Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:12:55.380Z||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-25T05:12:55.381Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:12:55.386Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:12:55.387Z||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-25T05:12:55.387Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:13:04.945Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:13:04.947Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:13:55.377Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:13:55.379Z||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-25T05:13:55.379Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:13:55.386Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:13:55.387Z||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-25T05:13:55.388Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:14:04.949Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:14:04.951Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:14:55.378Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:14:55.381Z||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-25T05:14:55.381Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:14:55.386Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:14:55.387Z||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-25T05:14:55.387Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:15:04.934Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:15:04.940Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:15:55.377Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:15:55.380Z||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-25T05:15:55.380Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:15:55.386Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:15:55.387Z||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-25T05:15:55.387Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:16:04.951Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:16:04.951Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:16:55.377Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:16:55.378Z||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-25T05:16:55.379Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:16:55.386Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:16:55.390Z||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-25T05:16:55.390Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:17:04.949Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:17:04.959Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:17:55.377Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:17:55.379Z||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-25T05:17:55.379Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:17:55.386Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:17:55.387Z||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-25T05:17:55.387Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:18:04.946Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:18:04.963Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:18:55.377Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:18:55.379Z||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-25T05:18:55.380Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:18:55.386Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:18:55.387Z||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-25T05:18:55.387Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:19:04.952Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:19:04.971Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:19:08.978Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-10-25T05:19:55.377Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:19:55.379Z||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-25T05:19:55.379Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:19:55.386Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:19:55.387Z||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-25T05:19:55.387Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:20:04.956Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:20:04.959Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:20:55.377Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:20:55.379Z||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-25T05:20:55.379Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:20:55.386Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:20:55.387Z||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-25T05:20:55.387Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:21:04.937Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:21:04.937Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:21:55.377Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:21:55.378Z||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-25T05:21:55.378Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:21:55.386Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:21:55.387Z||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-25T05:21:55.388Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:22:04.930Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:22:04.935Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:22:55.377Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:22:55.378Z||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-25T05:22:55.379Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:22:55.386Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:22:55.387Z||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-25T05:22:55.387Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:23:04.946Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:23:04.948Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:23:55.377Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:23:55.379Z||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-25T05:23:55.380Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:23:55.386Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:23:55.387Z||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-25T05:23:55.387Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:24:04.945Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:24:04.971Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:24:55.377Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:24:55.379Z||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-25T05:24:55.380Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:24:55.386Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:24:55.387Z||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-25T05:24:55.387Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:25:04.930Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:25:04.934Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:25:55.377Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:25:55.378Z||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-25T05:25:55.378Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:25:55.386Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:25:55.387Z||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-25T05:25:55.387Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:26:04.940Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:26:04.945Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:26:55.377Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:26:55.378Z||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-25T05:26:55.379Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:26:55.386Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:26:55.387Z||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-25T05:26:55.388Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:27:04.931Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:27:04.932Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:27:55.377Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:27:55.381Z||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-25T05:27:55.381Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:27:55.386Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:27:55.387Z||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-25T05:27:55.387Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:28:04.960Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:28:04.979Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:28:55.377Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:28:55.379Z||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-25T05:28:55.379Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:28:55.386Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:28:55.387Z||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-25T05:28:55.387Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:29:04.935Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:29:04.935Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:29:55.377Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:29:55.379Z||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-25T05:29:55.379Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:29:55.386Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:29:55.387Z||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-25T05:29:55.387Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:30:04.927Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:30:04.931Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:30:55.377Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:30:55.378Z||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-25T05:30:55.378Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:30:55.386Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:30:55.387Z||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-25T05:30:55.387Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:31:04.949Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:31:04.955Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:31:55.377Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:31:55.378Z||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-25T05:31:55.378Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:31:55.386Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:31:55.387Z||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-25T05:31:55.387Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:32:04.945Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:32:04.948Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:32:55.377Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:32:55.380Z||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-25T05:32:55.380Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:32:55.386Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:32:55.387Z||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-25T05:32:55.387Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:33:04.949Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:33:04.949Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:33:55.378Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:33:55.380Z||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-25T05:33:55.380Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:33:55.386Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:33:55.387Z||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-25T05:33:55.388Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:34:04.936Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:34:04.936Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:34:55.377Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:34:55.379Z||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-25T05:34:55.380Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:34:55.386Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:34:55.387Z||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-25T05:34:55.388Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:35:04.933Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:35:04.933Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:35:55.377Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:35:55.378Z||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-25T05:35:55.379Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:35:55.386Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:35:55.387Z||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-25T05:35:55.387Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:36:04.928Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:36:04.936Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:36:55.377Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:36:55.378Z||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-25T05:36:55.378Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:36:55.386Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:36:55.387Z||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-25T05:36:55.387Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:37:04.944Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:37:04.948Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:37:55.377Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:37:55.380Z||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-25T05:37:55.380Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:37:55.386Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:37:55.387Z||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-25T05:37:55.387Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:38:04.943Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:38:04.952Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:38:55.377Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:38:55.379Z||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-25T05:38:55.379Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:38:55.386Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:38:55.387Z||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-25T05:38:55.387Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:39:04.964Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:39:04.972Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:39:55.377Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:39:55.378Z||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-25T05:39:55.379Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:39:55.386Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:39:55.387Z||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-25T05:39:55.388Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:40:04.930Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:40:04.946Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:40:55.377Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:40:55.378Z||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-25T05:40:55.379Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:40:55.390Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:40:55.392Z||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-25T05:40:55.392Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:41:04.944Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:41:04.944Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:41:55.377Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:41:55.380Z||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-25T05:41:55.380Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:41:55.386Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:41:55.387Z||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-25T05:41:55.387Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:42:04.928Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:42:04.929Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:42:55.378Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:42:55.382Z||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-25T05:42:55.382Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:42:55.386Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:42:55.387Z||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-25T05:42:55.388Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:43:04.941Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:43:04.943Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:43:55.377Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:43:55.379Z||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-25T05:43:55.379Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:43:55.386Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:43:55.387Z||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-25T05:43:55.387Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:44:04.950Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:44:04.950Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:44:55.377Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:44:55.378Z||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-25T05:44:55.378Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:44:55.386Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:44:55.387Z||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-25T05:44:55.387Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:45:04.936Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:45:04.936Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:45:55.377Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:45:55.379Z||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-25T05:45:55.380Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:45:55.386Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:45:55.387Z||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-25T05:45:55.387Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:46:04.932Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:46:04.936Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:46:55.377Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:46:55.379Z||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-25T05:46:55.379Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:46:55.386Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:46:55.387Z||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-25T05:46:55.387Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:47:04.929Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:47:04.930Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:47:55.377Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:47:55.378Z||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-25T05:47:55.378Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:47:55.386Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:47:55.387Z||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-25T05:47:55.387Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:48:04.934Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:48:04.935Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:48:55.378Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:48:55.379Z||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-25T05:48:55.379Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:48:55.386Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:48:55.387Z||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-25T05:48:55.387Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:49:04.970Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:49:04.983Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:49:55.377Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:49:55.380Z||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-25T05:49:55.380Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:49:55.386Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:49:55.387Z||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-25T05:49:55.387Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:50:04.939Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:50:04.940Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:50:55.377Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:50:55.379Z||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-25T05:50:55.379Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:50:55.386Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:50:55.387Z||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-25T05:50:55.387Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:50:56.011Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:50:56.013Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:50:56.013Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-25T05:50:56.013Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70","serviceName":"basic_onboard_TERwWK","serviceVersion":"1.0","serviceUUID":"d647bccd-0bd6-4fa9-b8d5-e912cf4c7e46","serviceDescription":"service","serviceInvariantUUID":"c8e12ca4-9bdf-4fdf-a316-6b48a5289c0d","resources":[{"resourceInstanceName":"basic_onboard_TERwWK 0","resourceName":"basic_onboard_TERwWK","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"96b40a36-b491-4e99-a141-085174e7ca4f","resourceInvariantUUID":"9d4eae2d-9abc-4700-af79-20d63c2627f6","resourceCustomizationUUID":"f22a81e4-4b86-45a1-9faa-8475b40e55ec","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/vf-license-model.xml","artifactChecksum":"ZTg5ODg0MTQ5MDQ4NTBlNWZmMWUwYjMzY2NkYTc5Yjk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a0765b85-9fa5-47cd-a1f9-a52ce5141e7f","artifactVersion":"1"},{"artifactName":"basic_onboard_terwwk0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/basic_onboard_terwwk0_modules.json","artifactChecksum":"NjJlZmU3M2JkODdmOWIxYTJiYzdhYWYyM2NhMjRkNGQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b145c2af-b32a-41b6-9a35-2edd9e896b2a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2c7e4e7d-f332-4a38-b0b5-9de0f78fbc78","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"cb9d803d-22ca-446f-878f-c9d370f8cc18","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"973a4f48-0d69-4ba0-a69f-4af71a5bb381","artifactVersion":"2","generatedFromUUID":"2c7e4e7d-f332-4a38-b0b5-9de0f78fbc78"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardTerwwk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/artifacts/service-BasicOnboardTerwwk-template.yml","artifactChecksum":"YmM4NTA3NDdhOWZlNDNmNDM5ZTVlMmY0Zjk1ZDNmNDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"13e5ff9e-0ee1-4688-bf5d-bf431e523fb1","artifactVersion":"1"},{"artifactName":"service-BasicOnboardTerwwk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/artifacts/service-BasicOnboardTerwwk-csar.csar","artifactChecksum":"YWFjOWFiNmQ2NGEyYTVlZjZjMGIzMTQxOTcxMzAwM2U\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ecbfefa7-4600-40dd-a8e2-6f819089f0c1","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-25T05:50:56.018Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:50:56.018Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
  "consumerID": "cds",
  "timestamp": 1666677001538,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T05:50:56.030Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-25T05:50:56.036Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T05:50:56.041Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T05:50:56.043Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:50:56.043Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666677003217,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T05:50:56.043Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T05:50:56.044Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:50:56.044Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
  "consumerID": "cds",
  "timestamp": 1666677001538,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/basic_onboard_terwwk0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-25T05:50:56.044Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T05:50:56.044Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:50:56.044Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666677003217,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/basic_onboard_terwwk0_modules.json",
  "status": "NOTIFIED"
}
2022-10-25T05:50:56.044Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T05:50:56.044Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:50:56.044Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
  "consumerID": "cds",
  "timestamp": 1666677001538,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T05:50:56.044Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T05:50:56.044Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:50:56.044Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666677003217,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-10-25T05:50:56.045Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T05:50:56.045Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:50:56.045Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
  "consumerID": "cds",
  "timestamp": 1666677001538,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T05:50:56.045Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T05:50:56.045Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:50:56.045Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666677003217,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T05:50:56.045Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T05:50:56.045Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:50:56.045Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
  "consumerID": "cds",
  "timestamp": 1666677001538,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-10-25T05:50:56.045Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T05:50:56.045Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:50:56.045Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666677003217,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-10-25T05:50:56.045Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T05:50:56.046Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:50:56.046Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
  "consumerID": "cds",
  "timestamp": 1666677001538,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/artifacts/service-BasicOnboardTerwwk-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T05:50:56.046Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T05:50:56.046Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:50:56.046Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666677003217,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/artifacts/service-BasicOnboardTerwwk-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T05:50:56.046Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T05:50:56.046Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:50:56.046Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
  "consumerID": "aai-ml",
  "timestamp": 1666677012678,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T05:50:56.046Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T05:50:56.046Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:50:56.046Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666677015046,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T05:50:56.046Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T05:50:56.046Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:50:56.046Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
  "consumerID": "cds",
  "timestamp": 1666677001538,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/artifacts/service-BasicOnboardTerwwk-csar.csar",
  "status": "NOTIFIED"
}
2022-10-25T05:50:56.047Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T05:50:56.047Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:50:56.047Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666677003217,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/artifacts/service-BasicOnboardTerwwk-csar.csar",
  "status": "NOTIFIED"
}
2022-10-25T05:50:56.048Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T05:50:56.048Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:50:56.048Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
  "consumerID": "aai-ml",
  "timestamp": 1666677012678,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/basic_onboard_terwwk0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-25T05:50:56.048Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T05:50:56.048Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:50:56.048Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666677015046,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/basic_onboard_terwwk0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-25T05:50:56.048Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T05:50:56.048Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:50:56.048Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666677015383,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/basic_onboard_terwwk0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-25T05:50:56.049Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T05:50:56.049Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:50:56.049Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
  "consumerID": "aai-ml",
  "timestamp": 1666677012678,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T05:50:56.049Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T05:50:56.049Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:50:56.049Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
  "consumerID": "cds",
  "timestamp": 1666677015184,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/artifacts/service-BasicOnboardTerwwk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-25T05:50:56.049Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T05:50:56.049Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:50:56.049Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666677015046,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T05:50:56.049Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T05:50:56.049Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:50:56.049Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
  "consumerID": "aai-ml",
  "timestamp": 1666677012678,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T05:50:56.049Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T05:50:56.049Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:50:56.050Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
  "consumerID": "cds",
  "timestamp": 1666677016206,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/artifacts/service-BasicOnboardTerwwk-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2022-10-25T05:50:56.058Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T05:50:56.059Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666677055377,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-25T05:50:56.159Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-10-25T05:50:56.163Z||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-25T05:50:56.163Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:50:56.176Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:50:56.177Z||pool-3-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: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-25T05:50:56.243Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70
2022-10-25T05:50:56.260Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70 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-25T05:50:56.289Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:50:56.289Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666677016453,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-25T05:50:56.290Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T05:50:56.290Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:50:56.290Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666677015046,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T05:50:56.290Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T05:50:56.290Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:50:56.290Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
  "consumerID": "aai-ml",
  "timestamp": 1666677012678,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-10-25T05:50:56.291Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T05:50:56.291Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:50:56.291Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666677017508,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-10-25T05:50:56.291Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T05:50:56.291Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:50:56.291Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666677015046,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-10-25T05:50:56.291Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T05:50:56.291Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:50:56.291Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
  "consumerID": "aai-ml",
  "timestamp": 1666677012678,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/artifacts/service-BasicOnboardTerwwk-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T05:50:56.292Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T05:50:56.292Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:50:56.292Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666677018605,
  "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-25T05:50:56.317Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70
2022-10-25T05:50:56.317Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70 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-25T05:50:56.331Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:50:56.332Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666677015046,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/artifacts/service-BasicOnboardTerwwk-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T05:50:56.332Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T05:50:56.332Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:50:56.332Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
  "consumerID": "aai-ml",
  "timestamp": 1666677012678,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/artifacts/service-BasicOnboardTerwwk-csar.csar",
  "status": "NOTIFIED"
}
2022-10-25T05:50:56.333Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T05:50:56.333Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:50:56.333Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666677019609,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/basic_onboard_terwwk0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-25T05:50:56.333Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T05:50:56.333Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:50:56.333Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666677015046,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/artifacts/service-BasicOnboardTerwwk-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-25T05:50:56.333Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T05:50:56.333Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:50:56.333Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
  "consumerID": "aai-ml",
  "timestamp": 1666677020502,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/artifacts/service-BasicOnboardTerwwk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-25T05:50:56.333Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T05:50:56.334Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:50:56.334Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666677027594,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T05:50:56.334Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T05:50:56.334Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:50:56.334Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666677027594,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/basic_onboard_terwwk0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-25T05:50:56.334Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T05:50:56.334Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:50:56.334Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666677027594,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T05:50:56.334Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T05:50:56.334Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:50:56.334Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666677027594,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T05:50:56.334Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T05:50:56.334Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:50:56.335Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666677027594,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-10-25T05:50:56.335Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T05:50:56.335Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:50:56.335Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666677027594,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/artifacts/service-BasicOnboardTerwwk-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T05:50:56.335Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T05:50:56.335Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:50:56.335Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
  "consumerID": "aai-ml",
  "timestamp": 1666677033462,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/artifacts/service-BasicOnboardTerwwk-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-25T05:50:56.336Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T05:50:56.336Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:50:56.336Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666677027594,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/artifacts/service-BasicOnboardTerwwk-csar.csar",
  "status": "NOTIFIED"
}
2022-10-25T05:50:56.336Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T05:50:56.336Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:50:56.336Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
  "consumerID": "aai-ml",
  "timestamp": 1666677034467,
  "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-25T05:50:56.344Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70
2022-10-25T05:50:56.344Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70 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-25T05:50:56.358Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:50:56.358Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666677035419,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/artifacts/service-BasicOnboardTerwwk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-25T05:50:56.359Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T05:50:56.359Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:50:56.359Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666677039098,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/artifacts/service-BasicOnboardTerwwk-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-25T05:50:56.359Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T05:50:56.359Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:50:56.359Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666677040103,
  "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-25T05:50:56.367Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70
2022-10-25T05:50:56.368Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70 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-25T05:50:57.067Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-25T05:50:57.068Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T05:50:57.070Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T05:50:57.070Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666677055377,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/basic_onboard_terwwk0_modules.json",
  "status": "NOTIFIED"
}
2022-10-25T05:50:57.170Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T05:50:57.171Z||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-25T05:50:57.171Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:50:57.187Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:50:57.188Z||pool-4-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-10-25T05:50:58.071Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-25T05:50:58.072Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T05:50:58.074Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T05:50:58.074Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666677055377,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-10-25T05:50:58.174Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T05:50:58.176Z||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-25T05:50:58.176Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:50:58.188Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:50:58.188Z||pool-5-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-25T05:50:59.075Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-25T05:50:59.076Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T05:50:59.079Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T05:50:59.079Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666677055377,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T05:50:59.179Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T05:50:59.180Z||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-25T05:50:59.180Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:50:59.193Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:50:59.194Z||pool-6-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-10-25T05:51:00.080Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-25T05:51:00.081Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T05:51:00.084Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T05:51:00.085Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666677055377,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-10-25T05:51:00.184Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-10-25T05:51:00.184Z||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-25T05:51:00.185Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:51:00.195Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:51:00.196Z||pool-7-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-25T05:51:01.086Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-25T05:51:01.086Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T05:51:01.089Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T05:51:01.089Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666677055377,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/artifacts/service-BasicOnboardTerwwk-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T05:51:01.189Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T05:51:01.192Z||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-25T05:51:01.192Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:51:01.207Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:51:01.208Z||pool-8-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-25T05:51:02.090Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-25T05:51:02.090Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T05:51:02.092Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T05:51:02.093Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666677055377,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/artifacts/service-BasicOnboardTerwwk-csar.csar",
  "status": "NOTIFIED"
}
2022-10-25T05:51:02.193Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T05:51:02.194Z||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-25T05:51:02.194Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:51:02.208Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:51:02.209Z||pool-9-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-25T05:51:03.095Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
  "serviceName": "basic_onboard_TERwWK",
  "serviceVersion": "1.0",
  "serviceUUID": "d647bccd-0bd6-4fa9-b8d5-e912cf4c7e46",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c8e12ca4-9bdf-4fdf-a316-6b48a5289c0d",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_TERwWK 0",
      "resourceCustomizationUUID": "f22a81e4-4b86-45a1-9faa-8475b40e55ec",
      "resourceName": "basic_onboard_TERwWK",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "96b40a36-b491-4e99-a141-085174e7ca4f",
      "resourceInvariantUUID": "9d4eae2d-9abc-4700-af79-20d63c2627f6",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_terwwk0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/basic_onboard_terwwk0_modules.json",
          "artifactChecksum": "NjJlZmU3M2JkODdmOWIxYTJiYzdhYWYyM2NhMjRkNGQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "b145c2af-b32a-41b6-9a35-2edd9e896b2a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "2c7e4e7d-f332-4a38-b0b5-9de0f78fbc78",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "973a4f48-0d69-4ba0-a69f-4af71a5bb381",
            "generatedFromUUID": "2c7e4e7d-f332-4a38-b0b5-9de0f78fbc78"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "973a4f48-0d69-4ba0-a69f-4af71a5bb381",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardTerwwk-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/artifacts/service-BasicOnboardTerwwk-csar.csar",
      "artifactChecksum": "YWFjOWFiNmQ2NGEyYTVlZjZjMGIzMTQxOTcxMzAwM2U\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ecbfefa7-4600-40dd-a8e2-6f819089f0c1"
    }
  ],
  "workloadContext": "Production"
}
2022-10-25T05:51:03.096Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-25T05:51:03.097Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d647bccd-0bd6-4fa9-b8d5-e912cf4c7e46 ASDC
2022-10-25T05:51:03.180Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70
ServiceName:basic_onboard_TERwWK
ServiceVersion:1.0
ServiceUUID:d647bccd-0bd6-4fa9-b8d5-e912cf4c7e46
ServiceInvariantUUID:c8e12ca4-9bdf-4fdf-a316-6b48a5289c0d
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardTerwwk-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/artifacts/service-BasicOnboardTerwwk-csar.csar
ArtifactUUID:ecbfefa7-4600-40dd-a8e2-6f819089f0c1
ArtifactChecksum:YWFjOWFiNmQ2NGEyYTVlZjZjMGIzMTQxOTcxMzAwM2U=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_TERwWK 0
ResourceCustomizationUUID:f22a81e4-4b86-45a1-9faa-8475b40e55ec
ResourceInvariantUUID:9d4eae2d-9abc-4700-af79-20d63c2627f6
ResourceName:basic_onboard_TERwWK
ResourceType:VF
ResourceUUID:96b40a36-b491-4e99-a141-085174e7ca4f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_terwwk0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/basic_onboard_terwwk0_modules.json
ArtifactUUID:b145c2af-b32a-41b6-9a35-2edd9e896b2a
ArtifactChecksum:NjJlZmU3M2JkODdmOWIxYTJiYzdhYWYyM2NhMjRkNGQ=
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/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/base_ubuntu18.yaml
ArtifactUUID:2c7e4e7d-f332-4a38-b0b5-9de0f78fbc78
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/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/base_ubuntu18.env
ArtifactUUID:973a4f48-0d69-4ba0-a69f-4af71a5bb381
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/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/base_ubuntu18.env
ArtifactUUID:973a4f48-0d69-4ba0-a69f-4af71a5bb381
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-10-25T05:51:03.181Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d647bccd-0bd6-4fa9-b8d5-e912cf4c7e46 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-25T05:51:03.241Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-25T05:51:03.243Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-10-25T05:51:03.244Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-10-25T05:51:03.244Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: ecbfefa7-4600-40dd-a8e2-6f819089f0c1 from URL: /sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/artifacts/service-BasicOnboardTerwwk-csar.csar
2022-10-25T05:51:03.245Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-10-25T05:51:03.246Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/artifacts/service-BasicOnboardTerwwk-csar.csar
2022-10-25T05:51:03.345Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-10-25T05:51:03.358Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/artifacts/service-BasicOnboardTerwwk-csar.csar ecbfefa7-4600-40dd-a8e2-6f819089f0c1 75310
2022-10-25T05:51:03.361Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/artifacts/service-BasicOnboardTerwwk-csar.csar ASDC sendASDCNotification
2022-10-25T05:51:03.361Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/artifacts/service-BasicOnboardTerwwk-csar.csar
2022-10-25T05:51:03.362Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-25T05:51:03.363Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T05:51:03.366Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T05:51:03.366Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666677063359,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/artifacts/service-BasicOnboardTerwwk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-25T05:51:03.466Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T05:51:03.467Z||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-25T05:51:03.468Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:51:03.480Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:51:03.481Z||pool-10-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-25T05:51:04.367Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-25T05:51:04.370Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-10-25T05:51:04.371Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: ecbfefa7-4600-40dd-a8e2-6f819089f0c1, URL: /sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/artifacts/service-BasicOnboardTerwwk-csar.csar to file: /app/ASDC/1/service-BasicOnboardTerwwk-csar.csar
2022-10-25T05:51:04.372Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardTerwwk-csar.csar
2022-10-25T05:51:04.449Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardTerwwk-csar.csar
2022-10-25T05:51:04.449Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardTerwwk-csar.csar
2022-10-25T05:51:04.899Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7500027065037975326/Definitions/service-BasicOnboardTerwwk-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-25T05:51:06.741Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-25T05:51:06.746Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-10-25T05:51:06.746Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardTerwwk-csar.csar
2022-10-25T05:51:06.747Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-10-25T05:51:06.747Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardTerwwk-csar.csar
2022-10-25T05:51:06.747Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|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-BasicOnboardTerwwk-csar.csar
2022-10-25T05:51:06.747Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|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-BasicOnboardTerwwk-csar.csar
2022-10-25T05:51:06.747Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|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-BasicOnboardTerwwk-csar.csar
2022-10-25T05:51:06.747Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardTerwwk-csar.csar
2022-10-25T05:51:06.747Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_TERwWK 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-BasicOnboardTerwwk-csar.csar
2022-10-25T05:51:06.748Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|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-BasicOnboardTerwwk-csar.csar
2022-10-25T05:51:06.748Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-10-25T05:51:06.754Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T05:51:06.756Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_TERwWK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T05:51:06.760Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_TERwWK 0 is matching search criteria
2022-10-25T05:51:06.761Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-10-25T05:51:06.762Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_TERwWK 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-25T05:51:06.764Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T05:51:06.764Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_TERwWK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T05:51:06.765Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_TERwWK 0 is matching search criteria
2022-10-25T05:51:06.765Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-10-25T05:51:06.765Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_TERwWK 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-25T05:51:06.766Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T05:51:06.766Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_TERwWK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T05:51:06.770Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T05:51:06.771Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_TERwWK 0 is not matching search criteria
2022-10-25T05:51:06.771Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-10-25T05:51:06.771Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-10-25T05:51:06.771Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-10-25T05:51:06.772Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-10-25T05:51:06.772Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-25T05:51:06.772Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T05:51:06.772Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_TERwWK is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-25T05:51:06.774Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T05:51:06.774Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_TERwWK 0 is matching search criteria
2022-10-25T05:51:06.774Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_TERwWK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-25T05:51:06.774Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T05:51:06.775Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_TERwWK 0 is matching search criteria
2022-10-25T05:51:06.775Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_TERwWK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-25T05:51:06.775Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T05:51:06.775Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_TERwWK 0 is matching search criteria
2022-10-25T05:51:06.775Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_TERwWK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-25T05:51:06.776Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T05:51:06.776Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_TERwWK 0 is not matching search criteria
2022-10-25T05:51:06.776Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-10-25T05:51:06.776Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-10-25T05:51:06.776Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=ddd3c8e5-5c84-4d7b-a50b-0051d0ef8ac9
2022-10-25T05:51:06.777Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T05:51:06.777Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_TERwWK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T05:51:06.777Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T05:51:06.777Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_TERwWK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T05:51:06.777Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T05:51:06.777Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_TERwWK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T05:51:06.777Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T05:51:06.777Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_TERwWK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T05:51:06.778Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_TERwWK
Description:service
Model UUID:d647bccd-0bd6-4fa9-b8d5-e912cf4c7e46
Model Version:NULL
Model InvariantUuid:c8e12ca4-9bdf-4fdf-a316-6b48a5289c0d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_TERwWK
Model UUID:b74e0e02-bc14-42bd-8911-c1bc49fe957b
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:9d4eae2d-9abc-4700-af79-20d63c2627f6
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:f22a81e4-4b86-45a1-9faa-8475b40e55ec
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:cf24c8fe-f27c-4474-ba2a-6aa87c7e4124
ModelName:BasicOnboardTerwwk..base_ubuntu18..module-0
ModelUuid:36c65e9b-9266-4443-90a5-7121ec14c97b
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:ddd3c8e5-5c84-4d7b-a50b-0051d0ef8ac9
ModelInvariantUuid:021ec035-07ca-4ce2-a54e-fe471cea0ca5
ModelName:basic_onboard_TERwWK-nodes.ubuntu18Cvfc
ModelUuid:8df0d900-c43d-4b10-94ea-9457955269da
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:90178aea-820f-44cb-8478-a1f68726fa75
ModelInvariantUuid:b77c05d6-e8c3-4dc8-b3b4-3d4b3cb8f953
ModelName:BasicOnboardTerwwk.compute.nodes.heat.ubuntu18
ModelUuid:7f1094bc-861e-485f-ba18-6c9fb472ef2e
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-25T05:51:06.792Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 96b40a36-b491-4e99-a141-085174e7ca4f
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-25T05:51:06.934Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||basic_onboard_TERwWK 0
2022-10-25T05:51:06.939Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 96b40a36-b491-4e99-a141-085174e7ca4f
2022-10-25T05:51:06.939Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: b145c2af-b32a-41b6-9a35-2edd9e896b2a from URL: /sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/basic_onboard_terwwk0_modules.json
2022-10-25T05:51:06.939Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-10-25T05:51:06.939Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/basic_onboard_terwwk0_modules.json
2022-10-25T05:51:06.993Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-10-25T05:51:06.993Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/basic_onboard_terwwk0_modules.json b145c2af-b32a-41b6-9a35-2edd9e896b2a 798
2022-10-25T05:51:06.994Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/basic_onboard_terwwk0_modules.json ASDC sendASDCNotification
2022-10-25T05:51:06.994Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/basic_onboard_terwwk0_modules.json
2022-10-25T05:51:06.994Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-25T05:51:06.994Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T05:51:06.997Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T05:51:06.997Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666677066994,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/basic_onboard_terwwk0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-25T05:51:07.097Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T05:51:07.098Z||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-25T05:51:07.099Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:51:07.112Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:51:07.113Z||pool-11-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-25T05:51:07.998Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardTerwwk..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "cf24c8fe-f27c-4474-ba2a-6aa87c7e4124",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "36c65e9b-9266-4443-90a5-7121ec14c97b",
    "vfModuleModelCustomizationUUID": "5f8eaa60-322f-4258-96ac-baba43e2b657",
    "isBase": true,
    "artifacts": [
      "2c7e4e7d-f332-4a38-b0b5-9de0f78fbc78",
      "973a4f48-0d69-4ba0-a69f-4af71a5bb381"
    ],
    "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-25T05:51:08.016Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardTerwwk..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:36c65e9b-9266-4443-90a5-7121ec14c97b
VfModuleModelInvariantUUID:cf24c8fe-f27c-4474-ba2a-6aa87c7e4124
VfModuleModelDescription:NULL
Artifacts UUID List:{
2c7e4e7d-f332-4a38-b0b5-9de0f78fbc78
,
973a4f48-0d69-4ba0-a69f-4af71a5bb381

}
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-25T05:51:08.019Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardTerwwk..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "cf24c8fe-f27c-4474-ba2a-6aa87c7e4124",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "36c65e9b-9266-4443-90a5-7121ec14c97b",
    "vfModuleModelCustomizationUUID": "5f8eaa60-322f-4258-96ac-baba43e2b657",
    "isBase": true,
    "artifacts": [
      "2c7e4e7d-f332-4a38-b0b5-9de0f78fbc78",
      "973a4f48-0d69-4ba0-a69f-4af71a5bb381"
    ],
    "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-25T05:51:08.019Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardTerwwk..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:36c65e9b-9266-4443-90a5-7121ec14c97b
VfModuleModelInvariantUUID:cf24c8fe-f27c-4474-ba2a-6aa87c7e4124
VfModuleModelDescription:NULL
Artifacts UUID List:{
2c7e4e7d-f332-4a38-b0b5-9de0f78fbc78
,
973a4f48-0d69-4ba0-a69f-4af71a5bb381

}
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-25T05:51:08.019Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 2c7e4e7d-f332-4a38-b0b5-9de0f78fbc78 from URL: /sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/base_ubuntu18.yaml
2022-10-25T05:51:08.019Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-10-25T05:51:08.019Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/base_ubuntu18.yaml
2022-10-25T05:51:08.067Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-10-25T05:51:08.068Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/base_ubuntu18.yaml 2c7e4e7d-f332-4a38-b0b5-9de0f78fbc78 5033
2022-10-25T05:51:08.068Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-10-25T05:51:08.069Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/base_ubuntu18.yaml
2022-10-25T05:51:08.069Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-25T05:51:08.069Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T05:51:08.071Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T05:51:08.071Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666677068068,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-25T05:51:08.171Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T05:51:08.172Z||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-25T05:51:08.173Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:51:08.184Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:51:08.185Z||pool-12-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-25T05:51:09.072Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 973a4f48-0d69-4ba0-a69f-4af71a5bb381 from URL: /sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/base_ubuntu18.env
2022-10-25T05:51:09.073Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-10-25T05:51:09.073Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/base_ubuntu18.env
2022-10-25T05:51:09.119Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-10-25T05:51:09.119Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/base_ubuntu18.env 973a4f48-0d69-4ba0-a69f-4af71a5bb381 909
2022-10-25T05:51:09.120Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-10-25T05:51:09.120Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/base_ubuntu18.env
2022-10-25T05:51:09.120Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-25T05:51:09.120Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T05:51:09.122Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T05:51:09.123Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666677069120,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-10-25T05:51:09.223Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T05:51:09.224Z||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-25T05:51:09.224Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:51:09.245Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:51:09.246Z||pool-13-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-10-25T05:51:10.127Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: d647bccd-0bd6-4fa9-b8d5-e912cf4c7e46
2022-10-25T05:51:10.127Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_TERwWK 0 96b40a36-b491-4e99-a141-085174e7ca4f 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-25T05:51:10.166Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5657996a, org.onap.sdc.toscaparser.api.parameters.Input@12f32511, org.onap.sdc.toscaparser.api.parameters.Input@6c3f2d9d, org.onap.sdc.toscaparser.api.parameters.Input@1f4084da, org.onap.sdc.toscaparser.api.parameters.Input@75b6c291]
2022-10-25T05:51:10.171Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T05:51:10.171Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_TERwWK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T05:51:10.172Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-10-25T05:51:10.172Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= f22a81e4-4b86-45a1-9faa-8475b40e55ec
2022-10-25T05:51:10.172Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f22a81e4-4b86-45a1-9faa-8475b40e55ec matches Tosca VF Customization UUID: f22a81e4-4b86-45a1-9faa-8475b40e55ec
2022-10-25T05:51:10.172Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: f22a81e4-4b86-45a1-9faa-8475b40e55ec  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-25T05:51:10.181Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T05:51:10.181Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_TERwWK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T05:51:10.183Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id f22a81e4-4b86-45a1-9faa-8475b40e55ec: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-10-25T05:51:10.183Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6955653d
2022-10-25T05:51:10.184Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T05:51:10.184Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_TERwWK is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-25T05:51:10.185Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5f8eaa60-322f-4258-96ac-baba43e2b657
2022-10-25T05:51:10.186Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5f8eaa60-322f-4258-96ac-baba43e2b657
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-25T05:51:10.194Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T05:51:10.195Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_TERwWK 0 is matching search criteria
2022-10-25T05:51:10.195Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_TERwWK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-25T05:51:10.196Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T05:51:10.196Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_TERwWK 0 is matching search criteria
2022-10-25T05:51:10.197Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_TERwWK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-25T05:51:10.197Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T05:51:10.197Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_TERwWK 0 is not matching search criteria
2022-10-25T05:51:10.198Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-10-25T05:51:10.198Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-10-25T05:51:10.198Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=ddd3c8e5-5c84-4d7b-a50b-0051d0ef8ac9
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-25T05:51:10.211Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T05:51:10.212Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_TERwWK 0 is matching search criteria
2022-10-25T05:51:10.212Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_TERwWK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-25T05:51:10.213Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T05:51:10.213Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_TERwWK 0 is matching search criteria
2022-10-25T05:51:10.214Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_TERwWK 0] matching following query criteria: sdcType=VF, customizationUUID=f22a81e4-4b86-45a1-9faa-8475b40e55ec
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-25T05:51:10.217Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T05:51:10.217Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_TERwWK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T05:51:10.218Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid d647bccd-0bd6-4fa9-b8d5-e912cf4c7e46: basic_onboard_TERwWK
2022-10-25T05:51:10.218Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T05:51:10.218Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_TERwWK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T05:51:10.218Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T05:51:10.218Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_TERwWK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T05:51:10.219Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T05:51:10.219Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_TERwWK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T05:51:10.219Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T05:51:10.219Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_TERwWK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T05:51:10.219Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T05:51:10.219Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_TERwWK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T05:51:10.220Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||Saving Service: basic_onboard_TERwWK 
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-25T05:51:10.412Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_TERwWK 96b40a36-b491-4e99-a141-085174e7ca4f 1 ASDC deployResourceStructure
2022-10-25T05:51:10.413Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/basic_onboard_terwwk0_modules.json ASDC sendASDCNotification
2022-10-25T05:51:10.413Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/basic_onboard_terwwk0_modules.json
2022-10-25T05:51:10.413Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-25T05:51:10.413Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T05:51:10.415Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T05:51:10.415Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666677070413,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/basic_onboard_terwwk0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-25T05:51:10.516Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T05:51:10.516Z||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-25T05:51:10.516Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:51:10.527Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:51:10.528Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-25T05:51:11.417Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-10-25T05:51:11.417Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/base_ubuntu18.yaml
2022-10-25T05:51:11.417Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-25T05:51:11.418Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T05:51:11.420Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T05:51:11.420Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666677071417,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-10-25T05:51:11.520Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-25T05:51:11.521Z||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-25T05:51:11.522Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:51:11.533Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:51:11.534Z||pool-15-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-25T05:51:12.422Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-10-25T05:51:12.422Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/base_ubuntu18.env
2022-10-25T05:51:12.422Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-25T05:51:12.423Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T05:51:12.425Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T05:51:12.425Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666677072422,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-10-25T05:51:12.525Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T05:51:12.527Z||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-25T05:51:12.527Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:51:12.539Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:51:12.540Z||pool-16-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-25T05:51:13.427Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/artifacts/service-BasicOnboardTerwwk-csar.csar ASDC sendASDCNotification
2022-10-25T05:51:13.427Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/artifacts/service-BasicOnboardTerwwk-csar.csar
2022-10-25T05:51:13.427Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-25T05:51:13.428Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T05:51:13.430Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T05:51:13.430Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666677073426,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/artifacts/service-BasicOnboardTerwwk-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-25T05:51:13.530Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T05:51:13.531Z||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-25T05:51:13.531Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:51:13.543Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:51:13.544Z||pool-17-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-25T05:51:14.431Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-25T05:51:14.452Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-25T05:51:14.456Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-25T05:51:14.457Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-25T05:51:14.457Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-25T05:51:14.457Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-25T05:51:14.457Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-25T05:51:14.457Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-25T05:51:14.457Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-25T05:51:14.457Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-25T05:51:14.457Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-25T05:51:14.457Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|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-25T05:51:14.465Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-25T05:51:44.466Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70 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-25T05:51:44.477Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70 and serviceModelVersionId: d647bccd-0bd6-4fa9-b8d5-e912cf4c7e46
2022-10-25T05:51:44.478Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c8e12ca4-9bdf-4fdf-a316-6b48a5289c0d
2022-10-25T05:51:55.012Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c8e12ca4-9bdf-4fdf-a316-6b48a5289c0d/model-vers/model-ver/d647bccd-0bd6-4fa9-b8d5-e912cf4c7e46?depth=0
2022-10-25T05:51:55.123Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-10-25T05:51:55.386Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:51:55.387Z||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-25T05:51:55.387Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:51:55.542Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:51:55.544Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-25T05:51:55.544Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666677055377,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T05:51:55.545Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-25T05:51:55.647Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c8e12ca4-9bdf-4fdf-a316-6b48a5289c0d/model-vers/model-ver/d647bccd-0bd6-4fa9-b8d5-e912cf4c7e46?depth=0|INFO|500||Invoke
2022-10-25T05:51:55.659Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c8e12ca4-9bdf-4fdf-a316-6b48a5289c0d/model-vers/model-ver/d647bccd-0bd6-4fa9-b8d5-e912cf4c7e46?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c8e12ca4-9bdf-4fdf-a316-6b48a5289c0d/model-vers/model-ver/d647bccd-0bd6-4fa9-b8d5-e912cf4c7e46?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5cab159a-bf58-425e-aa1d-03437e92e134], X-ECOMP-RequestID=[6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70], X-TransactionId=[], X-ONAP-RequestID=[6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70], Content-Type=[application/merge-patch+json]}
2022-10-25T05:51:55.768Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c8e12ca4-9bdf-4fdf-a316-6b48a5289c0d/model-vers/model-ver/d647bccd-0bd6-4fa9-b8d5-e912cf4c7e46?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-10-25T05:51:55.956Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c8e12ca4-9bdf-4fdf-a316-6b48a5289c0d/model-vers/model-ver/d647bccd-0bd6-4fa9-b8d5-e912cf4c7e46?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/c8e12ca4-9bdf-4fdf-a316-6b48a5289c0d/model-vers/model-ver/d647bccd-0bd6-4fa9-b8d5-e912cf4c7e46?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221025-05:51:55:828-37338], vertex-id=[196632], Content-Length=[0], Date=[Tue, 25 Oct 2022 05:51:55 GMT], Content-Type=[application/json]}
2022-10-25T05:51:55.959Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c8e12ca4-9bdf-4fdf-a316-6b48a5289c0d/model-vers/model-ver/d647bccd-0bd6-4fa9-b8d5-e912cf4c7e46?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-10-25T05:51:55.960Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c8e12ca4-9bdf-4fdf-a316-6b48a5289c0d/model-vers/model-ver/d647bccd-0bd6-4fa9-b8d5-e912cf4c7e46?depth=0|INFO|500||InvokeReturn
2022-10-25T05:51:55.964Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-25T05:51:55.964Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|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-25T05:51:55.971Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|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-25T05:51:55.972Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-25T05:51:55.973Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-25T05:51:55.974Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T05:51:55.976Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T05:51:55.976Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666677115972,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-25T05:51:56.076Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T05:51:56.077Z||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-25T05:51:56.077Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:51:56.090Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:51:56.091Z||pool-18-thread-1|||||INFO|500||cambria reply ok (13 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-25T05:51:56.991Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:51:56.991Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|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-25T05:51:56.992Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:52:06.539Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:52:55.377Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:52:55.378Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|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-25T05:52:55.379Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:52:55.386Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:52:55.387Z||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-25T05:52:55.387Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:52:55.415Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:52:55.416Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-25T05:52:55.416Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666677055377,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/basic_onboard_terwwk0_modules.json",
  "status": "NOTIFIED"
}
2022-10-25T05:52:55.419Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-25T05:52:55.419Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-25T05:52:55.419Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666677055377,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-10-25T05:52:55.419Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-25T05:52:55.420Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-25T05:52:55.420Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666677055377,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T05:52:55.420Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-25T05:52:55.420Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-25T05:52:55.420Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666677055377,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-10-25T05:52:55.420Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-25T05:52:55.420Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-25T05:52:55.420Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666677055377,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/artifacts/service-BasicOnboardTerwwk-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T05:52:55.420Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-25T05:52:55.420Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-25T05:52:55.420Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666677055377,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/artifacts/service-BasicOnboardTerwwk-csar.csar",
  "status": "NOTIFIED"
}
2022-10-25T05:52:55.420Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-25T05:52:55.421Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-25T05:52:55.421Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666677063359,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/artifacts/service-BasicOnboardTerwwk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-25T05:52:55.421Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T05:52:55.421Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-25T05:52:55.421Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666677066994,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/basic_onboard_terwwk0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-25T05:52:55.421Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T05:52:55.421Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-25T05:52:55.421Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666677068068,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-25T05:52:55.421Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T05:52:55.421Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-25T05:52:55.421Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666677069120,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-10-25T05:52:55.421Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T05:52:55.421Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-25T05:52:55.421Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666677070413,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/basic_onboard_terwwk0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-25T05:52:55.421Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T05:52:55.421Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-25T05:52:55.421Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666677071417,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-10-25T05:52:55.421Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T05:52:55.422Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-25T05:52:55.422Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666677072422,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-10-25T05:52:55.422Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T05:52:55.422Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-25T05:52:55.422Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666677073426,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/artifacts/service-BasicOnboardTerwwk-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-25T05:52:55.422Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T05:53:04.938Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:53:55.377Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:53:55.379Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|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-25T05:53:55.379Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:53:55.386Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:53:55.387Z||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-25T05:53:55.387Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:53:55.907Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:53:55.907Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:53:55.907Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666677115972,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-25T05:53:55.909Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T05:54:04.641Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:54:04.643Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-25T05:54:04.644Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"06bb6f14-f980-41ed-af7f-a124707b3525","serviceName":"vFW 2022-10-25 05-53-14","serviceVersion":"1.0","serviceUUID":"1c7c3dfe-fec9-4940-a827-9cc37dc447e7","serviceDescription":"catalog service description","serviceInvariantUUID":"1ed9bea7-07bf-41d0-82ac-2f73069d8751","resources":[{"resourceInstanceName":"vFW a5276f17-8959 0","resourceName":"vFW a5276f17-8959","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6d340f68-9020-46c5-aad3-381848375504","resourceInvariantUUID":"defda3da-9c61-402a-96f0-416b8f6d07e0","resourceCustomizationUUID":"ae9f921a-f246-4a7f-970e-7b76f9d6318a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/vf-license-model.xml","artifactChecksum":"NmNhZDQ0YWVmYjgyNTExYTIyNzAyMmY1YjgxY2Y5N2E\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"09f523c0-f3f3-457d-9c21-ce40c2e84a83","artifactVersion":"1"},{"artifactName":"vfwa5276f1789590_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/vfwa5276f1789590_modules.json","artifactChecksum":"YTI0ODNiODE2YmRlZDY5ODQ2Yjc4MWQxZjdkZDc0NjE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e9e13d28-7b03-4faa-a10c-9a7c5e1648b9","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f7426c74-2627-433d-8768-e062bc27a7a2","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/vendor-license-model.xml","artifactChecksum":"ODhhZGMwYTIxMDEwMDMyZTM0NGZmNDRkNGI0NjlmNDU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"687c9a29-8210-4a99-acd9-74e80595ec43","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"2d461a5b-b0b0-42a9-a7e8-45bf7307e93f","artifactVersion":"2","generatedFromUUID":"f7426c74-2627-433d-8768-e062bc27a7a2"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221025055314-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221025055314/1.0/artifacts/service-Vfw20221025055314-template.yml","artifactChecksum":"ZmE0MDEzZTIwMzU4OTNhMDJhOTJhOTc4NmRmZDk5NWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b43990b4-c5cf-4196-8b16-4d2d1092f8ea","artifactVersion":"1"},{"artifactName":"service-Vfw20221025055314-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221025055314/1.0/artifacts/service-Vfw20221025055314-csar.csar","artifactChecksum":"MzNkYWZkOWM4NmJlNDU3ZTczZThkMTBkNzk2OTgwMDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3e715966-eb6f-4da4-b08f-da06b6ffbf30","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-25T05:54:04.648Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-25T05:54:04.649Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T05:54:04.653Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T05:54:04.654Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666677235377,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T05:54:04.755Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T05:54:04.758Z||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-25T05:54:04.758Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:54:04.773Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:54:04.774Z||pool-19-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-10-25T05:54:05.654Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-25T05:54:05.656Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T05:54:05.658Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T05:54:05.659Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666677235377,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/vfwa5276f1789590_modules.json",
  "status": "NOTIFIED"
}
2022-10-25T05:54:05.759Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T05:54:05.760Z||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-25T05:54:05.761Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:54:05.781Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:54:05.782Z||pool-20-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-10-25T05:54:06.659Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-25T05:54:06.660Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T05:54:06.662Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T05:54:06.663Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666677235377,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-10-25T05:54:06.763Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T05:54:06.764Z||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-25T05:54:06.765Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:54:06.791Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:54:06.792Z||pool-21-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-10-25T05:54:07.663Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-25T05:54:07.664Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T05:54:07.666Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T05:54:07.666Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666677235377,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T05:54:07.767Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-25T05:54:07.768Z||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-25T05:54:07.768Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:54:07.781Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:54:07.782Z||pool-22-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-25T05:54:08.667Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-25T05:54:08.668Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T05:54:08.670Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T05:54:08.670Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666677235377,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-10-25T05:54:08.770Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-25T05:54:08.771Z||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-25T05:54:08.772Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:54:08.797Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:54:08.797Z||pool-23-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-10-25T05:54:09.674Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-25T05:54:09.675Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T05:54:09.678Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T05:54:09.678Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666677235377,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/artifacts/service-Vfw20221025055314-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T05:54:09.778Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T05:54:09.779Z||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-25T05:54:09.779Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:54:09.792Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:54:09.793Z||pool-24-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-25T05:54:10.678Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-25T05:54:10.679Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T05:54:10.682Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T05:54:10.682Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666677235377,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/artifacts/service-Vfw20221025055314-csar.csar",
  "status": "NOTIFIED"
}
2022-10-25T05:54:10.782Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T05:54:10.783Z||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-25T05:54:10.783Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:54:10.796Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:54:10.797Z||pool-25-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-25T05:54:11.686Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
  "serviceName": "vFW 2022-10-25 05-53-14",
  "serviceVersion": "1.0",
  "serviceUUID": "1c7c3dfe-fec9-4940-a827-9cc37dc447e7",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "1ed9bea7-07bf-41d0-82ac-2f73069d8751",
  "resources": [
    {
      "resourceInstanceName": "vFW a5276f17-8959 0",
      "resourceCustomizationUUID": "ae9f921a-f246-4a7f-970e-7b76f9d6318a",
      "resourceName": "vFW a5276f17-8959",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "6d340f68-9020-46c5-aad3-381848375504",
      "resourceInvariantUUID": "defda3da-9c61-402a-96f0-416b8f6d07e0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwa5276f1789590_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/vfwa5276f1789590_modules.json",
          "artifactChecksum": "YTI0ODNiODE2YmRlZDY5ODQ2Yjc4MWQxZjdkZDc0NjE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e9e13d28-7b03-4faa-a10c-9a7c5e1648b9",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "f7426c74-2627-433d-8768-e062bc27a7a2",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "2d461a5b-b0b0-42a9-a7e8-45bf7307e93f",
            "generatedFromUUID": "f7426c74-2627-433d-8768-e062bc27a7a2"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "2d461a5b-b0b0-42a9-a7e8-45bf7307e93f",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20221025055314-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/artifacts/service-Vfw20221025055314-csar.csar",
      "artifactChecksum": "MzNkYWZkOWM4NmJlNDU3ZTczZThkMTBkNzk2OTgwMDY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3e715966-eb6f-4da4-b08f-da06b6ffbf30"
    }
  ],
  "workloadContext": "Production"
}
2022-10-25T05:54:11.686Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-25T05:54:11.686Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1c7c3dfe-fec9-4940-a827-9cc37dc447e7 ASDC
2022-10-25T05:54:11.687Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:06bb6f14-f980-41ed-af7f-a124707b3525
ServiceName:vFW 2022-10-25 05-53-14
ServiceVersion:1.0
ServiceUUID:1c7c3dfe-fec9-4940-a827-9cc37dc447e7
ServiceInvariantUUID:1ed9bea7-07bf-41d0-82ac-2f73069d8751
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221025055314-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221025055314/1.0/artifacts/service-Vfw20221025055314-csar.csar
ArtifactUUID:3e715966-eb6f-4da4-b08f-da06b6ffbf30
ArtifactChecksum:MzNkYWZkOWM4NmJlNDU3ZTczZThkMTBkNzk2OTgwMDY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW a5276f17-8959 0
ResourceCustomizationUUID:ae9f921a-f246-4a7f-970e-7b76f9d6318a
ResourceInvariantUUID:defda3da-9c61-402a-96f0-416b8f6d07e0
ResourceName:vFW a5276f17-8959
ResourceType:VF
ResourceUUID:6d340f68-9020-46c5-aad3-381848375504
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwa5276f1789590_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/vfwa5276f1789590_modules.json
ArtifactUUID:e9e13d28-7b03-4faa-a10c-9a7c5e1648b9
ArtifactChecksum:YTI0ODNiODE2YmRlZDY5ODQ2Yjc4MWQxZjdkZDc0NjE=
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/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/base_vfw.yaml
ArtifactUUID:f7426c74-2627-433d-8768-e062bc27a7a2
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/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/base_vfw.env
ArtifactUUID:2d461a5b-b0b0-42a9-a7e8-45bf7307e93f
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/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/base_vfw.env
ArtifactUUID:2d461a5b-b0b0-42a9-a7e8-45bf7307e93f
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-10-25T05:54:11.687Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1c7c3dfe-fec9-4940-a827-9cc37dc447e7 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-25T05:54:11.737Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-25T05:54:11.738Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-10-25T05:54:11.738Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-10-25T05:54:11.738Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 3e715966-eb6f-4da4-b08f-da06b6ffbf30 from URL: /sdc/v1/catalog/services/Vfw20221025055314/1.0/artifacts/service-Vfw20221025055314-csar.csar
2022-10-25T05:54:11.738Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-10-25T05:54:11.738Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221025055314/1.0/artifacts/service-Vfw20221025055314-csar.csar
2022-10-25T05:54:11.851Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-10-25T05:54:11.857Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221025055314/1.0/artifacts/service-Vfw20221025055314-csar.csar 3e715966-eb6f-4da4-b08f-da06b6ffbf30 100683
2022-10-25T05:54:11.858Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221025055314/1.0/artifacts/service-Vfw20221025055314-csar.csar ASDC sendASDCNotification
2022-10-25T05:54:11.858Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221025055314/1.0/artifacts/service-Vfw20221025055314-csar.csar
2022-10-25T05:54:11.858Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-25T05:54:11.858Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T05:54:11.860Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T05:54:11.861Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666677251858,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/artifacts/service-Vfw20221025055314-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-25T05:54:11.961Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T05:54:11.962Z||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-25T05:54:11.963Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:54:11.974Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:54:11.976Z||pool-26-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-10-25T05:54:12.861Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-25T05:54:12.863Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-10-25T05:54:12.863Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 3e715966-eb6f-4da4-b08f-da06b6ffbf30, URL: /sdc/v1/catalog/services/Vfw20221025055314/1.0/artifacts/service-Vfw20221025055314-csar.csar to file: /app/ASDC/1/service-Vfw20221025055314-csar.csar
2022-10-25T05:54:12.864Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221025055314-csar.csar
2022-10-25T05:54:12.864Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221025055314-csar.csar
2022-10-25T05:54:12.865Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221025055314-csar.csar
2022-10-25T05:54:13.169Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12892572716150394365/Definitions/service-Vfw20221025055314-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
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-25T05:54:15.053Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-25T05:54:15.054Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-10-25T05:54:15.055Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221025055314-csar.csar
2022-10-25T05:54:15.055Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-10-25T05:54:15.055Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221025055314-csar.csar
2022-10-25T05:54:15.055Z|06bb6f14-f980-41ed-af7f-a124707b3525|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-Vfw20221025055314-csar.csar
2022-10-25T05:54:15.055Z|06bb6f14-f980-41ed-af7f-a124707b3525|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-Vfw20221025055314-csar.csar
2022-10-25T05:54:15.055Z|06bb6f14-f980-41ed-af7f-a124707b3525|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-Vfw20221025055314-csar.csar
2022-10-25T05:54:15.055Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221025055314-csar.csar
2022-10-25T05:54:15.055Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221025055314-csar.csar
2022-10-25T05:54:15.055Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW a5276f17-8959 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-Vfw20221025055314-csar.csar
2022-10-25T05:54:15.055Z|06bb6f14-f980-41ed-af7f-a124707b3525|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-Vfw20221025055314-csar.csar
2022-10-25T05:54:15.056Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221025055314-csar.csar
2022-10-25T05:54:15.056Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221025055314-csar.csar
2022-10-25T05:54:15.056Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221025055314-csar.csar
2022-10-25T05:54:15.056Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-10-25T05:54:15.056Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T05:54:15.056Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-10-25 05-53-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T05:54:15.057Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vFW a5276f17-8959 0 is matching search criteria
2022-10-25T05:54:15.057Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-10-25T05:54:15.057Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a5276f17-8959 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-25T05:54:15.057Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T05:54:15.057Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-10-25 05-53-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T05:54:15.057Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vFW a5276f17-8959 0 is matching search criteria
2022-10-25T05:54:15.058Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-10-25T05:54:15.058Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a5276f17-8959 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-25T05:54:15.062Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T05:54:15.063Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-10-25 05-53-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T05:54:15.064Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T05:54:15.064Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vFW a5276f17-8959 0 is not matching search criteria
2022-10-25T05:54:15.064Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-25T05:54:15.067Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-25T05:54:15.067Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-25T05:54:15.067Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-25T05:54:15.067Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-25T05:54:15.067Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-25T05:54:15.067Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-25T05:54:15.067Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-25T05:54:15.067Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-25T05:54:15.067Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-25T05:54:15.067Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-25T05:54:15.068Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-25T05:54:15.068Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-25T05:54:15.068Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-25T05:54:15.068Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-25T05:54:15.068Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-25T05:54:15.068Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T05:54:15.068Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-10-25 05-53-14 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-25T05:54:15.068Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T05:54:15.068Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vFW a5276f17-8959 0 is matching search criteria
2022-10-25T05:54:15.069Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a5276f17-8959 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-25T05:54:15.069Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T05:54:15.069Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vFW a5276f17-8959 0 is matching search criteria
2022-10-25T05:54:15.069Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a5276f17-8959 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-25T05:54:15.069Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T05:54:15.070Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vFW a5276f17-8959 0 is matching search criteria
2022-10-25T05:54:15.070Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a5276f17-8959 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-25T05:54:15.070Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T05:54:15.070Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vFW a5276f17-8959 0 is not matching search criteria
2022-10-25T05:54:15.070Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-25T05:54:15.070Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-10-25T05:54:15.070Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-25T05:54:15.070Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-25T05:54:15.070Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-25T05:54:15.070Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-25T05:54:15.071Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-25T05:54:15.071Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-25T05:54:15.071Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-25T05:54:15.071Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-25T05:54:15.071Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-25T05:54:15.071Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9cd84c5b-ff41-4996-9a90-c11a68ddd15b
2022-10-25T05:54:15.071Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T05:54:15.071Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vFW a5276f17-8959 0 is not matching search criteria
2022-10-25T05:54:15.071Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-25T05:54:15.072Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-25T05:54:15.072Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-25T05:54:15.072Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-25T05:54:15.072Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-25T05:54:15.072Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-25T05:54:15.072Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-25T05:54:15.072Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-10-25T05:54:15.072Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-25T05:54:15.072Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-25T05:54:15.072Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-25T05:54:15.073Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-25T05:54:15.073Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=d58b1859-e907-4d83-8ab0-b0cb33cb3132
2022-10-25T05:54:15.073Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T05:54:15.073Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vFW a5276f17-8959 0 is not matching search criteria
2022-10-25T05:54:15.073Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-25T05:54:15.073Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-25T05:54:15.073Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-25T05:54:15.074Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-25T05:54:15.074Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-25T05:54:15.074Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-25T05:54:15.074Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-25T05:54:15.074Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-25T05:54:15.074Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-25T05:54:15.074Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-25T05:54:15.074Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-25T05:54:15.075Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-10-25T05:54:15.075Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=33dca052-c7f9-4b81-8be9-c17442e037fc
2022-10-25T05:54:15.075Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T05:54:15.075Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-10-25 05-53-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T05:54:15.075Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T05:54:15.075Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-10-25 05-53-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T05:54:15.075Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T05:54:15.075Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-10-25 05-53-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T05:54:15.075Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T05:54:15.075Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-10-25 05-53-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T05:54:15.075Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-10-25 05-53-14
Description:catalog service description
Model UUID:1c7c3dfe-fec9-4940-a827-9cc37dc447e7
Model Version:NULL
Model InvariantUuid:1ed9bea7-07bf-41d0-82ac-2f73069d8751
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW a5276f17-8959
Model UUID:c50e83e9-428e-4a25-903b-671817553ab7
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:defda3da-9c61-402a-96f0-416b8f6d07e0
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:ae9f921a-f246-4a7f-970e-7b76f9d6318a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:cb25afbf-49b5-4a1d-910b-b2b6c5862da9
ModelName:VfwA5276f178959..base_vfw..module-0
ModelUuid:22a886db-23c3-4686-8e47-ebf2cddeeec6
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:9cd84c5b-ff41-4996-9a90-c11a68ddd15b
ModelInvariantUuid:c3a5415a-11e6-4ff9-aa8c-af9f057b9c3d
ModelName:vFW a5276f17-8959-nodes.vfwCvfc
ModelUuid:5f501720-c1f4-4903-8e6d-a22e9a01b58b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:dedb72fe-4ff6-42fc-b9e6-01fa8cc4e6ff
ModelInvariantUuid:8759ec41-5bc8-4652-a802-b9e0b47e76f1
ModelName:VfwA5276f178959.compute.nodes.heat.vfw
ModelUuid:fe6678aa-e79a-49f8-b0ac-51782e5ade95
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:d58b1859-e907-4d83-8ab0-b0cb33cb3132
ModelInvariantUuid:237d8c83-a8fb-4d2c-91f8-a1c86a5cc2d9
ModelName:vFW a5276f17-8959-nodes.vsnCvfc
ModelUuid:0988cb45-ce88-45bb-bfd9-72a316481ac3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:5680d4a1-e0a2-457f-b43c-00b6899ef9b4
ModelInvariantUuid:117ab6e7-1755-4ac9-88fb-7a3a13322054
ModelName:VfwA5276f178959.compute.nodes.heat.vsn
ModelUuid:7e906e86-3d3c-4a11-96e2-0f4e4dd6a031
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:33dca052-c7f9-4b81-8be9-c17442e037fc
ModelInvariantUuid:d6ca74db-6002-4f07-8a1d-eeb5e2c4150b
ModelName:vFW a5276f17-8959-nodes.vpgCvfc
ModelUuid:cc1b1303-913e-4dac-9a9d-83ae51191059
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:d9288bc5-6c1e-4b21-9e9b-e034ff8be716
ModelInvariantUuid:e36608aa-51b1-4471-b534-c1f37af72d9c
ModelName:VfwA5276f178959.compute.nodes.heat.vpg
ModelUuid:5f1a1762-09b2-457c-91d9-193220fdb080
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-25T05:54:15.085Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 6d340f68-9020-46c5-aad3-381848375504
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-25T05:54:15.089Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||vFW a5276f17-8959 0
2022-10-25T05:54:15.090Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6d340f68-9020-46c5-aad3-381848375504
2022-10-25T05:54:15.090Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: e9e13d28-7b03-4faa-a10c-9a7c5e1648b9 from URL: /sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/vfwa5276f1789590_modules.json
2022-10-25T05:54:15.090Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-10-25T05:54:15.090Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/vfwa5276f1789590_modules.json
2022-10-25T05:54:15.146Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-10-25T05:54:15.147Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/vfwa5276f1789590_modules.json e9e13d28-7b03-4faa-a10c-9a7c5e1648b9 785
2022-10-25T05:54:15.147Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/vfwa5276f1789590_modules.json ASDC sendASDCNotification
2022-10-25T05:54:15.147Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/vfwa5276f1789590_modules.json
2022-10-25T05:54:15.147Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-25T05:54:15.148Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T05:54:15.149Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T05:54:15.150Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666677255147,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/vfwa5276f1789590_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-25T05:54:15.250Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T05:54:15.251Z||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-25T05:54:15.251Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:54:15.273Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:54:15.274Z||pool-27-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-10-25T05:54:16.150Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwA5276f178959..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "cb25afbf-49b5-4a1d-910b-b2b6c5862da9",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "22a886db-23c3-4686-8e47-ebf2cddeeec6",
    "vfModuleModelCustomizationUUID": "62748b04-b539-4993-aacd-450d0c8d1b3a",
    "isBase": true,
    "artifacts": [
      "f7426c74-2627-433d-8768-e062bc27a7a2",
      "2d461a5b-b0b0-42a9-a7e8-45bf7307e93f"
    ],
    "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-25T05:54:16.156Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwA5276f178959..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:22a886db-23c3-4686-8e47-ebf2cddeeec6
VfModuleModelInvariantUUID:cb25afbf-49b5-4a1d-910b-b2b6c5862da9
VfModuleModelDescription:NULL
Artifacts UUID List:{
f7426c74-2627-433d-8768-e062bc27a7a2
,
2d461a5b-b0b0-42a9-a7e8-45bf7307e93f

}
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-25T05:54:16.158Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwA5276f178959..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "cb25afbf-49b5-4a1d-910b-b2b6c5862da9",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "22a886db-23c3-4686-8e47-ebf2cddeeec6",
    "vfModuleModelCustomizationUUID": "62748b04-b539-4993-aacd-450d0c8d1b3a",
    "isBase": true,
    "artifacts": [
      "f7426c74-2627-433d-8768-e062bc27a7a2",
      "2d461a5b-b0b0-42a9-a7e8-45bf7307e93f"
    ],
    "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-25T05:54:16.158Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwA5276f178959..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:22a886db-23c3-4686-8e47-ebf2cddeeec6
VfModuleModelInvariantUUID:cb25afbf-49b5-4a1d-910b-b2b6c5862da9
VfModuleModelDescription:NULL
Artifacts UUID List:{
f7426c74-2627-433d-8768-e062bc27a7a2
,
2d461a5b-b0b0-42a9-a7e8-45bf7307e93f

}
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-25T05:54:16.158Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: f7426c74-2627-433d-8768-e062bc27a7a2 from URL: /sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/base_vfw.yaml
2022-10-25T05:54:16.159Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-10-25T05:54:16.159Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/base_vfw.yaml
2022-10-25T05:54:16.212Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-10-25T05:54:16.213Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/base_vfw.yaml f7426c74-2627-433d-8768-e062bc27a7a2 20368
2022-10-25T05:54:16.214Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-10-25T05:54:16.214Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/base_vfw.yaml
2022-10-25T05:54:16.214Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-25T05:54:16.214Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T05:54:16.217Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T05:54:16.217Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666677256214,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-25T05:54:16.317Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T05:54:16.318Z||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-25T05:54:16.318Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:54:16.331Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:54:16.331Z||pool-28-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-25T05:54:17.217Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 2d461a5b-b0b0-42a9-a7e8-45bf7307e93f from URL: /sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/base_vfw.env
2022-10-25T05:54:17.218Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-10-25T05:54:17.218Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/base_vfw.env
2022-10-25T05:54:17.267Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-10-25T05:54:17.267Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/base_vfw.env 2d461a5b-b0b0-42a9-a7e8-45bf7307e93f 2098
2022-10-25T05:54:17.268Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/base_vfw.env ASDC sendASDCNotification
2022-10-25T05:54:17.268Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/base_vfw.env
2022-10-25T05:54:17.268Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-25T05:54:17.268Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T05:54:17.270Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T05:54:17.270Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666677257268,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-10-25T05:54:17.370Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T05:54:17.371Z||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-25T05:54:17.372Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:54:17.386Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:54:17.387Z||pool-29-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-10-25T05:54:18.270Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 1c7c3dfe-fec9-4940-a827-9cc37dc447e7
2022-10-25T05:54:18.271Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW a5276f17-8959 0 6d340f68-9020-46c5-aad3-381848375504 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-25T05:54:18.291Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@157b60fc, org.onap.sdc.toscaparser.api.parameters.Input@4ac60c38, org.onap.sdc.toscaparser.api.parameters.Input@7a1949a4, org.onap.sdc.toscaparser.api.parameters.Input@66ce4053, org.onap.sdc.toscaparser.api.parameters.Input@287ca0f6]
2022-10-25T05:54:18.293Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T05:54:18.294Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-10-25 05-53-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T05:54:18.294Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-10-25T05:54:18.294Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= ae9f921a-f246-4a7f-970e-7b76f9d6318a
2022-10-25T05:54:18.294Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ae9f921a-f246-4a7f-970e-7b76f9d6318a matches Tosca VF Customization UUID: ae9f921a-f246-4a7f-970e-7b76f9d6318a
2022-10-25T05:54:18.294Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: ae9f921a-f246-4a7f-970e-7b76f9d6318a  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-25T05:54:18.297Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T05:54:18.297Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-10-25 05-53-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T05:54:18.298Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id ae9f921a-f246-4a7f-970e-7b76f9d6318a: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-10-25T05:54:18.299Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@761df157
2022-10-25T05:54:18.299Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T05:54:18.299Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-10-25 05-53-14 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-25T05:54:18.299Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 62748b04-b539-4993-aacd-450d0c8d1b3a
2022-10-25T05:54:18.299Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 62748b04-b539-4993-aacd-450d0c8d1b3a
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-25T05:54:18.303Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T05:54:18.304Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vFW a5276f17-8959 0 is matching search criteria
2022-10-25T05:54:18.304Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a5276f17-8959 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-25T05:54:18.304Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T05:54:18.304Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vFW a5276f17-8959 0 is matching search criteria
2022-10-25T05:54:18.304Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a5276f17-8959 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-25T05:54:18.304Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T05:54:18.305Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vFW a5276f17-8959 0 is not matching search criteria
2022-10-25T05:54:18.305Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-25T05:54:18.305Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-10-25T05:54:18.305Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-25T05:54:18.305Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-25T05:54:18.305Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-25T05:54:18.305Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-25T05:54:18.305Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-25T05:54:18.305Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-25T05:54:18.305Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-25T05:54:18.305Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-25T05:54:18.306Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-25T05:54:18.306Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9cd84c5b-ff41-4996-9a90-c11a68ddd15b
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-25T05:54:18.309Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T05:54:18.309Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vFW a5276f17-8959 0 is matching search criteria
2022-10-25T05:54:18.309Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a5276f17-8959 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-25T05:54:18.309Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T05:54:18.309Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vFW a5276f17-8959 0 is not matching search criteria
2022-10-25T05:54:18.310Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-25T05:54:18.310Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-25T05:54:18.310Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-25T05:54:18.310Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-25T05:54:18.310Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-25T05:54:18.310Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-25T05:54:18.310Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-25T05:54:18.310Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-10-25T05:54:18.310Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-25T05:54:18.311Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-25T05:54:18.311Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-25T05:54:18.311Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-25T05:54:18.311Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=d58b1859-e907-4d83-8ab0-b0cb33cb3132
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-25T05:54:18.314Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T05:54:18.314Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vFW a5276f17-8959 0 is matching search criteria
2022-10-25T05:54:18.314Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a5276f17-8959 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-25T05:54:18.317Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T05:54:18.318Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vFW a5276f17-8959 0 is not matching search criteria
2022-10-25T05:54:18.318Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-25T05:54:18.318Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-25T05:54:18.318Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-25T05:54:18.318Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-25T05:54:18.318Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-25T05:54:18.319Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-25T05:54:18.319Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-25T05:54:18.319Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-25T05:54:18.319Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-25T05:54:18.319Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-25T05:54:18.319Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-25T05:54:18.319Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-10-25T05:54:18.320Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=33dca052-c7f9-4b81-8be9-c17442e037fc
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-25T05:54:18.322Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T05:54:18.323Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vFW a5276f17-8959 0 is matching search criteria
2022-10-25T05:54:18.323Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a5276f17-8959 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-25T05:54:18.323Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T05:54:18.323Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vFW a5276f17-8959 0 is matching search criteria
2022-10-25T05:54:18.323Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a5276f17-8959 0] matching following query criteria: sdcType=VF, customizationUUID=ae9f921a-f246-4a7f-970e-7b76f9d6318a
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-25T05:54:18.326Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T05:54:18.326Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-10-25 05-53-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T05:54:18.326Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 1c7c3dfe-fec9-4940-a827-9cc37dc447e7: vFW a5276f17-8959
2022-10-25T05:54:18.326Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T05:54:18.326Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-10-25 05-53-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T05:54:18.326Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T05:54:18.327Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-10-25 05-53-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T05:54:18.327Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T05:54:18.327Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-10-25 05-53-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T05:54:18.327Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T05:54:18.327Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-10-25 05-53-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T05:54:18.327Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T05:54:18.327Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-10-25 05-53-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T05:54:18.327Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2022-10-25 05-53-14 
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-25T05:54:18.547Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW a5276f17-8959 6d340f68-9020-46c5-aad3-381848375504 1 ASDC deployResourceStructure
2022-10-25T05:54:18.547Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/vfwa5276f1789590_modules.json ASDC sendASDCNotification
2022-10-25T05:54:18.548Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/vfwa5276f1789590_modules.json
2022-10-25T05:54:18.548Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-25T05:54:18.548Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T05:54:18.550Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T05:54:18.550Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666677258547,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/vfwa5276f1789590_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-25T05:54:18.650Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T05:54:18.651Z||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-25T05:54:18.651Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:54:18.664Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:54:18.665Z||pool-30-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-25T05:54:19.551Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-10-25T05:54:19.552Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/base_vfw.yaml
2022-10-25T05:54:19.553Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-25T05:54:19.553Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T05:54:19.556Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T05:54:19.556Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666677259551,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-10-25T05:54:19.656Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-25T05:54:19.657Z||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-25T05:54:19.658Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:54:19.674Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:54:19.675Z||pool-31-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-25T05:54:20.558Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/base_vfw.env ASDC sendASDCNotification
2022-10-25T05:54:20.559Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/base_vfw.env
2022-10-25T05:54:20.559Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-25T05:54:20.559Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T05:54:20.562Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T05:54:20.563Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666677260558,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-10-25T05:54:20.663Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T05:54:20.664Z||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-25T05:54:20.665Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:54:20.681Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:54:20.682Z||pool-32-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-25T05:54:21.565Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221025055314/1.0/artifacts/service-Vfw20221025055314-csar.csar ASDC sendASDCNotification
2022-10-25T05:54:21.565Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221025055314/1.0/artifacts/service-Vfw20221025055314-csar.csar
2022-10-25T05:54:21.567Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-25T05:54:21.568Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T05:54:21.572Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T05:54:21.573Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666677261565,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/artifacts/service-Vfw20221025055314-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-25T05:54:21.672Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-25T05:54:21.673Z||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-25T05:54:21.674Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:54:21.688Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:54:21.689Z||pool-33-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-10-25T05:54:22.574Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 06bb6f14-f980-41ed-af7f-a124707b3525
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-25T05:54:22.590Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 06bb6f14-f980-41ed-af7f-a124707b3525
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-25T05:54:22.595Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-25T05:54:22.595Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-25T05:54:22.595Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-25T05:54:52.596Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 06bb6f14-f980-41ed-af7f-a124707b3525
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-25T05:54:52.613Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 06bb6f14-f980-41ed-af7f-a124707b3525
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-25T05:54:52.620Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-25T05:54:52.620Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-25T05:54:52.620Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-25T05:54:55.386Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:54:55.387Z||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-25T05:54:55.387Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:54:56.049Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:54:56.052Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:54:56.053Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
  "consumerID": "cds",
  "timestamp": 1666677241538,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T05:54:56.053Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T05:54:56.054Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:54:56.054Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666677235377,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T05:54:56.054Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T05:54:56.054Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:54:56.054Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666677243217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T05:54:56.054Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T05:54:56.054Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:54:56.054Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666677237594,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T05:54:56.054Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T05:54:56.054Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:54:56.054Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
  "consumerID": "cds",
  "timestamp": 1666677241538,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/vfwa5276f1789590_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-25T05:54:56.054Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T05:54:56.054Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:54:56.054Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666677243217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/vfwa5276f1789590_modules.json",
  "status": "NOTIFIED"
}
2022-10-25T05:54:56.054Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T05:54:56.054Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:54:56.054Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666677235377,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/vfwa5276f1789590_modules.json",
  "status": "NOTIFIED"
}
2022-10-25T05:54:56.054Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T05:54:56.055Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:54:56.055Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666677237594,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/vfwa5276f1789590_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-25T05:54:56.055Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T05:54:56.055Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:54:56.055Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
  "consumerID": "cds",
  "timestamp": 1666677241538,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T05:54:56.055Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T05:54:56.055Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:54:56.055Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666677243217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-10-25T05:54:56.055Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T05:54:56.055Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:54:56.055Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666677235377,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-10-25T05:54:56.055Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T05:54:56.055Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:54:56.055Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666677237594,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T05:54:56.055Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T05:54:56.055Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:54:56.055Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
  "consumerID": "cds",
  "timestamp": 1666677241538,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T05:54:56.055Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T05:54:56.055Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:54:56.055Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666677235377,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T05:54:56.055Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T05:54:56.055Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:54:56.055Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666677243217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T05:54:56.056Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T05:54:56.056Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:54:56.056Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666677237594,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T05:54:56.056Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T05:54:56.056Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:54:56.056Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
  "consumerID": "cds",
  "timestamp": 1666677241538,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-10-25T05:54:56.056Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T05:54:56.056Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:54:56.056Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666677235377,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-10-25T05:54:56.056Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T05:54:56.056Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:54:56.056Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666677243217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-10-25T05:54:56.056Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T05:54:56.056Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:54:56.056Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666677237594,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-10-25T05:54:56.056Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T05:54:56.057Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:54:56.057Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
  "consumerID": "cds",
  "timestamp": 1666677241538,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/artifacts/service-Vfw20221025055314-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T05:54:56.057Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T05:54:56.057Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:54:56.057Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666677243217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/artifacts/service-Vfw20221025055314-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T05:54:56.057Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T05:54:56.057Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:54:56.057Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666677235377,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/artifacts/service-Vfw20221025055314-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T05:54:56.057Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T05:54:56.057Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:54:56.057Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666677237594,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/artifacts/service-Vfw20221025055314-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T05:54:56.057Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T05:54:56.057Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:54:56.057Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666677243217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/artifacts/service-Vfw20221025055314-csar.csar",
  "status": "NOTIFIED"
}
2022-10-25T05:54:56.057Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T05:54:56.057Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:54:56.057Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
  "consumerID": "cds",
  "timestamp": 1666677241538,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/artifacts/service-Vfw20221025055314-csar.csar",
  "status": "NOTIFIED"
}
2022-10-25T05:54:56.057Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T05:54:56.057Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:54:56.057Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666677235377,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/artifacts/service-Vfw20221025055314-csar.csar",
  "status": "NOTIFIED"
}
2022-10-25T05:54:56.057Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T05:54:56.057Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:54:56.057Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666677237594,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/artifacts/service-Vfw20221025055314-csar.csar",
  "status": "NOTIFIED"
}
2022-10-25T05:54:56.057Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T05:54:56.057Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:54:56.057Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666677251700,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/vfwa5276f1789590_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-25T05:54:56.057Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T05:54:56.057Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:54:56.057Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
  "consumerID": "cds",
  "timestamp": 1666677251504,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/artifacts/service-Vfw20221025055314-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-25T05:54:56.057Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T05:54:56.057Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:54:56.057Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666677251858,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/artifacts/service-Vfw20221025055314-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-25T05:54:56.058Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T05:54:56.058Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:54:56.058Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666677251909,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/artifacts/service-Vfw20221025055314-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-25T05:54:56.058Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T05:54:56.058Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:54:56.058Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
  "consumerID": "cds",
  "timestamp": 1666677252514,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/artifacts/service-Vfw20221025055314-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-25T05:54:56.067Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 06bb6f14-f980-41ed-af7f-a124707b3525
2022-10-25T05:54:56.069Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 06bb6f14-f980-41ed-af7f-a124707b3525 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-25T05:54:56.085Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:54:56.085Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666677252816,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-25T05:54:56.086Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T05:54:56.087Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:54:56.087Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
  "consumerID": "aai-ml",
  "timestamp": 1666677252678,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T05:54:56.087Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T05:54:56.087Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:54:56.087Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666677253893,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-10-25T05:54:56.087Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T05:54:56.087Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:54:56.087Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666677255046,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T05:54:56.087Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T05:54:56.087Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:54:56.087Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
  "consumerID": "aai-ml",
  "timestamp": 1666677252678,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/vfwa5276f1789590_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-25T05:54:56.087Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T05:54:56.087Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:54:56.087Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666677255046,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/vfwa5276f1789590_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-25T05:54:56.088Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T05:54:56.088Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:54:56.088Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666677254922,
  "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-25T05:54:56.094Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 06bb6f14-f980-41ed-af7f-a124707b3525
2022-10-25T05:54:56.094Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 06bb6f14-f980-41ed-af7f-a124707b3525 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-25T05:54:56.104Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:54:56.105Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666677255147,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/vfwa5276f1789590_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-25T05:54:56.105Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T05:54:56.105Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:54:56.105Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666677255295,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/artifacts/service-Vfw20221025055314-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-25T05:54:56.105Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T05:54:56.106Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:54:56.106Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
  "consumerID": "aai-ml",
  "timestamp": 1666677252678,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T05:54:56.106Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T05:54:56.106Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:54:56.106Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666677255046,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T05:54:56.106Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T05:54:56.106Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:54:56.106Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666677255929,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/vfwa5276f1789590_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-25T05:54:56.106Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T05:54:56.106Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:54:56.106Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666677256214,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-25T05:54:56.106Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T05:54:56.107Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:54:56.107Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666677256302,
  "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-25T05:54:56.112Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 06bb6f14-f980-41ed-af7f-a124707b3525
2022-10-25T05:54:56.112Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 06bb6f14-f980-41ed-af7f-a124707b3525 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-25T05:54:56.121Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:54:56.122Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
  "consumerID": "aai-ml",
  "timestamp": 1666677252678,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T05:54:56.122Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T05:54:56.122Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:54:56.122Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666677255046,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T05:54:56.122Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T05:54:56.122Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:54:56.122Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666677257268,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-10-25T05:54:56.122Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T05:54:56.122Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:54:56.122Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
  "consumerID": "aai-ml",
  "timestamp": 1666677252678,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-10-25T05:54:56.123Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T05:54:56.123Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:54:56.123Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666677255046,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-10-25T05:54:56.123Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T05:54:56.123Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:54:56.123Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
  "consumerID": "aai-ml",
  "timestamp": 1666677252678,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/artifacts/service-Vfw20221025055314-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T05:54:56.123Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T05:54:56.123Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:54:56.123Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666677258547,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/vfwa5276f1789590_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-25T05:54:56.123Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T05:54:56.123Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:54:56.123Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666677255046,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/artifacts/service-Vfw20221025055314-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T05:54:56.123Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T05:54:56.123Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:54:56.123Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
  "consumerID": "aai-ml",
  "timestamp": 1666677252678,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/artifacts/service-Vfw20221025055314-csar.csar",
  "status": "NOTIFIED"
}
2022-10-25T05:54:56.123Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T05:54:56.124Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:54:56.124Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666677259551,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-10-25T05:54:56.124Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T05:54:56.124Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:54:56.124Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666677255046,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/artifacts/service-Vfw20221025055314-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-25T05:54:56.124Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T05:54:56.124Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:54:56.124Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666677260558,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-10-25T05:54:56.124Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T05:54:56.124Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:54:56.124Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
  "consumerID": "aai-ml",
  "timestamp": 1666677260513,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/artifacts/service-Vfw20221025055314-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-25T05:54:56.124Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T05:54:56.125Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:54:56.125Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666677261565,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/artifacts/service-Vfw20221025055314-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-25T05:54:56.125Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T05:54:56.125Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:54:56.125Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
  "consumerID": "aai-ml",
  "timestamp": 1666677271562,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/artifacts/service-Vfw20221025055314-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-25T05:54:56.125Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T05:54:56.125Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:54:56.125Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
  "consumerID": "aai-ml",
  "timestamp": 1666677272568,
  "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-25T05:54:56.131Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 06bb6f14-f980-41ed-af7f-a124707b3525
2022-10-25T05:54:56.131Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 06bb6f14-f980-41ed-af7f-a124707b3525 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-25T05:55:22.621Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 06bb6f14-f980-41ed-af7f-a124707b3525
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-25T05:55:22.640Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 06bb6f14-f980-41ed-af7f-a124707b3525
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-25T05:55:22.644Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-25T05:55:22.644Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-25T05:55:22.644Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-25T05:55:22.644Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-25T05:55:22.644Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-25T05:55:22.644Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-25T05:55:22.644Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-25T05:55:22.644Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-25T05:55:22.644Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-25T05:55:22.644Z|06bb6f14-f980-41ed-af7f-a124707b3525|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-25T05:55:22.651Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-25T05:55:52.651Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 06bb6f14-f980-41ed-af7f-a124707b3525 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-25T05:55:52.658Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 06bb6f14-f980-41ed-af7f-a124707b3525 and serviceModelVersionId: 1c7c3dfe-fec9-4940-a827-9cc37dc447e7
2022-10-25T05:55:52.658Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1ed9bea7-07bf-41d0-82ac-2f73069d8751
2022-10-25T05:55:52.660Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1ed9bea7-07bf-41d0-82ac-2f73069d8751/model-vers/model-ver/1c7c3dfe-fec9-4940-a827-9cc37dc447e7?depth=0
2022-10-25T05:55:52.665Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-10-25T05:55:52.711Z|06bb6f14-f980-41ed-af7f-a124707b3525|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/1ed9bea7-07bf-41d0-82ac-2f73069d8751/model-vers/model-ver/1c7c3dfe-fec9-4940-a827-9cc37dc447e7?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-25T05:55:52.713Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ed9bea7-07bf-41d0-82ac-2f73069d8751/model-vers/model-ver/1c7c3dfe-fec9-4940-a827-9cc37dc447e7?depth=0|INFO|500||Invoke
2022-10-25T05:55:52.740Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ed9bea7-07bf-41d0-82ac-2f73069d8751/model-vers/model-ver/1c7c3dfe-fec9-4940-a827-9cc37dc447e7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-10-25T05:55:52.840Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ed9bea7-07bf-41d0-82ac-2f73069d8751/model-vers/model-ver/1c7c3dfe-fec9-4940-a827-9cc37dc447e7?depth=0|INFO|500||InvokeReturn
2022-10-25T05:55:52.841Z|06bb6f14-f980-41ed-af7f-a124707b3525|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/1ed9bea7-07bf-41d0-82ac-2f73069d8751/model-vers/model-ver/1c7c3dfe-fec9-4940-a827-9cc37dc447e7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221025-05:55:52:796-57088], vertex-id=[364664], Content-Length=[0], Date=[Tue, 25 Oct 2022 05:55:52 GMT], Content-Type=[application/json]}
2022-10-25T05:55:52.841Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-10-25T05:55:52.842Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-25T05:55:52.842Z|06bb6f14-f980-41ed-af7f-a124707b3525|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-25T05:55:52.849Z|06bb6f14-f980-41ed-af7f-a124707b3525|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-25T05:55:52.849Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 06bb6f14-f980-41ed-af7f-a124707b3525 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-25T05:55:52.849Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-25T05:55:52.850Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T05:55:52.852Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T05:55:52.852Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666677352849,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-25T05:55:52.952Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T05:55:52.953Z||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-25T05:55:52.953Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:55:52.967Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:55:52.968Z||pool-34-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: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-25T05:55:53.869Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:55:53.870Z|06bb6f14-f980-41ed-af7f-a124707b3525|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-25T05:55:53.870Z|06bb6f14-f980-41ed-af7f-a124707b3525|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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:55:55.386Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:55:55.387Z||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-25T05:55:55.388Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:55:56.017Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:55:56.018Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:55:56.018Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666677352849,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-25T05:55:56.018Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T05:56:03.416Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:56:03.417Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:56:03.417Z|06bb6f14-f980-41ed-af7f-a124707b3525|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-25T05:56:03.417Z|06bb6f14-f980-41ed-af7f-a124707b3525|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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:56:12.971Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:56:55.377Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:56:55.378Z||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-25T05:56:55.378Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:56:55.386Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:56:55.387Z||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-25T05:56:55.387Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:57:04.922Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:57:04.942Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:57:55.377Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:57:55.379Z||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-25T05:57:55.379Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:57:55.386Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:57:55.387Z||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-25T05:57:55.387Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:58:04.929Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:58:04.966Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:58:55.378Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:58:55.380Z||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-25T05:58:55.381Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:58:55.386Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:58:55.387Z||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-25T05:58:55.387Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:59:04.935Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:59:04.937Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T05:59:55.377Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:59:55.379Z||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-25T05:59:55.380Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:59:55.386Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:59:55.387Z|06bb6f14-f980-41ed-af7f-a124707b3525|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-25T05:59:55.387Z|06bb6f14-f980-41ed-af7f-a124707b3525|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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:00:04.936Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:00:04.941Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:00:55.377Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:00:55.379Z||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-25T06:00:55.379Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:00:55.386Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:00:55.387Z||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-25T06:00:55.387Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:01:04.935Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:01:04.936Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:01:55.377Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:01:55.379Z||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-25T06:01:55.379Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:01:55.386Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:01:55.387Z||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-25T06:01:55.387Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:02:04.933Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:02:04.943Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:02:55.378Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:02:55.379Z||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-25T06:02:55.380Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:02:55.386Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:02:55.387Z||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-25T06:02:55.387Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:03:04.939Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:03:04.958Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:03:55.378Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:03:55.381Z||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-25T06:03:55.381Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:03:55.386Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:03:55.387Z|06bb6f14-f980-41ed-af7f-a124707b3525|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-25T06:03:55.387Z|06bb6f14-f980-41ed-af7f-a124707b3525|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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:04:04.966Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:04:04.967Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:04:55.377Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:04:55.381Z||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-25T06:04:55.381Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:04:55.386Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:04:55.387Z|06bb6f14-f980-41ed-af7f-a124707b3525|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-25T06:04:55.387Z|06bb6f14-f980-41ed-af7f-a124707b3525|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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:05:04.752Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:05:04.753Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-25T06:05:04.753Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"a27f6384-8227-4acd-b5ca-00d7db51460e","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"ccc5f08e-ee06-4bb1-995e-38a8138eeb1b","serviceDescription":"service","serviceInvariantUUID":"2441fd00-7564-4e26-84f7-d5d7f8e36cea","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"6b6fd07f-88d2-4ba6-8929-e6af3a2ce5b2","resourceInvariantUUID":"eaf50266-7bc7-4457-bfe9-d4d4c0135217","resourceCustomizationUUID":"098cff1b-8a7c-4e7a-b2aa-7b54cd0ad86e","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":"ZmU0OGYyZjk4MjY5Y2FjZjcwZjkzODVmZGM0MzFhNzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"af312afc-d38a-4e93-ba69-0e9282a6bef0","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YzcwOTVlNDcxMjJiZGE0M2E2YmM2N2E0NzVjNmZkODM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a85b2cfb-1061-4762-a387-6a4ffba18a66","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-25T06:05:04.763Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-25T06:05:04.765Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-25T06:05:04.803Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T06:05:04.804Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a27f6384-8227-4acd-b5ca-00d7db51460e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666677895377,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:05:04.903Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-25T06:05:04.905Z||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-25T06:05:04.906Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:05:04.921Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:05:04.921Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:05:04.921Z||pool-35-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-25T06:05:05.804Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-25T06:05:05.808Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-25T06:05:05.816Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T06:05:05.816Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a27f6384-8227-4acd-b5ca-00d7db51460e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666677895377,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-10-25T06:05:05.913Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-10-25T06:05:05.914Z||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-25T06:05:05.915Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:05:05.928Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:05:05.929Z||pool-36-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-25T06:05:06.818Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "a27f6384-8227-4acd-b5ca-00d7db51460e",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "ccc5f08e-ee06-4bb1-995e-38a8138eeb1b",
  "serviceDescription": "service",
  "serviceInvariantUUID": "2441fd00-7564-4e26-84f7-d5d7f8e36cea",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "098cff1b-8a7c-4e7a-b2aa-7b54cd0ad86e",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "6b6fd07f-88d2-4ba6-8929-e6af3a2ce5b2",
      "resourceInvariantUUID": "eaf50266-7bc7-4457-bfe9-d4d4c0135217",
      "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": "YzcwOTVlNDcxMjJiZGE0M2E2YmM2N2E0NzVjNmZkODM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a85b2cfb-1061-4762-a387-6a4ffba18a66"
    }
  ],
  "workloadContext": "Production"
}
2022-10-25T06:05:06.819Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-25T06:05:06.819Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 ccc5f08e-ee06-4bb1-995e-38a8138eeb1b ASDC
2022-10-25T06:05:06.820Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:a27f6384-8227-4acd-b5ca-00d7db51460e
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:ccc5f08e-ee06-4bb1-995e-38a8138eeb1b
ServiceInvariantUUID:2441fd00-7564-4e26-84f7-d5d7f8e36cea
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:a85b2cfb-1061-4762-a387-6a4ffba18a66
ArtifactChecksum:YzcwOTVlNDcxMjJiZGE0M2E2YmM2N2E0NzVjNmZkODM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:098cff1b-8a7c-4e7a-b2aa-7b54cd0ad86e
ResourceInvariantUUID:eaf50266-7bc7-4457-bfe9-d4d4c0135217
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:6b6fd07f-88d2-4ba6-8929-e6af3a2ce5b2
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-10-25T06:05:06.823Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ccc5f08e-ee06-4bb1-995e-38a8138eeb1b 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-25T06:05:06.916Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-25T06:05:06.917Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-10-25T06:05:06.918Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-10-25T06:05:06.918Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: a85b2cfb-1061-4762-a387-6a4ffba18a66 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-25T06:05:06.918Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-10-25T06:05:06.919Z|a27f6384-8227-4acd-b5ca-00d7db51460e|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-25T06:05:07.020Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-10-25T06:05:07.022Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar a85b2cfb-1061-4762-a387-6a4ffba18a66 57663
2022-10-25T06:05:07.023Z|a27f6384-8227-4acd-b5ca-00d7db51460e|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-25T06:05:07.024Z|a27f6384-8227-4acd-b5ca-00d7db51460e|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-25T06:05:07.024Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-25T06:05:07.024Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-25T06:05:07.026Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T06:05:07.026Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a27f6384-8227-4acd-b5ca-00d7db51460e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666677907023,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-25T06:05:07.130Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-10-25T06:05:07.132Z||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-25T06:05:07.132Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:05:07.146Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:05:07.147Z||pool-37-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-25T06:05:08.027Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-25T06:05:08.030Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-10-25T06:05:08.031Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: a85b2cfb-1061-4762-a387-6a4ffba18a66, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-25T06:05:08.032Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-10-25T06:05:08.032Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-25T06:05:08.032Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-25T06:05:08.234Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13090157878629299239/Definitions/service-BasicNetwork-template.yml
2022-10-25T06:05:08.692Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-25T06:05:08.693Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-10-25T06:05:08.693Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-25T06:05:08.693Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-10-25T06:05:08.693Z|a27f6384-8227-4acd-b5ca-00d7db51460e|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-25T06:05:08.693Z|a27f6384-8227-4acd-b5ca-00d7db51460e|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-25T06:05:08.693Z|a27f6384-8227-4acd-b5ca-00d7db51460e|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-25T06:05:08.693Z|a27f6384-8227-4acd-b5ca-00d7db51460e|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-25T06:05:08.693Z|a27f6384-8227-4acd-b5ca-00d7db51460e|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-25T06:05:08.693Z|a27f6384-8227-4acd-b5ca-00d7db51460e|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-25T06:05:08.694Z|a27f6384-8227-4acd-b5ca-00d7db51460e|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-25T06:05:08.694Z|a27f6384-8227-4acd-b5ca-00d7db51460e|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-25T06:05:08.694Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-10-25T06:05:08.694Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:05:08.694Z|a27f6384-8227-4acd-b5ca-00d7db51460e|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-25T06:05:08.695Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-10-25T06:05:08.695Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-10-25T06:05:08.695Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-25T06:05:08.695Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:05:08.695Z|a27f6384-8227-4acd-b5ca-00d7db51460e|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-25T06:05:08.696Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-10-25T06:05:08.696Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-10-25T06:05:08.696Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-25T06:05:08.696Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:05:08.696Z|a27f6384-8227-4acd-b5ca-00d7db51460e|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-25T06:05:08.696Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:05:08.696Z|a27f6384-8227-4acd-b5ca-00d7db51460e|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-25T06:05:08.696Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:05:08.697Z|a27f6384-8227-4acd-b5ca-00d7db51460e|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-25T06:05:08.697Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:05:08.697Z|a27f6384-8227-4acd-b5ca-00d7db51460e|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-25T06:05:08.697Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:05:08.697Z|a27f6384-8227-4acd-b5ca-00d7db51460e|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-25T06:05:08.697Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:ccc5f08e-ee06-4bb1-995e-38a8138eeb1b
Model Version:NULL
Model InvariantUuid:2441fd00-7564-4e26-84f7-d5d7f8e36cea
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:eaf50266-7bc7-4457-bfe9-d4d4c0135217
Model UUID:5da0d2bc-c573-4b41-840d-e6d914fe537d
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:098cff1b-8a7c-4e7a-b2aa-7b54cd0ad86e
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-25T06:05:08.710Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||INFO|500||Processing Resource Type: VL, Model UUID: 6b6fd07f-88d2-4ba6-8929-e6af3a2ce5b2
2022-10-25T06:05:08.711Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||INFO|500||No resources found for Service: ccc5f08e-ee06-4bb1-995e-38a8138eeb1b
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-25T06:05:08.724Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||INFO|500||
2022-10-25T06:05:08.725Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-10-25T06:05:08.726Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||No resources found for Service: ccc5f08e-ee06-4bb1-995e-38a8138eeb1b
2022-10-25T06:05:08.726Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: ccc5f08e-ee06-4bb1-995e-38a8138eeb1b
2022-10-25T06:05:08.726Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-10-25T06:05:08.726Z|a27f6384-8227-4acd-b5ca-00d7db51460e|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-25T06:05:08.742Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@ba102f3, org.onap.sdc.toscaparser.api.parameters.Input@b1fc345, org.onap.sdc.toscaparser.api.parameters.Input@e6a1c80, org.onap.sdc.toscaparser.api.parameters.Input@45de8045, org.onap.sdc.toscaparser.api.parameters.Input@466ba497]
2022-10-25T06:05:08.744Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:05:08.745Z|a27f6384-8227-4acd-b5ca-00d7db51460e|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-25T06:05:08.745Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:05:08.745Z|a27f6384-8227-4acd-b5ca-00d7db51460e|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-25T06:05:08.745Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid ccc5f08e-ee06-4bb1-995e-38a8138eeb1b: Generic NeutronNet
2022-10-25T06:05:08.745Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:05:08.745Z|a27f6384-8227-4acd-b5ca-00d7db51460e|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-25T06:05:08.745Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:05:08.745Z|a27f6384-8227-4acd-b5ca-00d7db51460e|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-25T06:05:08.820Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:05:08.821Z|a27f6384-8227-4acd-b5ca-00d7db51460e|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-25T06:05:08.821Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:05:08.821Z|a27f6384-8227-4acd-b5ca-00d7db51460e|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-25T06:05:08.821Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:05:08.821Z|a27f6384-8227-4acd-b5ca-00d7db51460e|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-25T06:05:08.821Z|a27f6384-8227-4acd-b5ca-00d7db51460e|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-25T06:05:08.957Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-10-25T06:05:08.958Z|a27f6384-8227-4acd-b5ca-00d7db51460e|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-25T06:05:08.958Z|a27f6384-8227-4acd-b5ca-00d7db51460e|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-25T06:05:08.958Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-25T06:05:08.958Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-25T06:05:08.960Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T06:05:08.961Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a27f6384-8227-4acd-b5ca-00d7db51460e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666677908958,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-25T06:05:09.061Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T06:05:09.062Z||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-25T06:05:09.063Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:05:09.079Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:05:09.080Z||pool-38-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-10-25T06:05:09.961Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a27f6384-8227-4acd-b5ca-00d7db51460e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-25T06:05:09.998Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a27f6384-8227-4acd-b5ca-00d7db51460e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-25T06:05:10.007Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-25T06:05:10.008Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-25T06:05:10.008Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-25T06:05:40.010Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a27f6384-8227-4acd-b5ca-00d7db51460e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-25T06:05:40.028Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a27f6384-8227-4acd-b5ca-00d7db51460e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-25T06:05:40.031Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-25T06:05:40.032Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-25T06:05:40.032Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-25T06:05:55.387Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:05:55.388Z|06bb6f14-f980-41ed-af7f-a124707b3525|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-25T06:05:55.388Z|06bb6f14-f980-41ed-af7f-a124707b3525|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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:05:55.444Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:05:55.445Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-25T06:05:55.445Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a27f6384-8227-4acd-b5ca-00d7db51460e",
  "consumerID": "cds",
  "timestamp": 1666677901538,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:05:55.447Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:06:10.032Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a27f6384-8227-4acd-b5ca-00d7db51460e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-25T06:06:10.051Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a27f6384-8227-4acd-b5ca-00d7db51460e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-25T06:06:10.055Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-25T06:06:10.055Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-25T06:06:10.055Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-25T06:06:40.056Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a27f6384-8227-4acd-b5ca-00d7db51460e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-25T06:06:40.082Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a27f6384-8227-4acd-b5ca-00d7db51460e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-25T06:06:40.091Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-25T06:06:40.091Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-25T06:06:40.091Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-25T06:06:55.386Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:06:55.389Z|06bb6f14-f980-41ed-af7f-a124707b3525|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-25T06:06:55.389Z|06bb6f14-f980-41ed-af7f-a124707b3525|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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:06:55.509Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:06:55.510Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-25T06:06:55.511Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a27f6384-8227-4acd-b5ca-00d7db51460e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666677895377,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:06:55.512Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:07:10.091Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a27f6384-8227-4acd-b5ca-00d7db51460e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-25T06:07:10.112Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a27f6384-8227-4acd-b5ca-00d7db51460e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-25T06:07:10.117Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-25T06:07:10.117Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-25T06:07:10.117Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-25T06:07:40.118Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a27f6384-8227-4acd-b5ca-00d7db51460e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-25T06:07:40.140Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a27f6384-8227-4acd-b5ca-00d7db51460e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-25T06:07:40.144Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-25T06:07:40.144Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-25T06:07:40.144Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-25T06:07:55.386Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:07:55.387Z|06bb6f14-f980-41ed-af7f-a124707b3525|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-25T06:07:55.388Z|06bb6f14-f980-41ed-af7f-a124707b3525|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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:07:55.418Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:07:55.420Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-25T06:07:55.420Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a27f6384-8227-4acd-b5ca-00d7db51460e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666677903217,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:07:55.421Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:07:55.421Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-25T06:07:55.421Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a27f6384-8227-4acd-b5ca-00d7db51460e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666677897594,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:07:55.422Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:07:55.422Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-25T06:07:55.422Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a27f6384-8227-4acd-b5ca-00d7db51460e",
  "consumerID": "cds",
  "timestamp": 1666677901538,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-10-25T06:07:55.422Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:07:55.422Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-25T06:07:55.422Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a27f6384-8227-4acd-b5ca-00d7db51460e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666677895377,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-10-25T06:07:55.422Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:07:55.422Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-25T06:07:55.422Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a27f6384-8227-4acd-b5ca-00d7db51460e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666677903217,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-10-25T06:07:55.422Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:07:55.422Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-25T06:07:55.422Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a27f6384-8227-4acd-b5ca-00d7db51460e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666677897594,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-10-25T06:07:55.423Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:07:55.423Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-25T06:07:55.423Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a27f6384-8227-4acd-b5ca-00d7db51460e",
  "consumerID": "cds",
  "timestamp": 1666677906686,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-25T06:07:55.423Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:07:55.423Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-25T06:07:55.423Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a27f6384-8227-4acd-b5ca-00d7db51460e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666677907023,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-25T06:07:55.423Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:07:55.423Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-25T06:07:55.423Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a27f6384-8227-4acd-b5ca-00d7db51460e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666677907065,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-25T06:07:55.423Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:07:55.423Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-25T06:07:55.423Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a27f6384-8227-4acd-b5ca-00d7db51460e",
  "consumerID": "cds",
  "timestamp": 1666677907692,
  "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-25T06:07:55.436Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a27f6384-8227-4acd-b5ca-00d7db51460e
2022-10-25T06:07:55.436Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a27f6384-8227-4acd-b5ca-00d7db51460e 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-25T06:07:55.450Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-25T06:07:55.451Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a27f6384-8227-4acd-b5ca-00d7db51460e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666677908841,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-25T06:07:55.451Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:07:55.451Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-25T06:07:55.451Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a27f6384-8227-4acd-b5ca-00d7db51460e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666677908958,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-25T06:07:55.451Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:07:55.451Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-25T06:07:55.451Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a27f6384-8227-4acd-b5ca-00d7db51460e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666677909854,
  "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-25T06:07:55.458Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a27f6384-8227-4acd-b5ca-00d7db51460e
2022-10-25T06:07:55.458Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a27f6384-8227-4acd-b5ca-00d7db51460e 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-25T06:07:55.473Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-25T06:07:55.474Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a27f6384-8227-4acd-b5ca-00d7db51460e",
  "consumerID": "aai-ml",
  "timestamp": 1666677912678,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:07:55.476Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:07:55.476Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-25T06:07:55.476Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a27f6384-8227-4acd-b5ca-00d7db51460e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666677915046,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:07:55.476Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:07:55.476Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-25T06:07:55.476Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a27f6384-8227-4acd-b5ca-00d7db51460e",
  "consumerID": "aai-ml",
  "timestamp": 1666677912678,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-10-25T06:07:55.476Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:07:55.476Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-25T06:07:55.476Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a27f6384-8227-4acd-b5ca-00d7db51460e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666677915046,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:07:55.476Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:07:55.476Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-25T06:07:55.476Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a27f6384-8227-4acd-b5ca-00d7db51460e",
  "consumerID": "aai-ml",
  "timestamp": 1666677915415,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-25T06:07:55.476Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:07:55.476Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-25T06:07:55.476Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a27f6384-8227-4acd-b5ca-00d7db51460e",
  "consumerID": "aai-ml",
  "timestamp": 1666677919801,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-25T06:07:55.476Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:07:55.479Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-25T06:07:55.480Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a27f6384-8227-4acd-b5ca-00d7db51460e",
  "consumerID": "aai-ml",
  "timestamp": 1666677920806,
  "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-25T06:07:55.489Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a27f6384-8227-4acd-b5ca-00d7db51460e
2022-10-25T06:07:55.489Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a27f6384-8227-4acd-b5ca-00d7db51460e 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-25T06:07:55.499Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-25T06:07:55.499Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
  "consumerID": "cds",
  "timestamp": 1666677946538,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/resourceInstances/pnf75ff63ef7ad10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:07:55.500Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:07:55.500Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-25T06:07:55.500Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666677955046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/resourceInstances/pnf75ff63ef7ad10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:07:55.500Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:07:55.500Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-25T06:07:55.500Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666677955046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/resourceInstances/pnf75ff63ef7ad10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:07:55.500Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:07:55.500Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-25T06:07:55.500Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
  "consumerID": "cds",
  "timestamp": 1666677946538,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/resourceInstances/pnf75ff63ef7ad10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:07:55.500Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:08:10.144Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a27f6384-8227-4acd-b5ca-00d7db51460e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-25T06:08:10.157Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a27f6384-8227-4acd-b5ca-00d7db51460e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-25T06:08:10.167Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-25T06:08:10.167Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-25T06:08:10.167Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-25T06:08:10.168Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-25T06:08:10.168Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-25T06:08:10.168Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-25T06:08:10.168Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-25T06:08:10.168Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-25T06:08:10.168Z|a27f6384-8227-4acd-b5ca-00d7db51460e|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-25T06:08:10.175Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-25T06:08:40.176Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a27f6384-8227-4acd-b5ca-00d7db51460e 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-25T06:08:40.185Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a27f6384-8227-4acd-b5ca-00d7db51460e and serviceModelVersionId: ccc5f08e-ee06-4bb1-995e-38a8138eeb1b
2022-10-25T06:08:40.185Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2441fd00-7564-4e26-84f7-d5d7f8e36cea
2022-10-25T06:08:40.191Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2441fd00-7564-4e26-84f7-d5d7f8e36cea/model-vers/model-ver/ccc5f08e-ee06-4bb1-995e-38a8138eeb1b?depth=0
2022-10-25T06:08:40.200Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-10-25T06:08:40.250Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2441fd00-7564-4e26-84f7-d5d7f8e36cea/model-vers/model-ver/ccc5f08e-ee06-4bb1-995e-38a8138eeb1b?depth=0|INFO|500||Invoke
2022-10-25T06:08:40.251Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2441fd00-7564-4e26-84f7-d5d7f8e36cea/model-vers/model-ver/ccc5f08e-ee06-4bb1-995e-38a8138eeb1b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2441fd00-7564-4e26-84f7-d5d7f8e36cea/model-vers/model-ver/ccc5f08e-ee06-4bb1-995e-38a8138eeb1b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a27f6384-8227-4acd-b5ca-00d7db51460e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[010e7c59-6d0e-48d8-8193-5ab9ed468b2c], X-ECOMP-RequestID=[a27f6384-8227-4acd-b5ca-00d7db51460e], X-TransactionId=[], X-ONAP-RequestID=[a27f6384-8227-4acd-b5ca-00d7db51460e], Content-Type=[application/merge-patch+json]}
2022-10-25T06:08:40.276Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2441fd00-7564-4e26-84f7-d5d7f8e36cea/model-vers/model-ver/ccc5f08e-ee06-4bb1-995e-38a8138eeb1b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-10-25T06:08:40.369Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2441fd00-7564-4e26-84f7-d5d7f8e36cea/model-vers/model-ver/ccc5f08e-ee06-4bb1-995e-38a8138eeb1b?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/2441fd00-7564-4e26-84f7-d5d7f8e36cea/model-vers/model-ver/ccc5f08e-ee06-4bb1-995e-38a8138eeb1b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221025-06:08:40:320-91052], vertex-id=[434312], Content-Length=[0], Date=[Tue, 25 Oct 2022 06:08:40 GMT], Content-Type=[application/json]}
2022-10-25T06:08:40.369Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2441fd00-7564-4e26-84f7-d5d7f8e36cea/model-vers/model-ver/ccc5f08e-ee06-4bb1-995e-38a8138eeb1b?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-10-25T06:08:40.370Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2441fd00-7564-4e26-84f7-d5d7f8e36cea/model-vers/model-ver/ccc5f08e-ee06-4bb1-995e-38a8138eeb1b?depth=0|INFO|500||InvokeReturn
2022-10-25T06:08:40.371Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-25T06:08:40.371Z|a27f6384-8227-4acd-b5ca-00d7db51460e|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-25T06:08:40.381Z|a27f6384-8227-4acd-b5ca-00d7db51460e|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-25T06:08:40.382Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a27f6384-8227-4acd-b5ca-00d7db51460e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-25T06:08:40.382Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-25T06:08:40.383Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-25T06:08:40.386Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T06:08:40.386Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a27f6384-8227-4acd-b5ca-00d7db51460e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666678120382,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-25T06:08:40.487Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-25T06:08:40.488Z||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-25T06:08:40.488Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:08:40.529Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:08:40.530Z||pool-39-thread-1|||||INFO|500||cambria reply ok (43 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-25T06:08:41.425Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:08:41.428Z|a27f6384-8227-4acd-b5ca-00d7db51460e|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-25T06:08:41.436Z|a27f6384-8227-4acd-b5ca-00d7db51460e|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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:08:45.915Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:08:45.917Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-25T06:08:45.918Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d","serviceName":"Demo_pNF_Lkhm1tKq5sx5zLcfX0X5","serviceVersion":"1.0","serviceUUID":"3b2bb5b6-4cd9-4ce9-aac4-823dbfab9245","serviceDescription":"catalog service description","serviceInvariantUUID":"6b08feeb-4dfe-4023-804f-827c38bb3673","resources":[{"resourceInstanceName":"pNF 75ff63ef-7ad1 0","resourceName":"pNF 75ff63ef-7ad1","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"bfc4435a-a777-47e0-91a8-d28dc88b4c90","resourceInvariantUUID":"6fde7638-2a66-4e53-99e6-6ad27bd727ec","resourceCustomizationUUID":"81d63e9f-602e-48eb-9191-fb6c85f9d7c9","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/resourceInstances/pnf75ff63ef7ad10/artifacts/vf-license-model.xml","artifactChecksum":"NmU0MjU0NTJjZTU5YmY2ZTgzOTllODcxMzBhMTI2Zjc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"16645202-d54e-4038-8df8-8e7f02e42d38","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/resourceInstances/pnf75ff63ef7ad10/artifacts/pNF.csar","artifactChecksum":"ZTA1NjY4YjA4N2MwYzA2MjQ3MzczZjg1YTBmZWFmMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7487795b-86a1-46c2-997f-4de48b47c055","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/resourceInstances/pnf75ff63ef7ad10/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"888ba44c-8b46-42e5-835e-c92027c372d0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/resourceInstances/pnf75ff63ef7ad10/artifacts/vendor-license-model.xml","artifactChecksum":"NjkyOGYxYTYyMjIxMjJiMzkyZjE2MzM3ZmMyOGZkNTg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ab1fdd3a-af02-40a5-a089-e7e34993d916","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/resourceInstances/pnf75ff63ef7ad10/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9c83c75b-b4a7-4d4b-a049-b82c7e97bf8b","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/resourceInstances/pnf75ff63ef7ad10/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d19bc94c-4c20-4718-b50e-aa7be68adfd5","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfLkhm1tkq5sx5zlcfx0x5-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/artifacts/service-DemoPnfLkhm1tkq5sx5zlcfx0x5-template.yml","artifactChecksum":"YjkxNmJlMGU5YjY2NThjODVhNTRmNTFiYTk0MmJmMGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9a087e3b-0a33-4446-8dc8-83cf74fbe0af","artifactVersion":"1"},{"artifactName":"service-DemoPnfLkhm1tkq5sx5zlcfx0x5-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/artifacts/service-DemoPnfLkhm1tkq5sx5zlcfx0x5-csar.csar","artifactChecksum":"NzlmOWU1Yzc1MjIyMjFiOWVhZWM2MGU4MTQ4MjBkNGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8040b783-2648-4a01-8cca-e91ff2ce2aba","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-25T06:08:45.920Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-25T06:08:45.920Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-25T06:08:45.922Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T06:08:45.922Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666678121425,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/resourceInstances/pnf75ff63ef7ad10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:08:46.022Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-25T06:08:46.023Z||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-25T06:08:46.023Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:08:46.041Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:08:46.041Z||pool-40-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-10-25T06:08:46.925Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-25T06:08:46.925Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-25T06:08:46.929Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T06:08:46.929Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666678121425,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/resourceInstances/pnf75ff63ef7ad10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:08:47.029Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T06:08:47.030Z||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-25T06:08:47.031Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:08:47.046Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:08:47.047Z||pool-41-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-25T06:08:47.930Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-25T06:08:47.931Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-25T06:08:47.934Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T06:08:47.934Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666678121425,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/resourceInstances/pnf75ff63ef7ad10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:08:48.034Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T06:08:48.035Z||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-25T06:08:48.036Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:08:48.050Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:08:48.051Z||pool-42-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-25T06:08:48.935Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-25T06:08:48.936Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-25T06:08:48.938Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T06:08:48.938Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666678121425,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/resourceInstances/pnf75ff63ef7ad10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:08:49.038Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T06:08:49.039Z||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-25T06:08:49.040Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:08:49.053Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:08:49.053Z||pool-43-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-25T06:08:49.939Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-25T06:08:49.940Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-25T06:08:49.943Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T06:08:49.943Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666678121425,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/resourceInstances/pnf75ff63ef7ad10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:08:50.043Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-25T06:08:50.045Z||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-25T06:08:50.045Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:08:50.057Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:08:50.058Z||pool-44-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-25T06:08:50.945Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-25T06:08:50.945Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-25T06:08:50.947Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T06:08:50.947Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666678121425,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/resourceInstances/pnf75ff63ef7ad10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:08:51.047Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T06:08:51.048Z||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-25T06:08:51.049Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:08:51.061Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:08:51.062Z||pool-45-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-25T06:08:51.949Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-25T06:08:51.949Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-25T06:08:51.952Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T06:08:51.952Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666678121425,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/artifacts/service-DemoPnfLkhm1tkq5sx5zlcfx0x5-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:08:52.054Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T06:08:52.055Z||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-25T06:08:52.055Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:08:52.067Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:08:52.068Z||pool-46-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-10-25T06:08:52.953Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-25T06:08:52.954Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-25T06:08:52.956Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T06:08:52.956Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666678121425,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/artifacts/service-DemoPnfLkhm1tkq5sx5zlcfx0x5-csar.csar",
  "status": "NOTIFIED"
}
2022-10-25T06:08:53.058Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-10-25T06:08:53.059Z||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-25T06:08:53.060Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:08:53.072Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:08:53.073Z||pool-47-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-10-25T06:08:53.959Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
  "serviceName": "Demo_pNF_Lkhm1tKq5sx5zLcfX0X5",
  "serviceVersion": "1.0",
  "serviceUUID": "3b2bb5b6-4cd9-4ce9-aac4-823dbfab9245",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "6b08feeb-4dfe-4023-804f-827c38bb3673",
  "resources": [
    {
      "resourceInstanceName": "pNF 75ff63ef-7ad1 0",
      "resourceCustomizationUUID": "81d63e9f-602e-48eb-9191-fb6c85f9d7c9",
      "resourceName": "pNF 75ff63ef-7ad1",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "bfc4435a-a777-47e0-91a8-d28dc88b4c90",
      "resourceInvariantUUID": "6fde7638-2a66-4e53-99e6-6ad27bd727ec",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfLkhm1tkq5sx5zlcfx0x5-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/artifacts/service-DemoPnfLkhm1tkq5sx5zlcfx0x5-csar.csar",
      "artifactChecksum": "NzlmOWU1Yzc1MjIyMjFiOWVhZWM2MGU4MTQ4MjBkNGY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8040b783-2648-4a01-8cca-e91ff2ce2aba"
    }
  ],
  "workloadContext": "Production"
}
2022-10-25T06:08:53.959Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-25T06:08:53.959Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 3b2bb5b6-4cd9-4ce9-aac4-823dbfab9245 ASDC
2022-10-25T06:08:53.961Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d
ServiceName:Demo_pNF_Lkhm1tKq5sx5zLcfX0X5
ServiceVersion:1.0
ServiceUUID:3b2bb5b6-4cd9-4ce9-aac4-823dbfab9245
ServiceInvariantUUID:6b08feeb-4dfe-4023-804f-827c38bb3673
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfLkhm1tkq5sx5zlcfx0x5-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/artifacts/service-DemoPnfLkhm1tkq5sx5zlcfx0x5-csar.csar
ArtifactUUID:8040b783-2648-4a01-8cca-e91ff2ce2aba
ArtifactChecksum:NzlmOWU1Yzc1MjIyMjFiOWVhZWM2MGU4MTQ4MjBkNGY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 75ff63ef-7ad1 0
ResourceCustomizationUUID:81d63e9f-602e-48eb-9191-fb6c85f9d7c9
ResourceInvariantUUID:6fde7638-2a66-4e53-99e6-6ad27bd727ec
ResourceName:pNF 75ff63ef-7ad1
ResourceType:PNF
ResourceUUID:bfc4435a-a777-47e0-91a8-d28dc88b4c90
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-10-25T06:08:53.963Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3b2bb5b6-4cd9-4ce9-aac4-823dbfab9245 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-25T06:08:54.021Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-25T06:08:54.022Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-10-25T06:08:54.023Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-10-25T06:08:54.023Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 8040b783-2648-4a01-8cca-e91ff2ce2aba from URL: /sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/artifacts/service-DemoPnfLkhm1tkq5sx5zlcfx0x5-csar.csar
2022-10-25T06:08:54.024Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-10-25T06:08:54.024Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/artifacts/service-DemoPnfLkhm1tkq5sx5zlcfx0x5-csar.csar
2022-10-25T06:08:54.130Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-10-25T06:08:54.138Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/artifacts/service-DemoPnfLkhm1tkq5sx5zlcfx0x5-csar.csar 8040b783-2648-4a01-8cca-e91ff2ce2aba 87763
2022-10-25T06:08:54.139Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/artifacts/service-DemoPnfLkhm1tkq5sx5zlcfx0x5-csar.csar ASDC sendASDCNotification
2022-10-25T06:08:54.139Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/artifacts/service-DemoPnfLkhm1tkq5sx5zlcfx0x5-csar.csar
2022-10-25T06:08:54.139Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-25T06:08:54.140Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-25T06:08:54.142Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T06:08:54.142Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666678134139,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/artifacts/service-DemoPnfLkhm1tkq5sx5zlcfx0x5-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-25T06:08:54.243Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T06:08:54.244Z||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-25T06:08:54.244Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:08:54.259Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:08:54.260Z||pool-48-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-25T06:08:55.143Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-25T06:08:55.146Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-10-25T06:08:55.147Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 8040b783-2648-4a01-8cca-e91ff2ce2aba, URL: /sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/artifacts/service-DemoPnfLkhm1tkq5sx5zlcfx0x5-csar.csar to file: /app/ASDC/1/service-DemoPnfLkhm1tkq5sx5zlcfx0x5-csar.csar
2022-10-25T06:08:55.147Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfLkhm1tkq5sx5zlcfx0x5-csar.csar
2022-10-25T06:08:55.148Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfLkhm1tkq5sx5zlcfx0x5-csar.csar
2022-10-25T06:08:55.148Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfLkhm1tkq5sx5zlcfx0x5-csar.csar
2022-10-25T06:08:55.287Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8596060757137683866/Definitions/service-DemoPnfLkhm1tkq5sx5zlcfx0x5-template.yml
2022-10-25T06:08:55.386Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:08:55.397Z||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-25T06:08:55.397Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:08:55.452Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:08:55.476Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.476Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666677955046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/resourceInstances/pnf75ff63ef7ad10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.477Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:08:55.477Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.477Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
  "consumerID": "cds",
  "timestamp": 1666677946538,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/resourceInstances/pnf75ff63ef7ad10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.477Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:08:55.477Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.477Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666677955046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/resourceInstances/pnf75ff63ef7ad10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.477Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:08:55.477Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.477Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
  "consumerID": "cds",
  "timestamp": 1666677946538,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/resourceInstances/pnf75ff63ef7ad10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.478Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:08:55.478Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.478Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666677955046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/resourceInstances/pnf75ff63ef7ad10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.478Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:08:55.478Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.478Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
  "consumerID": "cds",
  "timestamp": 1666677946538,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/resourceInstances/pnf75ff63ef7ad10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.478Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:08:55.478Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.478Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666677957595,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/resourceInstances/pnf75ff63ef7ad10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.480Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:08:55.480Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.480Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666677955046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/resourceInstances/pnf75ff63ef7ad10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-10-25T06:08:55.480Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:08:55.481Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.481Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
  "consumerID": "cds",
  "timestamp": 1666677946538,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/resourceInstances/pnf75ff63ef7ad10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.481Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:08:55.481Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.481Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666677957595,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/resourceInstances/pnf75ff63ef7ad10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.481Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:08:55.481Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.481Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666677955046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/artifacts/service-DemoPnfLkhm1tkq5sx5zlcfx0x5-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.481Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:08:55.481Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.481Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
  "consumerID": "cds",
  "timestamp": 1666677946538,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/artifacts/service-DemoPnfLkhm1tkq5sx5zlcfx0x5-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.481Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:08:55.481Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.481Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666677957595,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/resourceInstances/pnf75ff63ef7ad10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.482Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:08:55.482Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.482Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
  "consumerID": "cds",
  "timestamp": 1666677946538,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/artifacts/service-DemoPnfLkhm1tkq5sx5zlcfx0x5-csar.csar",
  "status": "NOTIFIED"
}
2022-10-25T06:08:55.482Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:08:55.482Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.482Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666677955046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/artifacts/service-DemoPnfLkhm1tkq5sx5zlcfx0x5-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.482Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:08:55.482Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.482Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666677957595,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/resourceInstances/pnf75ff63ef7ad10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.482Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:08:55.482Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.482Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666677957595,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/resourceInstances/pnf75ff63ef7ad10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.482Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:08:55.482Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.482Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
  "consumerID": "cds",
  "timestamp": 1666677961991,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/artifacts/service-DemoPnfLkhm1tkq5sx5zlcfx0x5-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-25T06:08:55.483Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:08:55.483Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.483Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666677964130,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/resourceInstances/pnf75ff63ef7ad10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-25T06:08:55.483Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:08:55.483Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.483Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666677957595,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/resourceInstances/pnf75ff63ef7ad10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.483Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:08:55.483Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.483Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
  "consumerID": "cds",
  "timestamp": 1666677962996,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/artifacts/service-DemoPnfLkhm1tkq5sx5zlcfx0x5-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-25T06:08:55.498Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d
2022-10-25T06:08:55.498Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d 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-25T06:08:55.515Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.516Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666677965358,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/resourceInstances/pnf75ff63ef7ad10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-10-25T06:08:55.516Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:08:55.517Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.517Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666677963217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/resourceInstances/pnf75ff63ef7ad10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.517Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:08:55.517Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.517Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666677957595,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/artifacts/service-DemoPnfLkhm1tkq5sx5zlcfx0x5-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.517Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:08:55.517Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.517Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666677966367,
  "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-25T06:08:55.536Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d
2022-10-25T06:08:55.537Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d 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-25T06:08:55.556Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.557Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b79051-0eed-4ebb-a960-b9facac2b16d",
  "consumerID": "cds",
  "timestamp": 1666677964000,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.557Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:08:55.557Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.557Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666677963217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/resourceInstances/pnf75ff63ef7ad10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.557Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:08:55.557Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.557Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666677957595,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/artifacts/service-DemoPnfLkhm1tkq5sx5zlcfx0x5-csar.csar",
  "status": "NOTIFIED"
}
2022-10-25T06:08:55.558Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:08:55.558Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.558Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b79051-0eed-4ebb-a960-b9facac2b16d",
  "consumerID": "cds",
  "timestamp": 1666677964000,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.559Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:08:55.559Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.559Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666677963217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/resourceInstances/pnf75ff63ef7ad10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.559Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:08:55.559Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.559Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666677966409,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/artifacts/service-DemoPnfLkhm1tkq5sx5zlcfx0x5-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-25T06:08:55.559Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:08:55.559Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.559Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b79051-0eed-4ebb-a960-b9facac2b16d",
  "consumerID": "cds",
  "timestamp": 1666677964000,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.560Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:08:55.560Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.560Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666677963217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/resourceInstances/pnf75ff63ef7ad10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.560Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:08:55.560Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.560Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b79051-0eed-4ebb-a960-b9facac2b16d",
  "consumerID": "cds",
  "timestamp": 1666677964000,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.560Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:08:55.560Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.560Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666677963217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/resourceInstances/pnf75ff63ef7ad10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.560Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:08:55.560Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.560Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666677968263,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/artifacts/service-DemoPnfLkhm1tkq5sx5zlcfx0x5-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-25T06:08:55.560Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:08:55.560Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.560Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b79051-0eed-4ebb-a960-b9facac2b16d",
  "consumerID": "cds",
  "timestamp": 1666677964000,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.560Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:08:55.560Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.560Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666677963217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/resourceInstances/pnf75ff63ef7ad10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.560Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:08:55.560Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.560Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666677969268,
  "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-25T06:08:55.573Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d
2022-10-25T06:08:55.573Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d 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-25T06:08:55.591Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.591Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b79051-0eed-4ebb-a960-b9facac2b16d",
  "consumerID": "cds",
  "timestamp": 1666677964000,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.592Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:08:55.593Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.593Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666677963217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/artifacts/service-DemoPnfLkhm1tkq5sx5zlcfx0x5-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.593Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:08:55.593Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.593Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b79051-0eed-4ebb-a960-b9facac2b16d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666677957595,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.593Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:08:55.593Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.593Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b79051-0eed-4ebb-a960-b9facac2b16d",
  "consumerID": "cds",
  "timestamp": 1666677964000,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-10-25T06:08:55.593Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:08:55.593Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.593Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666677963217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/artifacts/service-DemoPnfLkhm1tkq5sx5zlcfx0x5-csar.csar",
  "status": "NOTIFIED"
}
2022-10-25T06:08:55.593Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:08:55.593Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.593Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b79051-0eed-4ebb-a960-b9facac2b16d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666677957595,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.593Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:08:55.593Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.593Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b79051-0eed-4ebb-a960-b9facac2b16d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666677963217,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.593Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:08:55.593Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.593Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b79051-0eed-4ebb-a960-b9facac2b16d",
  "consumerID": "cds",
  "timestamp": 1666677971703,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-25T06:08:55.593Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:08:55.593Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.593Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b79051-0eed-4ebb-a960-b9facac2b16d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666677957595,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.593Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:08:55.593Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.593Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b79051-0eed-4ebb-a960-b9facac2b16d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666677963217,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-10-25T06:08:55.593Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:08:55.593Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.599Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b79051-0eed-4ebb-a960-b9facac2b16d",
  "consumerID": "cds",
  "timestamp": 1666677972710,
  "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-25T06:08:55.650Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 19b79051-0eed-4ebb-a960-b9facac2b16d
2022-10-25T06:08:55.650Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19b79051-0eed-4ebb-a960-b9facac2b16d 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-25T06:08:55.682Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.683Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b79051-0eed-4ebb-a960-b9facac2b16d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666677957595,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.683Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:08:55.683Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.683Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
  "consumerID": "aai-ml",
  "timestamp": 1666677972678,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/resourceInstances/pnf75ff63ef7ad10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.683Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:08:55.683Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.683Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b79051-0eed-4ebb-a960-b9facac2b16d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666677975046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.683Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:08:55.683Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.683Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b79051-0eed-4ebb-a960-b9facac2b16d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666677963217,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-10-25T06:08:55.683Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:08:55.683Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.683Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b79051-0eed-4ebb-a960-b9facac2b16d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666677957595,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.683Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:08:55.683Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.683Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
  "consumerID": "aai-ml",
  "timestamp": 1666677972678,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/resourceInstances/pnf75ff63ef7ad10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.683Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:08:55.683Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.683Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b79051-0eed-4ebb-a960-b9facac2b16d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666677975046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.683Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:08:55.683Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.683Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b79051-0eed-4ebb-a960-b9facac2b16d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666677963217,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.683Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:08:55.683Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.683Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b79051-0eed-4ebb-a960-b9facac2b16d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666677957595,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.684Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:08:55.684Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.684Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
  "consumerID": "aai-ml",
  "timestamp": 1666677972678,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/resourceInstances/pnf75ff63ef7ad10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.684Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:08:55.684Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.684Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b79051-0eed-4ebb-a960-b9facac2b16d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666677975046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.684Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:08:55.684Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.684Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b79051-0eed-4ebb-a960-b9facac2b16d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666677963217,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-10-25T06:08:55.684Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:08:55.684Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.684Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b79051-0eed-4ebb-a960-b9facac2b16d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666677957595,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-10-25T06:08:55.684Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:08:55.684Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.684Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
  "consumerID": "aai-ml",
  "timestamp": 1666677972678,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/resourceInstances/pnf75ff63ef7ad10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.684Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:08:55.684Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.684Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b79051-0eed-4ebb-a960-b9facac2b16d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666677975046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.684Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:08:55.684Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.684Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b79051-0eed-4ebb-a960-b9facac2b16d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666677963217,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.684Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:08:55.684Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.684Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
  "consumerID": "aai-ml",
  "timestamp": 1666677972678,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/resourceInstances/pnf75ff63ef7ad10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.684Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:08:55.684Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.684Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b79051-0eed-4ebb-a960-b9facac2b16d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666677977464,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-25T06:08:55.684Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:08:55.684Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.684Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
  "consumerID": "cds",
  "timestamp": 1666677976538,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.684Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:08:55.684Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.684Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b79051-0eed-4ebb-a960-b9facac2b16d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666677975046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.684Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:08:55.684Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.684Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b79051-0eed-4ebb-a960-b9facac2b16d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666677963217,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-10-25T06:08:55.684Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:08:55.684Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.684Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
  "consumerID": "aai-ml",
  "timestamp": 1666677972678,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/resourceInstances/pnf75ff63ef7ad10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.684Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:08:55.684Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.684Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
  "consumerID": "cds",
  "timestamp": 1666677976538,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.685Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:08:55.685Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.685Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b79051-0eed-4ebb-a960-b9facac2b16d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666677975046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.685Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:08:55.685Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.685Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b79051-0eed-4ebb-a960-b9facac2b16d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666677979050,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-25T06:08:55.685Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:08:55.685Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.685Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
  "consumerID": "aai-ml",
  "timestamp": 1666677972678,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/artifacts/service-DemoPnfLkhm1tkq5sx5zlcfx0x5-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.685Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:08:55.685Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.685Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
  "consumerID": "cds",
  "timestamp": 1666677976538,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.685Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:08:55.685Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.685Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b79051-0eed-4ebb-a960-b9facac2b16d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666677975046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.685Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:08:55.685Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.685Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b79051-0eed-4ebb-a960-b9facac2b16d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666677980123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-25T06:08:55.685Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:08:55.687Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.687Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
  "consumerID": "aai-ml",
  "timestamp": 1666677972678,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/artifacts/service-DemoPnfLkhm1tkq5sx5zlcfx0x5-csar.csar",
  "status": "NOTIFIED"
}
2022-10-25T06:08:55.687Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:08:55.687Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.687Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b79051-0eed-4ebb-a960-b9facac2b16d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666677980441,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-25T06:08:55.687Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:08:55.687Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.687Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
  "consumerID": "cds",
  "timestamp": 1666677976538,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.687Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:08:55.687Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.687Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b79051-0eed-4ebb-a960-b9facac2b16d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666677981214,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-10-25T06:08:55.687Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:08:55.687Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.687Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b79051-0eed-4ebb-a960-b9facac2b16d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666677981457,
  "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-25T06:08:55.699Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 19b79051-0eed-4ebb-a960-b9facac2b16d
2022-10-25T06:08:55.700Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19b79051-0eed-4ebb-a960-b9facac2b16d 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-25T06:08:55.720Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.720Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
  "consumerID": "cds",
  "timestamp": 1666677976538,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.721Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:08:55.721Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.721Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
  "consumerID": "aai-ml",
  "timestamp": 1666677981449,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/artifacts/service-DemoPnfLkhm1tkq5sx5zlcfx0x5-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-25T06:08:55.721Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:08:55.721Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.721Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b79051-0eed-4ebb-a960-b9facac2b16d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666677982239,
  "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-25T06:08:55.729Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 19b79051-0eed-4ebb-a960-b9facac2b16d
2022-10-25T06:08:55.730Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19b79051-0eed-4ebb-a960-b9facac2b16d 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-25T06:08:55.742Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.743Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
  "consumerID": "cds",
  "timestamp": 1666677976538,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.743Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:08:55.743Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.743Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b79051-0eed-4ebb-a960-b9facac2b16d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666677983242,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-25T06:08:55.743Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:08:55.743Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.743Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
  "consumerID": "cds",
  "timestamp": 1666677976538,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.743Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:08:55.744Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.744Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
  "consumerID": "cds",
  "timestamp": 1666677976538,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.744Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:08:55.744Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.744Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666677984246,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.744Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:08:55.744Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.744Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
  "consumerID": "cds",
  "timestamp": 1666677976538,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-10-25T06:08:55.744Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:08:55.744Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.744Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666677984246,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-10-25T06:08:55.744Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:08:55.744Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.744Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
  "consumerID": "cds",
  "timestamp": 1666677986410,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-25T06:08:55.744Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:08:55.744Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.745Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
  "consumerID": "aai-ml",
  "timestamp": 1666677986756,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/artifacts/service-DemoPnfLkhm1tkq5sx5zlcfx0x5-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-25T06:08:55.745Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:08:55.745Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.745Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666677984246,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-10-25T06:08:55.745Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:08:55.745Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.745Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
  "consumerID": "cds",
  "timestamp": 1666677987416,
  "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-25T06:08:55.789Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0014a5a7-a07d-40ba-951f-83a34d296994
2022-10-25T06:08:55.789Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0014a5a7-a07d-40ba-951f-83a34d296994 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-25T06:08:55.854Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.854Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
  "consumerID": "aai-ml",
  "timestamp": 1666677987760,
  "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-25T06:08:55.910Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d
2022-10-25T06:08:55.910Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d 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-25T06:08:55.923Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.923Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666677984246,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-10-25T06:08:55.924Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:08:55.924Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.924Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666677987594,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.924Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:08:55.924Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.924Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b79051-0eed-4ebb-a960-b9facac2b16d",
  "consumerID": "aai-ml",
  "timestamp": 1666677972678,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.925Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:08:55.925Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.925Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666677984246,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-10-25T06:08:55.925Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:08:55.925Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.925Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666677987594,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.925Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:08:55.925Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.925Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b79051-0eed-4ebb-a960-b9facac2b16d",
  "consumerID": "aai-ml",
  "timestamp": 1666677972678,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.925Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:08:55.926Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.926Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666677984246,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.926Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:08:55.926Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.926Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666677987594,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.926Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:08:55.926Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.926Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b79051-0eed-4ebb-a960-b9facac2b16d",
  "consumerID": "aai-ml",
  "timestamp": 1666677972678,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.926Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:08:55.926Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.926Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666677984246,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-10-25T06:08:55.927Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:08:55.927Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.927Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666677987594,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.927Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:08:55.927Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.927Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b79051-0eed-4ebb-a960-b9facac2b16d",
  "consumerID": "aai-ml",
  "timestamp": 1666677972678,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.927Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:08:55.927Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.927Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666677984246,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.927Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:08:55.927Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.927Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666677987594,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.927Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:08:55.927Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.927Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b79051-0eed-4ebb-a960-b9facac2b16d",
  "consumerID": "aai-ml",
  "timestamp": 1666677972678,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.928Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:08:55.928Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.928Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666677984246,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-10-25T06:08:55.928Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:08:55.928Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.928Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666677987594,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.928Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:08:55.928Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.928Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b79051-0eed-4ebb-a960-b9facac2b16d",
  "consumerID": "aai-ml",
  "timestamp": 1666677972678,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.928Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:08:55.929Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.929Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666677995046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.929Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:08:55.929Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.929Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666677994017,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-25T06:08:55.929Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:08:55.929Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.929Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666677987594,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.929Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:08:55.929Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.930Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b79051-0eed-4ebb-a960-b9facac2b16d",
  "consumerID": "aai-ml",
  "timestamp": 1666677972678,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-10-25T06:08:55.930Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:08:55.930Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.930Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666677995046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.930Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:08:55.930Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.930Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666677995106,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-10-25T06:08:55.930Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:08:55.930Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.930Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666677987594,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.931Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:08:55.931Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.931Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666677995046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.931Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:08:55.931Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.931Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b79051-0eed-4ebb-a960-b9facac2b16d",
  "consumerID": "aai-ml",
  "timestamp": 1666677995869,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-25T06:08:55.931Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:08:55.931Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.931Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666677996170,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-25T06:08:55.931Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:08:55.931Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.931Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666677987594,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-10-25T06:08:55.931Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:08:55.931Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.931Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666677995046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.931Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:08:55.931Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.932Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666677997238,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-10-25T06:08:55.932Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:08:55.932Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.932Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666677997342,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-25T06:08:55.932Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:08:55.932Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.932Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666677995046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.932Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:08:55.932Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.932Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666677998296,
  "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-25T06:08:55.948Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0014a5a7-a07d-40ba-951f-83a34d296994
2022-10-25T06:08:55.949Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0014a5a7-a07d-40ba-951f-83a34d296994 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-25T06:08:55.970Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.971Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666677995046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.971Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:08:55.971Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.971Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666677999302,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-25T06:08:55.971Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:08:55.971Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.971Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666677999740,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-25T06:08:55.972Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:08:55.972Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.972Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666677995046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.972Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:08:55.972Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.972Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666678000747,
  "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-25T06:08:55.979Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0014a5a7-a07d-40ba-951f-83a34d296994
2022-10-25T06:08:55.979Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0014a5a7-a07d-40ba-951f-83a34d296994 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-25T06:08:55.998Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.998Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666677995046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.999Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:08:55.999Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.999Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666677995046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.999Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:08:55.999Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.999Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b79051-0eed-4ebb-a960-b9facac2b16d",
  "consumerID": "aai-ml",
  "timestamp": 1666678003428,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-25T06:08:55.999Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:08:56.000Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:56.000Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b79051-0eed-4ebb-a960-b9facac2b16d",
  "consumerID": "aai-ml",
  "timestamp": 1666678004442,
  "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-25T06:08:56.017Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 19b79051-0eed-4ebb-a960-b9facac2b16d
2022-10-25T06:08:56.018Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19b79051-0eed-4ebb-a960-b9facac2b16d 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-25T06:08:56.057Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:56.057Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
  "consumerID": "aai-ml",
  "timestamp": 1666678005446,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:08:56.057Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:08:56.057Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:56.060Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
  "consumerID": "aai-ml",
  "timestamp": 1666678005446,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:08:56.060Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:08:56.061Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:56.061Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
  "consumerID": "aai-ml",
  "timestamp": 1666678005446,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:08:56.061Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:08:56.061Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:56.061Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
  "consumerID": "aai-ml",
  "timestamp": 1666678005446,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:08:56.061Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:08:56.061Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:56.061Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
  "consumerID": "aai-ml",
  "timestamp": 1666678005446,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:08:56.061Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:08:56.061Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:56.061Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
  "consumerID": "aai-ml",
  "timestamp": 1666678005446,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:08:56.061Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:08:56.061Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:56.061Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
  "consumerID": "aai-ml",
  "timestamp": 1666678005446,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:08:56.061Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:08:56.061Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:56.061Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
  "consumerID": "aai-ml",
  "timestamp": 1666678005446,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:08:56.061Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:08:56.061Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:56.061Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
  "consumerID": "aai-ml",
  "timestamp": 1666678005446,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-10-25T06:08:56.061Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:08:56.061Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:56.061Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
  "consumerID": "aai-ml",
  "timestamp": 1666678015165,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-25T06:08:56.061Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:08:56.316Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-25T06:08:56.316Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-10-25T06:08:56.316Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfLkhm1tkq5sx5zlcfx0x5-csar.csar
2022-10-25T06:08:56.316Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-10-25T06:08:56.317Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfLkhm1tkq5sx5zlcfx0x5-csar.csar
2022-10-25T06:08:56.317Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfLkhm1tkq5sx5zlcfx0x5-csar.csar
2022-10-25T06:08:56.317Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfLkhm1tkq5sx5zlcfx0x5-csar.csar
2022-10-25T06:08:56.317Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfLkhm1tkq5sx5zlcfx0x5-csar.csar
2022-10-25T06:08:56.317Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 75ff63ef-7ad1 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-DemoPnfLkhm1tkq5sx5zlcfx0x5-csar.csar
2022-10-25T06:08:56.317Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfLkhm1tkq5sx5zlcfx0x5-csar.csar
2022-10-25T06:08:56.317Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|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-DemoPnfLkhm1tkq5sx5zlcfx0x5-csar.csar
2022-10-25T06:08:56.317Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-10-25T06:08:56.317Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:08:56.317Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_Lkhm1tKq5sx5zLcfX0X5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T06:08:56.317Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||DEBUG|500||Node template pNF 75ff63ef-7ad1 0 is matching search criteria
2022-10-25T06:08:56.317Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-10-25T06:08:56.318Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 75ff63ef-7ad1 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-25T06:08:56.318Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:08:56.318Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_Lkhm1tKq5sx5zLcfX0X5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T06:08:56.318Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||DEBUG|500||Node template pNF 75ff63ef-7ad1 0 is matching search criteria
2022-10-25T06:08:56.319Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-10-25T06:08:56.319Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 75ff63ef-7ad1 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-25T06:08:56.319Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:08:56.319Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_Lkhm1tKq5sx5zLcfX0X5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T06:08:56.319Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:08:56.319Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_Lkhm1tKq5sx5zLcfX0X5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T06:08:56.319Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:08:56.319Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_Lkhm1tKq5sx5zLcfX0X5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T06:08:56.319Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:08:56.319Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_Lkhm1tKq5sx5zLcfX0X5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T06:08:56.319Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:08:56.319Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_Lkhm1tKq5sx5zLcfX0X5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T06:08:56.319Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_Lkhm1tKq5sx5zLcfX0X5
Description:catalog service description
Model UUID:3b2bb5b6-4cd9-4ce9-aac4-823dbfab9245
Model Version:NULL
Model InvariantUuid:6b08feeb-4dfe-4023-804f-827c38bb3673
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-25T06:08:56.328Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: bfc4435a-a777-47e0-91a8-d28dc88b4c90
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-25T06:08:56.333Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||INFO|500||pNF 75ff63ef-7ad1 0
2022-10-25T06:08:56.333Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: bfc4435a-a777-47e0-91a8-d28dc88b4c90
2022-10-25T06:08:56.333Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 3b2bb5b6-4cd9-4ce9-aac4-823dbfab9245
2022-10-25T06:08:56.334Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 3b2bb5b6-4cd9-4ce9-aac4-823dbfab9245
2022-10-25T06:08:56.334Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 75ff63ef-7ad1 0 bfc4435a-a777-47e0-91a8-d28dc88b4c90 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-25T06:08:56.341Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@235e5110, org.onap.sdc.toscaparser.api.parameters.Input@1dfcd8e8, org.onap.sdc.toscaparser.api.parameters.Input@6c9724af, org.onap.sdc.toscaparser.api.parameters.Input@1b9637b0, org.onap.sdc.toscaparser.api.parameters.Input@4a913303]
2022-10-25T06:08:56.341Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:08:56.342Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_Lkhm1tKq5sx5zLcfX0X5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T06:08:56.342Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 3b2bb5b6-4cd9-4ce9-aac4-823dbfab9245: pNF 75ff63ef-7ad1
2022-10-25T06:08:56.342Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||INFO|500||Processing PNF resource: bfc4435a-a777-47e0-91a8-d28dc88b4c90
2022-10-25T06:08:56.342Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:08:56.343Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_Lkhm1tKq5sx5zLcfX0X5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T06:08:56.343Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||INFO|500||Resource customization UUID: 81d63e9f-602e-48eb-9191-fb6c85f9d7c9 is the same as notified resource customizationUUID: 81d63e9f-602e-48eb-9191-fb6c85f9d7c9
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-25T06:08:56.422Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 75ff63ef-7ad1 bfc4435a-a777-47e0-91a8-d28dc88b4c90 0 ASDC deployResourceStructure
2022-10-25T06:08:56.423Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/artifacts/service-DemoPnfLkhm1tkq5sx5zlcfx0x5-csar.csar ASDC sendASDCNotification
2022-10-25T06:08:56.423Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/artifacts/service-DemoPnfLkhm1tkq5sx5zlcfx0x5-csar.csar
2022-10-25T06:08:56.423Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-25T06:08:56.423Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-25T06:08:56.426Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T06:08:56.426Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666678136423,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/artifacts/service-DemoPnfLkhm1tkq5sx5zlcfx0x5-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-25T06:08:56.526Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T06:08:56.529Z||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-25T06:08:56.529Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:08:56.543Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:08:56.543Z||pool-49-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-25T06:08:57.427Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-25T06:08:57.438Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-25T06:08:57.441Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-25T06:08:57.441Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-25T06:08:57.441Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-25T06:08:57.441Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-25T06:08:57.441Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-25T06:08:57.441Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-25T06:08:57.441Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-25T06:08:57.441Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-25T06:08:57.441Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-25T06:08:57.441Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|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-25T06:08:57.446Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-25T06:09:27.447Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d 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-25T06:09:27.473Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d and serviceModelVersionId: 3b2bb5b6-4cd9-4ce9-aac4-823dbfab9245
2022-10-25T06:09:27.473Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6b08feeb-4dfe-4023-804f-827c38bb3673
2022-10-25T06:09:27.483Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6b08feeb-4dfe-4023-804f-827c38bb3673/model-vers/model-ver/3b2bb5b6-4cd9-4ce9-aac4-823dbfab9245?depth=0
2022-10-25T06:09:27.490Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-10-25T06:09:27.533Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6b08feeb-4dfe-4023-804f-827c38bb3673/model-vers/model-ver/3b2bb5b6-4cd9-4ce9-aac4-823dbfab9245?depth=0|INFO|500||Invoke
2022-10-25T06:09:27.533Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6b08feeb-4dfe-4023-804f-827c38bb3673/model-vers/model-ver/3b2bb5b6-4cd9-4ce9-aac4-823dbfab9245?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6b08feeb-4dfe-4023-804f-827c38bb3673/model-vers/model-ver/3b2bb5b6-4cd9-4ce9-aac4-823dbfab9245?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[96e05e1a-3bc7-42f8-bbe0-7afaea03dc85], X-ECOMP-RequestID=[4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d], X-TransactionId=[], X-ONAP-RequestID=[4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d], Content-Type=[application/merge-patch+json]}
2022-10-25T06:09:27.558Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6b08feeb-4dfe-4023-804f-827c38bb3673/model-vers/model-ver/3b2bb5b6-4cd9-4ce9-aac4-823dbfab9245?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-10-25T06:09:27.643Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6b08feeb-4dfe-4023-804f-827c38bb3673/model-vers/model-ver/3b2bb5b6-4cd9-4ce9-aac4-823dbfab9245?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/6b08feeb-4dfe-4023-804f-827c38bb3673/model-vers/model-ver/3b2bb5b6-4cd9-4ce9-aac4-823dbfab9245?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221025-06:09:27:600-30803], vertex-id=[397432], Content-Length=[0], Date=[Tue, 25 Oct 2022 06:09:27 GMT], Content-Type=[application/json]}
2022-10-25T06:09:27.644Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6b08feeb-4dfe-4023-804f-827c38bb3673/model-vers/model-ver/3b2bb5b6-4cd9-4ce9-aac4-823dbfab9245?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-10-25T06:09:27.644Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6b08feeb-4dfe-4023-804f-827c38bb3673/model-vers/model-ver/3b2bb5b6-4cd9-4ce9-aac4-823dbfab9245?depth=0|INFO|500||InvokeReturn
2022-10-25T06:09:27.645Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-25T06:09:27.645Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|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-25T06:09:27.653Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|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-25T06:09:27.654Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-25T06:09:27.654Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-25T06:09:27.654Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-25T06:09:27.657Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T06:09:27.657Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666678167654,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-25T06:09:27.757Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T06:09:27.759Z||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-25T06:09:27.759Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:09:27.778Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:09:27.778Z||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-25T06:09:28.670Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-25T06:09:28.670Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"19b79051-0eed-4ebb-a960-b9facac2b16d","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"d7ffa549-b7d7-487e-a1a3-a9e158fa1f1b","serviceDescription":"service","serviceInvariantUUID":"50949003-775c-48f6-8e93-5a7a711c8300","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4f64da44-e419-4d34-b635-45ae6609bca8","resourceInvariantUUID":"e2e917ab-9bd4-4e7b-a67d-773cafcc2751","resourceCustomizationUUID":"cb45e528-5a5c-4f01-b8cb-2f292ac93594","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":"ODA1ZjcwNzczOTIwY2ExN2Y2Njk1YjQwYTcwZWY0Yzk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5d9a96c7-97b1-4f37-bd4a-4a2179efe613","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":"ZDljNjkzOTI5NWUwMTE0NzA2YTU2MWY4ZGZhMTRkZjk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"da5cdebf-c0f6-4316-9113-a38c2842f9ba","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":"45172f30-7f98-40ac-bfc5-196d67232795","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":"55992097-65f7-4e64-838e-ebf25ec8b70f","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":"7265ef00-4820-409b-aee3-6e93b0b2bc54","artifactVersion":"2","generatedFromUUID":"45172f30-7f98-40ac-bfc5-196d67232795"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZTFmMWY0MmMyOGU4OGMwZjU5MjY1NjJkZjljOThkMjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d2525024-6c1c-466c-9e7e-856d16f6e5f6","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZjU2MTIxOWQwZGI0NjMwN2I1MTAwN2I5YTY5MmZlOTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"25cefe68-3334-4084-825b-04953cccff0f","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-25T06:09:28.671Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-25T06:09:28.671Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-25T06:09:28.673Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T06:09:28.674Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "19b79051-0eed-4ebb-a960-b9facac2b16d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666678121425,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:09:28.773Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-25T06:09:28.774Z||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-25T06:09:28.774Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:09:28.790Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:09:28.791Z||pool-51-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-25T06:09:29.674Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-25T06:09:29.675Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-25T06:09:29.678Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T06:09:29.678Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "19b79051-0eed-4ebb-a960-b9facac2b16d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666678121425,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-10-25T06:09:29.778Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T06:09:29.781Z||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-25T06:09:29.781Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:09:29.794Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:09:29.797Z||pool-52-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-10-25T06:09:30.680Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-25T06:09:30.681Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-25T06:09:30.714Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T06:09:30.714Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "19b79051-0eed-4ebb-a960-b9facac2b16d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666678121425,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-10-25T06:09:30.815Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-25T06:09:30.817Z||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-25T06:09:30.817Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:09:30.830Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:09:30.831Z||pool-53-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-25T06:09:31.718Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-25T06:09:31.719Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-25T06:09:31.734Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T06:09:31.735Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "19b79051-0eed-4ebb-a960-b9facac2b16d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666678121425,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:09:31.829Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-10-25T06:09:31.831Z||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-25T06:09:31.831Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:09:31.852Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:09:31.853Z||pool-54-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-10-25T06:09:32.742Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-25T06:09:32.743Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-25T06:09:32.753Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T06:09:32.756Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "19b79051-0eed-4ebb-a960-b9facac2b16d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666678121425,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-10-25T06:09:32.846Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms
2022-10-25T06:09:32.847Z||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-25T06:09:32.848Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:09:32.876Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:09:32.878Z||pool-55-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-10-25T06:09:33.757Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-25T06:09:33.758Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-25T06:09:33.763Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T06:09:33.763Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "19b79051-0eed-4ebb-a960-b9facac2b16d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666678121425,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:09:33.863Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-10-25T06:09:33.864Z||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-25T06:09:33.864Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:09:33.886Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:09:33.887Z||pool-56-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-10-25T06:09:34.764Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-25T06:09:34.765Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-25T06:09:34.770Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T06:09:34.770Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "19b79051-0eed-4ebb-a960-b9facac2b16d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666678121425,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-10-25T06:09:34.871Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-25T06:09:34.872Z||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-25T06:09:34.872Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:09:34.892Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:09:34.893Z||pool-57-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-10-25T06:09:35.772Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "19b79051-0eed-4ebb-a960-b9facac2b16d",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "d7ffa549-b7d7-487e-a1a3-a9e158fa1f1b",
  "serviceDescription": "service",
  "serviceInvariantUUID": "50949003-775c-48f6-8e93-5a7a711c8300",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "cb45e528-5a5c-4f01-b8cb-2f292ac93594",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "4f64da44-e419-4d34-b635-45ae6609bca8",
      "resourceInvariantUUID": "e2e917ab-9bd4-4e7b-a67d-773cafcc2751",
      "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": "ZDljNjkzOTI5NWUwMTE0NzA2YTU2MWY4ZGZhMTRkZjk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "da5cdebf-c0f6-4316-9113-a38c2842f9ba",
          "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": "45172f30-7f98-40ac-bfc5-196d67232795",
          "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": "7265ef00-4820-409b-aee3-6e93b0b2bc54",
            "generatedFromUUID": "45172f30-7f98-40ac-bfc5-196d67232795"
          },
          "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": "7265ef00-4820-409b-aee3-6e93b0b2bc54",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "ZjU2MTIxOWQwZGI0NjMwN2I1MTAwN2I5YTY5MmZlOTc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "25cefe68-3334-4084-825b-04953cccff0f"
    }
  ],
  "workloadContext": "Production"
}
2022-10-25T06:09:35.773Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-25T06:09:35.773Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d7ffa549-b7d7-487e-a1a3-a9e158fa1f1b ASDC
2022-10-25T06:09:35.774Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:19b79051-0eed-4ebb-a960-b9facac2b16d
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:d7ffa549-b7d7-487e-a1a3-a9e158fa1f1b
ServiceInvariantUUID:50949003-775c-48f6-8e93-5a7a711c8300
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:25cefe68-3334-4084-825b-04953cccff0f
ArtifactChecksum:ZjU2MTIxOWQwZGI0NjMwN2I1MTAwN2I5YTY5MmZlOTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:cb45e528-5a5c-4f01-b8cb-2f292ac93594
ResourceInvariantUUID:e2e917ab-9bd4-4e7b-a67d-773cafcc2751
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:4f64da44-e419-4d34-b635-45ae6609bca8
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:da5cdebf-c0f6-4316-9113-a38c2842f9ba
ArtifactChecksum:ZDljNjkzOTI5NWUwMTE0NzA2YTU2MWY4ZGZhMTRkZjk=
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:45172f30-7f98-40ac-bfc5-196d67232795
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:7265ef00-4820-409b-aee3-6e93b0b2bc54
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:7265ef00-4820-409b-aee3-6e93b0b2bc54
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-10-25T06:09:35.789Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d7ffa549-b7d7-487e-a1a3-a9e158fa1f1b 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-25T06:09:35.855Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-25T06:09:35.857Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-10-25T06:09:35.857Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-10-25T06:09:35.858Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 25cefe68-3334-4084-825b-04953cccff0f from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-10-25T06:09:35.859Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-10-25T06:09:35.859Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-10-25T06:09:36.065Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-10-25T06:09:36.069Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 25cefe68-3334-4084-825b-04953cccff0f 74813
2022-10-25T06:09:36.070Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||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-25T06:09:36.070Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||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-25T06:09:36.070Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-25T06:09:36.070Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-25T06:09:36.072Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T06:09:36.073Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "19b79051-0eed-4ebb-a960-b9facac2b16d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666678176069,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-25T06:09:36.173Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T06:09:36.174Z||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-25T06:09:36.174Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:09:36.190Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:09:36.191Z||pool-58-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-25T06:09:37.073Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-25T06:09:37.075Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-10-25T06:09:37.075Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 25cefe68-3334-4084-825b-04953cccff0f, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-10-25T06:09:37.076Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-10-25T06:09:37.076Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-10-25T06:09:37.076Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-10-25T06:09:37.173Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7515664414111445981/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-25T06:09:38.293Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-25T06:09:38.294Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-10-25T06:09:38.295Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-25T06:09:38.295Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-10-25T06:09:38.295Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-25T06:09:38.296Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-25T06:09:38.296Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||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-25T06:09:38.296Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-25T06:09:38.296Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-25T06:09:38.296Z|19b79051-0eed-4ebb-a960-b9facac2b16d|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-BasicVm-csar.csar
2022-10-25T06:09:38.296Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-25T06:09:38.296Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-10-25T06:09:38.297Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:09:38.297Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T06:09:38.297Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-25T06:09:38.297Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-10-25T06:09:38.298Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-25T06:09:38.298Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:09:38.298Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T06:09:38.298Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-25T06:09:38.298Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-10-25T06:09:38.298Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-25T06:09:38.299Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:09:38.299Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T06:09:38.299Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:09:38.299Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-10-25T06:09:38.299Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-10-25T06:09:38.299Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-10-25T06:09:38.300Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-10-25T06:09:38.300Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-10-25T06:09:38.300Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-25T06:09:38.300Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:09:38.301Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-25T06:09:38.301Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:09:38.301Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-25T06:09:38.301Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-25T06:09:38.302Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:09:38.302Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-25T06:09:38.302Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-25T06:09:38.303Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:09:38.303Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-25T06:09:38.303Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-25T06:09:38.304Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:09:38.304Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-10-25T06:09:38.304Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-10-25T06:09:38.304Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-10-25T06:09:38.304Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=8eee6d0a-d7f8-48ff-8672-b499a73719a8
2022-10-25T06:09:38.304Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:09:38.304Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T06:09:38.305Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:09:38.305Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T06:09:38.305Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:09:38.305Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T06:09:38.305Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:09:38.305Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T06:09:38.305Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:d7ffa549-b7d7-487e-a1a3-a9e158fa1f1b
Model Version:NULL
Model InvariantUuid:50949003-775c-48f6-8e93-5a7a711c8300
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:d1a6f612-b47e-4aef-865c-64837c4cc836
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e2e917ab-9bd4-4e7b-a67d-773cafcc2751
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:cb45e528-5a5c-4f01-b8cb-2f292ac93594
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:a44eccc3-0eb3-4b77-bd2e-06ff6cf7b808
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:62e37f78-00c9-4bf6-9b15-8bbcb00bbbdc
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:8eee6d0a-d7f8-48ff-8672-b499a73719a8
ModelInvariantUuid:90e92e12-954f-4990-b35d-63e92b46dd34
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:0729ebfc-e6a7-4f91-a73a-8f8956593924
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:c6374254-ae37-4d5a-a638-0023d101cb03
ModelInvariantUuid:47ef3861-d35f-4319-94ea-71b1f1c1c0e7
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:436ff525-d094-4126-8619-b11fc08bc47f
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-25T06:09:38.314Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 4f64da44-e419-4d34-b635-45ae6609bca8
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-25T06:09:38.318Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||INFO|500||basic_vm 0
2022-10-25T06:09:38.318Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4f64da44-e419-4d34-b635-45ae6609bca8
2022-10-25T06:09:38.318Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: da5cdebf-c0f6-4316-9113-a38c2842f9ba from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-10-25T06:09:38.318Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-10-25T06:09:38.319Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||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-25T06:09:38.365Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-10-25T06:09:38.365Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json da5cdebf-c0f6-4316-9113-a38c2842f9ba 787
2022-10-25T06:09:38.366Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||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-25T06:09:38.366Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||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-25T06:09:38.366Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-25T06:09:38.366Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-25T06:09:38.368Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T06:09:38.368Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "19b79051-0eed-4ebb-a960-b9facac2b16d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666678178366,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-25T06:09:38.469Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-25T06:09:38.469Z||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-25T06:09:38.469Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:09:38.498Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:09:38.499Z||pool-59-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-10-25T06:09:39.371Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "a44eccc3-0eb3-4b77-bd2e-06ff6cf7b808",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "62e37f78-00c9-4bf6-9b15-8bbcb00bbbdc",
    "vfModuleModelCustomizationUUID": "16105627-8485-4e36-a980-7db945b90618",
    "isBase": true,
    "artifacts": [
      "45172f30-7f98-40ac-bfc5-196d67232795",
      "7265ef00-4820-409b-aee3-6e93b0b2bc54"
    ],
    "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-25T06:09:39.380Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:62e37f78-00c9-4bf6-9b15-8bbcb00bbbdc
VfModuleModelInvariantUUID:a44eccc3-0eb3-4b77-bd2e-06ff6cf7b808
VfModuleModelDescription:NULL
Artifacts UUID List:{
45172f30-7f98-40ac-bfc5-196d67232795
,
7265ef00-4820-409b-aee3-6e93b0b2bc54

}
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-25T06:09:39.382Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "a44eccc3-0eb3-4b77-bd2e-06ff6cf7b808",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "62e37f78-00c9-4bf6-9b15-8bbcb00bbbdc",
    "vfModuleModelCustomizationUUID": "16105627-8485-4e36-a980-7db945b90618",
    "isBase": true,
    "artifacts": [
      "45172f30-7f98-40ac-bfc5-196d67232795",
      "7265ef00-4820-409b-aee3-6e93b0b2bc54"
    ],
    "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-25T06:09:39.383Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:62e37f78-00c9-4bf6-9b15-8bbcb00bbbdc
VfModuleModelInvariantUUID:a44eccc3-0eb3-4b77-bd2e-06ff6cf7b808
VfModuleModelDescription:NULL
Artifacts UUID List:{
45172f30-7f98-40ac-bfc5-196d67232795
,
7265ef00-4820-409b-aee3-6e93b0b2bc54

}
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-25T06:09:39.383Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 45172f30-7f98-40ac-bfc5-196d67232795 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-10-25T06:09:39.384Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-10-25T06:09:39.384Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||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-25T06:09:39.455Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-10-25T06:09:39.456Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 45172f30-7f98-40ac-bfc5-196d67232795 5033
2022-10-25T06:09:39.457Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||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-25T06:09:39.457Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||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-25T06:09:39.457Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-25T06:09:39.457Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-25T06:09:39.459Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T06:09:39.459Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "19b79051-0eed-4ebb-a960-b9facac2b16d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666678179456,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-25T06:09:39.560Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T06:09:39.561Z||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-25T06:09:39.561Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:09:39.579Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:09:39.579Z||pool-60-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-10-25T06:09:40.461Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 7265ef00-4820-409b-aee3-6e93b0b2bc54 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-10-25T06:09:40.461Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-10-25T06:09:40.461Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||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-25T06:09:40.522Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-10-25T06:09:40.523Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 7265ef00-4820-409b-aee3-6e93b0b2bc54 903
2022-10-25T06:09:40.524Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||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-25T06:09:40.524Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||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-25T06:09:40.524Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-25T06:09:40.524Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-25T06:09:40.526Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T06:09:40.527Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "19b79051-0eed-4ebb-a960-b9facac2b16d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666678180524,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-10-25T06:09:40.626Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-25T06:09:40.628Z||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-25T06:09:40.628Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:09:40.641Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:09:40.643Z||pool-61-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-10-25T06:09:41.527Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: d7ffa549-b7d7-487e-a1a3-a9e158fa1f1b
2022-10-25T06:09:41.528Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 4f64da44-e419-4d34-b635-45ae6609bca8 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-25T06:09:41.561Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4f2e25f1, org.onap.sdc.toscaparser.api.parameters.Input@4697f576, org.onap.sdc.toscaparser.api.parameters.Input@77ac71ec, org.onap.sdc.toscaparser.api.parameters.Input@3523d0eb, org.onap.sdc.toscaparser.api.parameters.Input@b1c7a13]
2022-10-25T06:09:41.563Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:09:41.564Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T06:09:41.564Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-10-25T06:09:41.564Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= cb45e528-5a5c-4f01-b8cb-2f292ac93594
2022-10-25T06:09:41.564Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: cb45e528-5a5c-4f01-b8cb-2f292ac93594 matches Tosca VF Customization UUID: cb45e528-5a5c-4f01-b8cb-2f292ac93594
2022-10-25T06:09:41.564Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: cb45e528-5a5c-4f01-b8cb-2f292ac93594  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-25T06:09:41.569Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:09:41.569Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T06:09:41.570Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id cb45e528-5a5c-4f01-b8cb-2f292ac93594: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-10-25T06:09:41.570Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4de10e4b
2022-10-25T06:09:41.570Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:09:41.570Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-25T06:09:41.571Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 16105627-8485-4e36-a980-7db945b90618
2022-10-25T06:09:41.571Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 16105627-8485-4e36-a980-7db945b90618
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-25T06:09:41.576Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:09:41.577Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-25T06:09:41.577Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-25T06:09:41.577Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:09:41.578Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-25T06:09:41.578Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-25T06:09:41.578Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:09:41.578Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-10-25T06:09:41.578Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-10-25T06:09:41.578Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-10-25T06:09:41.578Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=8eee6d0a-d7f8-48ff-8672-b499a73719a8
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-25T06:09:41.584Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:09:41.584Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-25T06:09:41.584Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-25T06:09:41.585Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:09:41.585Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-25T06:09:41.585Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=cb45e528-5a5c-4f01-b8cb-2f292ac93594
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-25T06:09:41.588Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:09:41.589Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T06:09:41.589Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid d7ffa549-b7d7-487e-a1a3-a9e158fa1f1b: basic_vm
2022-10-25T06:09:41.589Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:09:41.590Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T06:09:41.590Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:09:41.590Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T06:09:41.590Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:09:41.590Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T06:09:41.590Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:09:41.590Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T06:09:41.590Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:09:41.590Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T06:09:41.590Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||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-25T06:09:41.744Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 4f64da44-e419-4d34-b635-45ae6609bca8 1 ASDC deployResourceStructure
2022-10-25T06:09:41.745Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||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-25T06:09:41.745Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||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-25T06:09:41.745Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-25T06:09:41.745Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-25T06:09:41.747Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T06:09:41.748Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "19b79051-0eed-4ebb-a960-b9facac2b16d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666678181745,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-25T06:09:41.848Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T06:09:41.848Z||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-25T06:09:41.849Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:09:41.860Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:09:41.861Z||pool-62-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-25T06:09:42.749Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||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-25T06:09:42.750Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||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-25T06:09:42.750Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-25T06:09:42.750Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-25T06:09:42.753Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T06:09:42.753Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "19b79051-0eed-4ebb-a960-b9facac2b16d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666678182749,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-10-25T06:09:42.853Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T06:09:42.855Z||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-25T06:09:42.855Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:09:42.870Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:09:42.871Z||pool-63-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-25T06:09:43.754Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||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-25T06:09:43.755Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||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-25T06:09:43.755Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-25T06:09:43.755Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-25T06:09:43.757Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T06:09:43.757Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "19b79051-0eed-4ebb-a960-b9facac2b16d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666678183754,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-10-25T06:09:43.857Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T06:09:43.858Z||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-25T06:09:43.858Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:09:43.874Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:09:43.874Z||pool-64-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-10-25T06:09:44.758Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||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-25T06:09:44.758Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||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-25T06:09:44.758Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-25T06:09:44.758Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-25T06:09:44.760Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T06:09:44.760Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "19b79051-0eed-4ebb-a960-b9facac2b16d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666678184757,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-25T06:09:44.860Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-25T06:09:44.861Z||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-25T06:09:44.862Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:09:44.877Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:09:44.877Z||pool-65-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-25T06:09:45.762Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 19b79051-0eed-4ebb-a960-b9facac2b16d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-25T06:09:45.774Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 19b79051-0eed-4ebb-a960-b9facac2b16d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-25T06:09:45.779Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-25T06:09:45.779Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-25T06:09:45.779Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-25T06:09:45.780Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-25T06:09:45.780Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-25T06:09:45.780Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-25T06:09:45.780Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-25T06:09:45.780Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-25T06:09:45.780Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-25T06:09:45.780Z|19b79051-0eed-4ebb-a960-b9facac2b16d|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-25T06:09:45.786Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-25T06:09:55.386Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:09:55.388Z||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-25T06:09:55.388Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:09:55.412Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:09:55.413Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:09:55.413Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
  "consumerID": "aai-ml",
  "timestamp": 1666678022472,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-25T06:09:55.414Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:09:55.414Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:09:55.414Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
  "consumerID": "aai-ml",
  "timestamp": 1666678023475,
  "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-25T06:09:55.424Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0014a5a7-a07d-40ba-951f-83a34d296994
2022-10-25T06:09:55.424Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0014a5a7-a07d-40ba-951f-83a34d296994 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-25T06:10:15.787Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 19b79051-0eed-4ebb-a960-b9facac2b16d 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-25T06:10:15.798Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 19b79051-0eed-4ebb-a960-b9facac2b16d and serviceModelVersionId: d7ffa549-b7d7-487e-a1a3-a9e158fa1f1b
2022-10-25T06:10:15.798Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 50949003-775c-48f6-8e93-5a7a711c8300
2022-10-25T06:10:15.800Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/50949003-775c-48f6-8e93-5a7a711c8300/model-vers/model-ver/d7ffa549-b7d7-487e-a1a3-a9e158fa1f1b?depth=0
2022-10-25T06:10:15.807Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-10-25T06:10:15.864Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50949003-775c-48f6-8e93-5a7a711c8300/model-vers/model-ver/d7ffa549-b7d7-487e-a1a3-a9e158fa1f1b?depth=0|INFO|500||Invoke
2022-10-25T06:10:15.865Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50949003-775c-48f6-8e93-5a7a711c8300/model-vers/model-ver/d7ffa549-b7d7-487e-a1a3-a9e158fa1f1b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50949003-775c-48f6-8e93-5a7a711c8300/model-vers/model-ver/d7ffa549-b7d7-487e-a1a3-a9e158fa1f1b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[19b79051-0eed-4ebb-a960-b9facac2b16d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0c47b41d-87e2-4ef6-abe7-fd85d368a31b], X-ECOMP-RequestID=[19b79051-0eed-4ebb-a960-b9facac2b16d], X-TransactionId=[], X-ONAP-RequestID=[19b79051-0eed-4ebb-a960-b9facac2b16d], Content-Type=[application/merge-patch+json]}
2022-10-25T06:10:15.892Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50949003-775c-48f6-8e93-5a7a711c8300/model-vers/model-ver/d7ffa549-b7d7-487e-a1a3-a9e158fa1f1b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-10-25T06:10:15.996Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50949003-775c-48f6-8e93-5a7a711c8300/model-vers/model-ver/d7ffa549-b7d7-487e-a1a3-a9e158fa1f1b?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/50949003-775c-48f6-8e93-5a7a711c8300/model-vers/model-ver/d7ffa549-b7d7-487e-a1a3-a9e158fa1f1b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221025-06:10:15:934-73975], vertex-id=[221208], Content-Length=[0], Date=[Tue, 25 Oct 2022 06:10:15 GMT], Content-Type=[application/json]}
2022-10-25T06:10:15.996Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50949003-775c-48f6-8e93-5a7a711c8300/model-vers/model-ver/d7ffa549-b7d7-487e-a1a3-a9e158fa1f1b?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-10-25T06:10:15.997Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50949003-775c-48f6-8e93-5a7a711c8300/model-vers/model-ver/d7ffa549-b7d7-487e-a1a3-a9e158fa1f1b?depth=0|INFO|500||InvokeReturn
2022-10-25T06:10:15.998Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-25T06:10:15.999Z|19b79051-0eed-4ebb-a960-b9facac2b16d|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-25T06:10:16.007Z|19b79051-0eed-4ebb-a960-b9facac2b16d|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-25T06:10:16.007Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 19b79051-0eed-4ebb-a960-b9facac2b16d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-25T06:10:16.007Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-25T06:10:16.008Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-25T06:10:16.010Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T06:10:16.011Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "19b79051-0eed-4ebb-a960-b9facac2b16d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666678216007,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-25T06:10:16.111Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-25T06:10:16.112Z||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-25T06:10:16.112Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:10:16.128Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:10:16.129Z||pool-66-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-25T06:10:17.032Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-25T06:10:17.033Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"0014a5a7-a07d-40ba-951f-83a34d296994","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"2087582d-6825-4d2b-b56c-d973250d9a40","serviceDescription":"service","serviceInvariantUUID":"c3f566e0-8292-46f3-853d-02449988ecf5","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2605d073-9820-4a89-8660-9d83747747d5","resourceInvariantUUID":"eb025096-644e-48b4-9ae3-91bae8439392","resourceCustomizationUUID":"fe7d8450-56fa-49a3-8bf5-a95cf7846b32","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":"OWVlMjMyMTMwZTA4OTYzZDNkYTMxZjI1YWI0ZDY0MTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c3bea284-d39c-4b4f-a3e6-ac5e7b2d3607","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":"dc7e1808-ae11-4f64-9e86-c4d8379f0b16","artifactVersion":"2","generatedFromUUID":"d4f38415-ce80-4c08-9ba0-d40f0f12d67f"},{"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":"d4f38415-ce80-4c08-9ba0-d40f0f12d67f","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":"ZmEwZjAxNzkzMTg5OTVkOWQzOGI5MzgxOTE1MmZjZDc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"999bcff1-59ba-4f72-88f7-60282a3a9f30","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":"3d933454-88fd-4c60-b0bb-d5c7e531c353","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":"507e5186-d741-4f98-994a-57a9f0ce322a","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":"2ad56e96-3c90-4683-95af-7602c7d76c60","artifactVersion":"2","generatedFromUUID":"3d933454-88fd-4c60-b0bb-d5c7e531c353"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"MjFkMDY4YWQ2NjdmYzg2ZjI1ZTE4YmU2ZDMzZDI4MjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5b19fe50-9ae0-4974-ab5a-15287aa530c9","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NzdhZGY4ZjMzMjM5ZjkxZDRmNDM1ZDg3NzI1YTgxN2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"93d8074e-648e-4474-a4db-0087c97bcaae","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-25T06:10:17.033Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-25T06:10:17.033Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-25T06:10:17.035Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T06:10:17.036Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666678121425,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:10:17.136Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T06:10:17.137Z||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-25T06:10:17.137Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:10:17.151Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:10:17.151Z||pool-67-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-25T06:10:18.036Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-25T06:10:18.037Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-25T06:10:18.039Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T06:10:18.039Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666678121425,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-10-25T06:10:18.139Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T06:10:18.141Z||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-25T06:10:18.141Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:10:18.163Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:10:18.164Z||pool-68-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-10-25T06:10:19.040Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-25T06:10:19.040Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-25T06:10:19.052Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T06:10:19.053Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666678121425,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-10-25T06:10:19.154Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-25T06:10:19.156Z||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-25T06:10:19.156Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:10:19.173Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:10:19.174Z||pool-69-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-10-25T06:10:20.053Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-25T06:10:20.054Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-25T06:10:20.056Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T06:10:20.057Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666678121425,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-10-25T06:10:20.157Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T06:10:20.158Z||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-25T06:10:20.159Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:10:20.174Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:10:20.175Z||pool-70-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-25T06:10:21.057Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-25T06:10:21.062Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-25T06:10:21.065Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T06:10:21.066Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666678121425,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-10-25T06:10:21.165Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-25T06:10:21.167Z||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-25T06:10:21.167Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:10:21.179Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:10:21.180Z||pool-71-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-25T06:10:22.066Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-25T06:10:22.067Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-25T06:10:22.069Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T06:10:22.069Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666678121425,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:10:22.172Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-10-25T06:10:22.173Z||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-25T06:10:22.173Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:10:22.188Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:10:22.189Z||pool-72-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-25T06:10:23.069Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-25T06:10:23.070Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-25T06:10:23.072Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T06:10:23.072Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666678121425,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-10-25T06:10:23.172Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T06:10:23.173Z||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-25T06:10:23.173Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:10:23.185Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:10:23.185Z||pool-73-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-25T06:10:24.073Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-25T06:10:24.074Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-25T06:10:24.076Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T06:10:24.076Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666678121425,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:10:24.176Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T06:10:24.177Z||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-25T06:10:24.177Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:10:24.191Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:10:24.192Z||pool-74-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-25T06:10:25.076Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-25T06:10:25.077Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-25T06:10:25.080Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T06:10:25.080Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666678121425,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-10-25T06:10:25.180Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T06:10:25.181Z||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-25T06:10:25.182Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:10:25.215Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:10:25.216Z||pool-75-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-10-25T06:10:26.082Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "2087582d-6825-4d2b-b56c-d973250d9a40",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c3f566e0-8292-46f3-853d-02449988ecf5",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "fe7d8450-56fa-49a3-8bf5-a95cf7846b32",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "2605d073-9820-4a89-8660-9d83747747d5",
      "resourceInvariantUUID": "eb025096-644e-48b4-9ae3-91bae8439392",
      "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": "dc7e1808-ae11-4f64-9e86-c4d8379f0b16",
          "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": "d4f38415-ce80-4c08-9ba0-d40f0f12d67f",
          "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": "ZmEwZjAxNzkzMTg5OTVkOWQzOGI5MzgxOTE1MmZjZDc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "999bcff1-59ba-4f72-88f7-60282a3a9f30",
          "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": "3d933454-88fd-4c60-b0bb-d5c7e531c353",
          "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": "2ad56e96-3c90-4683-95af-7602c7d76c60",
            "generatedFromUUID": "3d933454-88fd-4c60-b0bb-d5c7e531c353"
          },
          "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": "2ad56e96-3c90-4683-95af-7602c7d76c60",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "NzdhZGY4ZjMzMjM5ZjkxZDRmNDM1ZDg3NzI1YTgxN2M\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "93d8074e-648e-4474-a4db-0087c97bcaae"
    }
  ],
  "workloadContext": "Production"
}
2022-10-25T06:10:26.082Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-25T06:10:26.083Z|19b79051-0eed-4ebb-a960-b9facac2b16d|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 2087582d-6825-4d2b-b56c-d973250d9a40 ASDC
2022-10-25T06:10:26.083Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:0014a5a7-a07d-40ba-951f-83a34d296994
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:2087582d-6825-4d2b-b56c-d973250d9a40
ServiceInvariantUUID:c3f566e0-8292-46f3-853d-02449988ecf5
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:93d8074e-648e-4474-a4db-0087c97bcaae
ArtifactChecksum:NzdhZGY4ZjMzMjM5ZjkxZDRmNDM1ZDg3NzI1YTgxN2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:fe7d8450-56fa-49a3-8bf5-a95cf7846b32
ResourceInvariantUUID:eb025096-644e-48b4-9ae3-91bae8439392
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:2605d073-9820-4a89-8660-9d83747747d5
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:dc7e1808-ae11-4f64-9e86-c4d8379f0b16
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:d4f38415-ce80-4c08-9ba0-d40f0f12d67f
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:999bcff1-59ba-4f72-88f7-60282a3a9f30
ArtifactChecksum:ZmEwZjAxNzkzMTg5OTVkOWQzOGI5MzgxOTE1MmZjZDc=
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:3d933454-88fd-4c60-b0bb-d5c7e531c353
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:2ad56e96-3c90-4683-95af-7602c7d76c60
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:2ad56e96-3c90-4683-95af-7602c7d76c60
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-10-25T06:10:26.084Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2087582d-6825-4d2b-b56c-d973250d9a40 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-25T06:10:26.127Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-25T06:10:26.128Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-10-25T06:10:26.128Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-10-25T06:10:26.128Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 93d8074e-648e-4474-a4db-0087c97bcaae from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-10-25T06:10:26.128Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-10-25T06:10:26.129Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-10-25T06:10:26.300Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-10-25T06:10:26.305Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 93d8074e-648e-4474-a4db-0087c97bcaae 73683
2022-10-25T06:10:26.306Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||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-25T06:10:26.306Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||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-25T06:10:26.306Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-25T06:10:26.306Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-25T06:10:26.309Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T06:10:26.310Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666678226306,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-25T06:10:26.409Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-25T06:10:26.411Z||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-25T06:10:26.411Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:10:26.425Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:10:26.426Z||pool-76-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-10-25T06:10:27.314Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-25T06:10:27.316Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-10-25T06:10:27.316Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 93d8074e-648e-4474-a4db-0087c97bcaae, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-25T06:10:27.316Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-10-25T06:10:27.317Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-25T06:10:27.317Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-25T06:10:27.394Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17046019697153007259/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-25T06:10:28.353Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-25T06:10:28.353Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-10-25T06:10:28.354Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-25T06:10:28.354Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-10-25T06:10:28.354Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||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-25T06:10:28.354Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||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-25T06:10:28.354Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||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-25T06:10:28.354Z|0014a5a7-a07d-40ba-951f-83a34d296994|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-BasicCnf-csar.csar
2022-10-25T06:10:28.354Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-10-25T06:10:28.354Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:10:28.354Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T06:10:28.355Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-25T06:10:28.356Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-10-25T06:10:28.356Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-25T06:10:28.356Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:10:28.357Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T06:10:28.357Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-25T06:10:28.357Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-10-25T06:10:28.357Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-25T06:10:28.357Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:10:28.357Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T06:10:28.357Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:10:28.357Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-10-25T06:10:28.358Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-10-25T06:10:28.358Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||Node template dummy is not matching search criteria
2022-10-25T06:10:28.358Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-25T06:10:28.358Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:10:28.358Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-25T06:10:28.358Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:10:28.358Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-25T06:10:28.359Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-25T06:10:28.359Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:10:28.359Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-25T06:10:28.359Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-25T06:10:28.359Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:10:28.359Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-25T06:10:28.359Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-25T06:10:28.359Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:10:28.359Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-10-25T06:10:28.359Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-10-25T06:10:28.359Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=a284e2d7-036c-46bd-bb67-0cd90d93453c
2022-10-25T06:10:28.360Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:10:28.360Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T06:10:28.360Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:10:28.360Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T06:10:28.360Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:10:28.360Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T06:10:28.360Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:10:28.360Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T06:10:28.360Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:2087582d-6825-4d2b-b56c-d973250d9a40
Model Version:NULL
Model InvariantUuid:c3f566e0-8292-46f3-853d-02449988ecf5
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:2c84f230-dfb1-4fc7-8e00-06bf20d8b0e4
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:eb025096-644e-48b4-9ae3-91bae8439392
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:fe7d8450-56fa-49a3-8bf5-a95cf7846b32
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:1ec9828b-9b25-446e-8824-69ed5129766f
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:de4ea8bd-a0b9-4cb6-a27e-b34f7d19d00b
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:a284e2d7-036c-46bd-bb67-0cd90d93453c
ModelInvariantUuid:f0952465-00d8-4970-8dda-118e06b7ddd7
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:45dfbb3b-838a-49af-bacb-8f78e82a04c3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:b532f9b0-dff6-441e-8ef1-2bece81d8287
ModelInvariantUuid:81f1cdd0-7ab8-4c3f-9962-2b39e77e44d3
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:51a67010-4b35-45b5-85a7-4aac5582042a
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-25T06:10:28.371Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 2605d073-9820-4a89-8660-9d83747747d5
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-25T06:10:28.376Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||INFO|500||basic_cnf 0
2022-10-25T06:10:28.376Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2605d073-9820-4a89-8660-9d83747747d5
2022-10-25T06:10:28.376Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: dc7e1808-ae11-4f64-9e86-c4d8379f0b16 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-10-25T06:10:28.376Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-10-25T06:10:28.376Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||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-25T06:10:28.425Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-10-25T06:10:28.426Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env dc7e1808-ae11-4f64-9e86-c4d8379f0b16 12
2022-10-25T06:10:28.426Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||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-25T06:10:28.427Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||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-25T06:10:28.427Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-25T06:10:28.427Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-25T06:10:28.429Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T06:10:28.429Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666678228426,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-10-25T06:10:28.529Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T06:10:28.530Z||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-25T06:10:28.530Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:10:28.543Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:10:28.543Z||pool-77-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-10-25T06:10:29.431Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: d4f38415-ce80-4c08-9ba0-d40f0f12d67f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-10-25T06:10:29.431Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-10-25T06:10:29.431Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||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-25T06:10:29.480Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-10-25T06:10:29.481Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz d4f38415-ce80-4c08-9ba0-d40f0f12d67f 2688
2022-10-25T06:10:29.481Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||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-25T06:10:29.481Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||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-25T06:10:29.482Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-25T06:10:29.482Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-25T06:10:29.484Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T06:10:29.484Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666678229481,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-10-25T06:10:29.585Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T06:10:29.586Z||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-25T06:10:29.587Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:10:29.609Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:10:29.610Z||pool-78-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-10-25T06:10:30.488Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 999bcff1-59ba-4f72-88f7-60282a3a9f30 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-10-25T06:10:30.488Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-10-25T06:10:30.489Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||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-25T06:10:30.551Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-10-25T06:10:30.552Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 999bcff1-59ba-4f72-88f7-60282a3a9f30 828
2022-10-25T06:10:30.552Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||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-25T06:10:30.553Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||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-25T06:10:30.553Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-25T06:10:30.553Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-25T06:10:30.556Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T06:10:30.556Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666678230552,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-25T06:10:30.656Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T06:10:30.657Z||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-25T06:10:30.657Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:10:30.674Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:10:30.675Z||pool-79-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-10-25T06:10:31.557Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "1ec9828b-9b25-446e-8824-69ed5129766f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "de4ea8bd-a0b9-4cb6-a27e-b34f7d19d00b",
    "vfModuleModelCustomizationUUID": "8fa59eb7-e8ce-4bc3-b14e-6fb46194957b",
    "isBase": true,
    "artifacts": [
      "d4f38415-ce80-4c08-9ba0-d40f0f12d67f",
      "3d933454-88fd-4c60-b0bb-d5c7e531c353",
      "2ad56e96-3c90-4683-95af-7602c7d76c60"
    ],
    "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-25T06:10:31.562Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:de4ea8bd-a0b9-4cb6-a27e-b34f7d19d00b
VfModuleModelInvariantUUID:1ec9828b-9b25-446e-8824-69ed5129766f
VfModuleModelDescription:NULL
Artifacts UUID List:{
d4f38415-ce80-4c08-9ba0-d40f0f12d67f
,
3d933454-88fd-4c60-b0bb-d5c7e531c353
,
2ad56e96-3c90-4683-95af-7602c7d76c60

}
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-25T06:10:31.564Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "1ec9828b-9b25-446e-8824-69ed5129766f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "de4ea8bd-a0b9-4cb6-a27e-b34f7d19d00b",
    "vfModuleModelCustomizationUUID": "8fa59eb7-e8ce-4bc3-b14e-6fb46194957b",
    "isBase": true,
    "artifacts": [
      "d4f38415-ce80-4c08-9ba0-d40f0f12d67f",
      "3d933454-88fd-4c60-b0bb-d5c7e531c353",
      "2ad56e96-3c90-4683-95af-7602c7d76c60"
    ],
    "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-25T06:10:31.564Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:de4ea8bd-a0b9-4cb6-a27e-b34f7d19d00b
VfModuleModelInvariantUUID:1ec9828b-9b25-446e-8824-69ed5129766f
VfModuleModelDescription:NULL
Artifacts UUID List:{
d4f38415-ce80-4c08-9ba0-d40f0f12d67f
,
3d933454-88fd-4c60-b0bb-d5c7e531c353
,
2ad56e96-3c90-4683-95af-7602c7d76c60

}
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-25T06:10:31.564Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 3d933454-88fd-4c60-b0bb-d5c7e531c353 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-10-25T06:10:31.564Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-10-25T06:10:31.565Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||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-25T06:10:31.666Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-10-25T06:10:31.667Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 3d933454-88fd-4c60-b0bb-d5c7e531c353 1164
2022-10-25T06:10:31.668Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||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-25T06:10:31.668Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||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-25T06:10:31.668Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-25T06:10:31.668Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-25T06:10:31.671Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T06:10:31.671Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666678231668,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-25T06:10:31.771Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-25T06:10:31.772Z||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-25T06:10:31.773Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:10:31.790Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:10:31.791Z||pool-80-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-10-25T06:10:32.672Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 2ad56e96-3c90-4683-95af-7602c7d76c60 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-10-25T06:10:32.672Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-10-25T06:10:32.674Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||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-25T06:10:32.728Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-10-25T06:10:32.729Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2ad56e96-3c90-4683-95af-7602c7d76c60 200
2022-10-25T06:10:32.729Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||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-25T06:10:32.729Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||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-25T06:10:32.730Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-25T06:10:32.730Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-25T06:10:32.735Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T06:10:32.735Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666678232729,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-10-25T06:10:32.833Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-10-25T06:10:32.836Z||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-25T06:10:32.836Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:10:32.849Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:10:32.849Z||pool-81-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-10-25T06:10:33.736Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 2087582d-6825-4d2b-b56c-d973250d9a40
2022-10-25T06:10:33.737Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 2605d073-9820-4a89-8660-9d83747747d5 ASDC
2022-10-25T06:10:33.752Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-25T06:10:33.776Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@30bbbb01, org.onap.sdc.toscaparser.api.parameters.Input@118efdbe, org.onap.sdc.toscaparser.api.parameters.Input@a9134ab, org.onap.sdc.toscaparser.api.parameters.Input@17febd3e, org.onap.sdc.toscaparser.api.parameters.Input@7a706f73]
2022-10-25T06:10:33.779Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:10:33.780Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T06:10:33.780Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-10-25T06:10:33.781Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= fe7d8450-56fa-49a3-8bf5-a95cf7846b32
2022-10-25T06:10:33.781Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: fe7d8450-56fa-49a3-8bf5-a95cf7846b32 matches Tosca VF Customization UUID: fe7d8450-56fa-49a3-8bf5-a95cf7846b32
2022-10-25T06:10:33.781Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: fe7d8450-56fa-49a3-8bf5-a95cf7846b32  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-25T06:10:33.785Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:10:33.785Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T06:10:33.787Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id fe7d8450-56fa-49a3-8bf5-a95cf7846b32: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-10-25T06:10:33.787Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7d371c5c
2022-10-25T06:10:33.787Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:10:33.787Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-25T06:10:33.788Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8fa59eb7-e8ce-4bc3-b14e-6fb46194957b
2022-10-25T06:10:33.788Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8fa59eb7-e8ce-4bc3-b14e-6fb46194957b
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-25T06:10:33.792Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:10:33.792Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-25T06:10:33.793Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-25T06:10:33.793Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:10:33.793Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-25T06:10:33.793Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-25T06:10:33.794Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:10:33.794Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-10-25T06:10:33.794Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-10-25T06:10:33.794Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=a284e2d7-036c-46bd-bb67-0cd90d93453c
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-25T06:10:33.801Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:10:33.806Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-25T06:10:33.807Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-25T06:10:33.807Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:10:33.807Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-25T06:10:33.808Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=fe7d8450-56fa-49a3-8bf5-a95cf7846b32
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-25T06:10:33.811Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:10:33.811Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T06:10:33.812Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 2087582d-6825-4d2b-b56c-d973250d9a40: basic_cnf
2022-10-25T06:10:33.812Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:10:33.812Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T06:10:33.812Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:10:33.812Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T06:10:33.812Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:10:33.812Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T06:10:33.812Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:10:33.812Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T06:10:33.813Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:10:33.813Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T06:10:33.813Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||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-25T06:10:33.931Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 2605d073-9820-4a89-8660-9d83747747d5 1 ASDC deployResourceStructure
2022-10-25T06:10:33.932Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||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-25T06:10:33.932Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||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-25T06:10:33.933Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-10-25T06:10:33.933Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-25T06:10:33.938Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T06:10:33.939Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666678233932,
  "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-25T06:10:34.038Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-25T06:10:34.039Z||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-25T06:10:34.040Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:10:34.054Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:10:34.054Z||pool-82-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-25T06:10:34.940Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||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-25T06:10:34.940Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||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-25T06:10:34.940Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-10-25T06:10:34.941Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-25T06:10:34.943Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T06:10:34.943Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666678234940,
  "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-25T06:10:35.043Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T06:10:35.044Z||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-25T06:10:35.044Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:10:35.074Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:10:35.075Z||pool-83-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-10-25T06:10:35.944Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||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-25T06:10:35.944Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||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-25T06:10:35.944Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-25T06:10:35.944Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-25T06:10:35.947Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T06:10:35.947Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666678235944,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-25T06:10:36.047Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T06:10:36.048Z||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-25T06:10:36.048Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:10:36.067Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:10:36.068Z||pool-84-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-10-25T06:10:36.948Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||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-25T06:10:36.948Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||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-25T06:10:36.949Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-25T06:10:36.949Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-25T06:10:36.951Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T06:10:36.951Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666678236948,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-10-25T06:10:37.051Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T06:10:37.052Z||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-25T06:10:37.053Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:10:37.064Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:10:37.064Z||pool-85-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-25T06:10:37.953Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||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-25T06:10:37.954Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||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-25T06:10:37.954Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-25T06:10:37.954Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-25T06:10:37.956Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T06:10:37.957Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666678237953,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-10-25T06:10:38.057Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T06:10:38.058Z||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-25T06:10:38.059Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:10:38.075Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:10:38.076Z||pool-86-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-10-25T06:10:38.958Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||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-25T06:10:38.958Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||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-25T06:10:38.959Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-25T06:10:38.959Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-25T06:10:38.961Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T06:10:38.961Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666678238958,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-25T06:10:39.061Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-25T06:10:39.063Z||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-25T06:10:39.063Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:10:39.075Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:10:39.076Z||pool-87-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-25T06:10:39.963Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0014a5a7-a07d-40ba-951f-83a34d296994
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-25T06:10:39.981Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0014a5a7-a07d-40ba-951f-83a34d296994
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-25T06:10:39.985Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-25T06:10:39.985Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-25T06:10:39.986Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-25T06:10:39.986Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-25T06:10:39.986Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-25T06:10:39.986Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-25T06:10:39.986Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-25T06:10:39.986Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-25T06:10:39.986Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-25T06:10:39.986Z|0014a5a7-a07d-40ba-951f-83a34d296994|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-25T06:10:39.993Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-25T06:10:55.386Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:10:55.389Z||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-25T06:10:55.389Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:10:55.445Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:10:55.446Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:10:55.447Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a27f6384-8227-4acd-b5ca-00d7db51460e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666678120382,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-25T06:10:55.448Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:10:55.448Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:10:55.448Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666678121425,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/resourceInstances/pnf75ff63ef7ad10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:10:55.449Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:10:55.449Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:10:55.449Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666678121425,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/resourceInstances/pnf75ff63ef7ad10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:10:55.449Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:10:55.449Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:10:55.449Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666678121425,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/resourceInstances/pnf75ff63ef7ad10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:10:55.449Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:10:55.449Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:10:55.449Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666678121425,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/resourceInstances/pnf75ff63ef7ad10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:10:55.449Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:10:55.449Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:10:55.449Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666678121425,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/resourceInstances/pnf75ff63ef7ad10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:10:55.449Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:10:55.449Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:10:55.449Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666678121425,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/resourceInstances/pnf75ff63ef7ad10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:10:55.449Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:10:55.449Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:10:55.449Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666678121425,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/artifacts/service-DemoPnfLkhm1tkq5sx5zlcfx0x5-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:10:55.449Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:10:55.450Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:10:55.450Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666678121425,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/artifacts/service-DemoPnfLkhm1tkq5sx5zlcfx0x5-csar.csar",
  "status": "NOTIFIED"
}
2022-10-25T06:10:55.450Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:10:55.450Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:10:55.450Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666678134139,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/artifacts/service-DemoPnfLkhm1tkq5sx5zlcfx0x5-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-25T06:10:55.450Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:11:09.994Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0014a5a7-a07d-40ba-951f-83a34d296994 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-25T06:11:10.004Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0014a5a7-a07d-40ba-951f-83a34d296994 and serviceModelVersionId: 2087582d-6825-4d2b-b56c-d973250d9a40
2022-10-25T06:11:10.004Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c3f566e0-8292-46f3-853d-02449988ecf5
2022-10-25T06:11:10.005Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c3f566e0-8292-46f3-853d-02449988ecf5/model-vers/model-ver/2087582d-6825-4d2b-b56c-d973250d9a40?depth=0
2022-10-25T06:11:10.011Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-10-25T06:11:10.049Z|0014a5a7-a07d-40ba-951f-83a34d296994|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/c3f566e0-8292-46f3-853d-02449988ecf5/model-vers/model-ver/2087582d-6825-4d2b-b56c-d973250d9a40?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-25T06:11:10.053Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c3f566e0-8292-46f3-853d-02449988ecf5/model-vers/model-ver/2087582d-6825-4d2b-b56c-d973250d9a40?depth=0|INFO|500||Invoke
2022-10-25T06:11:10.075Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c3f566e0-8292-46f3-853d-02449988ecf5/model-vers/model-ver/2087582d-6825-4d2b-b56c-d973250d9a40?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-10-25T06:11:10.173Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c3f566e0-8292-46f3-853d-02449988ecf5/model-vers/model-ver/2087582d-6825-4d2b-b56c-d973250d9a40?depth=0|INFO|500||InvokeReturn
2022-10-25T06:11:10.176Z|0014a5a7-a07d-40ba-951f-83a34d296994|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/c3f566e0-8292-46f3-853d-02449988ecf5/model-vers/model-ver/2087582d-6825-4d2b-b56c-d973250d9a40?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221025-06:11:10:118-69888], vertex-id=[393248], Content-Length=[0], Date=[Tue, 25 Oct 2022 06:11:10 GMT], Content-Type=[application/json]}
2022-10-25T06:11:10.177Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2022-10-25T06:11:10.177Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-25T06:11:10.177Z|0014a5a7-a07d-40ba-951f-83a34d296994|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-25T06:11:10.182Z|0014a5a7-a07d-40ba-951f-83a34d296994|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-25T06:11:10.183Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0014a5a7-a07d-40ba-951f-83a34d296994 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-25T06:11:10.183Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-25T06:11:10.184Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-25T06:11:10.187Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T06:11:10.187Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666678270183,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-25T06:11:10.287Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-25T06:11:10.288Z||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-25T06:11:10.288Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:11:10.303Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:11:10.304Z||pool-88-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-25T06:11:11.203Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:11:11.203Z|0014a5a7-a07d-40ba-951f-83a34d296994|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-25T06:11:11.204Z|0014a5a7-a07d-40ba-951f-83a34d296994|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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:11:21.556Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:11:21.557Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:11:21.558Z|0014a5a7-a07d-40ba-951f-83a34d296994|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-25T06:11:21.558Z|0014a5a7-a07d-40ba-951f-83a34d296994|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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:11:31.113Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:11:31.114Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:11:31.116Z|0014a5a7-a07d-40ba-951f-83a34d296994|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-25T06:11:31.116Z|0014a5a7-a07d-40ba-951f-83a34d296994|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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:11:40.684Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:11:40.685Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:11:40.687Z|0014a5a7-a07d-40ba-951f-83a34d296994|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-25T06:11:40.687Z|0014a5a7-a07d-40ba-951f-83a34d296994|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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:11:50.238Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:11:50.239Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:11:50.240Z|0014a5a7-a07d-40ba-951f-83a34d296994|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-25T06:11:50.240Z|0014a5a7-a07d-40ba-951f-83a34d296994|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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:11:55.386Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:11:55.387Z||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-25T06:11:55.388Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:11:55.443Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:11:55.444Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-25T06:11:55.444Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666678136423,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/artifacts/service-DemoPnfLkhm1tkq5sx5zlcfx0x5-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-25T06:11:55.449Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:11:55.450Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-25T06:11:55.450Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666678167654,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-25T06:11:55.450Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:11:55.451Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-25T06:11:55.451Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b79051-0eed-4ebb-a960-b9facac2b16d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666678121425,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:11:55.451Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:11:55.451Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-25T06:11:55.451Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b79051-0eed-4ebb-a960-b9facac2b16d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666678121425,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-10-25T06:11:55.451Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:11:55.451Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-25T06:11:55.452Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b79051-0eed-4ebb-a960-b9facac2b16d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666678121425,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-10-25T06:11:55.452Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:11:55.452Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-25T06:11:55.452Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b79051-0eed-4ebb-a960-b9facac2b16d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666678121425,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:11:55.452Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:11:55.452Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-25T06:11:55.452Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b79051-0eed-4ebb-a960-b9facac2b16d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666678121425,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-10-25T06:11:55.452Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:11:55.452Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-25T06:11:55.452Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b79051-0eed-4ebb-a960-b9facac2b16d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666678121425,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:11:55.452Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:11:55.452Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-25T06:11:55.452Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b79051-0eed-4ebb-a960-b9facac2b16d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666678121425,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-10-25T06:11:55.452Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:11:55.452Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-25T06:11:55.452Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b79051-0eed-4ebb-a960-b9facac2b16d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666678176069,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-25T06:11:55.452Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:11:55.452Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-25T06:11:55.452Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b79051-0eed-4ebb-a960-b9facac2b16d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666678178366,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-25T06:11:55.452Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:11:55.452Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-25T06:11:55.452Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b79051-0eed-4ebb-a960-b9facac2b16d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666678179456,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-25T06:11:55.452Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:11:55.452Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-25T06:11:55.452Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b79051-0eed-4ebb-a960-b9facac2b16d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666678180524,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-10-25T06:11:55.453Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:11:55.453Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-25T06:11:55.453Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b79051-0eed-4ebb-a960-b9facac2b16d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666678181745,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-25T06:11:55.453Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:11:55.453Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-25T06:11:55.453Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b79051-0eed-4ebb-a960-b9facac2b16d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666678182749,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-10-25T06:11:55.453Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:11:55.453Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-25T06:11:55.453Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b79051-0eed-4ebb-a960-b9facac2b16d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666678183754,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-10-25T06:11:55.453Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:11:55.453Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-25T06:11:55.453Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b79051-0eed-4ebb-a960-b9facac2b16d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666678184757,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-25T06:11:55.469Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:11:59.781Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:11:59.782Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:11:59.783Z|0014a5a7-a07d-40ba-951f-83a34d296994|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-25T06:11:59.783Z|0014a5a7-a07d-40ba-951f-83a34d296994|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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:12:09.330Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:12:55.377Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:12:55.378Z|0014a5a7-a07d-40ba-951f-83a34d296994|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-25T06:12:55.378Z|0014a5a7-a07d-40ba-951f-83a34d296994|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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:12:55.386Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:12:55.387Z||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-25T06:12:55.387Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:12:55.429Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:12:55.430Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:12:55.430Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b79051-0eed-4ebb-a960-b9facac2b16d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666678216007,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-25T06:12:55.434Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:12:55.435Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:12:55.435Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666678121425,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:12:55.435Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:12:55.436Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:12:55.436Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666678121425,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-10-25T06:12:55.436Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:12:55.436Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:12:55.436Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666678121425,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-10-25T06:12:55.436Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:12:55.436Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:12:55.436Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666678121425,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-10-25T06:12:55.437Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:12:55.437Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:12:55.437Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666678121425,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-10-25T06:12:55.437Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:12:55.437Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:12:55.437Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666678121425,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:12:55.437Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:12:55.437Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:12:55.437Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666678121425,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-10-25T06:12:55.437Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:12:55.437Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:12:55.437Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666678121425,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:12:55.437Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:12:55.437Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:12:55.437Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666678121425,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-10-25T06:12:55.437Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:12:55.437Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:12:55.437Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666678226306,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-25T06:12:55.437Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:12:55.437Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:12:55.437Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666678228426,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-10-25T06:12:55.437Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:12:55.437Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:12:55.438Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666678229481,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-10-25T06:12:55.438Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:12:55.438Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:12:55.438Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666678230552,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-25T06:12:55.438Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:12:55.438Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:12:55.438Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666678231668,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-25T06:12:55.438Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:12:55.438Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:12:55.438Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666678232729,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-10-25T06:12:55.442Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:12:55.442Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:12:55.442Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666678233932,
  "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-25T06:12:55.442Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:12:55.442Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:12:55.442Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666678234940,
  "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-25T06:12:55.442Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:12:55.442Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:12:55.442Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666678235944,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-25T06:12:55.442Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:12:55.442Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:12:55.442Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666678236948,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-10-25T06:12:55.442Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:12:55.442Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:12:55.442Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666678237953,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-10-25T06:12:55.442Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:12:55.443Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:12:55.443Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666678238958,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-25T06:12:55.443Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:13:04.946Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:13:55.377Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:13:55.378Z|0014a5a7-a07d-40ba-951f-83a34d296994|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-25T06:13:55.379Z|0014a5a7-a07d-40ba-951f-83a34d296994|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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:13:55.386Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:13:55.387Z|06bb6f14-f980-41ed-af7f-a124707b3525|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-25T06:13:55.387Z|06bb6f14-f980-41ed-af7f-a124707b3525|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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:13:55.910Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:13:55.911Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-25T06:13:55.911Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666678270183,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-25T06:13:55.912Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:14:04.945Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:14:55.377Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:14:55.378Z|0014a5a7-a07d-40ba-951f-83a34d296994|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-25T06:14:55.378Z|0014a5a7-a07d-40ba-951f-83a34d296994|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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:14:55.386Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:14:55.387Z|06bb6f14-f980-41ed-af7f-a124707b3525|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-25T06:14:55.388Z|06bb6f14-f980-41ed-af7f-a124707b3525|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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:15:04.968Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:15:04.968Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:15:55.377Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:15:55.380Z|0014a5a7-a07d-40ba-951f-83a34d296994|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-25T06:15:55.380Z|0014a5a7-a07d-40ba-951f-83a34d296994|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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:15:55.386Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:15:55.387Z||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-25T06:15:55.387Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:16:04.933Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:16:04.934Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:16:55.377Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:16:55.380Z||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-25T06:16:55.380Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:16:55.386Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:16:55.387Z||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-25T06:16:55.388Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:17:04.942Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:17:04.943Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:17:55.377Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:17:55.379Z||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-25T06:17:55.379Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:17:55.386Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:17:55.387Z||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-25T06:17:55.387Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:18:04.942Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:18:04.944Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:18:55.377Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:18:55.378Z||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-25T06:18:55.378Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:18:55.386Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:18:55.387Z||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-25T06:18:55.387Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:19:04.964Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:19:04.967Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:19:55.377Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:19:55.379Z||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-25T06:19:55.379Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:19:55.386Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:19:55.387Z|0014a5a7-a07d-40ba-951f-83a34d296994|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-25T06:19:55.387Z|0014a5a7-a07d-40ba-951f-83a34d296994|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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:20:04.952Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:20:04.991Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:20:55.377Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:20:55.380Z||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-25T06:20:55.380Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:20:55.386Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:20:55.387Z|0014a5a7-a07d-40ba-951f-83a34d296994|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-25T06:20:55.387Z|0014a5a7-a07d-40ba-951f-83a34d296994|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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:21:04.957Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:21:04.962Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:21:55.377Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:21:55.379Z|06bb6f14-f980-41ed-af7f-a124707b3525|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-25T06:21:55.379Z|06bb6f14-f980-41ed-af7f-a124707b3525|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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:21:55.386Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:21:55.387Z||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-25T06:21:55.387Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:22:04.955Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:22:04.971Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:22:55.377Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:22:55.379Z|06bb6f14-f980-41ed-af7f-a124707b3525|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-25T06:22:55.379Z|06bb6f14-f980-41ed-af7f-a124707b3525|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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:22:55.386Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:22:55.387Z||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-25T06:22:55.387Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:23:04.935Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:23:04.956Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:23:55.377Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:23:55.379Z|06bb6f14-f980-41ed-af7f-a124707b3525|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-25T06:23:55.379Z|06bb6f14-f980-41ed-af7f-a124707b3525|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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:23:55.386Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:23:55.387Z||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-25T06:23:55.387Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:24:04.944Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:24:04.956Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:24:55.377Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:24:55.380Z|06bb6f14-f980-41ed-af7f-a124707b3525|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-25T06:24:55.381Z|06bb6f14-f980-41ed-af7f-a124707b3525|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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:24:55.387Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:24:55.388Z||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-25T06:24:55.388Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:25:04.940Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:25:04.959Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:25:55.377Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:25:55.378Z|06bb6f14-f980-41ed-af7f-a124707b3525|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-25T06:25:55.378Z|06bb6f14-f980-41ed-af7f-a124707b3525|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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:25:55.386Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:25:55.386Z|0014a5a7-a07d-40ba-951f-83a34d296994|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-25T06:25:55.387Z|0014a5a7-a07d-40ba-951f-83a34d296994|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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:26:04.943Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:26:04.947Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:26:55.378Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:26:55.381Z|06bb6f14-f980-41ed-af7f-a124707b3525|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-25T06:26:55.381Z|06bb6f14-f980-41ed-af7f-a124707b3525|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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:26:55.386Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:26:55.387Z||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-25T06:26:55.387Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:26:55.612Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:26:55.614Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T06:26:55.615Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9afaf36-edc9-43bd-b789-b9cb8ab614ef",
  "consumerID": "cds",
  "timestamp": 1666679176538,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:26:55.617Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:26:55.617Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T06:26:55.617Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9afaf36-edc9-43bd-b789-b9cb8ab614ef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666679183217,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:26:55.617Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:26:55.617Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T06:26:55.617Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9afaf36-edc9-43bd-b789-b9cb8ab614ef",
  "consumerID": "cds",
  "timestamp": 1666679176538,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:26:55.617Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:26:55.617Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T06:26:55.617Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9afaf36-edc9-43bd-b789-b9cb8ab614ef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666679183217,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-10-25T06:26:55.618Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:26:55.618Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T06:26:55.618Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9afaf36-edc9-43bd-b789-b9cb8ab614ef",
  "consumerID": "cds",
  "timestamp": 1666679176538,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:26:55.618Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:26:55.618Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T06:26:55.618Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9afaf36-edc9-43bd-b789-b9cb8ab614ef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666679183217,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-10-25T06:26:55.618Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:26:55.618Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T06:26:55.618Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9afaf36-edc9-43bd-b789-b9cb8ab614ef",
  "consumerID": "cds",
  "timestamp": 1666679176538,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:26:55.618Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:26:55.618Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T06:26:55.618Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9afaf36-edc9-43bd-b789-b9cb8ab614ef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666679183217,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:26:55.618Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:26:55.618Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T06:26:55.618Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9afaf36-edc9-43bd-b789-b9cb8ab614ef",
  "consumerID": "cds",
  "timestamp": 1666679176538,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:26:55.618Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:26:55.618Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T06:26:55.618Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9afaf36-edc9-43bd-b789-b9cb8ab614ef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666679183217,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-10-25T06:26:55.618Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:26:55.618Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T06:26:55.618Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9afaf36-edc9-43bd-b789-b9cb8ab614ef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666679187594,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:26:55.618Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:26:55.618Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T06:26:55.618Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9afaf36-edc9-43bd-b789-b9cb8ab614ef",
  "consumerID": "cds",
  "timestamp": 1666679176538,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:26:55.619Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:26:55.619Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T06:26:55.619Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9afaf36-edc9-43bd-b789-b9cb8ab614ef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666679183217,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:26:55.619Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:26:55.619Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T06:26:55.619Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9afaf36-edc9-43bd-b789-b9cb8ab614ef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666679187594,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:26:55.619Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:26:55.619Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T06:26:55.619Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9afaf36-edc9-43bd-b789-b9cb8ab614ef",
  "consumerID": "cds",
  "timestamp": 1666679176538,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:26:55.619Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:26:55.619Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T06:26:55.619Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9afaf36-edc9-43bd-b789-b9cb8ab614ef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666679183217,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:26:55.619Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:26:55.619Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T06:26:55.619Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9afaf36-edc9-43bd-b789-b9cb8ab614ef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666679187594,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:26:55.619Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:26:55.619Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T06:26:55.619Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9afaf36-edc9-43bd-b789-b9cb8ab614ef",
  "consumerID": "cds",
  "timestamp": 1666679176538,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-25T06:26:55.620Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:26:55.620Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T06:26:55.620Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9afaf36-edc9-43bd-b789-b9cb8ab614ef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666679183217,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-25T06:26:55.620Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:26:55.620Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T06:26:55.620Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9afaf36-edc9-43bd-b789-b9cb8ab614ef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666679187594,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:26:55.620Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:26:55.620Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T06:26:55.621Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9afaf36-edc9-43bd-b789-b9cb8ab614ef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666679187594,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:26:55.621Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:26:55.621Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T06:26:55.621Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9afaf36-edc9-43bd-b789-b9cb8ab614ef",
  "consumerID": "cds",
  "timestamp": 1666679192025,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-25T06:26:55.621Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:26:55.621Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T06:26:55.621Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9afaf36-edc9-43bd-b789-b9cb8ab614ef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666679192254,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-25T06:26:55.621Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:26:55.621Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T06:26:55.621Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9afaf36-edc9-43bd-b789-b9cb8ab614ef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666679187594,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:26:55.621Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:26:55.621Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T06:26:55.621Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9afaf36-edc9-43bd-b789-b9cb8ab614ef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666679193335,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-25T06:26:55.621Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:26:55.621Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T06:26:55.621Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9afaf36-edc9-43bd-b789-b9cb8ab614ef",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666679195046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:26:55.621Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:26:55.621Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T06:26:55.621Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9afaf36-edc9-43bd-b789-b9cb8ab614ef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666679187594,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:26:55.621Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:26:55.621Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T06:26:55.621Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9afaf36-edc9-43bd-b789-b9cb8ab614ef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666679194391,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-10-25T06:26:55.621Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:26:55.621Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T06:26:55.621Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9afaf36-edc9-43bd-b789-b9cb8ab614ef",
  "consumerID": "cds",
  "timestamp": 1666679194291,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-25T06:26:55.685Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a9afaf36-edc9-43bd-b789-b9cb8ab614ef
2022-10-25T06:26:55.686Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9afaf36-edc9-43bd-b789-b9cb8ab614ef 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-25T06:26:55.702Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T06:26:55.702Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9afaf36-edc9-43bd-b789-b9cb8ab614ef",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666679195046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:26:55.703Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:26:55.703Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T06:26:55.703Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9afaf36-edc9-43bd-b789-b9cb8ab614ef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666679187594,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-25T06:26:55.703Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:26:55.703Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T06:26:55.703Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9afaf36-edc9-43bd-b789-b9cb8ab614ef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666679195417,
  "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-25T06:26:55.711Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a9afaf36-edc9-43bd-b789-b9cb8ab614ef
2022-10-25T06:26:55.711Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9afaf36-edc9-43bd-b789-b9cb8ab614ef 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-25T06:26:55.726Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T06:26:55.726Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9afaf36-edc9-43bd-b789-b9cb8ab614ef",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666679195046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:26:55.727Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:26:55.727Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T06:26:55.727Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9afaf36-edc9-43bd-b789-b9cb8ab614ef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666679196398,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-25T06:26:55.727Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:26:55.727Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T06:26:55.727Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9afaf36-edc9-43bd-b789-b9cb8ab614ef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666679196421,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-25T06:26:55.727Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:26:55.727Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T06:26:55.727Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9afaf36-edc9-43bd-b789-b9cb8ab614ef",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666679195046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:26:55.727Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:26:55.727Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T06:26:55.727Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9afaf36-edc9-43bd-b789-b9cb8ab614ef",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666679195046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:26:55.727Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:26:55.727Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T06:26:55.727Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9afaf36-edc9-43bd-b789-b9cb8ab614ef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666679198624,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-25T06:26:55.727Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:26:55.727Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T06:26:55.727Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9afaf36-edc9-43bd-b789-b9cb8ab614ef",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666679195046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:26:55.727Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:26:55.728Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T06:26:55.728Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9afaf36-edc9-43bd-b789-b9cb8ab614ef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666679199628,
  "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-25T06:26:55.734Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a9afaf36-edc9-43bd-b789-b9cb8ab614ef
2022-10-25T06:26:55.735Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9afaf36-edc9-43bd-b789-b9cb8ab614ef 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-25T06:26:55.756Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T06:26:55.756Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9afaf36-edc9-43bd-b789-b9cb8ab614ef",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666679195046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:26:55.756Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:26:55.756Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T06:26:55.756Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9afaf36-edc9-43bd-b789-b9cb8ab614ef",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666679195046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:26:55.756Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:26:55.757Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T06:26:55.757Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9afaf36-edc9-43bd-b789-b9cb8ab614ef",
  "consumerID": "aai-ml",
  "timestamp": 1666679202678,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:26:55.757Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:26:55.758Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T06:26:55.758Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9afaf36-edc9-43bd-b789-b9cb8ab614ef",
  "consumerID": "aai-ml",
  "timestamp": 1666679202678,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:26:55.758Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:26:55.758Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T06:26:55.758Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9afaf36-edc9-43bd-b789-b9cb8ab614ef",
  "consumerID": "aai-ml",
  "timestamp": 1666679202678,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:26:55.758Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:26:55.758Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T06:26:55.758Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9afaf36-edc9-43bd-b789-b9cb8ab614ef",
  "consumerID": "aai-ml",
  "timestamp": 1666679202678,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:26:55.758Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:26:55.758Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T06:26:55.758Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7338b6a-da43-421e-bcb0-8bb2101cc675",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666679203218,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:26:55.758Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:26:55.758Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T06:26:55.758Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9afaf36-edc9-43bd-b789-b9cb8ab614ef",
  "consumerID": "aai-ml",
  "timestamp": 1666679202678,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:26:55.759Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:26:55.759Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T06:26:55.759Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7338b6a-da43-421e-bcb0-8bb2101cc675",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666679203218,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-10-25T06:26:55.759Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:26:55.759Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T06:26:55.759Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7338b6a-da43-421e-bcb0-8bb2101cc675",
  "consumerID": "cds",
  "timestamp": 1666679206538,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:26:55.759Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:26:55.759Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T06:26:55.759Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9afaf36-edc9-43bd-b789-b9cb8ab614ef",
  "consumerID": "aai-ml",
  "timestamp": 1666679202678,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:26:55.759Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:26:55.759Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T06:26:55.759Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7338b6a-da43-421e-bcb0-8bb2101cc675",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666679203218,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-10-25T06:26:55.759Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:26:55.759Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T06:26:55.759Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7338b6a-da43-421e-bcb0-8bb2101cc675",
  "consumerID": "cds",
  "timestamp": 1666679206538,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:26:55.759Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:26:55.759Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T06:26:55.759Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9afaf36-edc9-43bd-b789-b9cb8ab614ef",
  "consumerID": "aai-ml",
  "timestamp": 1666679202678,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:26:55.759Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:26:55.759Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T06:26:55.759Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7338b6a-da43-421e-bcb0-8bb2101cc675",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666679203218,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:26:55.759Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:26:55.759Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T06:26:55.759Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7338b6a-da43-421e-bcb0-8bb2101cc675",
  "consumerID": "cds",
  "timestamp": 1666679206538,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:26:55.760Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:26:55.760Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T06:26:55.760Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9afaf36-edc9-43bd-b789-b9cb8ab614ef",
  "consumerID": "aai-ml",
  "timestamp": 1666679202678,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-25T06:26:55.760Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:26:55.760Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T06:26:55.760Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7338b6a-da43-421e-bcb0-8bb2101cc675",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666679203218,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-10-25T06:26:55.760Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:26:55.760Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T06:26:55.760Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7338b6a-da43-421e-bcb0-8bb2101cc675",
  "consumerID": "cds",
  "timestamp": 1666679206538,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:26:55.760Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:26:55.760Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T06:26:55.760Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7338b6a-da43-421e-bcb0-8bb2101cc675",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666679203218,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-10-25T06:26:55.760Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:26:55.760Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T06:26:55.760Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7338b6a-da43-421e-bcb0-8bb2101cc675",
  "consumerID": "cds",
  "timestamp": 1666679206538,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:26:55.760Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:26:55.760Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T06:26:55.760Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9afaf36-edc9-43bd-b789-b9cb8ab614ef",
  "consumerID": "aai-ml",
  "timestamp": 1666679211424,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-25T06:26:55.760Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:26:55.760Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T06:26:55.761Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7338b6a-da43-421e-bcb0-8bb2101cc675",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666679203218,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-10-25T06:26:55.761Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:26:55.761Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T06:26:55.761Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7338b6a-da43-421e-bcb0-8bb2101cc675",
  "consumerID": "cds",
  "timestamp": 1666679206538,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:26:55.761Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:26:55.761Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T06:26:55.761Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7338b6a-da43-421e-bcb0-8bb2101cc675",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666679203218,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:26:55.761Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:26:55.761Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T06:26:55.761Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7338b6a-da43-421e-bcb0-8bb2101cc675",
  "consumerID": "cds",
  "timestamp": 1666679206538,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:26:55.761Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:26:55.761Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T06:26:55.761Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7338b6a-da43-421e-bcb0-8bb2101cc675",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666679215046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:26:55.761Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:26:55.761Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T06:26:55.761Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7338b6a-da43-421e-bcb0-8bb2101cc675",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666679203218,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:26:55.761Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:26:55.761Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T06:26:55.761Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7338b6a-da43-421e-bcb0-8bb2101cc675",
  "consumerID": "cds",
  "timestamp": 1666679206538,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:26:55.761Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:26:55.761Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T06:26:55.761Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7338b6a-da43-421e-bcb0-8bb2101cc675",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666679215046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:26:55.761Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:26:56.055Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:26:56.056Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-25T06:26:56.056Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"a9afaf36-edc9-43bd-b789-b9cb8ab614ef","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"8a6d4d0e-fe72-4a5f-8938-81e856a77646","serviceDescription":"service","serviceInvariantUUID":"a67adf91-efb3-4eb3-8dd4-c2b0d44ecc81","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f80de7ef-6e24-4ffe-af2c-17e8114374fe","resourceInvariantUUID":"dec695a0-9cfc-4dd1-86db-78617095e9d3","resourceCustomizationUUID":"b9885958-1f23-4c39-8f0f-2a448a3eb628","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":"Zjc4MmQ0M2RjOWUzY2JhMzU5ZmY3NGM4MjJmZTZlYTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1dd05c97-963a-48e2-9253-2c2b18151993","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":"MWIwMzU2ODJhMzM0YTU0OTExNzY4NGQ5NWZhN2JlMzM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"450abf22-6959-4b31-a2f6-264e5610cf22","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":"3bdab9dd-a8bf-41ec-af64-25a75cae82af","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":"a5e1bbc9-8971-4c82-95b8-c74a80f467e0","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":"13175773-2410-4e68-8a29-f975a777e151","artifactVersion":"2","generatedFromUUID":"3bdab9dd-a8bf-41ec-af64-25a75cae82af"},{"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":"ODYxMTM4NzI0YzkwN2RmYTg4YTRiZjg4MTY2YzFlYmM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"b098bf32-8e8a-4ab9-94a6-6a03fc88d5e1","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":"YjZjZGZlNjUzODMzYzZmODQxOTIzODI0ODQ3ZGQxMTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0b679b85-df9a-40a8-8070-a658a7211487","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MTUxZjY3ODJkMDI3NzExY2U3MDA1NGYwMmFiYWE3NTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ab63cd62-606b-4217-b584-22d36f7e471f","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-25T06:26:56.058Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-25T06:26:56.058Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T06:26:56.062Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T06:26:56.062Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a9afaf36-edc9-43bd-b789-b9cb8ab614ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666679215377,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:26:56.162Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T06:26:56.163Z||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-25T06:26:56.163Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:26:56.173Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:26:56.174Z||pool-89-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-25T06:26:57.062Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-25T06:26:57.063Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T06:26:57.078Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T06:26:57.079Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a9afaf36-edc9-43bd-b789-b9cb8ab614ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666679215377,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-10-25T06:26:57.167Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 88 ms
2022-10-25T06:26:57.168Z||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-25T06:26:57.169Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:26:57.179Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:26:57.180Z||pool-90-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-25T06:26:58.079Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-25T06:26:58.080Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T06:26:58.083Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T06:26:58.083Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a9afaf36-edc9-43bd-b789-b9cb8ab614ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666679215377,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-10-25T06:26:58.183Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T06:26:58.184Z||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-25T06:26:58.184Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:26:58.199Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:26:58.199Z||pool-91-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-25T06:26:59.085Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-25T06:26:59.085Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T06:26:59.089Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T06:26:59.089Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a9afaf36-edc9-43bd-b789-b9cb8ab614ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666679215377,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:26:59.189Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-25T06:26:59.190Z||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-25T06:26:59.190Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:26:59.212Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:26:59.213Z||pool-92-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-10-25T06:27:00.089Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-25T06:27:00.090Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T06:27:00.092Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T06:27:00.093Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a9afaf36-edc9-43bd-b789-b9cb8ab614ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666679215377,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-10-25T06:27:00.193Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T06:27:00.194Z||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-25T06:27:00.194Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:27:00.208Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:27:00.209Z||pool-93-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-10-25T06:27:01.093Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-25T06:27:01.094Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T06:27:01.096Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T06:27:01.096Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a9afaf36-edc9-43bd-b789-b9cb8ab614ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666679215377,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:27:01.196Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T06:27:01.197Z||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-25T06:27:01.197Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:27:01.217Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:27:01.217Z||pool-94-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-10-25T06:27:02.097Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-25T06:27:02.097Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T06:27:02.101Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T06:27:02.101Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a9afaf36-edc9-43bd-b789-b9cb8ab614ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666679215377,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:27:02.199Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-10-25T06:27:02.200Z||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-25T06:27:02.200Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:27:02.213Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:27:02.213Z||pool-95-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-25T06:27:03.101Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-25T06:27:03.102Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T06:27:03.104Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T06:27:03.104Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a9afaf36-edc9-43bd-b789-b9cb8ab614ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666679215377,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-25T06:27:03.204Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T06:27:03.205Z||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-25T06:27:03.205Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:27:03.217Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:27:03.218Z||pool-96-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-10-25T06:27:04.105Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "a9afaf36-edc9-43bd-b789-b9cb8ab614ef",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "8a6d4d0e-fe72-4a5f-8938-81e856a77646",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a67adf91-efb3-4eb3-8dd4-c2b0d44ecc81",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "b9885958-1f23-4c39-8f0f-2a448a3eb628",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f80de7ef-6e24-4ffe-af2c-17e8114374fe",
      "resourceInvariantUUID": "dec695a0-9cfc-4dd1-86db-78617095e9d3",
      "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": "MWIwMzU2ODJhMzM0YTU0OTExNzY4NGQ5NWZhN2JlMzM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "450abf22-6959-4b31-a2f6-264e5610cf22",
          "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": "3bdab9dd-a8bf-41ec-af64-25a75cae82af",
          "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": "13175773-2410-4e68-8a29-f975a777e151",
            "generatedFromUUID": "3bdab9dd-a8bf-41ec-af64-25a75cae82af"
          },
          "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": "13175773-2410-4e68-8a29-f975a777e151",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "MTUxZjY3ODJkMDI3NzExY2U3MDA1NGYwMmFiYWE3NTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ab63cd62-606b-4217-b584-22d36f7e471f"
    }
  ],
  "workloadContext": "Production"
}
2022-10-25T06:27:04.105Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-25T06:27:04.105Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8a6d4d0e-fe72-4a5f-8938-81e856a77646 ASDC
2022-10-25T06:27:04.106Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:a9afaf36-edc9-43bd-b789-b9cb8ab614ef
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:8a6d4d0e-fe72-4a5f-8938-81e856a77646
ServiceInvariantUUID:a67adf91-efb3-4eb3-8dd4-c2b0d44ecc81
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:ab63cd62-606b-4217-b584-22d36f7e471f
ArtifactChecksum:MTUxZjY3ODJkMDI3NzExY2U3MDA1NGYwMmFiYWE3NTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:b9885958-1f23-4c39-8f0f-2a448a3eb628
ResourceInvariantUUID:dec695a0-9cfc-4dd1-86db-78617095e9d3
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:f80de7ef-6e24-4ffe-af2c-17e8114374fe
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:450abf22-6959-4b31-a2f6-264e5610cf22
ArtifactChecksum:MWIwMzU2ODJhMzM0YTU0OTExNzY4NGQ5NWZhN2JlMzM=
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:3bdab9dd-a8bf-41ec-af64-25a75cae82af
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:13175773-2410-4e68-8a29-f975a777e151
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:13175773-2410-4e68-8a29-f975a777e151
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-10-25T06:27:04.106Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8a6d4d0e-fe72-4a5f-8938-81e856a77646 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-25T06:27:04.144Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-25T06:27:04.146Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-10-25T06:27:04.146Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-10-25T06:27:04.146Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: ab63cd62-606b-4217-b584-22d36f7e471f from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-10-25T06:27:04.146Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-10-25T06:27:04.147Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-10-25T06:27:04.221Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-10-25T06:27:04.225Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ab63cd62-606b-4217-b584-22d36f7e471f 82642
2022-10-25T06:27:04.225Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||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-25T06:27:04.225Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||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-25T06:27:04.225Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-25T06:27:04.225Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T06:27:04.227Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T06:27:04.227Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a9afaf36-edc9-43bd-b789-b9cb8ab614ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666679224225,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-25T06:27:04.327Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T06:27:04.328Z||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-25T06:27:04.328Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:27:04.340Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:27:04.341Z||pool-97-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-25T06:27:05.228Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-25T06:27:05.229Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-10-25T06:27:05.229Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: ab63cd62-606b-4217-b584-22d36f7e471f, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-10-25T06:27:05.230Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-10-25T06:27:05.230Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-10-25T06:27:05.230Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-10-25T06:27:05.414Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4221672021415580878/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-25T06:27:06.581Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-25T06:27:06.581Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-10-25T06:27:06.581Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-10-25T06:27:06.581Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-10-25T06:27:06.581Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|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-BasicVmMacro-csar.csar
2022-10-25T06:27:06.581Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|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-BasicVmMacro-csar.csar
2022-10-25T06:27:06.582Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|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-BasicVmMacro-csar.csar
2022-10-25T06:27:06.582Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|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-BasicVmMacro-csar.csar
2022-10-25T06:27:06.582Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|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-BasicVmMacro-csar.csar
2022-10-25T06:27:06.582Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|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-BasicVmMacro-csar.csar
2022-10-25T06:27:06.582Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||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-25T06:27:06.582Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-10-25T06:27:06.582Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:27:06.582Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T06:27:06.582Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-25T06:27:06.582Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-10-25T06:27:06.583Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-25T06:27:06.583Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:27:06.583Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T06:27:06.583Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-25T06:27:06.583Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-10-25T06:27:06.583Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-25T06:27:06.583Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:27:06.583Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T06:27:06.583Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:27:06.583Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-10-25T06:27:06.583Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-10-25T06:27:06.583Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-10-25T06:27:06.583Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-10-25T06:27:06.583Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-10-25T06:27:06.584Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-25T06:27:06.584Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:27:06.584Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-25T06:27:06.584Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:27:06.584Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-25T06:27:06.584Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-25T06:27:06.584Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:27:06.584Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-25T06:27:06.584Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-25T06:27:06.584Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:27:06.584Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-25T06:27:06.584Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-25T06:27:06.584Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:27:06.584Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-10-25T06:27:06.584Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-10-25T06:27:06.584Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-10-25T06:27:06.585Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=b8cd532f-dc45-4901-9543-e951ef1fa6f2
2022-10-25T06:27:06.585Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:27:06.585Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T06:27:06.585Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:27:06.585Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T06:27:06.585Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:27:06.585Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T06:27:06.585Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:27:06.585Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T06:27:06.585Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:8a6d4d0e-fe72-4a5f-8938-81e856a77646
Model Version:NULL
Model InvariantUuid:a67adf91-efb3-4eb3-8dd4-c2b0d44ecc81
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:f0718f6b-d847-4251-9bba-0be15314dfd0
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:dec695a0-9cfc-4dd1-86db-78617095e9d3
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:b9885958-1f23-4c39-8f0f-2a448a3eb628
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:8e877e23-73ac-4fdd-9652-ef0ac74ff668
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:ad249de1-8acd-49e6-b8bf-764f8e98c7ed
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:b8cd532f-dc45-4901-9543-e951ef1fa6f2
ModelInvariantUuid:64df4403-53ca-4e0e-9d3e-5161b6a305c2
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:361eac57-e82e-48b5-908e-0c8d123a2095
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:e2a3e2a8-2f4f-4bc8-bb9c-6f31787f27f5
ModelInvariantUuid:c6831272-bd64-4cd1-8650-d927b52b3a14
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:aad18428-a13d-45b5-9336-dd20dd6f2ce8
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-25T06:27:06.598Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: f80de7ef-6e24-4ffe-af2c-17e8114374fe
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-25T06:27:06.610Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||INFO|500||basic_vm_macro 0
2022-10-25T06:27:06.610Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f80de7ef-6e24-4ffe-af2c-17e8114374fe
2022-10-25T06:27:06.610Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 450abf22-6959-4b31-a2f6-264e5610cf22 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-10-25T06:27:06.610Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-10-25T06:27:06.610Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||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-25T06:27:06.685Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-10-25T06:27:06.685Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 450abf22-6959-4b31-a2f6-264e5610cf22 792
2022-10-25T06:27:06.685Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||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-25T06:27:06.686Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||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-25T06:27:06.686Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-25T06:27:06.686Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T06:27:06.687Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T06:27:06.688Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a9afaf36-edc9-43bd-b789-b9cb8ab614ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666679226685,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-25T06:27:06.788Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T06:27:06.789Z||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-25T06:27:06.789Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:27:06.800Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:27:06.800Z||pool-98-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-25T06:27:07.688Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "8e877e23-73ac-4fdd-9652-ef0ac74ff668",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ad249de1-8acd-49e6-b8bf-764f8e98c7ed",
    "vfModuleModelCustomizationUUID": "aea33ae3-b027-4002-b916-0cb4170a0078",
    "isBase": true,
    "artifacts": [
      "3bdab9dd-a8bf-41ec-af64-25a75cae82af",
      "13175773-2410-4e68-8a29-f975a777e151"
    ],
    "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-25T06:27:07.692Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ad249de1-8acd-49e6-b8bf-764f8e98c7ed
VfModuleModelInvariantUUID:8e877e23-73ac-4fdd-9652-ef0ac74ff668
VfModuleModelDescription:NULL
Artifacts UUID List:{
3bdab9dd-a8bf-41ec-af64-25a75cae82af
,
13175773-2410-4e68-8a29-f975a777e151

}
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-25T06:27:07.694Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "8e877e23-73ac-4fdd-9652-ef0ac74ff668",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ad249de1-8acd-49e6-b8bf-764f8e98c7ed",
    "vfModuleModelCustomizationUUID": "aea33ae3-b027-4002-b916-0cb4170a0078",
    "isBase": true,
    "artifacts": [
      "3bdab9dd-a8bf-41ec-af64-25a75cae82af",
      "13175773-2410-4e68-8a29-f975a777e151"
    ],
    "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-25T06:27:07.694Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ad249de1-8acd-49e6-b8bf-764f8e98c7ed
VfModuleModelInvariantUUID:8e877e23-73ac-4fdd-9652-ef0ac74ff668
VfModuleModelDescription:NULL
Artifacts UUID List:{
3bdab9dd-a8bf-41ec-af64-25a75cae82af
,
13175773-2410-4e68-8a29-f975a777e151

}
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-25T06:27:07.694Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 3bdab9dd-a8bf-41ec-af64-25a75cae82af from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-10-25T06:27:07.694Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-10-25T06:27:07.694Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||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-25T06:27:07.741Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-10-25T06:27:07.742Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 3bdab9dd-a8bf-41ec-af64-25a75cae82af 5033
2022-10-25T06:27:07.742Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||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-25T06:27:07.743Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||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-25T06:27:07.743Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-25T06:27:07.743Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T06:27:07.747Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T06:27:07.747Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a9afaf36-edc9-43bd-b789-b9cb8ab614ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666679227742,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-25T06:27:07.845Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-10-25T06:27:07.846Z||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-25T06:27:07.846Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:27:07.859Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:27:07.860Z||pool-99-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-25T06:27:08.754Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 13175773-2410-4e68-8a29-f975a777e151 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-10-25T06:27:08.754Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-10-25T06:27:08.755Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||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-25T06:27:08.816Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-10-25T06:27:08.816Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 13175773-2410-4e68-8a29-f975a777e151 903
2022-10-25T06:27:08.817Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||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-25T06:27:08.817Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||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-25T06:27:08.817Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-25T06:27:08.817Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T06:27:08.819Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T06:27:08.819Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a9afaf36-edc9-43bd-b789-b9cb8ab614ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666679228817,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-10-25T06:27:08.919Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T06:27:08.920Z||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-25T06:27:08.920Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:27:08.941Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:27:08.941Z||pool-100-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-10-25T06:27:09.819Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 8a6d4d0e-fe72-4a5f-8938-81e856a77646
2022-10-25T06:27:09.820Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 f80de7ef-6e24-4ffe-af2c-17e8114374fe 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-25T06:27:09.839Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2da814b8, org.onap.sdc.toscaparser.api.parameters.Input@261153d4, org.onap.sdc.toscaparser.api.parameters.Input@42cce3fb, org.onap.sdc.toscaparser.api.parameters.Input@123a253c, org.onap.sdc.toscaparser.api.parameters.Input@7f5aee17]
2022-10-25T06:27:09.841Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:27:09.842Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T06:27:09.842Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-10-25T06:27:09.842Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= b9885958-1f23-4c39-8f0f-2a448a3eb628
2022-10-25T06:27:09.842Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b9885958-1f23-4c39-8f0f-2a448a3eb628 matches Tosca VF Customization UUID: b9885958-1f23-4c39-8f0f-2a448a3eb628
2022-10-25T06:27:09.842Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: b9885958-1f23-4c39-8f0f-2a448a3eb628  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-25T06:27:09.845Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:27:09.845Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T06:27:09.846Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id b9885958-1f23-4c39-8f0f-2a448a3eb628: {\"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-25T06:27:09.846Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@35dfa74c
2022-10-25T06:27:09.846Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:27:09.846Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-25T06:27:09.847Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : aea33ae3-b027-4002-b916-0cb4170a0078
2022-10-25T06:27:09.847Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID aea33ae3-b027-4002-b916-0cb4170a0078
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-25T06:27:09.849Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:27:09.850Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-25T06:27:09.850Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-25T06:27:09.850Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:27:09.850Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-25T06:27:09.850Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-25T06:27:09.850Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:27:09.850Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-10-25T06:27:09.850Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-10-25T06:27:09.850Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-10-25T06:27:09.851Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=b8cd532f-dc45-4901-9543-e951ef1fa6f2
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-25T06:27:09.853Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:27:09.854Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-25T06:27:09.854Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-25T06:27:09.854Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:27:09.854Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-25T06:27:09.854Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=b9885958-1f23-4c39-8f0f-2a448a3eb628
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-25T06:27:09.857Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:27:09.857Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T06:27:09.857Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 8a6d4d0e-fe72-4a5f-8938-81e856a77646: basic_vm_macro
2022-10-25T06:27:09.857Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:27:09.857Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T06:27:09.857Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:27:09.857Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T06:27:09.857Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:27:09.857Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T06:27:09.857Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:27:09.858Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T06:27:09.858Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:27:09.858Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T06:27:09.858Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||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-25T06:27:09.989Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro f80de7ef-6e24-4ffe-af2c-17e8114374fe 1 ASDC deployResourceStructure
2022-10-25T06:27:09.989Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||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-25T06:27:09.989Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||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-25T06:27:09.989Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-25T06:27:09.990Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T06:27:09.991Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T06:27:09.991Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a9afaf36-edc9-43bd-b789-b9cb8ab614ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666679229989,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-25T06:27:10.092Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-25T06:27:10.095Z||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-25T06:27:10.095Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:27:10.118Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:27:10.119Z||pool-101-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-10-25T06:27:10.992Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||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-25T06:27:10.993Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||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-25T06:27:10.993Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-25T06:27:10.993Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T06:27:10.995Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T06:27:10.995Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a9afaf36-edc9-43bd-b789-b9cb8ab614ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666679230992,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-10-25T06:27:11.095Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-25T06:27:11.097Z||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-25T06:27:11.097Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:27:11.114Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:27:11.114Z||pool-102-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-25T06:27:11.996Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||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-25T06:27:11.997Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||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-25T06:27:11.997Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-25T06:27:11.997Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T06:27:11.999Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T06:27:11.999Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a9afaf36-edc9-43bd-b789-b9cb8ab614ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666679231996,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-10-25T06:27:12.099Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T06:27:12.100Z||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-25T06:27:12.101Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:27:12.130Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:27:12.131Z||pool-103-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-10-25T06:27:13.000Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||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-25T06:27:13.000Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||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-25T06:27:13.000Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-25T06:27:13.001Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T06:27:13.003Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T06:27:13.003Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a9afaf36-edc9-43bd-b789-b9cb8ab614ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666679233000,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-25T06:27:13.103Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T06:27:13.104Z||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-25T06:27:13.104Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:27:13.134Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:27:13.136Z||pool-104-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-10-25T06:27:14.003Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a9afaf36-edc9-43bd-b789-b9cb8ab614ef
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-25T06:27:14.015Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a9afaf36-edc9-43bd-b789-b9cb8ab614ef
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-25T06:27:14.018Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-25T06:27:14.018Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-25T06:27:14.018Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-25T06:27:44.019Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a9afaf36-edc9-43bd-b789-b9cb8ab614ef
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-25T06:27:44.030Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a9afaf36-edc9-43bd-b789-b9cb8ab614ef
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-25T06:27:44.033Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-25T06:27:44.033Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-25T06:27:44.033Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-25T06:27:55.386Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:27:55.387Z||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-25T06:27:55.387Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:27:55.413Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:27:55.413Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T06:27:55.414Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7338b6a-da43-421e-bcb0-8bb2101cc675",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666679203218,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-25T06:27:55.414Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:28:14.033Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a9afaf36-edc9-43bd-b789-b9cb8ab614ef
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-25T06:28:14.044Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a9afaf36-edc9-43bd-b789-b9cb8ab614ef
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-25T06:28:14.046Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-25T06:28:14.047Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-25T06:28:14.047Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-25T06:28:44.047Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a9afaf36-edc9-43bd-b789-b9cb8ab614ef
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-25T06:28:44.058Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a9afaf36-edc9-43bd-b789-b9cb8ab614ef
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-25T06:28:44.061Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-25T06:28:44.061Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-25T06:28:44.061Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-25T06:28:55.386Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:28:55.387Z||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-25T06:28:55.387Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:28:55.415Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:28:55.416Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-25T06:28:55.416Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7338b6a-da43-421e-bcb0-8bb2101cc675",
  "consumerID": "cds",
  "timestamp": 1666679206538,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:28:55.417Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:29:14.061Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a9afaf36-edc9-43bd-b789-b9cb8ab614ef
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-25T06:29:14.074Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a9afaf36-edc9-43bd-b789-b9cb8ab614ef
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-25T06:29:14.078Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-25T06:29:14.078Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-25T06:29:14.078Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-25T06:29:44.078Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a9afaf36-edc9-43bd-b789-b9cb8ab614ef
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-25T06:29:44.090Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a9afaf36-edc9-43bd-b789-b9cb8ab614ef
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-25T06:29:44.093Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-25T06:29:44.093Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-25T06:29:44.093Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-25T06:29:55.386Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:29:55.387Z||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-25T06:29:55.387Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:29:55.409Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:29:55.921Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:29:55.921Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7338b6a-da43-421e-bcb0-8bb2101cc675",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666679215046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:29:55.922Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:29:55.922Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:29:55.923Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9afaf36-edc9-43bd-b789-b9cb8ab614ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666679215377,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:29:55.923Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:29:55.923Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:29:55.923Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7338b6a-da43-421e-bcb0-8bb2101cc675",
  "consumerID": "cds",
  "timestamp": 1666679206538,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-25T06:29:55.923Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:29:55.923Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:29:55.923Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7338b6a-da43-421e-bcb0-8bb2101cc675",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666679216475,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-25T06:29:55.923Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:29:55.923Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:29:55.923Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7338b6a-da43-421e-bcb0-8bb2101cc675",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666679215046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:29:55.923Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:29:55.923Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:29:55.923Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9afaf36-edc9-43bd-b789-b9cb8ab614ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666679215377,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-10-25T06:29:55.923Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:29:55.925Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:29:55.925Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7338b6a-da43-421e-bcb0-8bb2101cc675",
  "consumerID": "cds",
  "timestamp": 1666679217288,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-25T06:29:55.925Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:29:55.925Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:29:55.925Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7338b6a-da43-421e-bcb0-8bb2101cc675",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666679217538,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-25T06:29:55.926Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:29:55.926Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:29:55.926Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7338b6a-da43-421e-bcb0-8bb2101cc675",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666679215046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:29:55.926Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:29:55.926Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:29:55.926Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9afaf36-edc9-43bd-b789-b9cb8ab614ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666679215377,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-10-25T06:29:55.926Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:29:55.926Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:29:55.926Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7338b6a-da43-421e-bcb0-8bb2101cc675",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666679217594,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:29:55.926Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:29:55.926Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:29:55.926Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7338b6a-da43-421e-bcb0-8bb2101cc675",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666679218594,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-10-25T06:29:55.927Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:29:55.927Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:29:55.927Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7338b6a-da43-421e-bcb0-8bb2101cc675",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666679215046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:29:55.927Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:29:55.927Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:29:55.927Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7338b6a-da43-421e-bcb0-8bb2101cc675",
  "consumerID": "cds",
  "timestamp": 1666679218625,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-25T06:29:55.953Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c7338b6a-da43-421e-bcb0-8bb2101cc675
2022-10-25T06:29:55.954Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c7338b6a-da43-421e-bcb0-8bb2101cc675 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-25T06:29:55.965Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:29:55.965Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9afaf36-edc9-43bd-b789-b9cb8ab614ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666679215377,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:29:55.966Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:29:55.966Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:29:55.966Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7338b6a-da43-421e-bcb0-8bb2101cc675",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666679217594,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:29:55.966Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:29:55.966Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:29:55.966Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9afaf36-edc9-43bd-b789-b9cb8ab614ef",
  "consumerID": "aai-ml",
  "timestamp": 1666679219270,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-25T06:29:55.966Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:29:55.966Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:29:55.967Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7338b6a-da43-421e-bcb0-8bb2101cc675",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666679219699,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-10-25T06:29:55.967Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:29:55.967Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:29:55.967Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7338b6a-da43-421e-bcb0-8bb2101cc675",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666679215046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:29:55.967Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:29:55.967Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:29:55.967Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9afaf36-edc9-43bd-b789-b9cb8ab614ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666679215377,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-10-25T06:29:55.967Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:29:55.967Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:29:55.967Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7338b6a-da43-421e-bcb0-8bb2101cc675",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666679217594,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:29:55.967Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:29:55.967Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:29:55.967Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9afaf36-edc9-43bd-b789-b9cb8ab614ef",
  "consumerID": "aai-ml",
  "timestamp": 1666679220273,
  "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-25T06:29:55.991Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a9afaf36-edc9-43bd-b789-b9cb8ab614ef
2022-10-25T06:29:55.991Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9afaf36-edc9-43bd-b789-b9cb8ab614ef 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-25T06:29:56.004Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:29:56.004Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7338b6a-da43-421e-bcb0-8bb2101cc675",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666679215046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:29:56.004Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:29:56.004Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:29:56.004Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7338b6a-da43-421e-bcb0-8bb2101cc675",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666679220799,
  "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-25T06:29:56.011Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c7338b6a-da43-421e-bcb0-8bb2101cc675
2022-10-25T06:29:56.011Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c7338b6a-da43-421e-bcb0-8bb2101cc675 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-25T06:29:56.019Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:29:56.020Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9afaf36-edc9-43bd-b789-b9cb8ab614ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666679215377,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:29:56.021Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:29:56.021Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:29:56.021Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7338b6a-da43-421e-bcb0-8bb2101cc675",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666679217594,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:29:56.021Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:29:56.021Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:29:56.021Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7338b6a-da43-421e-bcb0-8bb2101cc675",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666679215046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:29:56.021Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:29:56.021Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:29:56.021Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7338b6a-da43-421e-bcb0-8bb2101cc675",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666679221802,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-25T06:29:56.022Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:29:56.022Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:29:56.022Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9afaf36-edc9-43bd-b789-b9cb8ab614ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666679215377,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:29:56.022Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:29:56.022Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:29:56.022Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7338b6a-da43-421e-bcb0-8bb2101cc675",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666679217594,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:29:56.022Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:29:56.022Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:29:56.022Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4dc8283-b831-4707-828f-abb58c2df86c",
  "consumerID": "cds",
  "timestamp": 1666679221538,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:29:56.022Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:29:56.023Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:29:56.023Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7338b6a-da43-421e-bcb0-8bb2101cc675",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666679215046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:29:56.023Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:29:56.023Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:29:56.023Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9afaf36-edc9-43bd-b789-b9cb8ab614ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666679215377,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-25T06:29:56.023Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:29:56.023Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:29:56.023Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7338b6a-da43-421e-bcb0-8bb2101cc675",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666679217594,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:29:56.023Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:29:56.023Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:29:56.023Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4dc8283-b831-4707-828f-abb58c2df86c",
  "consumerID": "cds",
  "timestamp": 1666679221538,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:29:56.023Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:29:56.023Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:29:56.023Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4dc8283-b831-4707-828f-abb58c2df86c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666679223217,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:29:56.024Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:29:56.024Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:29:56.024Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9afaf36-edc9-43bd-b789-b9cb8ab614ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666679224225,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-25T06:29:56.024Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:29:56.024Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:29:56.024Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7338b6a-da43-421e-bcb0-8bb2101cc675",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666679217594,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:29:56.024Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:29:56.024Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:29:56.024Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4dc8283-b831-4707-828f-abb58c2df86c",
  "consumerID": "cds",
  "timestamp": 1666679221538,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:29:56.024Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:29:56.024Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:29:56.024Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4dc8283-b831-4707-828f-abb58c2df86c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666679223217,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:29:56.025Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:29:56.025Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:29:56.025Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7338b6a-da43-421e-bcb0-8bb2101cc675",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666679217594,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:29:56.025Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:29:56.025Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:29:56.025Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4dc8283-b831-4707-828f-abb58c2df86c",
  "consumerID": "cds",
  "timestamp": 1666679221538,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:29:56.025Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:29:56.025Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:29:56.025Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4dc8283-b831-4707-828f-abb58c2df86c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666679223217,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:29:56.025Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:29:56.025Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:29:56.025Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7338b6a-da43-421e-bcb0-8bb2101cc675",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666679217594,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:29:56.025Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:29:56.025Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:29:56.025Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4dc8283-b831-4707-828f-abb58c2df86c",
  "consumerID": "cds",
  "timestamp": 1666679221538,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:29:56.025Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:29:56.025Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:29:56.025Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9afaf36-edc9-43bd-b789-b9cb8ab614ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666679226685,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-25T06:29:56.025Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:29:56.025Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:29:56.025Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4dc8283-b831-4707-828f-abb58c2df86c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666679223217,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:29:56.025Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:29:56.025Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:29:56.025Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7338b6a-da43-421e-bcb0-8bb2101cc675",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666679217594,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-25T06:29:56.026Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:29:56.026Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:29:56.026Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4dc8283-b831-4707-828f-abb58c2df86c",
  "consumerID": "cds",
  "timestamp": 1666679221538,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:29:56.026Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:29:56.026Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:29:56.026Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9afaf36-edc9-43bd-b789-b9cb8ab614ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666679227742,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-25T06:29:56.026Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:29:56.026Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:29:56.026Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4dc8283-b831-4707-828f-abb58c2df86c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666679223217,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:29:56.026Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:29:56.026Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:29:56.026Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7338b6a-da43-421e-bcb0-8bb2101cc675",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666679228383,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-25T06:29:56.026Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:29:56.026Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:29:56.026Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4dc8283-b831-4707-828f-abb58c2df86c",
  "consumerID": "cds",
  "timestamp": 1666679221538,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:29:56.026Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:29:56.026Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:29:56.026Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9afaf36-edc9-43bd-b789-b9cb8ab614ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666679228817,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-10-25T06:29:56.026Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:29:56.027Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:29:56.027Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4dc8283-b831-4707-828f-abb58c2df86c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666679223217,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:29:56.027Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:29:56.027Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:29:56.027Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4dc8283-b831-4707-828f-abb58c2df86c",
  "consumerID": "cds",
  "timestamp": 1666679221538,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:29:56.027Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:29:56.027Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:29:56.027Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4dc8283-b831-4707-828f-abb58c2df86c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666679223217,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:29:56.027Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:29:56.027Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:29:56.027Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9afaf36-edc9-43bd-b789-b9cb8ab614ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666679229989,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-25T06:29:56.027Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:29:56.027Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:29:56.027Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4dc8283-b831-4707-828f-abb58c2df86c",
  "consumerID": "cds",
  "timestamp": 1666679221538,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-25T06:29:56.027Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:29:56.027Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:29:56.027Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7338b6a-da43-421e-bcb0-8bb2101cc675",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666679230535,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-25T06:29:56.027Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:29:56.027Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:29:56.027Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4dc8283-b831-4707-828f-abb58c2df86c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666679223217,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:29:56.028Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:29:56.028Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:29:56.028Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9afaf36-edc9-43bd-b789-b9cb8ab614ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666679230992,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-10-25T06:29:56.028Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:29:56.028Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:29:56.028Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7338b6a-da43-421e-bcb0-8bb2101cc675",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666679231539,
  "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-25T06:29:56.035Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c7338b6a-da43-421e-bcb0-8bb2101cc675
2022-10-25T06:29:56.035Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c7338b6a-da43-421e-bcb0-8bb2101cc675 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-25T06:29:56.046Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:29:56.046Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4dc8283-b831-4707-828f-abb58c2df86c",
  "consumerID": "cds",
  "timestamp": 1666679231288,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-25T06:29:56.046Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:29:56.046Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:29:56.046Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4dc8283-b831-4707-828f-abb58c2df86c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666679223217,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-25T06:29:56.046Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:29:56.047Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:29:56.047Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9afaf36-edc9-43bd-b789-b9cb8ab614ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666679231996,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-10-25T06:29:56.047Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:29:56.047Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:29:56.047Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4dc8283-b831-4707-828f-abb58c2df86c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666679217594,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:29:56.047Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:29:56.047Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:29:56.047Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4dc8283-b831-4707-828f-abb58c2df86c",
  "consumerID": "cds",
  "timestamp": 1666679232579,
  "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-25T06:29:56.080Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e4dc8283-b831-4707-828f-abb58c2df86c
2022-10-25T06:29:56.081Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e4dc8283-b831-4707-828f-abb58c2df86c 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-25T06:29:56.091Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:29:56.091Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9afaf36-edc9-43bd-b789-b9cb8ab614ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666679233000,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-25T06:29:56.091Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:29:56.092Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:29:56.092Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7338b6a-da43-421e-bcb0-8bb2101cc675",
  "consumerID": "aai-ml",
  "timestamp": 1666679232678,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:29:56.092Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:29:56.092Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:29:56.093Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4dc8283-b831-4707-828f-abb58c2df86c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666679217594,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:29:56.093Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:29:56.093Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:29:56.093Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4dc8283-b831-4707-828f-abb58c2df86c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666679235046,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:29:56.093Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:29:56.093Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:29:56.093Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7338b6a-da43-421e-bcb0-8bb2101cc675",
  "consumerID": "aai-ml",
  "timestamp": 1666679232678,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:29:56.094Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:29:56.094Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:29:56.094Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4dc8283-b831-4707-828f-abb58c2df86c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666679217594,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:29:56.094Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:29:56.094Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:29:56.094Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4dc8283-b831-4707-828f-abb58c2df86c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666679235046,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:29:56.094Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:29:56.094Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:29:56.094Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7338b6a-da43-421e-bcb0-8bb2101cc675",
  "consumerID": "aai-ml",
  "timestamp": 1666679232678,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:29:56.094Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:29:56.094Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:29:56.094Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4dc8283-b831-4707-828f-abb58c2df86c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666679217594,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:29:56.094Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:29:56.094Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:29:56.094Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4dc8283-b831-4707-828f-abb58c2df86c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666679235046,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:29:56.094Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:29:56.095Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:29:56.095Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7338b6a-da43-421e-bcb0-8bb2101cc675",
  "consumerID": "aai-ml",
  "timestamp": 1666679232678,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:29:56.095Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:29:56.095Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:29:56.095Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4dc8283-b831-4707-828f-abb58c2df86c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666679217594,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:29:56.095Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:29:56.095Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:29:56.095Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4dc8283-b831-4707-828f-abb58c2df86c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666679235046,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:29:56.095Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:29:56.095Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:29:56.095Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7338b6a-da43-421e-bcb0-8bb2101cc675",
  "consumerID": "aai-ml",
  "timestamp": 1666679232678,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:29:56.096Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:29:56.096Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:29:56.096Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4dc8283-b831-4707-828f-abb58c2df86c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666679217594,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:29:56.096Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:29:56.096Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:29:56.096Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4dc8283-b831-4707-828f-abb58c2df86c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666679235046,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:29:56.096Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:29:56.096Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:29:56.096Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7338b6a-da43-421e-bcb0-8bb2101cc675",
  "consumerID": "aai-ml",
  "timestamp": 1666679232678,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:29:56.097Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:29:56.097Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:29:56.097Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4dc8283-b831-4707-828f-abb58c2df86c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666679217594,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:29:56.097Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:29:56.097Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:29:56.097Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4dc8283-b831-4707-828f-abb58c2df86c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666679235046,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:29:56.097Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:29:56.097Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:29:56.097Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7338b6a-da43-421e-bcb0-8bb2101cc675",
  "consumerID": "aai-ml",
  "timestamp": 1666679232678,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:29:56.097Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:29:56.098Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:29:56.098Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4dc8283-b831-4707-828f-abb58c2df86c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666679217594,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:29:56.099Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:29:56.100Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:29:56.100Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4dc8283-b831-4707-828f-abb58c2df86c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666679235046,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-10-25T06:29:56.100Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:29:56.100Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:29:56.100Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7338b6a-da43-421e-bcb0-8bb2101cc675",
  "consumerID": "aai-ml",
  "timestamp": 1666679232678,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:29:56.100Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:29:56.100Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:29:56.100Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4dc8283-b831-4707-828f-abb58c2df86c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666679217594,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-25T06:29:56.100Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:29:56.100Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:29:56.100Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4dc8283-b831-4707-828f-abb58c2df86c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666679235046,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:29:56.100Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:29:56.100Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:29:56.100Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7338b6a-da43-421e-bcb0-8bb2101cc675",
  "consumerID": "aai-ml",
  "timestamp": 1666679232678,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:29:56.101Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:29:56.101Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:29:56.101Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4dc8283-b831-4707-828f-abb58c2df86c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666679241653,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-25T06:29:56.101Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:29:56.101Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:29:56.101Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4dc8283-b831-4707-828f-abb58c2df86c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666679235046,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:29:56.101Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:29:56.101Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:29:56.101Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7338b6a-da43-421e-bcb0-8bb2101cc675",
  "consumerID": "aai-ml",
  "timestamp": 1666679232678,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-25T06:29:56.101Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:29:56.101Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:29:56.101Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4dc8283-b831-4707-828f-abb58c2df86c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666679244819,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-25T06:29:56.101Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:29:56.101Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:29:56.101Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7338b6a-da43-421e-bcb0-8bb2101cc675",
  "consumerID": "aai-ml",
  "timestamp": 1666679243416,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-25T06:29:56.101Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:29:56.101Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:29:56.101Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4dc8283-b831-4707-828f-abb58c2df86c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666679243529,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-25T06:29:56.101Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:29:56.101Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:29:56.101Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4dc8283-b831-4707-828f-abb58c2df86c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666679245856,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-10-25T06:29:56.101Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:29:56.101Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:29:56.101Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4dc8283-b831-4707-828f-abb58c2df86c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666679244532,
  "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-25T06:29:56.108Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e4dc8283-b831-4707-828f-abb58c2df86c
2022-10-25T06:29:56.108Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e4dc8283-b831-4707-828f-abb58c2df86c 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-25T06:29:56.117Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:29:56.118Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4dc8283-b831-4707-828f-abb58c2df86c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666679246860,
  "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-25T06:29:56.123Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of e4dc8283-b831-4707-828f-abb58c2df86c
2022-10-25T06:29:56.123Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e4dc8283-b831-4707-828f-abb58c2df86c 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-25T06:29:56.133Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:29:56.133Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7338b6a-da43-421e-bcb0-8bb2101cc675",
  "consumerID": "aai-ml",
  "timestamp": 1666679250941,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-25T06:29:56.133Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:29:56.133Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:29:56.133Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7338b6a-da43-421e-bcb0-8bb2101cc675",
  "consumerID": "aai-ml",
  "timestamp": 1666679251945,
  "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-25T06:29:56.140Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c7338b6a-da43-421e-bcb0-8bb2101cc675
2022-10-25T06:29:56.140Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c7338b6a-da43-421e-bcb0-8bb2101cc675 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-25T06:29:56.150Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:29:56.150Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4dc8283-b831-4707-828f-abb58c2df86c",
  "consumerID": "aai-ml",
  "timestamp": 1666679232678,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:29:56.151Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:29:56.151Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:29:56.151Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4dc8283-b831-4707-828f-abb58c2df86c",
  "consumerID": "aai-ml",
  "timestamp": 1666679232678,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:29:56.151Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:29:56.151Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:29:56.151Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4dc8283-b831-4707-828f-abb58c2df86c",
  "consumerID": "aai-ml",
  "timestamp": 1666679232678,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:29:56.151Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:29:56.151Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:29:56.152Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4dc8283-b831-4707-828f-abb58c2df86c",
  "consumerID": "aai-ml",
  "timestamp": 1666679232678,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:29:56.152Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:29:56.152Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:29:56.152Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4dc8283-b831-4707-828f-abb58c2df86c",
  "consumerID": "aai-ml",
  "timestamp": 1666679232678,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:29:56.152Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:29:56.152Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:29:56.152Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4dc8283-b831-4707-828f-abb58c2df86c",
  "consumerID": "aai-ml",
  "timestamp": 1666679232678,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:29:56.152Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:29:56.152Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:29:56.152Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4dc8283-b831-4707-828f-abb58c2df86c",
  "consumerID": "aai-ml",
  "timestamp": 1666679232678,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:29:56.152Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:29:56.152Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:29:56.152Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4dc8283-b831-4707-828f-abb58c2df86c",
  "consumerID": "aai-ml",
  "timestamp": 1666679232678,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:29:56.152Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:29:56.152Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:29:56.152Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4dc8283-b831-4707-828f-abb58c2df86c",
  "consumerID": "aai-ml",
  "timestamp": 1666679232678,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-25T06:29:56.153Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:29:56.153Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:29:56.153Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4dc8283-b831-4707-828f-abb58c2df86c",
  "consumerID": "aai-ml",
  "timestamp": 1666679262049,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-25T06:29:56.153Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:29:56.153Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:29:56.153Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4dc8283-b831-4707-828f-abb58c2df86c",
  "consumerID": "aai-ml",
  "timestamp": 1666679267178,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-25T06:29:56.153Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:29:56.153Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:29:56.153Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4dc8283-b831-4707-828f-abb58c2df86c",
  "consumerID": "aai-ml",
  "timestamp": 1666679268182,
  "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-25T06:29:56.159Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e4dc8283-b831-4707-828f-abb58c2df86c
2022-10-25T06:29:56.160Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e4dc8283-b831-4707-828f-abb58c2df86c 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-25T06:30:14.094Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a9afaf36-edc9-43bd-b789-b9cb8ab614ef
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-25T06:30:14.108Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a9afaf36-edc9-43bd-b789-b9cb8ab614ef
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-25T06:30:14.112Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-25T06:30:14.112Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-25T06:30:14.112Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-25T06:30:14.112Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-25T06:30:14.112Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-25T06:30:14.112Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-25T06:30:14.112Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-25T06:30:14.112Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-25T06:30:14.112Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-25T06:30:14.113Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|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-25T06:30:14.119Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-25T06:30:44.120Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a9afaf36-edc9-43bd-b789-b9cb8ab614ef 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-25T06:30:44.128Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a9afaf36-edc9-43bd-b789-b9cb8ab614ef and serviceModelVersionId: 8a6d4d0e-fe72-4a5f-8938-81e856a77646
2022-10-25T06:30:44.129Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a67adf91-efb3-4eb3-8dd4-c2b0d44ecc81
2022-10-25T06:30:44.130Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a67adf91-efb3-4eb3-8dd4-c2b0d44ecc81/model-vers/model-ver/8a6d4d0e-fe72-4a5f-8938-81e856a77646?depth=0
2022-10-25T06:30:44.137Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-10-25T06:30:44.171Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a67adf91-efb3-4eb3-8dd4-c2b0d44ecc81/model-vers/model-ver/8a6d4d0e-fe72-4a5f-8938-81e856a77646?depth=0|INFO|500||Invoke
2022-10-25T06:30:44.172Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a67adf91-efb3-4eb3-8dd4-c2b0d44ecc81/model-vers/model-ver/8a6d4d0e-fe72-4a5f-8938-81e856a77646?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a67adf91-efb3-4eb3-8dd4-c2b0d44ecc81/model-vers/model-ver/8a6d4d0e-fe72-4a5f-8938-81e856a77646?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a9afaf36-edc9-43bd-b789-b9cb8ab614ef], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[cf4c8252-46c4-4979-932a-02de68a46086], X-ECOMP-RequestID=[a9afaf36-edc9-43bd-b789-b9cb8ab614ef], X-TransactionId=[], X-ONAP-RequestID=[a9afaf36-edc9-43bd-b789-b9cb8ab614ef], Content-Type=[application/merge-patch+json]}
2022-10-25T06:30:44.192Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a67adf91-efb3-4eb3-8dd4-c2b0d44ecc81/model-vers/model-ver/8a6d4d0e-fe72-4a5f-8938-81e856a77646?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-10-25T06:30:44.292Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a67adf91-efb3-4eb3-8dd4-c2b0d44ecc81/model-vers/model-ver/8a6d4d0e-fe72-4a5f-8938-81e856a77646?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/a67adf91-efb3-4eb3-8dd4-c2b0d44ecc81/model-vers/model-ver/8a6d4d0e-fe72-4a5f-8938-81e856a77646?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221025-06:30:44:232-59155], vertex-id=[536712], Content-Length=[0], Date=[Tue, 25 Oct 2022 06:30:44 GMT], Content-Type=[application/json]}
2022-10-25T06:30:44.292Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a67adf91-efb3-4eb3-8dd4-c2b0d44ecc81/model-vers/model-ver/8a6d4d0e-fe72-4a5f-8938-81e856a77646?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-10-25T06:30:44.293Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a67adf91-efb3-4eb3-8dd4-c2b0d44ecc81/model-vers/model-ver/8a6d4d0e-fe72-4a5f-8938-81e856a77646?depth=0|INFO|500||InvokeReturn
2022-10-25T06:30:44.293Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-25T06:30:44.293Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|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-25T06:30:44.299Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|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-25T06:30:44.299Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a9afaf36-edc9-43bd-b789-b9cb8ab614ef and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-25T06:30:44.299Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-25T06:30:44.299Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T06:30:44.302Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T06:30:44.302Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a9afaf36-edc9-43bd-b789-b9cb8ab614ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666679444299,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-25T06:30:44.402Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T06:30:44.403Z||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-25T06:30:44.403Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:30:44.419Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:30:44.420Z||pool-105-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-25T06:30:45.323Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-25T06:30:45.323Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"c7338b6a-da43-421e-bcb0-8bb2101cc675","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"8cd8de7e-68a9-4a41-965c-f87fa43c065e","serviceDescription":"service","serviceInvariantUUID":"568ba57e-ce8d-45d1-b7e4-a18f00c04b9e","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d4fe2a0c-fbc6-4aee-af11-ab854ae3dcec","resourceInvariantUUID":"61341fd3-d4f2-409d-b0b0-72aba35cdc0a","resourceCustomizationUUID":"6bcbd9ad-7725-4ed5-a729-8db33092f078","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":"ZThjM2NhODE2YTBlNzI3YzMwNDkyMTgxODM3MDYxOWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"32a2718d-d600-4d37-920c-bf76249942ea","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":"MDk3NWVmODY1YzM2NzQwOTE1Yjc0NWI2NTEzM2NiNzg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"afab3af6-77de-449b-b94d-b065d1ad77a8","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":"f5e65d9e-96fb-4484-995b-96a6b7522c6b","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":"6c4cadc6-102d-4b09-9357-82a11535ef91","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":"54392c29-1063-4da0-ae9b-bd41a426bdd2","artifactVersion":"2","generatedFromUUID":"a6e0a9b4-a99f-4548-9123-22bb68ad1857"},{"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":"8a815696-32c8-42c7-bde1-3c2478efaa25","artifactVersion":"2","generatedFromUUID":"f5e65d9e-96fb-4484-995b-96a6b7522c6b"},{"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":"a6e0a9b4-a99f-4548-9123-22bb68ad1857","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":"3e1ff28e-15ae-4d15-9fbf-8443d9b88b24","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":"ZTlmNjFhYzI5ZTZiMTc5NDM4NzE5MjdmNTdmZWU1YWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"54a252c7-71ce-4914-a30e-2bdb27f03a56","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"OTI4OGRiZGMzMjQxODczMjhlOGI5NjgzZjZlMGU0YWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4c0cb17c-cb47-4301-a50e-7f7653f88c59","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-25T06:30:45.324Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-25T06:30:45.324Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T06:30:45.327Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T06:30:45.327Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c7338b6a-da43-421e-bcb0-8bb2101cc675",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666679215377,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:30:45.430Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-10-25T06:30:45.431Z||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-25T06:30:45.431Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:30:45.447Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:30:45.448Z||pool-106-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-25T06:30:46.328Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-25T06:30:46.329Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T06:30:46.330Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T06:30:46.331Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c7338b6a-da43-421e-bcb0-8bb2101cc675",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666679215377,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-10-25T06:30:46.432Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-25T06:30:46.433Z||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-25T06:30:46.433Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:30:46.446Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:30:46.446Z||pool-107-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-10-25T06:30:47.331Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-25T06:30:47.332Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T06:30:47.334Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T06:30:47.334Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c7338b6a-da43-421e-bcb0-8bb2101cc675",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666679215377,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-10-25T06:30:47.434Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T06:30:47.435Z||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-25T06:30:47.435Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:30:47.446Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:30:47.447Z||pool-108-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-10-25T06:30:48.334Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-25T06:30:48.335Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T06:30:48.337Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T06:30:48.338Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c7338b6a-da43-421e-bcb0-8bb2101cc675",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666679215377,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:30:48.438Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T06:30:48.439Z||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-25T06:30:48.439Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:30:48.451Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:30:48.451Z||pool-109-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-10-25T06:30:49.338Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-25T06:30:49.339Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T06:30:49.341Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T06:30:49.342Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c7338b6a-da43-421e-bcb0-8bb2101cc675",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666679215377,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-10-25T06:30:49.441Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-25T06:30:49.442Z||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-25T06:30:49.443Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:30:49.462Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:30:49.463Z||pool-110-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-10-25T06:30:50.342Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-25T06:30:50.343Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T06:30:50.345Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T06:30:50.345Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c7338b6a-da43-421e-bcb0-8bb2101cc675",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666679215377,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-10-25T06:30:50.445Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T06:30:50.446Z||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-25T06:30:50.446Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:30:50.462Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:30:50.463Z||pool-111-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-25T06:30:51.346Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-25T06:30:51.346Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T06:30:51.349Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T06:30:51.349Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c7338b6a-da43-421e-bcb0-8bb2101cc675",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666679215377,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-10-25T06:30:51.449Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T06:30:51.450Z||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-25T06:30:51.450Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:30:51.463Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:30:51.465Z||pool-112-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-25T06:30:52.349Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-25T06:30:52.350Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T06:30:52.352Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T06:30:52.352Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c7338b6a-da43-421e-bcb0-8bb2101cc675",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666679215377,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:30:52.453Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T06:30:52.454Z||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-25T06:30:52.454Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:30:52.467Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:30:52.468Z||pool-113-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-25T06:30:53.353Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-25T06:30:53.353Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T06:30:53.357Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T06:30:53.357Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c7338b6a-da43-421e-bcb0-8bb2101cc675",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666679215377,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:30:53.456Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-25T06:30:53.457Z||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-25T06:30:53.457Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:30:53.470Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:30:53.470Z||pool-114-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-25T06:30:54.358Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-25T06:30:54.358Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T06:30:54.360Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T06:30:54.360Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c7338b6a-da43-421e-bcb0-8bb2101cc675",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666679215377,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-25T06:30:54.462Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-10-25T06:30:54.464Z||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-25T06:30:54.464Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:30:54.486Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:30:54.487Z||pool-115-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-10-25T06:30:55.361Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "c7338b6a-da43-421e-bcb0-8bb2101cc675",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "8cd8de7e-68a9-4a41-965c-f87fa43c065e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "568ba57e-ce8d-45d1-b7e4-a18f00c04b9e",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "6bcbd9ad-7725-4ed5-a729-8db33092f078",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d4fe2a0c-fbc6-4aee-af11-ab854ae3dcec",
      "resourceInvariantUUID": "61341fd3-d4f2-409d-b0b0-72aba35cdc0a",
      "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": "MDk3NWVmODY1YzM2NzQwOTE1Yjc0NWI2NTEzM2NiNzg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "afab3af6-77de-449b-b94d-b065d1ad77a8",
          "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": "f5e65d9e-96fb-4484-995b-96a6b7522c6b",
          "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": "8a815696-32c8-42c7-bde1-3c2478efaa25",
            "generatedFromUUID": "f5e65d9e-96fb-4484-995b-96a6b7522c6b"
          },
          "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": "54392c29-1063-4da0-ae9b-bd41a426bdd2",
          "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": "8a815696-32c8-42c7-bde1-3c2478efaa25",
          "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": "a6e0a9b4-a99f-4548-9123-22bb68ad1857",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "OTI4OGRiZGMzMjQxODczMjhlOGI5NjgzZjZlMGU0YWY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4c0cb17c-cb47-4301-a50e-7f7653f88c59"
    }
  ],
  "workloadContext": "Production"
}
2022-10-25T06:30:55.362Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-25T06:30:55.362Z|a9afaf36-edc9-43bd-b789-b9cb8ab614ef|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 8cd8de7e-68a9-4a41-965c-f87fa43c065e ASDC
2022-10-25T06:30:55.362Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:c7338b6a-da43-421e-bcb0-8bb2101cc675
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:8cd8de7e-68a9-4a41-965c-f87fa43c065e
ServiceInvariantUUID:568ba57e-ce8d-45d1-b7e4-a18f00c04b9e
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:4c0cb17c-cb47-4301-a50e-7f7653f88c59
ArtifactChecksum:OTI4OGRiZGMzMjQxODczMjhlOGI5NjgzZjZlMGU0YWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:6bcbd9ad-7725-4ed5-a729-8db33092f078
ResourceInvariantUUID:61341fd3-d4f2-409d-b0b0-72aba35cdc0a
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:d4fe2a0c-fbc6-4aee-af11-ab854ae3dcec
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:afab3af6-77de-449b-b94d-b065d1ad77a8
ArtifactChecksum:MDk3NWVmODY1YzM2NzQwOTE1Yjc0NWI2NTEzM2NiNzg=
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:f5e65d9e-96fb-4484-995b-96a6b7522c6b
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:8a815696-32c8-42c7-bde1-3c2478efaa25
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:54392c29-1063-4da0-ae9b-bd41a426bdd2
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:8a815696-32c8-42c7-bde1-3c2478efaa25
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:a6e0a9b4-a99f-4548-9123-22bb68ad1857
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-10-25T06:30:55.363Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8cd8de7e-68a9-4a41-965c-f87fa43c065e 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 (?, ?, ?, ?, ?)
2022-10-25T06:30:55.386Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:30:55.387Z||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-25T06:30:55.387Z||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 DHo7Nb4HH7BEtcDg) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-25T06:30:55.406Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-25T06:30:55.406Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-10-25T06:30:55.407Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-10-25T06:30:55.407Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 4c0cb17c-cb47-4301-a50e-7f7653f88c59 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-10-25T06:30:55.407Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-10-25T06:30:55.407Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-10-25T06:30:55.554Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-10-25T06:30:55.560Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 4c0cb17c-cb47-4301-a50e-7f7653f88c59 162973
2022-10-25T06:30:55.560Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||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-25T06:30:55.560Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||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-25T06:30:55.560Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-25T06:30:55.561Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T06:30:55.562Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T06:30:55.563Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c7338b6a-da43-421e-bcb0-8bb2101cc675",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666679455560,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-25T06:30:55.663Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T06:30:55.664Z||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-25T06:30:55.664Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:30:55.683Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:30:55.684Z||pool-116-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-10-25T06:30:55.702Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:30:55.702Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:30:55.703Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9afaf36-edc9-43bd-b789-b9cb8ab614ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666679444299,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-25T06:30:55.703Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:30:55.703Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:30:55.703Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7338b6a-da43-421e-bcb0-8bb2101cc675",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666679215377,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:30:55.704Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:30:55.704Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:30:55.704Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7338b6a-da43-421e-bcb0-8bb2101cc675",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666679215377,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-10-25T06:30:55.704Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:30:55.704Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:30:55.704Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7338b6a-da43-421e-bcb0-8bb2101cc675",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666679215377,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-10-25T06:30:55.704Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:30:55.704Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:30:55.704Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7338b6a-da43-421e-bcb0-8bb2101cc675",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666679215377,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:30:55.704Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:30:55.704Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:30:55.704Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7338b6a-da43-421e-bcb0-8bb2101cc675",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666679215377,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-10-25T06:30:55.705Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:30:55.705Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:30:55.705Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7338b6a-da43-421e-bcb0-8bb2101cc675",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666679215377,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-10-25T06:30:55.705Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:30:55.705Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:30:55.705Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7338b6a-da43-421e-bcb0-8bb2101cc675",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666679215377,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-10-25T06:30:55.705Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:30:55.706Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:30:55.706Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7338b6a-da43-421e-bcb0-8bb2101cc675",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666679215377,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:30:55.706Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:30:55.706Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:30:55.706Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7338b6a-da43-421e-bcb0-8bb2101cc675",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666679215377,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:30:55.706Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:30:55.706Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:30:55.706Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7338b6a-da43-421e-bcb0-8bb2101cc675",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666679215377,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-25T06:30:55.706Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:30:56.563Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-25T06:30:56.564Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-10-25T06:30:56.564Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 4c0cb17c-cb47-4301-a50e-7f7653f88c59, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-10-25T06:30:56.565Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-10-25T06:30:56.565Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-10-25T06:30:56.565Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-10-25T06:30:56.681Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16613150439230068764/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2022-10-25T06:30:57.526Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-25T06:30:57.540Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-10-25T06:30:57.540Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-10-25T06:30:57.540Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-10-25T06:30:57.540Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|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-BasicCnfMacro-csar.csar
2022-10-25T06:30:57.541Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||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-25T06:30:57.541Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||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-25T06:30:57.541Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||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-25T06:30:57.541Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-10-25T06:30:57.541Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:30:57.541Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T06:30:57.541Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-25T06:30:57.542Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-10-25T06:30:57.542Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-25T06:30:57.542Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:30:57.542Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T06:30:57.542Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-25T06:30:57.543Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-10-25T06:30:57.543Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-25T06:30:57.543Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:30:57.543Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T06:30:57.543Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:30:57.544Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-10-25T06:30:57.544Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-10-25T06:30:57.544Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-10-25T06:30:57.544Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-25T06:30:57.544Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:30:57.545Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-25T06:30:57.545Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:30:57.545Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-25T06:30:57.545Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-25T06:30:57.545Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:30:57.546Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-25T06:30:57.546Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-25T06:30:57.546Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:30:57.546Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-25T06:30:57.546Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-25T06:30:57.546Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:30:57.546Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-25T06:30:57.547Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-25T06:30:57.547Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:30:57.547Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-10-25T06:30:57.547Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-10-25T06:30:57.547Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=0f0fd7a4-01b1-4f9f-9971-4ce941e72244
2022-10-25T06:30:57.547Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:30:57.547Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T06:30:57.547Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:30:57.548Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T06:30:57.548Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:30:57.548Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T06:30:57.548Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:30:57.548Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T06:30:57.548Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:8cd8de7e-68a9-4a41-965c-f87fa43c065e
Model Version:NULL
Model InvariantUuid:568ba57e-ce8d-45d1-b7e4-a18f00c04b9e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:3426d715-df15-45b9-a0d6-2cafa3a1408b
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:61341fd3-d4f2-409d-b0b0-72aba35cdc0a
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:6bcbd9ad-7725-4ed5-a729-8db33092f078
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:37b4e76c-a025-4e24-a07d-d1367a5e860c
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:81a7dad0-2809-4360-ae36-d3e71c54f78d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:e3ddccef-7555-454f-9e40-86f3d467d717
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:1c8cfd7b-ca63-4fe0-9d25-487e472aaec6
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:0f0fd7a4-01b1-4f9f-9971-4ce941e72244
ModelInvariantUuid:d200efdf-ca7f-4335-8650-35532925b75e
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:ea158426-d2bd-464b-b9f1-6c2570d45c64
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:9ec9ee48-0a6c-4cba-bc89-2d91d8874f04
ModelInvariantUuid:de5803ba-f4a6-4555-9172-bc0e5ecc408d
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:ccab621e-9efc-460c-8003-91033ff177f2
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-25T06:30:57.555Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: d4fe2a0c-fbc6-4aee-af11-ab854ae3dcec
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-25T06:30:57.558Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||INFO|500||basic_cnf_macro 0
2022-10-25T06:30:57.559Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d4fe2a0c-fbc6-4aee-af11-ab854ae3dcec
2022-10-25T06:30:57.559Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: afab3af6-77de-449b-b94d-b065d1ad77a8 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-10-25T06:30:57.559Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-10-25T06:30:57.560Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||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-25T06:30:57.613Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-10-25T06:30:57.614Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json afab3af6-77de-449b-b94d-b065d1ad77a8 1565
2022-10-25T06:30:57.614Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||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-25T06:30:57.615Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||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-25T06:30:57.615Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-25T06:30:57.615Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T06:30:57.617Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T06:30:57.618Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c7338b6a-da43-421e-bcb0-8bb2101cc675",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666679457614,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-25T06:30:57.718Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T06:30:57.719Z||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-25T06:30:57.719Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:30:57.734Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:30:57.735Z||pool-117-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-10-25T06:30:58.618Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "e3ddccef-7555-454f-9e40-86f3d467d717",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1c8cfd7b-ca63-4fe0-9d25-487e472aaec6",
    "vfModuleModelCustomizationUUID": "9b235fcc-361a-4ebc-b055-6c9b9071d13b",
    "isBase": true,
    "artifacts": [
      "f5e65d9e-96fb-4484-995b-96a6b7522c6b",
      "8a815696-32c8-42c7-bde1-3c2478efaa25"
    ],
    "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": "37b4e76c-a025-4e24-a07d-d1367a5e860c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "81a7dad0-2809-4360-ae36-d3e71c54f78d",
    "vfModuleModelCustomizationUUID": "bbf7f506-4904-496a-8647-d4b1dee365dd",
    "isBase": false,
    "artifacts": [
      "a6e0a9b4-a99f-4548-9123-22bb68ad1857"
    ],
    "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-25T06:30:58.621Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1c8cfd7b-ca63-4fe0-9d25-487e472aaec6
VfModuleModelInvariantUUID:e3ddccef-7555-454f-9e40-86f3d467d717
VfModuleModelDescription:NULL
Artifacts UUID List:{
f5e65d9e-96fb-4484-995b-96a6b7522c6b
,
8a815696-32c8-42c7-bde1-3c2478efaa25

}
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:81a7dad0-2809-4360-ae36-d3e71c54f78d
VfModuleModelInvariantUUID:37b4e76c-a025-4e24-a07d-d1367a5e860c
VfModuleModelDescription:NULL
Artifacts UUID List:{
a6e0a9b4-a99f-4548-9123-22bb68ad1857

}
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-25T06:30:58.623Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "e3ddccef-7555-454f-9e40-86f3d467d717",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1c8cfd7b-ca63-4fe0-9d25-487e472aaec6",
    "vfModuleModelCustomizationUUID": "9b235fcc-361a-4ebc-b055-6c9b9071d13b",
    "isBase": true,
    "artifacts": [
      "f5e65d9e-96fb-4484-995b-96a6b7522c6b",
      "8a815696-32c8-42c7-bde1-3c2478efaa25"
    ],
    "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": "37b4e76c-a025-4e24-a07d-d1367a5e860c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "81a7dad0-2809-4360-ae36-d3e71c54f78d",
    "vfModuleModelCustomizationUUID": "bbf7f506-4904-496a-8647-d4b1dee365dd",
    "isBase": false,
    "artifacts": [
      "a6e0a9b4-a99f-4548-9123-22bb68ad1857"
    ],
    "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-25T06:30:58.623Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1c8cfd7b-ca63-4fe0-9d25-487e472aaec6
VfModuleModelInvariantUUID:e3ddccef-7555-454f-9e40-86f3d467d717
VfModuleModelDescription:NULL
Artifacts UUID List:{
f5e65d9e-96fb-4484-995b-96a6b7522c6b
,
8a815696-32c8-42c7-bde1-3c2478efaa25

}
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:81a7dad0-2809-4360-ae36-d3e71c54f78d
VfModuleModelInvariantUUID:37b4e76c-a025-4e24-a07d-d1367a5e860c
VfModuleModelDescription:NULL
Artifacts UUID List:{
a6e0a9b4-a99f-4548-9123-22bb68ad1857

}
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-25T06:30:58.623Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: f5e65d9e-96fb-4484-995b-96a6b7522c6b from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-10-25T06:30:58.624Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-10-25T06:30:58.624Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||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-25T06:30:58.680Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-10-25T06:30:58.680Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml f5e65d9e-96fb-4484-995b-96a6b7522c6b 914
2022-10-25T06:30:58.680Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||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-25T06:30:58.680Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||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-25T06:30:58.680Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-25T06:30:58.681Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T06:30:58.683Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T06:30:58.683Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c7338b6a-da43-421e-bcb0-8bb2101cc675",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666679458680,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-25T06:30:58.783Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T06:30:58.784Z||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-25T06:30:58.784Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:30:58.800Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:30:58.800Z||pool-118-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-25T06:30:59.684Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 54392c29-1063-4da0-ae9b-bd41a426bdd2 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-10-25T06:30:59.685Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-10-25T06:30:59.685Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||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-25T06:30:59.736Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-10-25T06:30:59.737Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 54392c29-1063-4da0-ae9b-bd41a426bdd2 12
2022-10-25T06:30:59.738Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||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-25T06:30:59.738Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||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-25T06:30:59.738Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-25T06:30:59.738Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T06:30:59.740Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T06:30:59.740Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c7338b6a-da43-421e-bcb0-8bb2101cc675",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666679459737,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-10-25T06:30:59.840Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-25T06:30:59.841Z||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-25T06:30:59.841Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:30:59.855Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:30:59.856Z||pool-119-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-25T06:31:00.741Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 8a815696-32c8-42c7-bde1-3c2478efaa25 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-10-25T06:31:00.741Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-10-25T06:31:00.742Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||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-25T06:31:00.811Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-10-25T06:31:00.812Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 8a815696-32c8-42c7-bde1-3c2478efaa25 96
2022-10-25T06:31:00.812Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||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-25T06:31:00.812Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||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-25T06:31:00.812Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-25T06:31:00.812Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T06:31:00.815Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T06:31:00.815Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c7338b6a-da43-421e-bcb0-8bb2101cc675",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666679460812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-10-25T06:31:00.915Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T06:31:00.916Z||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-25T06:31:00.916Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:31:00.933Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:31:00.934Z||pool-120-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-25T06:31:01.816Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: a6e0a9b4-a99f-4548-9123-22bb68ad1857 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-10-25T06:31:01.816Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-10-25T06:31:01.816Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||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-25T06:31:01.870Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-10-25T06:31:01.871Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz a6e0a9b4-a99f-4548-9123-22bb68ad1857 20206
2022-10-25T06:31:01.872Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||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-25T06:31:01.872Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||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-25T06:31:01.872Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-25T06:31:01.872Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T06:31:01.874Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T06:31:01.874Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c7338b6a-da43-421e-bcb0-8bb2101cc675",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666679461871,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-10-25T06:31:01.974Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T06:31:01.975Z||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-25T06:31:01.976Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:31:01.989Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:31:01.990Z||pool-121-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-25T06:31:02.877Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 8cd8de7e-68a9-4a41-965c-f87fa43c065e
2022-10-25T06:31:02.877Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 d4fe2a0c-fbc6-4aee-af11-ab854ae3dcec 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-25T06:31:02.888Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4bc00aac, org.onap.sdc.toscaparser.api.parameters.Input@c2ddab2, org.onap.sdc.toscaparser.api.parameters.Input@e277a6e, org.onap.sdc.toscaparser.api.parameters.Input@6ad2e5ea, org.onap.sdc.toscaparser.api.parameters.Input@218c1776]
2022-10-25T06:31:02.890Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:31:02.891Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T06:31:02.891Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-10-25T06:31:02.891Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 6bcbd9ad-7725-4ed5-a729-8db33092f078
2022-10-25T06:31:02.891Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6bcbd9ad-7725-4ed5-a729-8db33092f078 matches Tosca VF Customization UUID: 6bcbd9ad-7725-4ed5-a729-8db33092f078
2022-10-25T06:31:02.891Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 6bcbd9ad-7725-4ed5-a729-8db33092f078  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-25T06:31:02.894Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:31:02.894Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T06:31:02.895Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 6bcbd9ad-7725-4ed5-a729-8db33092f078: {\"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-25T06:31:02.895Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@bd7112c
2022-10-25T06:31:02.895Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:31:02.895Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-25T06:31:02.896Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : bbf7f506-4904-496a-8647-d4b1dee365dd
2022-10-25T06:31:02.896Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID bbf7f506-4904-496a-8647-d4b1dee365dd
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-25T06:31:02.898Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:31:02.899Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-25T06:31:02.899Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-25T06:31:02.899Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:31:02.899Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-25T06:31:02.899Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-25T06:31:02.900Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:31:02.900Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-25T06:31:02.900Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=6bcbd9ad-7725-4ed5-a729-8db33092f078
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-25T06:31:02.902Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:31:02.902Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T06:31:02.903Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 8cd8de7e-68a9-4a41-965c-f87fa43c065e: basic_cnf_macro
2022-10-25T06:31:02.903Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:31:02.903Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T06:31:02.903Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:31:02.903Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T06:31:02.903Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:31:02.903Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T06:31:02.903Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:31:02.903Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T06:31:02.903Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:31:02.904Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T06:31:02.904Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||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-25T06:31:02.948Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro d4fe2a0c-fbc6-4aee-af11-ab854ae3dcec 2 ASDC deployResourceStructure
2022-10-25T06:31:02.948Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||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-25T06:31:02.948Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||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-25T06:31:02.948Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-25T06:31:02.948Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T06:31:02.950Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T06:31:02.951Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c7338b6a-da43-421e-bcb0-8bb2101cc675",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666679462948,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-25T06:31:03.051Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-25T06:31:03.051Z||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-25T06:31:03.051Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:31:03.065Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:31:03.066Z||pool-122-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-25T06:31:03.951Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||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-25T06:31:03.952Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||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-25T06:31:03.952Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-25T06:31:03.952Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T06:31:03.954Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T06:31:03.955Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c7338b6a-da43-421e-bcb0-8bb2101cc675",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666679463951,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-10-25T06:31:04.055Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-25T06:31:04.056Z||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-25T06:31:04.056Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:31:04.067Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:31:04.068Z||pool-123-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-25T06:31:04.955Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||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-25T06:31:04.956Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||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-25T06:31:04.956Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-10-25T06:31:04.956Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T06:31:04.959Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T06:31:04.959Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c7338b6a-da43-421e-bcb0-8bb2101cc675",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666679464955,
  "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-25T06:31:05.059Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T06:31:05.060Z||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-25T06:31:05.060Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:31:05.101Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:31:05.102Z||pool-124-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2022-10-25T06:31:05.960Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||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-25T06:31:05.960Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||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-25T06:31:05.960Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-25T06:31:05.960Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T06:31:05.963Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T06:31:05.963Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c7338b6a-da43-421e-bcb0-8bb2101cc675",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666679465959,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-10-25T06:31:06.063Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T06:31:06.065Z||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-25T06:31:06.065Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:31:06.118Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:31:06.119Z||pool-125-thread-1|||||INFO|500||cambria reply ok (55 ms):{"serverTimeMs":0,"count":1}
2022-10-25T06:31:06.964Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||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-25T06:31:06.964Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||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-25T06:31:06.964Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-10-25T06:31:06.964Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T06:31:06.967Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T06:31:06.967Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c7338b6a-da43-421e-bcb0-8bb2101cc675",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666679466964,
  "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-25T06:31:07.067Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T06:31:07.068Z||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-25T06:31:07.068Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:31:07.080Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:31:07.080Z||pool-126-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-25T06:31:07.967Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||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-25T06:31:07.968Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||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-25T06:31:07.968Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-25T06:31:07.968Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T06:31:07.970Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T06:31:07.971Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c7338b6a-da43-421e-bcb0-8bb2101cc675",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666679467967,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-25T06:31:08.070Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-25T06:31:08.071Z||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-25T06:31:08.071Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:31:08.087Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:31:08.087Z||pool-127-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-10-25T06:31:08.971Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c7338b6a-da43-421e-bcb0-8bb2101cc675
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-25T06:31:08.980Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c7338b6a-da43-421e-bcb0-8bb2101cc675
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-25T06:31:08.982Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-25T06:31:08.982Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-25T06:31:08.982Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-25T06:31:08.982Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-25T06:31:08.982Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-25T06:31:08.982Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-25T06:31:08.982Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-25T06:31:08.982Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-25T06:31:08.982Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-25T06:31:08.982Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|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-25T06:31:08.991Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-25T06:31:38.992Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c7338b6a-da43-421e-bcb0-8bb2101cc675 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-25T06:31:39.004Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c7338b6a-da43-421e-bcb0-8bb2101cc675 and serviceModelVersionId: 8cd8de7e-68a9-4a41-965c-f87fa43c065e
2022-10-25T06:31:39.005Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 568ba57e-ce8d-45d1-b7e4-a18f00c04b9e
2022-10-25T06:31:39.006Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/568ba57e-ce8d-45d1-b7e4-a18f00c04b9e/model-vers/model-ver/8cd8de7e-68a9-4a41-965c-f87fa43c065e?depth=0
2022-10-25T06:31:39.011Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-10-25T06:31:39.041Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/568ba57e-ce8d-45d1-b7e4-a18f00c04b9e/model-vers/model-ver/8cd8de7e-68a9-4a41-965c-f87fa43c065e?depth=0|INFO|500||Invoke
2022-10-25T06:31:39.042Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/568ba57e-ce8d-45d1-b7e4-a18f00c04b9e/model-vers/model-ver/8cd8de7e-68a9-4a41-965c-f87fa43c065e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/568ba57e-ce8d-45d1-b7e4-a18f00c04b9e/model-vers/model-ver/8cd8de7e-68a9-4a41-965c-f87fa43c065e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c7338b6a-da43-421e-bcb0-8bb2101cc675], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[147f4612-497d-4c88-968e-c4399c57f057], X-ECOMP-RequestID=[c7338b6a-da43-421e-bcb0-8bb2101cc675], X-TransactionId=[], X-ONAP-RequestID=[c7338b6a-da43-421e-bcb0-8bb2101cc675], Content-Type=[application/merge-patch+json]}
2022-10-25T06:31:39.062Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/568ba57e-ce8d-45d1-b7e4-a18f00c04b9e/model-vers/model-ver/8cd8de7e-68a9-4a41-965c-f87fa43c065e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-10-25T06:31:39.150Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/568ba57e-ce8d-45d1-b7e4-a18f00c04b9e/model-vers/model-ver/8cd8de7e-68a9-4a41-965c-f87fa43c065e?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/568ba57e-ce8d-45d1-b7e4-a18f00c04b9e/model-vers/model-ver/8cd8de7e-68a9-4a41-965c-f87fa43c065e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221025-06:31:39:085-43997], vertex-id=[466976], Content-Length=[0], Date=[Tue, 25 Oct 2022 06:31:39 GMT], Content-Type=[application/json]}
2022-10-25T06:31:39.150Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/568ba57e-ce8d-45d1-b7e4-a18f00c04b9e/model-vers/model-ver/8cd8de7e-68a9-4a41-965c-f87fa43c065e?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-10-25T06:31:39.151Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/568ba57e-ce8d-45d1-b7e4-a18f00c04b9e/model-vers/model-ver/8cd8de7e-68a9-4a41-965c-f87fa43c065e?depth=0|INFO|500||InvokeReturn
2022-10-25T06:31:39.151Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-25T06:31:39.151Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|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-25T06:31:39.159Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|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-25T06:31:39.159Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c7338b6a-da43-421e-bcb0-8bb2101cc675 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-25T06:31:39.159Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-25T06:31:39.160Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T06:31:39.162Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T06:31:39.162Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c7338b6a-da43-421e-bcb0-8bb2101cc675",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666679499159,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-25T06:31:39.262Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T06:31:39.264Z||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-25T06:31:39.264Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:31:39.281Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:31:39.282Z||pool-128-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-25T06:31:40.184Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:31:40.185Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|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-25T06:31:40.185Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:31:44.604Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:31:44.605Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-25T06:31:44.605Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"e4dc8283-b831-4707-828f-abb58c2df86c","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"bc9ae5d6-1292-4f10-8283-fb324254762d","serviceDescription":"service","serviceInvariantUUID":"3834ab7d-9e8f-427e-bf95-cbbf562a5af5","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"1b10b0eb-e4d0-4f06-b0fd-cdcfa423c2e1","resourceInvariantUUID":"37a09cd8-69ff-410c-b660-092bdf83bd35","resourceCustomizationUUID":"1c2ed1c4-6d3d-4acb-becb-46f5b0a6a8ae","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":"MzQ5OTc4NTkwZTY2NzBiYTk4ZjAzMWM1ZWYxYTNkMzg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c100c294-a0de-48ca-98f7-5386a7126a8a","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":"16090ec8-859e-460b-8902-12d19304d6e0","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":"3bdcf1da-3d3a-4741-9a63-02e753c16961","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":"M2ZkYjFhMGQ0MzZlNTUxMTQwOGEzODU0YzMzMGJjNDI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"a9c7be4f-e0f0-47f8-bb9d-ec86bee51104","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":"34260e50-6cd7-4bca-8fda-d12326b55d10","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":"f9cbc568-1c20-490e-acc6-1d657b756c5c","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":"44379808-1be5-4068-8abf-ca46c252c903","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":"MTY1MWI0OTc0MzM4ZmMyYTIzNGM1MDYzM2JhYjk0OGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1f92c0ba-17b6-4c78-b49b-385096e93a97","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NzcxZDA2NGE0YThkNzE3ZDllNzQ4OGNiYjE4Yzg5OWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"66d9802e-f18a-43ff-af24-770a06a6d284","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-25T06:31:44.607Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-25T06:31:44.608Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T06:31:44.611Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T06:31:44.611Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e4dc8283-b831-4707-828f-abb58c2df86c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666679500184,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:31:44.711Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T06:31:44.712Z||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-25T06:31:44.712Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:31:44.727Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:31:44.727Z||pool-129-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-10-25T06:31:45.612Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-25T06:31:45.613Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T06:31:45.616Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T06:31:45.616Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e4dc8283-b831-4707-828f-abb58c2df86c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666679500184,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:31:45.716Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T06:31:45.717Z||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-25T06:31:45.717Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:31:45.732Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:31:45.733Z||pool-130-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-10-25T06:31:46.617Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-25T06:31:46.618Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T06:31:46.621Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T06:31:46.621Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e4dc8283-b831-4707-828f-abb58c2df86c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666679500184,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:31:46.721Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T06:31:46.722Z||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-25T06:31:46.722Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:31:46.744Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:31:46.745Z||pool-131-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-10-25T06:31:47.622Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-25T06:31:47.622Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T06:31:47.624Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T06:31:47.624Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e4dc8283-b831-4707-828f-abb58c2df86c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666679500184,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:31:47.724Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T06:31:47.725Z||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-25T06:31:47.725Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:31:47.741Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:31:47.742Z||pool-132-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-10-25T06:31:48.625Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-25T06:31:48.625Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T06:31:48.627Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T06:31:48.627Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e4dc8283-b831-4707-828f-abb58c2df86c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666679500184,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:31:48.727Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T06:31:48.728Z||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-25T06:31:48.729Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:31:48.740Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:31:48.741Z||pool-133-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-25T06:31:49.630Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-25T06:31:49.630Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T06:31:49.632Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T06:31:49.632Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e4dc8283-b831-4707-828f-abb58c2df86c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666679500184,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:31:49.732Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T06:31:49.733Z||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-25T06:31:49.733Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:31:49.744Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:31:49.744Z||pool-134-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-25T06:31:50.633Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-25T06:31:50.633Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T06:31:50.635Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T06:31:50.635Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e4dc8283-b831-4707-828f-abb58c2df86c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666679500184,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:31:50.735Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T06:31:50.736Z||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-25T06:31:50.737Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:31:50.751Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:31:50.751Z||pool-135-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-25T06:31:51.635Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-25T06:31:51.636Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T06:31:51.637Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T06:31:51.638Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e4dc8283-b831-4707-828f-abb58c2df86c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666679500184,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:31:51.737Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-25T06:31:51.738Z||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-25T06:31:51.738Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:31:51.761Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:31:51.761Z||pool-136-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-10-25T06:31:52.638Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-25T06:31:52.639Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T06:31:52.640Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T06:31:52.641Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e4dc8283-b831-4707-828f-abb58c2df86c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666679500184,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-25T06:31:52.740Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-25T06:31:52.741Z||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-25T06:31:52.741Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:31:52.755Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:31:52.755Z||pool-137-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-25T06:31:53.641Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "e4dc8283-b831-4707-828f-abb58c2df86c",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "bc9ae5d6-1292-4f10-8283-fb324254762d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3834ab7d-9e8f-427e-bf95-cbbf562a5af5",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "1c2ed1c4-6d3d-4acb-becb-46f5b0a6a8ae",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "1b10b0eb-e4d0-4f06-b0fd-cdcfa423c2e1",
      "resourceInvariantUUID": "37a09cd8-69ff-410c-b660-092bdf83bd35",
      "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": "NzcxZDA2NGE0YThkNzE3ZDllNzQ4OGNiYjE4Yzg5OWM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "66d9802e-f18a-43ff-af24-770a06a6d284"
    }
  ],
  "workloadContext": "Production"
}
2022-10-25T06:31:53.642Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-25T06:31:53.642Z|c7338b6a-da43-421e-bcb0-8bb2101cc675|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 bc9ae5d6-1292-4f10-8283-fb324254762d ASDC
2022-10-25T06:31:53.642Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:e4dc8283-b831-4707-828f-abb58c2df86c
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:bc9ae5d6-1292-4f10-8283-fb324254762d
ServiceInvariantUUID:3834ab7d-9e8f-427e-bf95-cbbf562a5af5
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:66d9802e-f18a-43ff-af24-770a06a6d284
ArtifactChecksum:NzcxZDA2NGE0YThkNzE3ZDllNzQ4OGNiYjE4Yzg5OWM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:1c2ed1c4-6d3d-4acb-becb-46f5b0a6a8ae
ResourceInvariantUUID:37a09cd8-69ff-410c-b660-092bdf83bd35
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:1b10b0eb-e4d0-4f06-b0fd-cdcfa423c2e1
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-10-25T06:31:53.642Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bc9ae5d6-1292-4f10-8283-fb324254762d 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-25T06:31:53.681Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-25T06:31:53.683Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-10-25T06:31:53.683Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-10-25T06:31:53.684Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 66d9802e-f18a-43ff-af24-770a06a6d284 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-10-25T06:31:53.684Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-10-25T06:31:53.685Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-10-25T06:31:53.847Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-10-25T06:31:53.853Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 66d9802e-f18a-43ff-af24-770a06a6d284 110868
2022-10-25T06:31:53.854Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||||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-25T06:31:53.855Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||||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-25T06:31:53.855Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-25T06:31:53.855Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T06:31:53.857Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T06:31:53.857Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e4dc8283-b831-4707-828f-abb58c2df86c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666679513854,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-25T06:31:53.957Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T06:31:53.958Z||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-25T06:31:53.958Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:31:53.977Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:31:53.978Z||pool-138-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-10-25T06:31:54.857Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-25T06:31:54.858Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-10-25T06:31:54.859Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 66d9802e-f18a-43ff-af24-770a06a6d284, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-10-25T06:31:54.859Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-10-25T06:31:54.859Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-10-25T06:31:54.860Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-10-25T06:31:54.936Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9676144565597283976/Definitions/service-TestPnfMacro-template.yml
2022-10-25T06:31:55.386Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:31:55.386Z||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-25T06:31:55.387Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:31:55.411Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:31:55.411Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:31:55.411Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7338b6a-da43-421e-bcb0-8bb2101cc675",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666679455560,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-25T06:31:55.412Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:31:55.560Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-25T06:31:55.561Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-10-25T06:31:55.561Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-10-25T06:31:55.561Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-10-25T06:31:55.561Z|e4dc8283-b831-4707-828f-abb58c2df86c|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-TestPnfMacro-csar.csar
2022-10-25T06:31:55.561Z|e4dc8283-b831-4707-828f-abb58c2df86c|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-TestPnfMacro-csar.csar
2022-10-25T06:31:55.561Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||||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-25T06:31:55.561Z|e4dc8283-b831-4707-828f-abb58c2df86c|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-TestPnfMacro-csar.csar
2022-10-25T06:31:55.561Z|e4dc8283-b831-4707-828f-abb58c2df86c|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-TestPnfMacro-csar.csar
2022-10-25T06:31:55.561Z|e4dc8283-b831-4707-828f-abb58c2df86c|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-TestPnfMacro-csar.csar
2022-10-25T06:31:55.561Z|e4dc8283-b831-4707-828f-abb58c2df86c|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-TestPnfMacro-csar.csar
2022-10-25T06:31:55.561Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-10-25T06:31:55.562Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:31:55.562Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T06:31:55.562Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-10-25T06:31:55.562Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-10-25T06:31:55.562Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-25T06:31:55.563Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:31:55.563Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T06:31:55.563Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-10-25T06:31:55.563Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-10-25T06:31:55.563Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-25T06:31:55.563Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:31:55.563Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T06:31:55.563Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:31:55.563Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T06:31:55.563Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:31:55.563Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T06:31:55.563Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:31:55.563Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T06:31:55.563Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:31:55.563Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T06:31:55.563Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:bc9ae5d6-1292-4f10-8283-fb324254762d
Model Version:NULL
Model InvariantUuid:3834ab7d-9e8f-427e-bf95-cbbf562a5af5
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-25T06:31:55.573Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: 1b10b0eb-e4d0-4f06-b0fd-cdcfa423c2e1
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-25T06:31:55.578Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||||INFO|500||test-pnf 0
2022-10-25T06:31:55.578Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 1b10b0eb-e4d0-4f06-b0fd-cdcfa423c2e1
2022-10-25T06:31:55.578Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||||DEBUG|500||No resources found for Service: bc9ae5d6-1292-4f10-8283-fb324254762d
2022-10-25T06:31:55.578Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: bc9ae5d6-1292-4f10-8283-fb324254762d
2022-10-25T06:31:55.579Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 1b10b0eb-e4d0-4f06-b0fd-cdcfa423c2e1 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-25T06:31:55.585Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@13b6f01b, org.onap.sdc.toscaparser.api.parameters.Input@72d9b604, org.onap.sdc.toscaparser.api.parameters.Input@54fb16ff, org.onap.sdc.toscaparser.api.parameters.Input@3ce51cc8, org.onap.sdc.toscaparser.api.parameters.Input@18770567]
2022-10-25T06:31:55.585Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:31:55.586Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T06:31:55.586Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid bc9ae5d6-1292-4f10-8283-fb324254762d: test-pnf
2022-10-25T06:31:55.586Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||||INFO|500||Processing PNF resource: 1b10b0eb-e4d0-4f06-b0fd-cdcfa423c2e1
2022-10-25T06:31:55.586Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-25T06:31:55.586Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T06:31:55.587Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||||INFO|500||Resource customization UUID: 1c2ed1c4-6d3d-4acb-becb-46f5b0a6a8ae is the same as notified resource customizationUUID: 1c2ed1c4-6d3d-4acb-becb-46f5b0a6a8ae
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-25T06:31:55.634Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 1b10b0eb-e4d0-4f06-b0fd-cdcfa423c2e1 0 ASDC deployResourceStructure
2022-10-25T06:31:55.634Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||||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-25T06:31:55.634Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||||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-25T06:31:55.634Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-25T06:31:55.635Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T06:31:55.637Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T06:31:55.637Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e4dc8283-b831-4707-828f-abb58c2df86c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666679515634,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-25T06:31:55.737Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T06:31:55.738Z||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-25T06:31:55.738Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:31:55.754Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:31:55.754Z||pool-139-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-10-25T06:31:56.638Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e4dc8283-b831-4707-828f-abb58c2df86c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-25T06:31:56.650Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e4dc8283-b831-4707-828f-abb58c2df86c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-25T06:31:56.653Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-25T06:31:56.653Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-25T06:31:56.653Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-25T06:31:56.653Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-25T06:31:56.653Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-25T06:31:56.654Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-25T06:31:56.654Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-25T06:31:56.654Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-25T06:31:56.654Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-25T06:31:56.654Z|e4dc8283-b831-4707-828f-abb58c2df86c|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-25T06:31:56.661Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-25T06:32:26.661Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e4dc8283-b831-4707-828f-abb58c2df86c 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-25T06:32:26.669Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e4dc8283-b831-4707-828f-abb58c2df86c and serviceModelVersionId: bc9ae5d6-1292-4f10-8283-fb324254762d
2022-10-25T06:32:26.670Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3834ab7d-9e8f-427e-bf95-cbbf562a5af5
2022-10-25T06:32:26.670Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3834ab7d-9e8f-427e-bf95-cbbf562a5af5/model-vers/model-ver/bc9ae5d6-1292-4f10-8283-fb324254762d?depth=0
2022-10-25T06:32:26.676Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-10-25T06:32:26.708Z|e4dc8283-b831-4707-828f-abb58c2df86c|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/3834ab7d-9e8f-427e-bf95-cbbf562a5af5/model-vers/model-ver/bc9ae5d6-1292-4f10-8283-fb324254762d?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-25T06:32:26.709Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3834ab7d-9e8f-427e-bf95-cbbf562a5af5/model-vers/model-ver/bc9ae5d6-1292-4f10-8283-fb324254762d?depth=0|INFO|500||Invoke
2022-10-25T06:32:26.729Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3834ab7d-9e8f-427e-bf95-cbbf562a5af5/model-vers/model-ver/bc9ae5d6-1292-4f10-8283-fb324254762d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-10-25T06:32:26.814Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3834ab7d-9e8f-427e-bf95-cbbf562a5af5/model-vers/model-ver/bc9ae5d6-1292-4f10-8283-fb324254762d?depth=0|INFO|500||InvokeReturn
2022-10-25T06:32:26.815Z|e4dc8283-b831-4707-828f-abb58c2df86c|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/3834ab7d-9e8f-427e-bf95-cbbf562a5af5/model-vers/model-ver/bc9ae5d6-1292-4f10-8283-fb324254762d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221025-06:32:26:754-45993], vertex-id=[561288], Content-Length=[0], Date=[Tue, 25 Oct 2022 06:32:26 GMT], Content-Type=[application/json]}
2022-10-25T06:32:26.815Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-10-25T06:32:26.816Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-25T06:32:26.816Z|e4dc8283-b831-4707-828f-abb58c2df86c|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-25T06:32:26.820Z|e4dc8283-b831-4707-828f-abb58c2df86c|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-25T06:32:26.821Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e4dc8283-b831-4707-828f-abb58c2df86c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-25T06:32:26.821Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-25T06:32:26.821Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T06:32:26.823Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T06:32:26.823Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e4dc8283-b831-4707-828f-abb58c2df86c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666679546821,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-25T06:32:26.924Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-25T06:32:26.925Z||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-25T06:32:26.925Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:32:26.941Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:32:26.942Z||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-25T06:32:27.845Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:32:27.845Z|e4dc8283-b831-4707-828f-abb58c2df86c|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-25T06:32:27.845Z|e4dc8283-b831-4707-828f-abb58c2df86c|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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:32:37.472Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:32:37.483Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:32:37.485Z|e4dc8283-b831-4707-828f-abb58c2df86c|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-25T06:32:37.485Z|e4dc8283-b831-4707-828f-abb58c2df86c|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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:32:47.040Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:32:47.042Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:32:47.043Z|e4dc8283-b831-4707-828f-abb58c2df86c|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-25T06:32:47.043Z|e4dc8283-b831-4707-828f-abb58c2df86c|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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:32:55.386Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:32:55.387Z||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-25T06:32:55.387Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:32:55.424Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:32:55.425Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:32:55.425Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7338b6a-da43-421e-bcb0-8bb2101cc675",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666679457614,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-25T06:32:55.425Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:32:55.426Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:32:55.426Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7338b6a-da43-421e-bcb0-8bb2101cc675",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666679458680,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-25T06:32:55.426Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:32:55.426Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:32:55.426Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7338b6a-da43-421e-bcb0-8bb2101cc675",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666679459737,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-10-25T06:32:55.426Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:32:55.426Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:32:55.426Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7338b6a-da43-421e-bcb0-8bb2101cc675",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666679460812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-10-25T06:32:55.426Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:32:55.426Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:32:55.426Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7338b6a-da43-421e-bcb0-8bb2101cc675",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666679461871,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-10-25T06:32:55.426Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:32:55.426Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:32:55.426Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7338b6a-da43-421e-bcb0-8bb2101cc675",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666679462948,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-25T06:32:55.426Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:32:55.426Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:32:55.426Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7338b6a-da43-421e-bcb0-8bb2101cc675",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666679463951,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-10-25T06:32:55.426Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:32:55.426Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:32:55.426Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7338b6a-da43-421e-bcb0-8bb2101cc675",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666679464955,
  "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-25T06:32:55.426Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:32:55.426Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:32:55.426Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7338b6a-da43-421e-bcb0-8bb2101cc675",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666679465959,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-10-25T06:32:55.426Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:32:55.426Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:32:55.426Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7338b6a-da43-421e-bcb0-8bb2101cc675",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666679466964,
  "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-25T06:32:55.426Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:32:55.426Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:32:55.426Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7338b6a-da43-421e-bcb0-8bb2101cc675",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666679467967,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-25T06:32:55.426Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:32:55.426Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:32:55.426Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7338b6a-da43-421e-bcb0-8bb2101cc675",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666679499159,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-25T06:32:55.426Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:32:55.426Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:32:55.427Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4dc8283-b831-4707-828f-abb58c2df86c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666679500184,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:32:55.427Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:32:55.427Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:32:55.427Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4dc8283-b831-4707-828f-abb58c2df86c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666679500184,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:32:55.427Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:32:55.427Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:32:55.427Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4dc8283-b831-4707-828f-abb58c2df86c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666679500184,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:32:55.427Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:32:55.427Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:32:55.427Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4dc8283-b831-4707-828f-abb58c2df86c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666679500184,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:32:55.427Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:32:55.427Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:32:55.427Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4dc8283-b831-4707-828f-abb58c2df86c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666679500184,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:32:55.427Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:32:55.427Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:32:55.427Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4dc8283-b831-4707-828f-abb58c2df86c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666679500184,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:32:55.427Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:32:55.428Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:32:55.428Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4dc8283-b831-4707-828f-abb58c2df86c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666679500184,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:32:55.428Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:32:55.428Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:32:55.428Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4dc8283-b831-4707-828f-abb58c2df86c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666679500184,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-25T06:32:55.428Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:32:55.428Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:32:55.428Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4dc8283-b831-4707-828f-abb58c2df86c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666679500184,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-25T06:32:55.428Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-25T06:32:55.428Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-25T06:32:55.428Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4dc8283-b831-4707-828f-abb58c2df86c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666679513854,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-25T06:32:55.428Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:32:56.588Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:32:56.589Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:32:56.589Z|e4dc8283-b831-4707-828f-abb58c2df86c|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-25T06:32:56.589Z|e4dc8283-b831-4707-828f-abb58c2df86c|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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:33:06.134Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:33:06.135Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:33:06.136Z|e4dc8283-b831-4707-828f-abb58c2df86c|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-25T06:33:06.136Z|e4dc8283-b831-4707-828f-abb58c2df86c|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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:33:15.679Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:33:55.377Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:33:55.378Z|e4dc8283-b831-4707-828f-abb58c2df86c|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-25T06:33:55.378Z|e4dc8283-b831-4707-828f-abb58c2df86c|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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:33:55.386Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:33:55.387Z||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-25T06:33:55.387Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:33:55.412Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:33:55.413Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-25T06:33:55.413Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4dc8283-b831-4707-828f-abb58c2df86c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666679515634,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-25T06:33:55.413Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:34:04.935Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:34:55.381Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:34:55.383Z|e4dc8283-b831-4707-828f-abb58c2df86c|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-25T06:34:55.383Z|e4dc8283-b831-4707-828f-abb58c2df86c|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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:34:55.386Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:34:55.386Z||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-25T06:34:55.387Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:34:55.914Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:34:55.915Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T06:34:55.915Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e4dc8283-b831-4707-828f-abb58c2df86c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666679546821,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-25T06:34:55.915Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:35:04.936Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:35:55.377Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:35:55.378Z|e4dc8283-b831-4707-828f-abb58c2df86c|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-25T06:35:55.378Z|e4dc8283-b831-4707-828f-abb58c2df86c|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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:35:55.386Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:35:55.386Z||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-25T06:35:55.387Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:36:04.966Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:36:04.966Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:36:55.377Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:36:55.381Z|e4dc8283-b831-4707-828f-abb58c2df86c|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-25T06:36:55.382Z|e4dc8283-b831-4707-828f-abb58c2df86c|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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:36:55.386Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:36:55.387Z||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-25T06:36:55.387Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:37:04.949Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:37:04.949Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:37:55.377Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:37:55.379Z|e4dc8283-b831-4707-828f-abb58c2df86c|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-25T06:37:55.379Z|e4dc8283-b831-4707-828f-abb58c2df86c|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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:37:55.386Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:37:55.387Z||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-25T06:37:55.387Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:38:04.931Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:38:04.932Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:38:55.377Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:38:55.378Z|e4dc8283-b831-4707-828f-abb58c2df86c|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-25T06:38:55.378Z|e4dc8283-b831-4707-828f-abb58c2df86c|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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:38:55.386Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:38:55.387Z||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-25T06:38:55.387Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:39:04.943Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:39:04.945Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:39:55.377Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:39:55.378Z|e4dc8283-b831-4707-828f-abb58c2df86c|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-25T06:39:55.378Z|e4dc8283-b831-4707-828f-abb58c2df86c|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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:39:55.386Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:39:55.387Z||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-25T06:39:55.387Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:40:04.940Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:40:04.948Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:40:55.377Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:40:55.378Z|e4dc8283-b831-4707-828f-abb58c2df86c|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-25T06:40:55.379Z|e4dc8283-b831-4707-828f-abb58c2df86c|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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:40:55.386Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:40:55.387Z||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-25T06:40:55.387Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:41:04.937Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:41:04.939Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:41:55.377Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:41:55.377Z|e4dc8283-b831-4707-828f-abb58c2df86c|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-25T06:41:55.378Z|e4dc8283-b831-4707-828f-abb58c2df86c|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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:41:55.386Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:41:55.387Z||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-25T06:41:55.387Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:42:04.931Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:42:04.931Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:42:55.377Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:42:55.380Z||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-25T06:42:55.380Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:42:55.386Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:42:55.387Z||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-25T06:42:55.387Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:43:04.962Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:43:04.991Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:43:55.377Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:43:55.379Z|0014a5a7-a07d-40ba-951f-83a34d296994|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-25T06:43:55.383Z|0014a5a7-a07d-40ba-951f-83a34d296994|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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:43:55.386Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:43:55.387Z||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-25T06:43:55.387Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:44:04.978Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:44:05.005Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:44:55.377Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:44:55.379Z|0014a5a7-a07d-40ba-951f-83a34d296994|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-25T06:44:55.379Z|0014a5a7-a07d-40ba-951f-83a34d296994|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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:44:55.386Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:44:55.387Z||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-25T06:44:55.387Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:45:04.944Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:45:04.945Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:45:55.377Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:45:55.378Z|0014a5a7-a07d-40ba-951f-83a34d296994|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-25T06:45:55.378Z|0014a5a7-a07d-40ba-951f-83a34d296994|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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:45:55.386Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:45:55.386Z||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-25T06:45:55.387Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:46:05.003Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:46:05.040Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:46:55.377Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:46:55.378Z|0014a5a7-a07d-40ba-951f-83a34d296994|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-25T06:46:55.378Z|0014a5a7-a07d-40ba-951f-83a34d296994|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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:46:55.386Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:46:55.387Z||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-25T06:46:55.387Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:47:04.940Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:47:04.949Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:47:55.377Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:47:55.378Z|0014a5a7-a07d-40ba-951f-83a34d296994|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-25T06:47:55.378Z|0014a5a7-a07d-40ba-951f-83a34d296994|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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:47:55.386Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:47:55.387Z||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-25T06:47:55.387Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:48:04.952Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:48:04.952Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:48:55.377Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:48:55.379Z|0014a5a7-a07d-40ba-951f-83a34d296994|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-25T06:48:55.379Z|0014a5a7-a07d-40ba-951f-83a34d296994|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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:48:55.386Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:48:55.387Z||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-25T06:48:55.387Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:49:04.946Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:49:04.946Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:49:55.377Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:49:55.379Z|0014a5a7-a07d-40ba-951f-83a34d296994|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-25T06:49:55.379Z|0014a5a7-a07d-40ba-951f-83a34d296994|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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:49:55.386Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:49:55.387Z||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-25T06:49:55.387Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:50:04.956Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:50:04.958Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:50:55.377Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:50:55.379Z|0014a5a7-a07d-40ba-951f-83a34d296994|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-25T06:50:55.379Z|0014a5a7-a07d-40ba-951f-83a34d296994|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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:50:55.386Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:50:55.387Z||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-25T06:50:55.387Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:51:04.953Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:51:04.954Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:51:55.377Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:51:55.378Z||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-25T06:51:55.378Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:51:55.386Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:51:55.386Z||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-25T06:51:55.387Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:52:04.936Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:52:04.943Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:52:55.377Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:52:55.379Z||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-25T06:52:55.379Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:52:55.386Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:52:55.387Z||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-25T06:52:55.387Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:53:04.928Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:53:04.948Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:53:55.377Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:53:55.378Z||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-25T06:53:55.378Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:53:55.386Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:53:55.386Z||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-25T06:53:55.387Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:54:05.021Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:54:05.033Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:54:55.377Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:54:55.378Z||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-25T06:54:55.378Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:54:55.386Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:54:55.387Z||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-25T06:54:55.387Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:55:04.987Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:55:05.047Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:55:55.377Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:55:55.379Z||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-25T06:55:55.379Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:55:55.386Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:55:55.387Z|0014a5a7-a07d-40ba-951f-83a34d296994|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-25T06:55:55.387Z|0014a5a7-a07d-40ba-951f-83a34d296994|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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:56:04.934Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:56:04.937Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:56:55.377Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:56:55.379Z|e4dc8283-b831-4707-828f-abb58c2df86c|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-25T06:56:55.379Z|e4dc8283-b831-4707-828f-abb58c2df86c|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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:56:55.386Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:56:55.387Z||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-25T06:56:55.387Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:57:04.931Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:57:04.934Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:57:55.377Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:57:55.378Z|e4dc8283-b831-4707-828f-abb58c2df86c|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-25T06:57:55.378Z|e4dc8283-b831-4707-828f-abb58c2df86c|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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:57:55.386Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:57:55.387Z||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-25T06:57:55.387Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:58:04.933Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:58:04.933Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:58:55.377Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:58:55.383Z|e4dc8283-b831-4707-828f-abb58c2df86c|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-25T06:58:55.384Z|e4dc8283-b831-4707-828f-abb58c2df86c|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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:58:55.386Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:58:55.387Z||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-25T06:58:55.387Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:59:04.955Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:59:04.955Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T06:59:55.377Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:59:55.378Z||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-25T06:59:55.378Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:59:55.386Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:59:55.386Z||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-25T06:59:55.387Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T07:00:04.968Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T07:00:04.987Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T07:00:55.377Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T07:00:55.381Z||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-25T07:00:55.381Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T07:00:55.386Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T07:00:55.387Z||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-25T07:00:55.387Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T07:01:04.944Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T07:01:04.944Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T07:01:55.377Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T07:01:55.379Z||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-25T07:01:55.379Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T07:01:55.386Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T07:01:55.387Z||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-25T07:01:55.387Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T07:02:04.927Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T07:02:04.930Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T07:02:55.377Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T07:02:55.378Z||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-25T07:02:55.378Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T07:02:55.386Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T07:02:55.387Z||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-25T07:02:55.387Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T07:03:04.935Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T07:03:04.937Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T07:03:55.377Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T07:03:55.378Z||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-25T07:03:55.378Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T07:03:55.386Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T07:03:55.387Z|e4dc8283-b831-4707-828f-abb58c2df86c|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-25T07:03:55.387Z|e4dc8283-b831-4707-828f-abb58c2df86c|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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T07:04:04.932Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T07:04:04.941Z|e4dc8283-b831-4707-828f-abb58c2df86c|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T07:04:55.377Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T07:04:55.379Z||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-25T07:04:55.380Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T07:04:55.386Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T07:04:55.387Z||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-25T07:04:55.387Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T07:05:04.940Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T07:05:04.948Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T07:05:55.377Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T07:05:55.380Z||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-25T07:05:55.381Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T07:05:55.386Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T07:05:55.387Z||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-25T07:05:55.387Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T07:06:04.929Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T07:06:04.935Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T07:06:55.377Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T07:06:55.379Z||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-25T07:06:55.379Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T07:06:55.386Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T07:06:55.387Z||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-25T07:06:55.387Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T07:07:04.924Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T07:07:04.939Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T07:07:55.377Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T07:07:55.378Z||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-25T07:07:55.378Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T07:07:55.386Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T07:07:55.387Z|0014a5a7-a07d-40ba-951f-83a34d296994|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-25T07:07:55.387Z|0014a5a7-a07d-40ba-951f-83a34d296994|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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T07:08:05.040Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T07:08:05.048Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T07:08:55.377Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T07:08:55.379Z||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-25T07:08:55.379Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T07:08:55.386Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T07:08:55.386Z|0014a5a7-a07d-40ba-951f-83a34d296994|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-25T07:08:55.387Z|0014a5a7-a07d-40ba-951f-83a34d296994|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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T07:09:04.936Z|0014a5a7-a07d-40ba-951f-83a34d296994|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-25T07:09:04.941Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK