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-01-14T10:25:30.635Z||main|||||INFO|500||The following profiles are active: basic
2022-01-14T10:25:43.879Z||main|||||INFO|500||Starting service [Tomcat]
2022-01-14T10:25:43.880Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-01-14T10:25:43.998Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-01-14T10:25:48.884Z||main|||||INFO|500||catdb-pool - Starting...
2022-01-14T10:25:49.342Z||main|||||INFO|500||catdb-pool - Start completed.
2022-01-14T10:25:49.965Z||main|||||INFO|500||reqdb-pool - Starting...
2022-01-14T10:25:49.975Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-01-14T10:25:50.344Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-01-14T10:25:50.813Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-01-14T10:25:51.935Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-01-14T10:25:58.098Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-01-14T10:26:00.336Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-01-14T10:26:00.394Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-01-14T10:26:00.949Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-01-14T10:26:01.079Z||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-01-14T10:26:02.257Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-01-14T10:26:03.319Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-01-14T10:26:03.335Z||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$$b3d2088f.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-01-14T10:26:03.336Z||main|||||WARN|500||The sdc end point is not alive
2022-01-14T10:26:06.467Z||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-01-14T10:26:09.284Z||main|||||WARN|500||---
2022-01-14T10:26:09.285Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-01-14T10:26:09.285Z||main|||||WARN|500||---
2022-01-14T10:26:09.687Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-01-14T10:26:14.249Z||main|||||INFO|500||Started Application in 47.704 seconds (JVM running for 54.746)
2022-01-14T10:26:14.266Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-14T10:26:14.268Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-14T10:26:14.283Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-14T10:26:14.317Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-14T10:26:14.373Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 85c52be1-f974-46b5-9416-39df2e5c6e33 url= /sdc/v1/artifactTypes
2022-01-14T10:26:14.374Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-14T10:26:14.610Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-01-14T10:26:14.645Z||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-01-14T10:26:14.709Z||scheduling-1|||||DEBUG|500||create keys
2022-01-14T10:26:14.716Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-01-14T10:26:15.109Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T10:26:15.126Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 7add3093-7d89-4b22-b947-00fc8a030475 url= /sdc/v1/registerForDistribution
2022-01-14T10:26:15.687Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 7add3093-7d89-4b22-b947-00fc8a030475 url= /sdc/v1/registerForDistribution
2022-01-14T10:26:15.687Z||scheduling-1|||||INFO|500||start DistributionClient
2022-01-14T10:26:15.702Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:26:15.704Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:26:15.707Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-01-14T10:26:15.712Z||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-01-14T10:26:15.713Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T10:26:15.713Z||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-01-14T10:26:15.713Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T10:26:26.251Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T10:26:26.310Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T10:27:15.697Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:27:15.697Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:27:15.702Z||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-01-14T10:27:15.702Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T10:27:15.705Z||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-01-14T10:27:15.705Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T10:27:25.256Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T10:27:25.257Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T10:28:15.695Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:28:15.699Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:28:15.701Z||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-01-14T10:28:15.701Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T10:28:15.702Z||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-01-14T10:28:15.702Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T10:28:25.256Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T10:28:25.259Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T10:29:15.697Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:29:15.696Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:29:15.702Z||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-01-14T10:29:15.702Z||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-01-14T10:29:15.703Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T10:29:15.703Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T10:29:25.274Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T10:29:25.291Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T10:30:15.694Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:30:15.695Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T10:30:15.695Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ikElXlMo5JJxBfGs) ...
2022-01-14T10:30:15.698Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:30:15.698Z||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-01-14T10:30:15.698Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T10:30:25.244Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T10:30:25.245Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T10:31:15.694Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:31:15.697Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:31:15.697Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T10:31:15.698Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ikElXlMo5JJxBfGs) ...
2022-01-14T10:31:15.698Z||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-01-14T10:31:15.698Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T10:31:25.243Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T10:31:25.245Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T10:32:15.694Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:32:15.697Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T10:32:15.697Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:32:15.697Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ikElXlMo5JJxBfGs) ...
2022-01-14T10:32:15.698Z||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-01-14T10:32:15.698Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T10:32:25.252Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T10:32:25.262Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T10:33:15.694Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:33:15.697Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:33:15.698Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T10:33:15.699Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ikElXlMo5JJxBfGs) ...
2022-01-14T10:33:15.701Z||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-01-14T10:33:15.701Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T10:33:25.243Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T10:33:25.243Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T10:34:15.694Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:34:15.695Z||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-01-14T10:34:15.695Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T10:34:15.699Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:34:15.701Z||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-01-14T10:34:15.701Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T10:34:25.249Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T10:34:25.251Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T10:35:15.694Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:35:15.696Z||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-01-14T10:35:15.696Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T10:35:15.697Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:35:15.697Z||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-01-14T10:35:15.698Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T10:35:19.629Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-01-14T10:35:25.243Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T10:35:25.245Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T10:36:15.694Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:36:15.697Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:36:15.697Z||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-01-14T10:36:15.697Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T10:36:15.698Z||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-01-14T10:36:15.698Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T10:36:25.244Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T10:36:25.246Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T10:37:15.695Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:37:15.697Z||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-01-14T10:37:15.698Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T10:37:15.698Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:37:15.699Z||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-01-14T10:37:15.699Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T10:37:25.239Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T10:37:25.245Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T10:38:15.695Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:38:15.697Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:38:15.700Z||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-01-14T10:38:15.700Z||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-01-14T10:38:15.700Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T10:38:15.700Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T10:38:25.243Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T10:38:25.246Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T10:39:15.694Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:39:15.697Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:39:15.697Z||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-01-14T10:39:15.698Z||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-01-14T10:39:15.698Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T10:39:15.698Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T10:39:25.247Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T10:39:25.248Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T10:40:15.694Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:40:15.695Z||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-01-14T10:40:15.695Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T10:40:15.697Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:40:15.697Z||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-01-14T10:40:15.698Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T10:40:25.283Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T10:40:25.283Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T10:41:15.694Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:41:15.697Z||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-01-14T10:41:15.697Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T10:41:15.697Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:41:15.698Z||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-01-14T10:41:15.698Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T10:41:25.244Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T10:41:25.244Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T10:42:15.694Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:42:15.697Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:42:15.698Z||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-01-14T10:42:15.698Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T10:42:15.699Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T10:42:15.699Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ikElXlMo5JJxBfGs) ...
2022-01-14T10:42:25.247Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T10:42:25.251Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T10:43:15.694Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:43:15.695Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T10:43:15.695Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ikElXlMo5JJxBfGs) ...
2022-01-14T10:43:15.697Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:43:15.698Z||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-01-14T10:43:15.698Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T10:43:25.250Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T10:43:25.250Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T10:44:15.694Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:44:15.696Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T10:44:15.696Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ikElXlMo5JJxBfGs) ...
2022-01-14T10:44:15.697Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:44:15.697Z||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-01-14T10:44:15.697Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T10:44:25.237Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T10:44:25.244Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T10:45:15.694Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:45:15.697Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:45:15.700Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T10:45:15.700Z||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-01-14T10:45:15.700Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T10:45:15.700Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ikElXlMo5JJxBfGs) ...
2022-01-14T10:45:25.248Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T10:45:25.249Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T10:46:15.695Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:46:15.697Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:46:15.699Z||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-01-14T10:46:15.699Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T10:46:15.700Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T10:46:15.700Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ikElXlMo5JJxBfGs) ...
2022-01-14T10:46:25.244Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T10:46:25.248Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T10:47:15.696Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:47:15.700Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:47:15.705Z||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-01-14T10:47:15.705Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T10:47:15.706Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T10:47:15.706Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ikElXlMo5JJxBfGs) ...
2022-01-14T10:47:25.261Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T10:47:25.272Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T10:48:15.694Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:48:15.695Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T10:48:15.695Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ikElXlMo5JJxBfGs) ...
2022-01-14T10:48:15.697Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:48:15.698Z||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-01-14T10:48:15.698Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T10:48:25.253Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T10:48:25.256Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T10:49:15.694Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:49:15.696Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T10:49:15.697Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ikElXlMo5JJxBfGs) ...
2022-01-14T10:49:15.697Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:49:15.697Z||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-01-14T10:49:15.697Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T10:49:25.243Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T10:49:25.246Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T10:50:15.694Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:50:15.697Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:50:15.699Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T10:50:15.699Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ikElXlMo5JJxBfGs) ...
2022-01-14T10:50:15.699Z||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-01-14T10:50:15.700Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T10:50:25.243Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T10:50:25.246Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T10:51:15.694Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:51:15.697Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:51:15.699Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T10:51:15.700Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ikElXlMo5JJxBfGs) ...
2022-01-14T10:51:15.699Z||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-01-14T10:51:15.700Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T10:51:25.243Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T10:51:25.243Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T10:52:15.695Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:52:15.697Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:52:15.700Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T10:52:15.700Z||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-01-14T10:52:15.700Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ikElXlMo5JJxBfGs) ...
2022-01-14T10:52:15.700Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T10:52:25.248Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T10:52:25.252Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T10:53:15.694Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:53:15.697Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:53:15.698Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T10:53:15.698Z||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-01-14T10:53:15.698Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ikElXlMo5JJxBfGs) ...
2022-01-14T10:53:15.698Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T10:53:25.252Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T10:53:25.252Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T10:54:15.694Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:54:15.695Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T10:54:15.695Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ikElXlMo5JJxBfGs) ...
2022-01-14T10:54:15.697Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:54:15.697Z||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-01-14T10:54:15.697Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T10:54:25.239Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T10:54:25.240Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T10:55:15.694Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:55:15.696Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T10:55:15.696Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ikElXlMo5JJxBfGs) ...
2022-01-14T10:55:15.697Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:55:15.698Z||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-01-14T10:55:15.698Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T10:55:25.237Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T10:55:25.243Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T10:56:15.694Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:56:15.697Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:56:15.697Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T10:56:15.697Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ikElXlMo5JJxBfGs) ...
2022-01-14T10:56:15.697Z||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-01-14T10:56:15.697Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T10:56:25.239Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T10:56:25.244Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T10:57:15.695Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:57:15.697Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:57:15.698Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T10:57:15.699Z||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-01-14T10:57:15.699Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ikElXlMo5JJxBfGs) ...
2022-01-14T10:57:15.699Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T10:57:25.243Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T10:57:25.244Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T10:58:15.695Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:58:15.697Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:58:15.700Z||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-01-14T10:58:15.701Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T10:58:15.700Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T10:58:15.701Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ikElXlMo5JJxBfGs) ...
2022-01-14T10:58:25.242Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T10:58:25.249Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T10:59:15.695Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:59:15.697Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:59:15.700Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T10:59:15.700Z||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-01-14T10:59:15.700Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T10:59:15.700Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ikElXlMo5JJxBfGs) ...
2022-01-14T10:59:25.247Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T10:59:25.250Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:00:15.695Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:00:15.697Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:00:15.700Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T11:00:15.700Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:00:15.700Z||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-01-14T11:00:15.700Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:00:25.246Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:00:25.249Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:01:15.694Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:01:15.695Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T11:01:15.695Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:01:15.697Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:01:15.697Z||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-01-14T11:01:15.697Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:01:25.242Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:01:25.244Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:02:15.694Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:02:15.697Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:02:15.698Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T11:02:15.698Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:02:15.698Z||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-01-14T11:02:15.698Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:02:25.239Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:02:25.240Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:03:15.694Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:03:15.697Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:03:15.698Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T11:03:15.698Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:03:15.698Z||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-01-14T11:03:15.700Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:03:25.245Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:03:25.246Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:04:15.694Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:04:15.697Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:04:15.698Z||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-01-14T11:04:15.698Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T11:04:15.698Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:04:15.698Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:04:25.247Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:04:25.249Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:05:15.695Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:05:15.697Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:05:15.698Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T11:05:15.698Z||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-01-14T11:05:15.698Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:05:15.698Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:05:25.242Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:05:25.242Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:06:15.694Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:06:15.697Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:06:15.699Z||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-01-14T11:06:15.699Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:06:15.699Z||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-01-14T11:06:15.700Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:06:25.246Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:06:25.249Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:07:15.694Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:07:15.695Z||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-01-14T11:07:15.695Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:07:15.697Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:07:15.698Z||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-01-14T11:07:15.698Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:07:25.241Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:07:25.241Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:08:15.694Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:08:15.696Z||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-01-14T11:08:15.696Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:08:15.697Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:08:15.699Z||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-01-14T11:08:15.699Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:08:25.241Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:08:25.245Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:09:15.694Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:09:15.696Z||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-01-14T11:09:15.697Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:09:15.697Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:09:15.698Z||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-01-14T11:09:15.698Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:09:25.248Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:09:25.255Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:10:15.695Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:10:15.697Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:10:15.697Z||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-01-14T11:10:15.697Z||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-01-14T11:10:15.697Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:10:15.697Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:10:25.241Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:10:25.245Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:11:15.696Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:11:15.697Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:11:15.699Z||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-01-14T11:11:15.699Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:11:15.699Z||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-01-14T11:11:15.700Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:11:25.242Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:11:25.250Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:12:15.695Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:12:15.697Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:12:15.698Z||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-01-14T11:12:15.698Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:12:15.698Z||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-01-14T11:12:15.699Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:12:25.244Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:12:25.244Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:13:15.694Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:13:15.697Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:13:15.699Z||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-01-14T11:13:15.699Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T11:13:15.699Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:13:15.699Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:13:25.245Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:13:25.245Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:14:15.694Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:14:15.697Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:14:15.698Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T11:14:15.698Z||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-01-14T11:14:15.698Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:14:15.698Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:14:25.238Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:14:25.239Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:15:15.695Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:15:15.697Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:15:15.699Z||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-01-14T11:15:15.699Z||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-01-14T11:15:15.700Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:15:15.699Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:15:25.243Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:15:25.246Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:16:15.694Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:16:15.695Z||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-01-14T11:16:15.695Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:16:15.697Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:16:15.698Z||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-01-14T11:16:15.698Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:16:25.237Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:16:25.237Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:17:15.694Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:17:15.696Z||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-01-14T11:17:15.696Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:17:15.697Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:17:15.697Z||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-01-14T11:17:15.698Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:17:25.236Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:17:25.239Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:18:15.699Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:18:15.699Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:18:15.704Z||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-01-14T11:18:15.704Z||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-01-14T11:18:15.704Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:18:15.704Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:18:25.254Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:18:25.255Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:19:15.694Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:19:15.695Z||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-01-14T11:19:15.696Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:19:15.697Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:19:15.697Z||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-01-14T11:19:15.697Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:19:25.241Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:19:25.241Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:20:15.695Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:20:15.697Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:20:15.699Z||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-01-14T11:20:15.699Z||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-01-14T11:20:15.699Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:20:15.699Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:20:17.631Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:20:17.634Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-14T11:20:17.635Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"10a6c88f-fd64-414b-b2de-cf0f9d6522fa","serviceName":"vFW 2022-01-14 11-18-13","serviceVersion":"1.0","serviceUUID":"7e377e92-26b5-4c26-8a07-39217a720ae2","serviceDescription":"catalog service description","serviceInvariantUUID":"2be3bf6d-1e0d-4f69-af20-d1ff6fff3427","resources":[{"resourceInstanceName":"vFW 6d375dc8-ddb5 0","resourceName":"vFW 6d375dc8-ddb5","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7e16a4a6-9a1a-46a9-ada6-6ade36c8d8c6","resourceInvariantUUID":"7900070b-3592-4316-9356-fb308588244a","resourceCustomizationUUID":"b7dc382f-d453-4f6e-9ccb-021df48ef7a3","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/vf-license-model.xml","artifactChecksum":"NGU3ZTZjYWZiYTNkY2JmNmE5MzliNzIwYzkyOTYxOTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"33edcb1a-9fcf-40a6-a655-2ef682cfad0b","artifactVersion":"1"},{"artifactName":"vfw6d375dc8ddb50_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/vfw6d375dc8ddb50_modules.json","artifactChecksum":"ZGI0OTkzZWRjYjI5ZjMzYmU2M2Q1YmZmZWEwZGNiMTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"fbdca57b-4494-441b-95c9-4e756ee19639","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c9da20a6-0df4-45c5-ab03-a267a21fa0a3","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/vendor-license-model.xml","artifactChecksum":"OWJmMDBjOGZkYmViMjRlM2VmNTI2ZGZkODE3ZGU5NzQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c3ef2c9b-a056-444d-86e9-eff37906c5fd","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"8fd46eee-6295-4d24-8942-4f68f1552369","artifactVersion":"2","generatedFromUUID":"c9da20a6-0df4-45c5-ab03-a267a21fa0a3"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220114111813-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220114111813/1.0/artifacts/service-Vfw20220114111813-template.yml","artifactChecksum":"YTc4ZmI5NTY1N2FiMTkxNWRlOTQwYTk0YWMxOGE3NDY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fae3e425-7685-4617-9aa8-ca1e05d09726","artifactVersion":"1"},{"artifactName":"service-Vfw20220114111813-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220114111813/1.0/artifacts/service-Vfw20220114111813-csar.csar","artifactChecksum":"NjBhYWVlMTc4ZjZmMmRjODIxM2ZmMTgwOTZkYmYwMWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"10f912b0-2126-4b54-a7b0-e3180c0f723b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-01-14T11:20:17.647Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-14T11:20:17.654Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:20:17.665Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:20:17.665Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642159215695,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:20:17.765Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-01-14T11:20:17.770Z||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-01-14T11:20:17.770Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:20:17.783Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:20:17.784Z||pool-3-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":3,"count":1}
2022-01-14T11:20:17.899Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:20:17.900Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:20:17.900Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642159215695,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:20:17.934Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:20:18.672Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-14T11:20:18.672Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:20:18.674Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:20:18.674Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642159215695,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/vfw6d375dc8ddb50_modules.json",
  "status": "NOTIFIED"
}
2022-01-14T11:20:18.774Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T11:20:18.775Z||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-01-14T11:20:18.775Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:20:18.787Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:20:18.788Z||pool-4-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-01-14T11:20:19.675Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-14T11:20:19.675Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:20:19.677Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:20:19.678Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642159215695,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-01-14T11:20:19.778Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T11:20:19.779Z||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-01-14T11:20:19.779Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:20:19.790Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:20:19.790Z||pool-5-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-14T11:20:20.678Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-14T11:20:20.679Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:20:20.681Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:20:20.681Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642159215695,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:20:20.781Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T11:20:20.782Z||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-01-14T11:20:20.782Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:20:20.791Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:20:20.792Z||pool-6-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-14T11:20:21.682Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-14T11:20:21.683Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:20:21.685Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:20:21.685Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642159215695,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-01-14T11:20:21.785Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-14T11:20:21.786Z||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-01-14T11:20:21.786Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:20:21.797Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:20:21.797Z||pool-7-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-14T11:20:22.686Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-14T11:20:22.687Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:20:22.689Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:20:22.689Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642159215695,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/artifacts/service-Vfw20220114111813-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:20:22.789Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T11:20:22.790Z||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-01-14T11:20:22.790Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:20:22.803Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:20:22.804Z||pool-8-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-14T11:20:23.689Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-14T11:20:23.690Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:20:23.692Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:20:23.692Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642159215695,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/artifacts/service-Vfw20220114111813-csar.csar",
  "status": "NOTIFIED"
}
2022-01-14T11:20:23.792Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T11:20:23.793Z||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-01-14T11:20:23.793Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:20:23.809Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:20:23.809Z||pool-9-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-01-14T11:20:24.695Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
  "serviceName": "vFW 2022-01-14 11-18-13",
  "serviceVersion": "1.0",
  "serviceUUID": "7e377e92-26b5-4c26-8a07-39217a720ae2",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "2be3bf6d-1e0d-4f69-af20-d1ff6fff3427",
  "resources": [
    {
      "resourceInstanceName": "vFW 6d375dc8-ddb5 0",
      "resourceCustomizationUUID": "b7dc382f-d453-4f6e-9ccb-021df48ef7a3",
      "resourceName": "vFW 6d375dc8-ddb5",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7e16a4a6-9a1a-46a9-ada6-6ade36c8d8c6",
      "resourceInvariantUUID": "7900070b-3592-4316-9356-fb308588244a",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw6d375dc8ddb50_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/vfw6d375dc8ddb50_modules.json",
          "artifactChecksum": "ZGI0OTkzZWRjYjI5ZjMzYmU2M2Q1YmZmZWEwZGNiMTU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "fbdca57b-4494-441b-95c9-4e756ee19639",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "c9da20a6-0df4-45c5-ab03-a267a21fa0a3",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "8fd46eee-6295-4d24-8942-4f68f1552369",
            "generatedFromUUID": "c9da20a6-0df4-45c5-ab03-a267a21fa0a3"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "8fd46eee-6295-4d24-8942-4f68f1552369",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220114111813-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/artifacts/service-Vfw20220114111813-csar.csar",
      "artifactChecksum": "NjBhYWVlMTc4ZjZmMmRjODIxM2ZmMTgwOTZkYmYwMWM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "10f912b0-2126-4b54-a7b0-e3180c0f723b"
    }
  ],
  "workloadContext": "Production"
}
2022-01-14T11:20:24.697Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-01-14T11:20:24.697Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7e377e92-26b5-4c26-8a07-39217a720ae2 ASDC
2022-01-14T11:20:24.810Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:10a6c88f-fd64-414b-b2de-cf0f9d6522fa
ServiceName:vFW 2022-01-14 11-18-13
ServiceVersion:1.0
ServiceUUID:7e377e92-26b5-4c26-8a07-39217a720ae2
ServiceInvariantUUID:2be3bf6d-1e0d-4f69-af20-d1ff6fff3427
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220114111813-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220114111813/1.0/artifacts/service-Vfw20220114111813-csar.csar
ArtifactUUID:10f912b0-2126-4b54-a7b0-e3180c0f723b
ArtifactChecksum:NjBhYWVlMTc4ZjZmMmRjODIxM2ZmMTgwOTZkYmYwMWM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 6d375dc8-ddb5 0
ResourceCustomizationUUID:b7dc382f-d453-4f6e-9ccb-021df48ef7a3
ResourceInvariantUUID:7900070b-3592-4316-9356-fb308588244a
ResourceName:vFW 6d375dc8-ddb5
ResourceType:VF
ResourceUUID:7e16a4a6-9a1a-46a9-ada6-6ade36c8d8c6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw6d375dc8ddb50_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/vfw6d375dc8ddb50_modules.json
ArtifactUUID:fbdca57b-4494-441b-95c9-4e756ee19639
ArtifactChecksum:ZGI0OTkzZWRjYjI5ZjMzYmU2M2Q1YmZmZWEwZGNiMTU=
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/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/base_vfw.yaml
ArtifactUUID:c9da20a6-0df4-45c5-ab03-a267a21fa0a3
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/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/base_vfw.env
ArtifactUUID:8fd46eee-6295-4d24-8942-4f68f1552369
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/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/base_vfw.env
ArtifactUUID:8fd46eee-6295-4d24-8942-4f68f1552369
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-01-14T11:20:24.811Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7e377e92-26b5-4c26-8a07-39217a720ae2 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-01-14T11:20:25.040Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-14T11:20:25.041Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-01-14T11:20:25.042Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-01-14T11:20:25.042Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 10f912b0-2126-4b54-a7b0-e3180c0f723b from URL: /sdc/v1/catalog/services/Vfw20220114111813/1.0/artifacts/service-Vfw20220114111813-csar.csar
2022-01-14T11:20:25.042Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-01-14T11:20:25.043Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220114111813/1.0/artifacts/service-Vfw20220114111813-csar.csar
2022-01-14T11:20:25.460Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-01-14T11:20:25.477Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220114111813/1.0/artifacts/service-Vfw20220114111813-csar.csar 10f912b0-2126-4b54-a7b0-e3180c0f723b 98981
2022-01-14T11:20:25.478Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220114111813/1.0/artifacts/service-Vfw20220114111813-csar.csar ASDC sendASDCNotification
2022-01-14T11:20:25.478Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220114111813/1.0/artifacts/service-Vfw20220114111813-csar.csar
2022-01-14T11:20:25.479Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-14T11:20:25.480Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:20:25.481Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:20:25.482Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642159225477,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/artifacts/service-Vfw20220114111813-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-14T11:20:25.582Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T11:20:25.583Z||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-01-14T11:20:25.583Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:20:25.592Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:20:25.592Z||pool-10-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-14T11:20:26.482Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-14T11:20:26.483Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-01-14T11:20:26.483Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 10f912b0-2126-4b54-a7b0-e3180c0f723b, URL: /sdc/v1/catalog/services/Vfw20220114111813/1.0/artifacts/service-Vfw20220114111813-csar.csar to file: /app/ASDC/1/service-Vfw20220114111813-csar.csar
2022-01-14T11:20:26.484Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220114111813-csar.csar
2022-01-14T11:20:26.559Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220114111813-csar.csar
2022-01-14T11:20:26.559Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220114111813-csar.csar
2022-01-14T11:20:27.467Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP24431716002198865/Definitions/service-Vfw20220114111813-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_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_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" 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_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_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" 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_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_protected_private_port_0_network_role" 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_order" 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_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 "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_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 "port_vpg_onap_private_port_0_network_role" 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_vlan_requirements" 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_onap_private_port_0_order" 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
2022-01-14T11:20:30.538Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-01-14T11:20:30.543Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-01-14T11:20:30.543Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220114111813-csar.csar
2022-01-14T11:20:30.544Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-01-14T11:20:30.544Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220114111813-csar.csar
2022-01-14T11:20:30.544Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220114111813-csar.csar
2022-01-14T11:20:30.544Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220114111813-csar.csar
2022-01-14T11:20:30.544Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220114111813-csar.csar
2022-01-14T11:20:30.544Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220114111813-csar.csar
2022-01-14T11:20:30.544Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220114111813-csar.csar
2022-01-14T11:20:30.545Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220114111813-csar.csar
2022-01-14T11:20:30.545Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220114111813-csar.csar
2022-01-14T11:20:30.545Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220114111813-csar.csar
2022-01-14T11:20:30.545Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220114111813-csar.csar
2022-01-14T11:20:30.545Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220114111813-csar.csar
2022-01-14T11:20:30.546Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220114111813-csar.csar
2022-01-14T11:20:30.546Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 6d375dc8-ddb5 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220114111813-csar.csar
2022-01-14T11:20:30.546Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-01-14T11:20:30.552Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:20:30.553Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-01-14 11-18-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:20:30.557Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vFW 6d375dc8-ddb5 0 is matching search criteria
2022-01-14T11:20:30.558Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-01-14T11:20:30.559Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 6d375dc8-ddb5 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-14T11:20:30.561Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:20:30.561Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-01-14 11-18-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:20:30.562Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vFW 6d375dc8-ddb5 0 is matching search criteria
2022-01-14T11:20:30.562Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-01-14T11:20:30.562Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 6d375dc8-ddb5 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-14T11:20:30.562Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:20:30.563Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-01-14 11-18-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:20:30.566Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:20:30.566Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vFW 6d375dc8-ddb5 0 is not matching search criteria
2022-01-14T11:20:30.566Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-14T11:20:30.566Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-14T11:20:30.567Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-14T11:20:30.567Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-14T11:20:30.567Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-14T11:20:30.567Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-14T11:20:30.567Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-14T11:20:30.568Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-14T11:20:30.568Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-14T11:20:30.568Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-14T11:20:30.568Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-14T11:20:30.568Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-14T11:20:30.569Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-14T11:20:30.569Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-14T11:20:30.569Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-14T11:20:30.569Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-01-14T11:20:30.570Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:20:30.570Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-01-14 11-18-13 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-14T11:20:30.571Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:20:30.571Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vFW 6d375dc8-ddb5 0 is matching search criteria
2022-01-14T11:20:30.571Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 6d375dc8-ddb5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-14T11:20:30.572Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:20:30.572Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vFW 6d375dc8-ddb5 0 is matching search criteria
2022-01-14T11:20:30.572Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 6d375dc8-ddb5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-14T11:20:30.572Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:20:30.573Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vFW 6d375dc8-ddb5 0 is matching search criteria
2022-01-14T11:20:30.573Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 6d375dc8-ddb5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-14T11:20:30.573Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:20:30.573Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vFW 6d375dc8-ddb5 0 is not matching search criteria
2022-01-14T11:20:30.574Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-14T11:20:30.574Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-14T11:20:30.574Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-01-14T11:20:30.574Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-14T11:20:30.574Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-14T11:20:30.575Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-14T11:20:30.575Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-14T11:20:30.575Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-14T11:20:30.575Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-14T11:20:30.576Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-14T11:20:30.576Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-14T11:20:30.576Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=5aa951b1-771f-4101-8aba-89a8682589c3
2022-01-14T11:20:30.576Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:20:30.576Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vFW 6d375dc8-ddb5 0 is not matching search criteria
2022-01-14T11:20:30.577Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-14T11:20:30.577Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-14T11:20:30.577Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-14T11:20:30.577Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-14T11:20:30.577Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-14T11:20:30.578Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-14T11:20:30.578Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-14T11:20:30.578Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-01-14T11:20:30.578Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-14T11:20:30.578Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-14T11:20:30.579Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-14T11:20:30.579Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-14T11:20:30.579Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e107005d-e1fb-4cb1-929b-6b17d4979cc7
2022-01-14T11:20:30.579Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:20:30.579Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vFW 6d375dc8-ddb5 0 is not matching search criteria
2022-01-14T11:20:30.580Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-14T11:20:30.580Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-14T11:20:30.580Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-14T11:20:30.580Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-14T11:20:30.581Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-14T11:20:30.581Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-14T11:20:30.581Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-14T11:20:30.581Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-14T11:20:30.581Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-14T11:20:30.582Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-14T11:20:30.582Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-14T11:20:30.582Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-01-14T11:20:30.582Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=903b7973-cce8-42ee-962d-2eb7f1c2a0e9
2022-01-14T11:20:30.582Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:20:30.583Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-01-14 11-18-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:20:30.583Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:20:30.583Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-01-14 11-18-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:20:30.583Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:20:30.584Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-01-14 11-18-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:20:30.584Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:20:30.584Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-01-14 11-18-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:20:30.584Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-01-14 11-18-13
Description:catalog service description
Model UUID:7e377e92-26b5-4c26-8a07-39217a720ae2
Model Version:NULL
Model InvariantUuid:2be3bf6d-1e0d-4f69-af20-d1ff6fff3427
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 6d375dc8-ddb5
Model UUID:61a1a71f-0e4b-47cf-8f3c-19d1f5d331fa
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:7900070b-3592-4316-9356-fb308588244a
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:b7dc382f-d453-4f6e-9ccb-021df48ef7a3
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:d7cd5506-233c-4bf3-91b6-e4c2b9c25e7c
ModelName:Vfw6d375dc8Ddb5..base_vfw..module-0
ModelUuid:298349c2-91f5-4d31-b1a8-ec4f0d12bcfb
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:5aa951b1-771f-4101-8aba-89a8682589c3
ModelInvariantUuid:98aa234d-24e0-413d-9908-ffb1e92b376b
ModelName:vFW 6d375dc8-ddb5-nodes.vfwCvfc
ModelUuid:657a490c-b2a8-43ce-b595-cc3196d1b9d2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:00236336-936a-46c0-865b-b7d5468598cd
ModelInvariantUuid:4b616fd7-a9b3-4e08-893c-3dc7a16d669e
ModelName:Vfw6d375dc8Ddb5.compute.nodes.heat.vfw
ModelUuid:94a98340-cdf6-4980-b365-59441eb8224a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:e107005d-e1fb-4cb1-929b-6b17d4979cc7
ModelInvariantUuid:9c88c74c-4b06-4fe9-ab7b-e6738e34a755
ModelName:vFW 6d375dc8-ddb5-nodes.vsnCvfc
ModelUuid:5cf99baf-22be-4ccb-813f-9d19e1b8d8e7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:63ae9a3f-2259-42b0-87fd-e346734b8789
ModelInvariantUuid:fffd0bb3-51d4-45a2-9ea1-a251bf41292a
ModelName:Vfw6d375dc8Ddb5.compute.nodes.heat.vsn
ModelUuid:675c4368-8461-4021-9fd3-e6076934f081
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:903b7973-cce8-42ee-962d-2eb7f1c2a0e9
ModelInvariantUuid:e28ed5ec-1723-4369-b0c1-2cd2e74f5925
ModelName:vFW 6d375dc8-ddb5-nodes.vpgCvfc
ModelUuid:8b8100da-3967-4372-a007-17b63956a00c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:f698159a-e88f-4d02-9e29-6dc9db87668c
ModelInvariantUuid:c75768bb-5410-4405-89c5-86b6b6766ff7
ModelName:Vfw6d375dc8Ddb5.compute.nodes.heat.vpg
ModelUuid:722ec0ff-2490-4175-af71-bdcd2ad357ca
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-01-14T11:20:30.611Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 7e16a4a6-9a1a-46a9-ada6-6ade36c8d8c6
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-01-14T11:20:30.704Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||INFO|500||vFW 6d375dc8-ddb5 0
2022-01-14T11:20:30.710Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7e16a4a6-9a1a-46a9-ada6-6ade36c8d8c6
2022-01-14T11:20:30.710Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: fbdca57b-4494-441b-95c9-4e756ee19639 from URL: /sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/vfw6d375dc8ddb50_modules.json
2022-01-14T11:20:30.710Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-01-14T11:20:30.711Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/vfw6d375dc8ddb50_modules.json
2022-01-14T11:20:30.890Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-01-14T11:20:30.890Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/vfw6d375dc8ddb50_modules.json fbdca57b-4494-441b-95c9-4e756ee19639 785
2022-01-14T11:20:30.890Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/vfw6d375dc8ddb50_modules.json ASDC sendASDCNotification
2022-01-14T11:20:30.891Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/vfw6d375dc8ddb50_modules.json
2022-01-14T11:20:30.891Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-14T11:20:30.891Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:20:30.894Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:20:30.894Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642159230890,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/vfw6d375dc8ddb50_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-14T11:20:30.994Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T11:20:30.995Z||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-01-14T11:20:30.995Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:20:31.006Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:20:31.006Z||pool-11-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-01-14T11:20:31.896Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw6d375dc8Ddb5..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "d7cd5506-233c-4bf3-91b6-e4c2b9c25e7c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "298349c2-91f5-4d31-b1a8-ec4f0d12bcfb",
    "vfModuleModelCustomizationUUID": "89a9b141-f833-4b2a-a952-56681e8a583c",
    "isBase": true,
    "artifacts": [
      "c9da20a6-0df4-45c5-ab03-a267a21fa0a3",
      "8fd46eee-6295-4d24-8942-4f68f1552369"
    ],
    "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-01-14T11:20:31.910Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw6d375dc8Ddb5..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:298349c2-91f5-4d31-b1a8-ec4f0d12bcfb
VfModuleModelInvariantUUID:d7cd5506-233c-4bf3-91b6-e4c2b9c25e7c
VfModuleModelDescription:NULL
Artifacts UUID List:{
c9da20a6-0df4-45c5-ab03-a267a21fa0a3
,
8fd46eee-6295-4d24-8942-4f68f1552369

}
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-01-14T11:20:31.912Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw6d375dc8Ddb5..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "d7cd5506-233c-4bf3-91b6-e4c2b9c25e7c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "298349c2-91f5-4d31-b1a8-ec4f0d12bcfb",
    "vfModuleModelCustomizationUUID": "89a9b141-f833-4b2a-a952-56681e8a583c",
    "isBase": true,
    "artifacts": [
      "c9da20a6-0df4-45c5-ab03-a267a21fa0a3",
      "8fd46eee-6295-4d24-8942-4f68f1552369"
    ],
    "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-01-14T11:20:31.913Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw6d375dc8Ddb5..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:298349c2-91f5-4d31-b1a8-ec4f0d12bcfb
VfModuleModelInvariantUUID:d7cd5506-233c-4bf3-91b6-e4c2b9c25e7c
VfModuleModelDescription:NULL
Artifacts UUID List:{
c9da20a6-0df4-45c5-ab03-a267a21fa0a3
,
8fd46eee-6295-4d24-8942-4f68f1552369

}
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-01-14T11:20:31.913Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: c9da20a6-0df4-45c5-ab03-a267a21fa0a3 from URL: /sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/base_vfw.yaml
2022-01-14T11:20:31.913Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-01-14T11:20:31.914Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/base_vfw.yaml
2022-01-14T11:20:31.978Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-01-14T11:20:31.979Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/base_vfw.yaml c9da20a6-0df4-45c5-ab03-a267a21fa0a3 20368
2022-01-14T11:20:31.979Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-01-14T11:20:31.979Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/base_vfw.yaml
2022-01-14T11:20:31.979Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-14T11:20:31.980Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:20:31.981Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:20:31.982Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642159231979,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-14T11:20:32.082Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T11:20:32.083Z||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-01-14T11:20:32.083Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:20:32.095Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:20:32.097Z||pool-12-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-14T11:20:32.983Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 8fd46eee-6295-4d24-8942-4f68f1552369 from URL: /sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/base_vfw.env
2022-01-14T11:20:32.983Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-01-14T11:20:32.984Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/base_vfw.env
2022-01-14T11:20:33.161Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-01-14T11:20:33.162Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/base_vfw.env 8fd46eee-6295-4d24-8942-4f68f1552369 2098
2022-01-14T11:20:33.162Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/base_vfw.env ASDC sendASDCNotification
2022-01-14T11:20:33.162Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/base_vfw.env
2022-01-14T11:20:33.162Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-14T11:20:33.162Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:20:33.165Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:20:33.165Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642159233162,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-01-14T11:20:33.265Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T11:20:33.267Z||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-01-14T11:20:33.267Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:20:33.619Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:20:33.621Z||pool-13-thread-1|||||INFO|500||cambria reply ok (355 ms):{"serverTimeMs":1,"count":1}
2022-01-14T11:20:34.167Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 7e377e92-26b5-4c26-8a07-39217a720ae2
2022-01-14T11:20:34.167Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 6d375dc8-ddb5 0 7e16a4a6-9a1a-46a9-ada6-6ade36c8d8c6 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-01-14T11:20:34.226Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@743319cb, org.onap.sdc.toscaparser.api.parameters.Input@7b092d3e, org.onap.sdc.toscaparser.api.parameters.Input@22c7170e, org.onap.sdc.toscaparser.api.parameters.Input@64b5328a, org.onap.sdc.toscaparser.api.parameters.Input@8a49296]
2022-01-14T11:20:34.232Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:20:34.232Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-01-14 11-18-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:20:34.232Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2022-01-14T11:20:34.233Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= b7dc382f-d453-4f6e-9ccb-021df48ef7a3
2022-01-14T11:20:34.233Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b7dc382f-d453-4f6e-9ccb-021df48ef7a3 matches Tosca VF Customization UUID: b7dc382f-d453-4f6e-9ccb-021df48ef7a3
2022-01-14T11:20:34.233Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: b7dc382f-d453-4f6e-9ccb-021df48ef7a3  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-01-14T11:20:34.240Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:20:34.240Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-01-14 11-18-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:20:34.241Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id b7dc382f-d453-4f6e-9ccb-021df48ef7a3: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-01-14T11:20:34.242Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@41992df
2022-01-14T11:20:34.242Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:20:34.242Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-01-14 11-18-13 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-14T11:20:34.243Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 89a9b141-f833-4b2a-a952-56681e8a583c
2022-01-14T11:20:34.244Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 89a9b141-f833-4b2a-a952-56681e8a583c
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-01-14T11:20:34.249Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:20:34.249Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vFW 6d375dc8-ddb5 0 is matching search criteria
2022-01-14T11:20:34.250Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 6d375dc8-ddb5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-14T11:20:34.250Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:20:34.250Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vFW 6d375dc8-ddb5 0 is matching search criteria
2022-01-14T11:20:34.251Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 6d375dc8-ddb5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-14T11:20:34.251Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:20:34.251Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vFW 6d375dc8-ddb5 0 is not matching search criteria
2022-01-14T11:20:34.251Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-14T11:20:34.251Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-14T11:20:34.252Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-01-14T11:20:34.252Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-14T11:20:34.252Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-14T11:20:34.252Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-14T11:20:34.253Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-14T11:20:34.253Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-14T11:20:34.253Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-14T11:20:34.253Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-14T11:20:34.253Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-14T11:20:34.254Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=5aa951b1-771f-4101-8aba-89a8682589c3
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-01-14T11:20:34.260Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:20:34.260Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vFW 6d375dc8-ddb5 0 is matching search criteria
2022-01-14T11:20:34.260Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 6d375dc8-ddb5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-14T11:20:34.261Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:20:34.261Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vFW 6d375dc8-ddb5 0 is not matching search criteria
2022-01-14T11:20:34.261Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-14T11:20:34.261Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-14T11:20:34.261Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-14T11:20:34.261Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-14T11:20:34.262Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-14T11:20:34.262Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-14T11:20:34.262Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-14T11:20:34.262Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-01-14T11:20:34.262Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-14T11:20:34.262Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-14T11:20:34.262Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-14T11:20:34.263Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-14T11:20:34.263Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e107005d-e1fb-4cb1-929b-6b17d4979cc7
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-01-14T11:20:34.264Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:20:34.265Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vFW 6d375dc8-ddb5 0 is matching search criteria
2022-01-14T11:20:34.265Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 6d375dc8-ddb5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-14T11:20:34.268Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:20:34.268Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vFW 6d375dc8-ddb5 0 is not matching search criteria
2022-01-14T11:20:34.268Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-14T11:20:34.268Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-14T11:20:34.268Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-14T11:20:34.269Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-14T11:20:34.269Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-14T11:20:34.269Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-14T11:20:34.269Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-14T11:20:34.269Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-14T11:20:34.269Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-14T11:20:34.270Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-14T11:20:34.270Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-14T11:20:34.270Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-01-14T11:20:34.270Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=903b7973-cce8-42ee-962d-2eb7f1c2a0e9
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-01-14T11:20:34.272Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:20:34.272Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vFW 6d375dc8-ddb5 0 is matching search criteria
2022-01-14T11:20:34.272Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 6d375dc8-ddb5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-14T11:20:34.272Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:20:34.272Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vFW 6d375dc8-ddb5 0 is matching search criteria
2022-01-14T11:20:34.273Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 6d375dc8-ddb5 0] matching following query criteria: sdcType=VF, customizationUUID=b7dc382f-d453-4f6e-9ccb-021df48ef7a3
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-01-14T11:20:34.274Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:20:34.274Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-01-14 11-18-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:20:34.275Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 7e377e92-26b5-4c26-8a07-39217a720ae2: vFW 6d375dc8-ddb5
2022-01-14T11:20:34.275Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:20:34.276Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-01-14 11-18-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:20:34.276Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:20:34.276Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-01-14 11-18-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:20:34.276Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:20:34.277Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-01-14 11-18-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:20:34.277Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:20:34.277Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-01-14 11-18-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:20:34.277Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:20:34.277Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-01-14 11-18-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:20:34.278Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2022-01-14 11-18-13 
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-01-14T11:20:34.577Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 6d375dc8-ddb5 7e16a4a6-9a1a-46a9-ada6-6ade36c8d8c6 1 ASDC deployResourceStructure
2022-01-14T11:20:34.578Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/vfw6d375dc8ddb50_modules.json ASDC sendASDCNotification
2022-01-14T11:20:34.579Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/vfw6d375dc8ddb50_modules.json
2022-01-14T11:20:34.579Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-14T11:20:34.579Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:20:34.582Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:20:34.582Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642159234578,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/vfw6d375dc8ddb50_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-14T11:20:34.682Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T11:20:34.684Z||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-01-14T11:20:34.684Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:20:34.694Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:20:34.694Z||pool-14-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-01-14T11:20:35.583Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-01-14T11:20:35.584Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/base_vfw.yaml
2022-01-14T11:20:35.584Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-14T11:20:35.584Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:20:35.587Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:20:35.587Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642159235583,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-01-14T11:20:35.687Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T11:20:35.689Z||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-01-14T11:20:35.689Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:20:35.698Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:20:35.699Z||pool-15-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-01-14T11:20:36.589Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/base_vfw.env ASDC sendASDCNotification
2022-01-14T11:20:36.589Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/base_vfw.env
2022-01-14T11:20:36.590Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-14T11:20:36.590Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:20:36.593Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:20:36.594Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642159236588,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-01-14T11:20:36.694Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-14T11:20:36.695Z||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-01-14T11:20:36.695Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:20:36.707Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:20:36.708Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-14T11:20:37.595Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220114111813/1.0/artifacts/service-Vfw20220114111813-csar.csar ASDC sendASDCNotification
2022-01-14T11:20:37.596Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220114111813/1.0/artifacts/service-Vfw20220114111813-csar.csar
2022-01-14T11:20:37.596Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-14T11:20:37.596Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:20:37.598Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:20:37.599Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642159237595,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/artifacts/service-Vfw20220114111813-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-14T11:20:37.699Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T11:20:37.700Z||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-01-14T11:20:37.700Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:20:37.742Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:20:37.742Z||pool-17-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2022-01-14T11:20:38.600Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 10a6c88f-fd64-414b-b2de-cf0f9d6522fa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-14T11:20:38.632Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 10a6c88f-fd64-414b-b2de-cf0f9d6522fa
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-01-14T11:20:38.634Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-14T11:20:38.635Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-14T11:20:38.635Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-14T11:21:08.635Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 10a6c88f-fd64-414b-b2de-cf0f9d6522fa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-14T11:21:08.651Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 10a6c88f-fd64-414b-b2de-cf0f9d6522fa
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-01-14T11:21:08.653Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-14T11:21:08.654Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-14T11:21:08.654Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-14T11:21:15.697Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:21:15.700Z||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-01-14T11:21:15.700Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:21:15.722Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:21:15.723Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:21:15.723Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
  "consumerID": "aai-ml",
  "timestamp": 1642159211156,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:21:15.724Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:21:15.724Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:21:15.724Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
  "consumerID": "clamp",
  "timestamp": 1642159211305,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:21:15.724Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:21:38.654Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 10a6c88f-fd64-414b-b2de-cf0f9d6522fa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-14T11:21:38.667Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 10a6c88f-fd64-414b-b2de-cf0f9d6522fa
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-01-14T11:21:38.671Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-14T11:21:38.671Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-14T11:21:38.671Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-14T11:22:08.671Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 10a6c88f-fd64-414b-b2de-cf0f9d6522fa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-14T11:22:08.689Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 10a6c88f-fd64-414b-b2de-cf0f9d6522fa
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-01-14T11:22:08.691Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-14T11:22:08.692Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-14T11:22:08.692Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-14T11:22:15.698Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:22:15.699Z||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-01-14T11:22:15.699Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:22:15.724Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:22:15.725Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:22:15.725Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
  "consumerID": "cds",
  "timestamp": 1642159213495,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:22:15.726Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:22:38.692Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 10a6c88f-fd64-414b-b2de-cf0f9d6522fa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-14T11:22:38.705Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 10a6c88f-fd64-414b-b2de-cf0f9d6522fa
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-01-14T11:22:38.708Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-14T11:22:38.708Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-14T11:22:38.708Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-14T11:23:08.710Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 10a6c88f-fd64-414b-b2de-cf0f9d6522fa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-14T11:23:08.728Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 10a6c88f-fd64-414b-b2de-cf0f9d6522fa
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-01-14T11:23:08.731Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-14T11:23:08.731Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-14T11:23:08.731Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-14T11:23:15.697Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:23:15.701Z||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-01-14T11:23:15.702Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:23:16.230Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:23:16.236Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.236Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642159215695,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/vfw6d375dc8ddb50_modules.json",
  "status": "NOTIFIED"
}
2022-01-14T11:23:16.238Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:23:16.238Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.238Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
  "consumerID": "aai-ml",
  "timestamp": 1642159211156,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/vfw6d375dc8ddb50_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:23:16.238Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:23:16.238Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.239Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
  "consumerID": "clamp",
  "timestamp": 1642159211305,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/vfw6d375dc8ddb50_modules.json",
  "status": "NOTIFIED"
}
2022-01-14T11:23:16.239Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:23:16.239Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.239Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
  "consumerID": "cds",
  "timestamp": 1642159213495,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/vfw6d375dc8ddb50_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:23:16.239Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:23:16.240Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.240Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
  "consumerID": "aai-ml",
  "timestamp": 1642159211156,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:23:16.240Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:23:16.240Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.240Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
  "consumerID": "clamp",
  "timestamp": 1642159211305,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:23:16.241Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:23:16.241Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.241Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642159215695,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-01-14T11:23:16.241Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:23:16.241Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.241Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
  "consumerID": "cds",
  "timestamp": 1642159213495,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:23:16.242Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:23:16.242Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.242Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
  "consumerID": "aai-ml",
  "timestamp": 1642159211156,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:23:16.242Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:23:16.242Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.242Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642159215695,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:23:16.243Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:23:16.243Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.243Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
  "consumerID": "clamp",
  "timestamp": 1642159211305,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:23:16.243Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:23:16.243Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.245Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
  "consumerID": "cds",
  "timestamp": 1642159213495,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:23:16.247Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:23:16.248Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.248Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
  "consumerID": "aai-ml",
  "timestamp": 1642159211156,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:23:16.248Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:23:16.248Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.249Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642159215695,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-01-14T11:23:16.249Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:23:16.249Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.250Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642159221017,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:23:16.250Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:23:16.250Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.250Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
  "consumerID": "clamp",
  "timestamp": 1642159211305,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:23:16.250Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:23:16.250Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.251Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
  "consumerID": "cds",
  "timestamp": 1642159213495,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:23:16.251Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:23:16.251Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.251Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642159221017,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/vfw6d375dc8ddb50_modules.json",
  "status": "NOTIFIED"
}
2022-01-14T11:23:16.251Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:23:16.252Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.252Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642159215695,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/artifacts/service-Vfw20220114111813-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:23:16.252Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:23:16.252Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.252Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
  "consumerID": "aai-ml",
  "timestamp": 1642159211156,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/artifacts/service-Vfw20220114111813-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:23:16.253Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:23:16.253Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.253Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
  "consumerID": "clamp",
  "timestamp": 1642159211305,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/artifacts/service-Vfw20220114111813-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:23:16.253Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:23:16.253Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.254Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
  "consumerID": "cds",
  "timestamp": 1642159213495,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/artifacts/service-Vfw20220114111813-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:23:16.254Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:23:16.254Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.254Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
  "consumerID": "policy-id",
  "timestamp": 1642159222199,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:23:16.255Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:23:16.255Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.255Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642159222429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:23:16.255Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:23:16.255Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.256Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642159215695,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/artifacts/service-Vfw20220114111813-csar.csar",
  "status": "NOTIFIED"
}
2022-01-14T11:23:16.256Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:23:16.256Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.256Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642159221017,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-01-14T11:23:16.257Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:23:16.257Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.257Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
  "consumerID": "aai-ml",
  "timestamp": 1642159211156,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/artifacts/service-Vfw20220114111813-csar.csar",
  "status": "NOTIFIED"
}
2022-01-14T11:23:16.257Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:23:16.257Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.258Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
  "consumerID": "clamp",
  "timestamp": 1642159211305,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/artifacts/service-Vfw20220114111813-csar.csar",
  "status": "NOTIFIED"
}
2022-01-14T11:23:16.258Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:23:16.258Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.258Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
  "consumerID": "cds",
  "timestamp": 1642159213495,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/artifacts/service-Vfw20220114111813-csar.csar",
  "status": "NOTIFIED"
}
2022-01-14T11:23:16.259Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:23:16.259Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.259Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
  "consumerID": "policy-id",
  "timestamp": 1642159222199,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/vfw6d375dc8ddb50_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:23:16.259Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:23:16.260Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.260Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642159222429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/vfw6d375dc8ddb50_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:23:16.260Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:23:16.260Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.260Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642159221017,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:23:16.261Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:23:16.261Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.261Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
  "consumerID": "policy-id",
  "timestamp": 1642159222199,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-01-14T11:23:16.261Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:23:16.262Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.262Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642159222429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:23:16.262Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:23:16.262Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.263Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
  "consumerID": "cds",
  "timestamp": 1642159225191,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/artifacts/service-Vfw20220114111813-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-14T11:23:16.263Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:23:16.263Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.263Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
  "consumerID": "aai-ml",
  "timestamp": 1642159225386,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/artifacts/service-Vfw20220114111813-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-14T11:23:16.263Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:23:16.264Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.264Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642159225477,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/artifacts/service-Vfw20220114111813-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-14T11:23:16.264Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:23:16.264Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.265Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642159221017,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-01-14T11:23:16.265Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:23:16.265Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.265Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
  "consumerID": "policy-id",
  "timestamp": 1642159222199,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:23:16.266Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:23:16.266Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.266Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642159222429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:23:16.266Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:23:16.266Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.267Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
  "consumerID": "cds",
  "timestamp": 1642159226210,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/artifacts/service-Vfw20220114111813-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-01-14T11:23:16.281Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 10a6c88f-fd64-414b-b2de-cf0f9d6522fa
2022-01-14T11:23:16.282Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10a6c88f-fd64-414b-b2de-cf0f9d6522fa 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-01-14T11:23:16.294Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.294Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642159221017,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/artifacts/service-Vfw20220114111813-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:23:16.295Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:23:16.295Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.295Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
  "consumerID": "policy-id",
  "timestamp": 1642159222199,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:23:16.295Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:23:16.296Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.296Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642159222429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:23:16.296Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:23:16.296Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.296Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642159221017,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/artifacts/service-Vfw20220114111813-csar.csar",
  "status": "NOTIFIED"
}
2022-01-14T11:23:16.297Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:23:16.297Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.297Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
  "consumerID": "policy-id",
  "timestamp": 1642159222199,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/artifacts/service-Vfw20220114111813-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:23:16.297Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:23:16.297Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.298Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642159222429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/artifacts/service-Vfw20220114111813-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:23:16.298Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:23:16.298Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.298Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642159228814,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/vfw6d375dc8ddb50_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-14T11:23:16.299Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:23:16.299Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.299Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
  "consumerID": "policy-id",
  "timestamp": 1642159222199,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/artifacts/service-Vfw20220114111813-csar.csar",
  "status": "NOTIFIED"
}
2022-01-14T11:23:16.299Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:23:16.299Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.300Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642159222429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/artifacts/service-Vfw20220114111813-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:23:16.300Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:23:16.300Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.300Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642159229912,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-14T11:23:16.301Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:23:16.301Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.301Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
  "consumerID": "policy-id",
  "timestamp": 1642159230037,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/artifacts/service-Vfw20220114111813-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-14T11:23:16.301Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:23:16.302Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.302Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642159230890,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/vfw6d375dc8ddb50_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-14T11:23:16.302Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:23:16.302Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.302Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642159230968,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-01-14T11:23:16.303Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:23:16.303Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.303Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
  "consumerID": "policy-id",
  "timestamp": 1642159231048,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/artifacts/service-Vfw20220114111813-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-14T11:23:16.303Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:23:16.304Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.304Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642159230704,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:23:16.304Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:23:16.304Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.304Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642159231979,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-14T11:23:16.305Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:23:16.305Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.305Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642159232025,
  "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-01-14T11:23:16.310Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 10a6c88f-fd64-414b-b2de-cf0f9d6522fa
2022-01-14T11:23:16.310Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10a6c88f-fd64-414b-b2de-cf0f9d6522fa 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-01-14T11:23:16.320Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.320Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
  "consumerID": "policy-id",
  "timestamp": 1642159232054,
  "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-01-14T11:23:16.325Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 10a6c88f-fd64-414b-b2de-cf0f9d6522fa
2022-01-14T11:23:16.325Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10a6c88f-fd64-414b-b2de-cf0f9d6522fa and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-01-14T11:23:16.333Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.333Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642159230704,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/vfw6d375dc8ddb50_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:23:16.333Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:23:16.333Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.334Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642159233029,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/vfw6d375dc8ddb50_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-14T11:23:16.334Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:23:16.334Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.334Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642159230704,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:23:16.335Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:23:16.335Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.335Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642159233162,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-01-14T11:23:16.335Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:23:16.335Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.336Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642159230704,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:23:16.336Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:23:16.336Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.336Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642159234578,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/vfw6d375dc8ddb50_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-14T11:23:16.337Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:23:16.337Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.337Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642159230704,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:23:16.337Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:23:16.338Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.338Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642159235583,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-01-14T11:23:16.338Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:23:16.338Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.338Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642159230704,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/artifacts/service-Vfw20220114111813-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:23:16.339Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:23:16.339Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.339Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642159236588,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-01-14T11:23:16.339Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:23:16.340Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.340Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642159230704,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/artifacts/service-Vfw20220114111813-csar.csar",
  "status": "NOTIFIED"
}
2022-01-14T11:23:16.340Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:23:16.340Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.340Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642159237595,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/artifacts/service-Vfw20220114111813-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-14T11:23:16.341Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:23:16.341Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.341Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
  "consumerID": "clamp",
  "timestamp": 1642159238174,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/artifacts/service-Vfw20220114111813-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-14T11:23:16.341Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:23:16.342Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.342Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642159238637,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/artifacts/service-Vfw20220114111813-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-14T11:23:16.342Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:23:16.342Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.342Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
  "consumerID": "clamp",
  "timestamp": 1642159239251,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/artifacts/service-Vfw20220114111813-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-14T11:23:16.343Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:23:16.343Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.343Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
  "consumerID": "clamp",
  "timestamp": 1642159240259,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-14T11:23:16.348Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 10a6c88f-fd64-414b-b2de-cf0f9d6522fa
2022-01-14T11:23:16.348Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10a6c88f-fd64-414b-b2de-cf0f9d6522fa and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-14T11:23:16.356Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.356Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
  "consumerID": "aai-ml",
  "timestamp": 1642159241996,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/artifacts/service-Vfw20220114111813-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-14T11:23:16.356Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:23:16.356Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.357Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
  "consumerID": "aai-ml",
  "timestamp": 1642159243002,
  "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-01-14T11:23:16.361Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 10a6c88f-fd64-414b-b2de-cf0f9d6522fa
2022-01-14T11:23:16.361Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10a6c88f-fd64-414b-b2de-cf0f9d6522fa 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-01-14T11:23:16.370Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.370Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642159244646,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/artifacts/service-Vfw20220114111813-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-14T11:23:16.371Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:23:16.371Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.371Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642159245654,
  "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-01-14T11:23:16.377Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 10a6c88f-fd64-414b-b2de-cf0f9d6522fa
2022-01-14T11:23:16.377Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10a6c88f-fd64-414b-b2de-cf0f9d6522fa 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-01-14T11:23:38.732Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 10a6c88f-fd64-414b-b2de-cf0f9d6522fa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-14T11:23:38.744Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 10a6c88f-fd64-414b-b2de-cf0f9d6522fa
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-01-14T11:23:38.747Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-14T11:23:38.748Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-01-14T11:23:38.748Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-01-14T11:23:38.748Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-01-14T11:23:38.748Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-14T11:23:38.749Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-14T11:23:38.749Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-14T11:23:38.749Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-14T11:23:38.749Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-14T11:23:38.749Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-14T11:23:38.749Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-14T11:23:38.756Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-01-14T11:24:08.757Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 10a6c88f-fd64-414b-b2de-cf0f9d6522fa 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-01-14T11:24:08.769Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 10a6c88f-fd64-414b-b2de-cf0f9d6522fa and serviceModelVersionId: 7e377e92-26b5-4c26-8a07-39217a720ae2
2022-01-14T11:24:08.770Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2be3bf6d-1e0d-4f69-af20-d1ff6fff3427
2022-01-14T11:24:15.701Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:24:15.702Z||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-01-14T11:24:15.702Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:24:23.247Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2be3bf6d-1e0d-4f69-af20-d1ff6fff3427/model-vers/model-ver/7e377e92-26b5-4c26-8a07-39217a720ae2?depth=0
2022-01-14T11:24:23.355Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-01-14T11:24:23.861Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2be3bf6d-1e0d-4f69-af20-d1ff6fff3427/model-vers/model-ver/7e377e92-26b5-4c26-8a07-39217a720ae2?depth=0|INFO|500||Invoke
2022-01-14T11:24:23.868Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2be3bf6d-1e0d-4f69-af20-d1ff6fff3427/model-vers/model-ver/7e377e92-26b5-4c26-8a07-39217a720ae2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2be3bf6d-1e0d-4f69-af20-d1ff6fff3427/model-vers/model-ver/7e377e92-26b5-4c26-8a07-39217a720ae2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[10a6c88f-fd64-414b-b2de-cf0f9d6522fa], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6be5cf57-1278-456c-a2a1-602770962be0], X-ECOMP-RequestID=[10a6c88f-fd64-414b-b2de-cf0f9d6522fa], X-TransactionId=[], X-ONAP-RequestID=[10a6c88f-fd64-414b-b2de-cf0f9d6522fa], Content-Type=[application/merge-patch+json]}
2022-01-14T11:24:23.987Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2be3bf6d-1e0d-4f69-af20-d1ff6fff3427/model-vers/model-ver/7e377e92-26b5-4c26-8a07-39217a720ae2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-01-14T11:24:24.861Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2be3bf6d-1e0d-4f69-af20-d1ff6fff3427/model-vers/model-ver/7e377e92-26b5-4c26-8a07-39217a720ae2?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/2be3bf6d-1e0d-4f69-af20-d1ff6fff3427/model-vers/model-ver/7e377e92-26b5-4c26-8a07-39217a720ae2?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220114-11:24:23:989-77038], vertex-id=[340208], Content-Length=[0], Date=[Fri, 14 Jan 2022 11:24:23 GMT], Content-Type=[application/json]}
2022-01-14T11:24:24.863Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2be3bf6d-1e0d-4f69-af20-d1ff6fff3427/model-vers/model-ver/7e377e92-26b5-4c26-8a07-39217a720ae2?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-01-14T11:24:24.864Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2be3bf6d-1e0d-4f69-af20-d1ff6fff3427/model-vers/model-ver/7e377e92-26b5-4c26-8a07-39217a720ae2?depth=0|INFO|500||InvokeReturn
2022-01-14T11:24:24.868Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-01-14T11:24:24.869Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-01-14T11:24:24.876Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-01-14T11:24:24.877Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 10a6c88f-fd64-414b-b2de-cf0f9d6522fa and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-01-14T11:24:24.878Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-01-14T11:24:24.879Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:24:24.882Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:24:24.882Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642159464878,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-14T11:24:24.982Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T11:24:24.984Z||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-01-14T11:24:24.984Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:24:24.996Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:24:24.997Z||pool-18-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-14T11:24:25.609Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:24:25.612Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:24:25.612Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642159464878,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-14T11:24:25.613Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-01-14T11:24:25.903Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:24:25.904Z||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-01-14T11:24:25.904Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:24:38.146Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:24:38.147Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:24:38.147Z||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-01-14T11:24:38.148Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:24:47.686Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:24:47.687Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:24:47.688Z||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-01-14T11:24:47.688Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:24:57.227Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:24:57.228Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:24:57.228Z||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-01-14T11:24:57.229Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:25:06.772Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:25:15.694Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:25:15.695Z||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-01-14T11:25:15.696Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:25:15.697Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:25:15.697Z||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-01-14T11:25:15.697Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:25:25.237Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:25:25.243Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:26:15.695Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:26:15.697Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:26:15.698Z||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-01-14T11:26:15.698Z||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-01-14T11:26:15.698Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:26:15.698Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:26:16.182Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:26:16.184Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:26:16.184Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
  "consumerID": "aai-ml",
  "timestamp": 1642159571155,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:26:16.186Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:26:16.186Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:26:16.186Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
  "consumerID": "clamp",
  "timestamp": 1642159571305,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:26:16.186Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:26:16.186Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:26:16.187Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
  "consumerID": "policy-id",
  "timestamp": 1642159562199,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:26:16.187Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:26:16.187Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:26:16.187Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642159562429,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:26:16.187Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:26:16.187Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:26:16.187Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
  "consumerID": "aai-ml",
  "timestamp": 1642159571155,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/basic_onboard_wxstrf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:26:16.187Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:26:16.187Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:26:16.187Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
  "consumerID": "clamp",
  "timestamp": 1642159571305,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/basic_onboard_wxstrf0_modules.json",
  "status": "NOTIFIED"
}
2022-01-14T11:26:16.188Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:26:16.188Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:26:16.188Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
  "consumerID": "policy-id",
  "timestamp": 1642159562199,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/basic_onboard_wxstrf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:26:16.188Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:26:16.188Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:26:16.188Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642159562429,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/basic_onboard_wxstrf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:26:16.188Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:26:16.188Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:26:16.188Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
  "consumerID": "aai-ml",
  "timestamp": 1642159571155,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:26:16.189Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:26:16.189Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:26:16.189Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
  "consumerID": "clamp",
  "timestamp": 1642159571305,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:26:16.189Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:26:16.189Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:26:16.189Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
  "consumerID": "policy-id",
  "timestamp": 1642159562199,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-01-14T11:26:16.189Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:26:16.189Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:26:16.189Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642159562429,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:26:16.190Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:26:16.190Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:26:16.190Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
  "consumerID": "cds",
  "timestamp": 1642159573494,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:26:16.190Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:26:16.190Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:26:16.190Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
  "consumerID": "aai-ml",
  "timestamp": 1642159571155,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:26:16.190Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:26:16.190Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:26:16.190Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
  "consumerID": "clamp",
  "timestamp": 1642159571305,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:26:16.190Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:26:16.190Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:26:16.191Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
  "consumerID": "policy-id",
  "timestamp": 1642159562199,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:26:16.191Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:26:16.191Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:26:16.191Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642159562429,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:26:16.191Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:26:16.191Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:26:16.191Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
  "consumerID": "cds",
  "timestamp": 1642159573494,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/basic_onboard_wxstrf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:26:16.191Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:26:16.324Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:26:16.325Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-14T11:26:16.325Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"dfc4acf9-d7d5-4f7b-a121-d96fced2be25","serviceName":"basic_onboard_WXStRF","serviceVersion":"1.0","serviceUUID":"823929c4-0e8a-43ec-a853-faf1533c9d6a","serviceDescription":"service","serviceInvariantUUID":"2fd52a9b-ca54-42b9-a86b-2f421b7ad933","resources":[{"resourceInstanceName":"basic_onboard_WXStRF 0","resourceName":"basic_onboard_WXStRF","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5e3a23a8-da44-4051-8526-6286ea001661","resourceInvariantUUID":"f9db1652-5eea-4791-a419-1d2b6584f616","resourceCustomizationUUID":"db61eae7-800a-4271-8139-67fc00fd101c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/vf-license-model.xml","artifactChecksum":"NjQwMTVlZWFhYzAxZTQ4NmQyNjc4MDNjZTU3OGIyOTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"148f15a1-fdc0-443c-a6d0-f10c75081917","artifactVersion":"1"},{"artifactName":"basic_onboard_wxstrf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/basic_onboard_wxstrf0_modules.json","artifactChecksum":"MzNkOTE5NjY0MjVmZWNiMmNiYjQzZDIxNTgyMDZlODM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e92a97fd-f023-44ea-8cff-ca0dd36f44e2","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"14f8d234-4a32-4af2-9b24-acd7230f381b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6eab9719-48c8-471e-b994-fc8bfd1a7f63","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a927632d-8c09-4c36-9f48-3c5ae78391e0","artifactVersion":"2","generatedFromUUID":"14f8d234-4a32-4af2-9b24-acd7230f381b"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardWxstrf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/artifacts/service-BasicOnboardWxstrf-template.yml","artifactChecksum":"Mjg0YjVhZDg4NThhZmM2YWFlYzRiZDU4Y2NmNDIzYzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d3a8b4f4-590b-462c-8fcf-07bdd0602014","artifactVersion":"1"},{"artifactName":"service-BasicOnboardWxstrf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/artifacts/service-BasicOnboardWxstrf-csar.csar","artifactChecksum":"NzVmMTYxYTA0NTZhMTE0NDhkZmRiNWY3YzI5ZTM5OWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"dc9cf735-f41a-44a8-8914-7ebd98241f7b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-01-14T11:26:16.329Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-14T11:26:16.329Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:26:16.333Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:26:16.333Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642159575694,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:26:16.433Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T11:26:16.434Z||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-01-14T11:26:16.435Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:26:16.445Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:26:16.445Z||pool-19-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-01-14T11:26:17.333Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-14T11:26:17.334Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:26:17.336Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:26:17.336Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642159575694,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/basic_onboard_wxstrf0_modules.json",
  "status": "NOTIFIED"
}
2022-01-14T11:26:17.436Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-14T11:26:17.437Z||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-01-14T11:26:17.437Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:26:17.448Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:26:17.448Z||pool-20-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-14T11:26:18.337Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-14T11:26:18.338Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:26:18.340Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:26:18.340Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642159575694,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-01-14T11:26:18.440Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T11:26:18.440Z||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-01-14T11:26:18.441Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:26:18.451Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:26:18.451Z||pool-21-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-01-14T11:26:19.340Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-14T11:26:19.341Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:26:19.343Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:26:19.344Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642159575694,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:26:19.445Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-01-14T11:26:19.447Z||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-01-14T11:26:19.447Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:26:19.456Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:26:19.456Z||pool-22-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-14T11:26:20.344Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-14T11:26:20.345Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:26:20.347Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:26:20.347Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642159575694,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-01-14T11:26:20.447Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T11:26:20.448Z||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-01-14T11:26:20.448Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:26:20.456Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:26:20.456Z||pool-23-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2022-01-14T11:26:21.347Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-14T11:26:21.348Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:26:21.350Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:26:21.351Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642159575694,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/artifacts/service-BasicOnboardWxstrf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:26:21.450Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-14T11:26:21.451Z||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-01-14T11:26:21.452Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:26:21.463Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:26:21.463Z||pool-24-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-14T11:26:22.351Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-14T11:26:22.352Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:26:22.354Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:26:22.355Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642159575694,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/artifacts/service-BasicOnboardWxstrf-csar.csar",
  "status": "NOTIFIED"
}
2022-01-14T11:26:22.454Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-14T11:26:22.455Z||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-01-14T11:26:22.455Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:26:22.464Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:26:22.465Z||pool-25-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-14T11:26:23.357Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
  "serviceName": "basic_onboard_WXStRF",
  "serviceVersion": "1.0",
  "serviceUUID": "823929c4-0e8a-43ec-a853-faf1533c9d6a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "2fd52a9b-ca54-42b9-a86b-2f421b7ad933",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_WXStRF 0",
      "resourceCustomizationUUID": "db61eae7-800a-4271-8139-67fc00fd101c",
      "resourceName": "basic_onboard_WXStRF",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "5e3a23a8-da44-4051-8526-6286ea001661",
      "resourceInvariantUUID": "f9db1652-5eea-4791-a419-1d2b6584f616",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_wxstrf0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/basic_onboard_wxstrf0_modules.json",
          "artifactChecksum": "MzNkOTE5NjY0MjVmZWNiMmNiYjQzZDIxNTgyMDZlODM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e92a97fd-f023-44ea-8cff-ca0dd36f44e2",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "14f8d234-4a32-4af2-9b24-acd7230f381b",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a927632d-8c09-4c36-9f48-3c5ae78391e0",
            "generatedFromUUID": "14f8d234-4a32-4af2-9b24-acd7230f381b"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a927632d-8c09-4c36-9f48-3c5ae78391e0",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardWxstrf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/artifacts/service-BasicOnboardWxstrf-csar.csar",
      "artifactChecksum": "NzVmMTYxYTA0NTZhMTE0NDhkZmRiNWY3YzI5ZTM5OWM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "dc9cf735-f41a-44a8-8914-7ebd98241f7b"
    }
  ],
  "workloadContext": "Production"
}
2022-01-14T11:26:23.357Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-01-14T11:26:23.357Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 823929c4-0e8a-43ec-a853-faf1533c9d6a ASDC
2022-01-14T11:26:23.358Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:dfc4acf9-d7d5-4f7b-a121-d96fced2be25
ServiceName:basic_onboard_WXStRF
ServiceVersion:1.0
ServiceUUID:823929c4-0e8a-43ec-a853-faf1533c9d6a
ServiceInvariantUUID:2fd52a9b-ca54-42b9-a86b-2f421b7ad933
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardWxstrf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/artifacts/service-BasicOnboardWxstrf-csar.csar
ArtifactUUID:dc9cf735-f41a-44a8-8914-7ebd98241f7b
ArtifactChecksum:NzVmMTYxYTA0NTZhMTE0NDhkZmRiNWY3YzI5ZTM5OWM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_WXStRF 0
ResourceCustomizationUUID:db61eae7-800a-4271-8139-67fc00fd101c
ResourceInvariantUUID:f9db1652-5eea-4791-a419-1d2b6584f616
ResourceName:basic_onboard_WXStRF
ResourceType:VF
ResourceUUID:5e3a23a8-da44-4051-8526-6286ea001661
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_wxstrf0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/basic_onboard_wxstrf0_modules.json
ArtifactUUID:e92a97fd-f023-44ea-8cff-ca0dd36f44e2
ArtifactChecksum:MzNkOTE5NjY0MjVmZWNiMmNiYjQzZDIxNTgyMDZlODM=
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/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/base_ubuntu18.yaml
ArtifactUUID:14f8d234-4a32-4af2-9b24-acd7230f381b
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/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/base_ubuntu18.env
ArtifactUUID:a927632d-8c09-4c36-9f48-3c5ae78391e0
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/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/base_ubuntu18.env
ArtifactUUID:a927632d-8c09-4c36-9f48-3c5ae78391e0
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-01-14T11:26:23.358Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 823929c4-0e8a-43ec-a853-faf1533c9d6a 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-01-14T11:26:23.395Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-14T11:26:23.396Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-01-14T11:26:23.396Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-01-14T11:26:23.396Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: dc9cf735-f41a-44a8-8914-7ebd98241f7b from URL: /sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/artifacts/service-BasicOnboardWxstrf-csar.csar
2022-01-14T11:26:23.396Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-01-14T11:26:23.397Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/artifacts/service-BasicOnboardWxstrf-csar.csar
2022-01-14T11:26:23.566Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-01-14T11:26:23.570Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/artifacts/service-BasicOnboardWxstrf-csar.csar dc9cf735-f41a-44a8-8914-7ebd98241f7b 71566
2022-01-14T11:26:23.570Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/artifacts/service-BasicOnboardWxstrf-csar.csar ASDC sendASDCNotification
2022-01-14T11:26:23.571Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/artifacts/service-BasicOnboardWxstrf-csar.csar
2022-01-14T11:26:23.571Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-14T11:26:23.571Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:26:23.573Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:26:23.574Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642159583570,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/artifacts/service-BasicOnboardWxstrf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-14T11:26:23.674Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-14T11:26:23.675Z||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-01-14T11:26:23.675Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:26:23.688Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:26:23.688Z||pool-26-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-01-14T11:26:24.574Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-14T11:26:24.575Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-01-14T11:26:24.576Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: dc9cf735-f41a-44a8-8914-7ebd98241f7b, URL: /sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/artifacts/service-BasicOnboardWxstrf-csar.csar to file: /app/ASDC/1/service-BasicOnboardWxstrf-csar.csar
2022-01-14T11:26:24.576Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardWxstrf-csar.csar
2022-01-14T11:26:24.577Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardWxstrf-csar.csar
2022-01-14T11:26:24.577Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardWxstrf-csar.csar
2022-01-14T11:26:24.965Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP249815884763175103/Definitions/service-BasicOnboardWxstrf-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_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" 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_subnetpoolid" is not provided
2022-01-14T11:26:26.143Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-01-14T11:26:26.144Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-01-14T11:26:26.144Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardWxstrf-csar.csar
2022-01-14T11:26:26.144Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-01-14T11:26:26.144Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardWxstrf-csar.csar
2022-01-14T11:26:26.144Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|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-BasicOnboardWxstrf-csar.csar
2022-01-14T11:26:26.144Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardWxstrf-csar.csar
2022-01-14T11:26:26.144Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|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-BasicOnboardWxstrf-csar.csar
2022-01-14T11:26:26.145Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardWxstrf-csar.csar
2022-01-14T11:26:26.145Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardWxstrf-csar.csar
2022-01-14T11:26:26.145Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|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-BasicOnboardWxstrf-csar.csar
2022-01-14T11:26:26.145Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_WXStRF 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicOnboardWxstrf-csar.csar
2022-01-14T11:26:26.145Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|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-BasicOnboardWxstrf-csar.csar
2022-01-14T11:26:26.145Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-01-14T11:26:26.145Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:26:26.146Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_WXStRF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:26:26.146Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_WXStRF 0 is matching search criteria
2022-01-14T11:26:26.146Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-01-14T11:26:26.146Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_WXStRF 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-14T11:26:26.146Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:26:26.147Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_WXStRF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:26:26.147Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_WXStRF 0 is matching search criteria
2022-01-14T11:26:26.147Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-01-14T11:26:26.147Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_WXStRF 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-14T11:26:26.147Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:26:26.147Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_WXStRF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:26:26.147Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:26:26.148Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_WXStRF 0 is not matching search criteria
2022-01-14T11:26:26.148Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-01-14T11:26:26.148Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-01-14T11:26:26.148Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-01-14T11:26:26.148Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-01-14T11:26:26.148Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-01-14T11:26:26.149Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:26:26.149Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_WXStRF is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-14T11:26:26.149Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:26:26.149Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_WXStRF 0 is matching search criteria
2022-01-14T11:26:26.149Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_WXStRF 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-14T11:26:26.150Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:26:26.150Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_WXStRF 0 is matching search criteria
2022-01-14T11:26:26.150Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_WXStRF 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-14T11:26:26.150Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:26:26.150Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_WXStRF 0 is matching search criteria
2022-01-14T11:26:26.150Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_WXStRF 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-14T11:26:26.151Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:26:26.151Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_WXStRF 0 is not matching search criteria
2022-01-14T11:26:26.151Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-01-14T11:26:26.151Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-01-14T11:26:26.151Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=c6b6dbf5-447b-43a3-b62f-00dc2352c5e4
2022-01-14T11:26:26.151Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:26:26.151Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_WXStRF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:26:26.152Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:26:26.152Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_WXStRF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:26:26.152Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:26:26.152Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_WXStRF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:26:26.152Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:26:26.152Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_WXStRF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:26:26.153Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_WXStRF
Description:service
Model UUID:823929c4-0e8a-43ec-a853-faf1533c9d6a
Model Version:NULL
Model InvariantUuid:2fd52a9b-ca54-42b9-a86b-2f421b7ad933
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_WXStRF
Model UUID:402c8c0b-f299-4f68-98ae-9b1c80f844ec
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f9db1652-5eea-4791-a419-1d2b6584f616
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:db61eae7-800a-4271-8139-67fc00fd101c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:7d437b12-74ee-44be-9328-57fc071ea2df
ModelName:BasicOnboardWxstrf..base_ubuntu18..module-0
ModelUuid:a1aac5fb-e544-4f8a-87ff-b052a0c12f20
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c6b6dbf5-447b-43a3-b62f-00dc2352c5e4
ModelInvariantUuid:067f6b91-88df-42e5-9a92-18c7420e812a
ModelName:basic_onboard_WXStRF-nodes.ubuntu18Cvfc
ModelUuid:76029b78-f5bb-47b6-a0ef-c9965f29bfb9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:adb39983-1090-4879-9bb7-74ce1487c7a8
ModelInvariantUuid:d76ba359-8953-4538-8ecd-eb496029b7de
ModelName:BasicOnboardWxstrf.compute.nodes.heat.ubuntu18
ModelUuid:f1a5576a-a8d0-4feb-92cb-9d93f7f814f4
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-01-14T11:26:26.161Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 5e3a23a8-da44-4051-8526-6286ea001661
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-01-14T11:26:26.165Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||basic_onboard_WXStRF 0
2022-01-14T11:26:26.165Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5e3a23a8-da44-4051-8526-6286ea001661
2022-01-14T11:26:26.165Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: e92a97fd-f023-44ea-8cff-ca0dd36f44e2 from URL: /sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/basic_onboard_wxstrf0_modules.json
2022-01-14T11:26:26.165Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-01-14T11:26:26.165Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/basic_onboard_wxstrf0_modules.json
2022-01-14T11:26:26.546Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-01-14T11:26:26.547Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/basic_onboard_wxstrf0_modules.json e92a97fd-f023-44ea-8cff-ca0dd36f44e2 798
2022-01-14T11:26:26.547Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/basic_onboard_wxstrf0_modules.json ASDC sendASDCNotification
2022-01-14T11:26:26.547Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/basic_onboard_wxstrf0_modules.json
2022-01-14T11:26:26.547Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-14T11:26:26.547Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:26:26.549Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:26:26.549Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642159586547,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/basic_onboard_wxstrf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-14T11:26:26.650Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T11:26:26.650Z||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-01-14T11:26:26.651Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:26:26.674Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:26:26.675Z||pool-27-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-01-14T11:26:27.555Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardWxstrf..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "7d437b12-74ee-44be-9328-57fc071ea2df",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a1aac5fb-e544-4f8a-87ff-b052a0c12f20",
    "vfModuleModelCustomizationUUID": "43fcd4c1-d59f-4612-bf7e-2c2a69c700ea",
    "isBase": true,
    "artifacts": [
      "14f8d234-4a32-4af2-9b24-acd7230f381b",
      "a927632d-8c09-4c36-9f48-3c5ae78391e0"
    ],
    "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-01-14T11:26:27.559Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardWxstrf..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a1aac5fb-e544-4f8a-87ff-b052a0c12f20
VfModuleModelInvariantUUID:7d437b12-74ee-44be-9328-57fc071ea2df
VfModuleModelDescription:NULL
Artifacts UUID List:{
14f8d234-4a32-4af2-9b24-acd7230f381b
,
a927632d-8c09-4c36-9f48-3c5ae78391e0

}
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-01-14T11:26:27.561Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardWxstrf..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "7d437b12-74ee-44be-9328-57fc071ea2df",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a1aac5fb-e544-4f8a-87ff-b052a0c12f20",
    "vfModuleModelCustomizationUUID": "43fcd4c1-d59f-4612-bf7e-2c2a69c700ea",
    "isBase": true,
    "artifacts": [
      "14f8d234-4a32-4af2-9b24-acd7230f381b",
      "a927632d-8c09-4c36-9f48-3c5ae78391e0"
    ],
    "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-01-14T11:26:27.561Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardWxstrf..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a1aac5fb-e544-4f8a-87ff-b052a0c12f20
VfModuleModelInvariantUUID:7d437b12-74ee-44be-9328-57fc071ea2df
VfModuleModelDescription:NULL
Artifacts UUID List:{
14f8d234-4a32-4af2-9b24-acd7230f381b
,
a927632d-8c09-4c36-9f48-3c5ae78391e0

}
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-01-14T11:26:27.561Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 14f8d234-4a32-4af2-9b24-acd7230f381b from URL: /sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/base_ubuntu18.yaml
2022-01-14T11:26:27.561Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-01-14T11:26:27.562Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/base_ubuntu18.yaml
2022-01-14T11:26:27.709Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-01-14T11:26:27.709Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/base_ubuntu18.yaml 14f8d234-4a32-4af2-9b24-acd7230f381b 5033
2022-01-14T11:26:27.710Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-01-14T11:26:27.710Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/base_ubuntu18.yaml
2022-01-14T11:26:27.710Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-14T11:26:27.710Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:26:27.712Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:26:27.712Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642159587709,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-14T11:26:27.813Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-01-14T11:26:27.814Z||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-01-14T11:26:27.814Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:26:27.824Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:26:27.825Z||pool-28-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-01-14T11:26:28.713Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: a927632d-8c09-4c36-9f48-3c5ae78391e0 from URL: /sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/base_ubuntu18.env
2022-01-14T11:26:28.714Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-01-14T11:26:28.714Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/base_ubuntu18.env
2022-01-14T11:26:28.900Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-01-14T11:26:28.900Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/base_ubuntu18.env a927632d-8c09-4c36-9f48-3c5ae78391e0 909
2022-01-14T11:26:28.900Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-01-14T11:26:28.900Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/base_ubuntu18.env
2022-01-14T11:26:28.901Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-14T11:26:28.901Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:26:28.903Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:26:28.903Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642159588900,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-01-14T11:26:29.003Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T11:26:29.004Z||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-01-14T11:26:29.004Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:26:29.022Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:26:29.022Z||pool-29-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-01-14T11:26:29.903Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 823929c4-0e8a-43ec-a853-faf1533c9d6a
2022-01-14T11:26:29.905Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_WXStRF 0 5e3a23a8-da44-4051-8526-6286ea001661 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-01-14T11:26:29.923Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2b228ad5, org.onap.sdc.toscaparser.api.parameters.Input@60e91cd8, org.onap.sdc.toscaparser.api.parameters.Input@c61f360, org.onap.sdc.toscaparser.api.parameters.Input@27e67f7b, org.onap.sdc.toscaparser.api.parameters.Input@182d3d70]
2022-01-14T11:26:29.924Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:26:29.925Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_WXStRF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:26:29.925Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-01-14T11:26:29.925Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= db61eae7-800a-4271-8139-67fc00fd101c
2022-01-14T11:26:29.925Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: db61eae7-800a-4271-8139-67fc00fd101c matches Tosca VF Customization UUID: db61eae7-800a-4271-8139-67fc00fd101c
2022-01-14T11:26:29.926Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: db61eae7-800a-4271-8139-67fc00fd101c  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-01-14T11:26:29.928Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:26:29.928Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_WXStRF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:26:29.929Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id db61eae7-800a-4271-8139-67fc00fd101c: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-01-14T11:26:29.929Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@277a4e51
2022-01-14T11:26:29.929Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:26:29.929Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_WXStRF is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-14T11:26:29.930Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 43fcd4c1-d59f-4612-bf7e-2c2a69c700ea
2022-01-14T11:26:29.930Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 43fcd4c1-d59f-4612-bf7e-2c2a69c700ea
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-01-14T11:26:29.932Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:26:29.932Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_WXStRF 0 is matching search criteria
2022-01-14T11:26:29.933Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_WXStRF 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-14T11:26:29.933Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:26:29.933Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_WXStRF 0 is matching search criteria
2022-01-14T11:26:29.934Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_WXStRF 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-14T11:26:29.934Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:26:29.935Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_WXStRF 0 is not matching search criteria
2022-01-14T11:26:29.935Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-01-14T11:26:29.935Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-01-14T11:26:29.935Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=c6b6dbf5-447b-43a3-b62f-00dc2352c5e4
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-01-14T11:26:29.938Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:26:29.938Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_WXStRF 0 is matching search criteria
2022-01-14T11:26:29.938Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_WXStRF 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-14T11:26:29.938Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:26:29.939Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_WXStRF 0 is matching search criteria
2022-01-14T11:26:29.939Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_WXStRF 0] matching following query criteria: sdcType=VF, customizationUUID=db61eae7-800a-4271-8139-67fc00fd101c
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-01-14T11:26:29.941Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:26:29.941Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_WXStRF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:26:29.942Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 823929c4-0e8a-43ec-a853-faf1533c9d6a: basic_onboard_WXStRF
2022-01-14T11:26:29.942Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:26:29.942Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_WXStRF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:26:29.943Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:26:29.943Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_WXStRF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:26:29.943Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:26:29.943Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_WXStRF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:26:29.944Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:26:29.944Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_WXStRF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:26:29.944Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:26:29.945Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_WXStRF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:26:29.945Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||Saving Service: basic_onboard_WXStRF 
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-01-14T11:26:30.065Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_WXStRF 5e3a23a8-da44-4051-8526-6286ea001661 1 ASDC deployResourceStructure
2022-01-14T11:26:30.066Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/basic_onboard_wxstrf0_modules.json ASDC sendASDCNotification
2022-01-14T11:26:30.066Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/basic_onboard_wxstrf0_modules.json
2022-01-14T11:26:30.066Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-14T11:26:30.066Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:26:30.068Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:26:30.068Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642159590066,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/basic_onboard_wxstrf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-14T11:26:30.169Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-01-14T11:26:30.170Z||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-01-14T11:26:30.170Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:26:30.178Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:26:30.179Z||pool-30-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-01-14T11:26:31.069Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-01-14T11:26:31.071Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/base_ubuntu18.yaml
2022-01-14T11:26:31.071Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-14T11:26:31.071Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:26:31.073Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:26:31.074Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642159591069,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-01-14T11:26:31.174Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T11:26:31.174Z||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-01-14T11:26:31.174Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:26:31.184Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:26:31.185Z||pool-31-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-01-14T11:26:32.075Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-01-14T11:26:32.075Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/base_ubuntu18.env
2022-01-14T11:26:32.075Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-14T11:26:32.075Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:26:32.077Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:26:32.077Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642159592074,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-01-14T11:26:32.177Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T11:26:32.178Z||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-01-14T11:26:32.178Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:26:32.187Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:26:32.188Z||pool-32-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-14T11:26:33.078Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/artifacts/service-BasicOnboardWxstrf-csar.csar ASDC sendASDCNotification
2022-01-14T11:26:33.078Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/artifacts/service-BasicOnboardWxstrf-csar.csar
2022-01-14T11:26:33.079Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-14T11:26:33.079Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:26:33.081Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:26:33.081Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642159593078,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/artifacts/service-BasicOnboardWxstrf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-14T11:26:33.181Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-14T11:26:33.183Z||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-01-14T11:26:33.183Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:26:33.194Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:26:33.194Z||pool-33-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-14T11:26:34.082Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dfc4acf9-d7d5-4f7b-a121-d96fced2be25
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-14T11:26:34.091Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dfc4acf9-d7d5-4f7b-a121-d96fced2be25
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-01-14T11:26:34.094Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-14T11:26:34.094Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-14T11:26:34.095Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-14T11:27:04.096Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dfc4acf9-d7d5-4f7b-a121-d96fced2be25
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-14T11:27:04.121Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dfc4acf9-d7d5-4f7b-a121-d96fced2be25
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-01-14T11:27:04.124Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-14T11:27:04.124Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-14T11:27:04.124Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-14T11:27:15.698Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:27:15.699Z||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-01-14T11:27:15.700Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:27:15.720Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:27:15.721Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:27:15.721Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
  "consumerID": "aai-ml",
  "timestamp": 1642159571155,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:27:15.722Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:27:34.124Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dfc4acf9-d7d5-4f7b-a121-d96fced2be25
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-14T11:27:34.133Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dfc4acf9-d7d5-4f7b-a121-d96fced2be25
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-01-14T11:27:34.135Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-14T11:27:34.135Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-14T11:27:34.135Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-14T11:28:04.136Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dfc4acf9-d7d5-4f7b-a121-d96fced2be25
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-14T11:28:04.146Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dfc4acf9-d7d5-4f7b-a121-d96fced2be25
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-01-14T11:28:04.155Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-14T11:28:04.155Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-14T11:28:04.155Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-14T11:28:15.697Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:28:15.698Z||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-01-14T11:28:15.698Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:28:15.724Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:28:15.725Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:28:15.725Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
  "consumerID": "clamp",
  "timestamp": 1642159571305,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:28:15.726Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:28:34.155Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dfc4acf9-d7d5-4f7b-a121-d96fced2be25
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-14T11:28:34.168Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dfc4acf9-d7d5-4f7b-a121-d96fced2be25
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-01-14T11:28:34.170Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-14T11:28:34.170Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-14T11:28:34.170Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-14T11:29:04.170Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dfc4acf9-d7d5-4f7b-a121-d96fced2be25
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-14T11:29:04.192Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dfc4acf9-d7d5-4f7b-a121-d96fced2be25
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-01-14T11:29:04.194Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-14T11:29:04.195Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-14T11:29:04.195Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-14T11:29:15.697Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:29:15.699Z||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-01-14T11:29:15.699Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:29:16.226Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:29:16.230Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:29:16.230Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
  "consumerID": "policy-id",
  "timestamp": 1642159562199,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:29:16.231Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:29:16.231Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:29:16.231Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642159562429,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:29:16.231Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:29:16.232Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:29:16.232Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
  "consumerID": "cds",
  "timestamp": 1642159573494,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:29:16.232Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:29:16.232Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:29:16.232Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642159575694,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:29:16.232Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:29:16.232Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:29:16.232Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
  "consumerID": "aai-ml",
  "timestamp": 1642159571155,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/artifacts/service-BasicOnboardWxstrf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:29:16.232Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:29:16.233Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:29:16.233Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
  "consumerID": "clamp",
  "timestamp": 1642159571305,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/artifacts/service-BasicOnboardWxstrf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:29:16.233Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:29:16.233Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:29:16.233Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642159562429,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/artifacts/service-BasicOnboardWxstrf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:29:16.233Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:29:16.233Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:29:16.233Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
  "consumerID": "policy-id",
  "timestamp": 1642159562199,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/artifacts/service-BasicOnboardWxstrf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:29:16.234Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:29:16.234Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:29:16.234Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
  "consumerID": "cds",
  "timestamp": 1642159573494,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:29:16.234Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:29:16.234Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:29:16.234Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642159575694,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/basic_onboard_wxstrf0_modules.json",
  "status": "NOTIFIED"
}
2022-01-14T11:29:16.234Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:29:16.234Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:29:16.234Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
  "consumerID": "aai-ml",
  "timestamp": 1642159571155,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/artifacts/service-BasicOnboardWxstrf-csar.csar",
  "status": "NOTIFIED"
}
2022-01-14T11:29:16.235Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:29:16.235Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:29:16.235Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
  "consumerID": "clamp",
  "timestamp": 1642159571305,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/artifacts/service-BasicOnboardWxstrf-csar.csar",
  "status": "NOTIFIED"
}
2022-01-14T11:29:16.235Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:29:16.235Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:29:16.235Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
  "consumerID": "policy-id",
  "timestamp": 1642159562199,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/artifacts/service-BasicOnboardWxstrf-csar.csar",
  "status": "NOTIFIED"
}
2022-01-14T11:29:16.235Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:29:16.235Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:29:16.235Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642159562429,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/artifacts/service-BasicOnboardWxstrf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:29:16.236Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:29:16.236Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:29:16.236Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
  "consumerID": "cds",
  "timestamp": 1642159573494,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:29:16.236Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:29:16.236Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:29:16.236Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642159575694,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-01-14T11:29:16.236Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:29:16.236Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:29:16.236Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
  "consumerID": "cds",
  "timestamp": 1642159573494,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/artifacts/service-BasicOnboardWxstrf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:29:16.237Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:29:16.237Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:29:16.237Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
  "consumerID": "aai-ml",
  "timestamp": 1642159579222,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/artifacts/service-BasicOnboardWxstrf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-14T11:29:16.237Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:29:16.237Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:29:16.237Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
  "consumerID": "policy-id",
  "timestamp": 1642159579223,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/artifacts/service-BasicOnboardWxstrf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-14T11:29:16.237Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:29:16.238Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:29:16.238Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642159575694,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:29:16.238Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:29:16.238Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:29:16.238Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
  "consumerID": "cds",
  "timestamp": 1642159573494,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/artifacts/service-BasicOnboardWxstrf-csar.csar",
  "status": "NOTIFIED"
}
2022-01-14T11:29:16.238Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:29:16.238Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:29:16.238Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
  "consumerID": "policy-id",
  "timestamp": 1642159580228,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/artifacts/service-BasicOnboardWxstrf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-14T11:29:16.238Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:29:16.239Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:29:16.239Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642159575694,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-01-14T11:29:16.239Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:29:16.239Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:29:16.239Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
  "consumerID": "policy-id",
  "timestamp": 1642159581231,
  "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-01-14T11:29:16.245Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dfc4acf9-d7d5-4f7b-a121-d96fced2be25
2022-01-14T11:29:16.245Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId dfc4acf9-d7d5-4f7b-a121-d96fced2be25 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-01-14T11:29:16.261Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:29:16.261Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
  "consumerID": "cds",
  "timestamp": 1642159581311,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/artifacts/service-BasicOnboardWxstrf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-14T11:29:16.262Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:29:16.262Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:29:16.262Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642159575694,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/artifacts/service-BasicOnboardWxstrf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:29:16.262Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:29:16.262Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:29:16.262Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642159581017,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:29:16.262Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:29:16.262Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:29:16.263Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
  "consumerID": "cds",
  "timestamp": 1642159582317,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/artifacts/service-BasicOnboardWxstrf-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-01-14T11:29:16.267Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of dfc4acf9-d7d5-4f7b-a121-d96fced2be25
2022-01-14T11:29:16.267Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId dfc4acf9-d7d5-4f7b-a121-d96fced2be25 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-01-14T11:29:16.274Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:29:16.275Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642159575694,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/artifacts/service-BasicOnboardWxstrf-csar.csar",
  "status": "NOTIFIED"
}
2022-01-14T11:29:16.275Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:29:16.275Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:29:16.275Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642159581017,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/basic_onboard_wxstrf0_modules.json",
  "status": "NOTIFIED"
}
2022-01-14T11:29:16.275Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:29:16.275Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:29:16.275Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642159583570,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/artifacts/service-BasicOnboardWxstrf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-14T11:29:16.275Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:29:16.275Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:29:16.276Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642159581017,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-01-14T11:29:16.276Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:29:16.276Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:29:16.276Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642159581017,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:29:16.276Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:29:16.276Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:29:16.276Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642159581017,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-01-14T11:29:16.276Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:29:16.276Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:29:16.277Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642159586547,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/basic_onboard_wxstrf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-14T11:29:16.277Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:29:16.277Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:29:16.277Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642159581017,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/artifacts/service-BasicOnboardWxstrf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:29:16.277Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:29:16.277Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:29:16.277Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642159581017,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/artifacts/service-BasicOnboardWxstrf-csar.csar",
  "status": "NOTIFIED"
}
2022-01-14T11:29:16.277Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:29:16.277Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:29:16.278Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642159587709,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-14T11:29:16.278Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:29:16.278Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:29:16.278Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
  "consumerID": "aai-ml",
  "timestamp": 1642159588793,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/artifacts/service-BasicOnboardWxstrf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-14T11:29:16.278Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:29:16.278Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:29:16.278Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642159588900,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-01-14T11:29:16.278Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:29:16.278Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:29:16.279Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642159588894,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/basic_onboard_wxstrf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-14T11:29:16.279Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:29:16.279Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:29:16.279Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
  "consumerID": "clamp",
  "timestamp": 1642159589454,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/artifacts/service-BasicOnboardWxstrf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-14T11:29:16.279Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:29:16.279Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:29:16.279Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
  "consumerID": "aai-ml",
  "timestamp": 1642159589797,
  "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-01-14T11:29:16.283Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of dfc4acf9-d7d5-4f7b-a121-d96fced2be25
2022-01-14T11:29:16.283Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId dfc4acf9-d7d5-4f7b-a121-d96fced2be25 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-01-14T11:29:16.290Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:29:16.290Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642159590066,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/basic_onboard_wxstrf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-14T11:29:16.290Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:29:16.290Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:29:16.290Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642159590076,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-14T11:29:16.290Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:29:16.291Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:29:16.291Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
  "consumerID": "clamp",
  "timestamp": 1642159590475,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/artifacts/service-BasicOnboardWxstrf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-14T11:29:16.291Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:29:16.291Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:29:16.291Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642159591069,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-01-14T11:29:16.291Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:29:16.291Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:29:16.291Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642159591200,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-01-14T11:29:16.292Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:29:16.292Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:29:16.292Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642159590705,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:29:16.292Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:29:16.292Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:29:16.292Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
  "consumerID": "clamp",
  "timestamp": 1642159591478,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-14T11:29:16.296Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of dfc4acf9-d7d5-4f7b-a121-d96fced2be25
2022-01-14T11:29:16.296Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId dfc4acf9-d7d5-4f7b-a121-d96fced2be25 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-14T11:29:16.306Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:29:16.306Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642159592074,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-01-14T11:29:16.306Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:29:16.306Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:29:16.307Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642159592227,
  "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-01-14T11:29:16.311Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dfc4acf9-d7d5-4f7b-a121-d96fced2be25
2022-01-14T11:29:16.312Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId dfc4acf9-d7d5-4f7b-a121-d96fced2be25 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-01-14T11:29:16.317Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:29:16.317Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642159590705,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/basic_onboard_wxstrf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:29:16.317Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:29:16.318Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:29:16.318Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642159593078,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/artifacts/service-BasicOnboardWxstrf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-14T11:29:16.318Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:29:16.318Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:29:16.318Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642159593229,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/basic_onboard_wxstrf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-14T11:29:16.318Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:29:16.318Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:29:16.318Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642159590705,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:29:16.319Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:29:16.319Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:29:16.319Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642159590705,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:29:16.319Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:29:16.319Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:29:16.319Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642159590705,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:29:16.319Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:29:16.319Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:29:16.319Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642159590705,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/artifacts/service-BasicOnboardWxstrf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:29:16.320Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:29:16.320Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:29:16.320Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642159590705,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/artifacts/service-BasicOnboardWxstrf-csar.csar",
  "status": "NOTIFIED"
}
2022-01-14T11:29:16.320Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:29:16.320Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:29:16.320Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642159598496,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/artifacts/service-BasicOnboardWxstrf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-14T11:29:16.320Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:29:16.320Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:29:16.320Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642159601181,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/artifacts/service-BasicOnboardWxstrf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-14T11:29:16.321Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:29:16.321Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:29:16.321Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642159602185,
  "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-01-14T11:29:16.325Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of dfc4acf9-d7d5-4f7b-a121-d96fced2be25
2022-01-14T11:29:16.325Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId dfc4acf9-d7d5-4f7b-a121-d96fced2be25 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-01-14T11:29:34.195Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dfc4acf9-d7d5-4f7b-a121-d96fced2be25
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-14T11:29:34.206Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dfc4acf9-d7d5-4f7b-a121-d96fced2be25
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-01-14T11:29:34.211Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-14T11:29:34.211Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-01-14T11:29:34.211Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-01-14T11:29:34.211Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-01-14T11:29:34.211Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-14T11:29:34.212Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-14T11:29:34.212Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-14T11:29:34.212Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-14T11:29:34.212Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-14T11:29:34.212Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-14T11:29:34.212Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|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-01-14T11:29:34.216Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-01-14T11:30:04.218Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: dfc4acf9-d7d5-4f7b-a121-d96fced2be25 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-01-14T11:30:04.231Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dfc4acf9-d7d5-4f7b-a121-d96fced2be25 and serviceModelVersionId: 823929c4-0e8a-43ec-a853-faf1533c9d6a
2022-01-14T11:30:04.232Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2fd52a9b-ca54-42b9-a86b-2f421b7ad933
2022-01-14T11:30:04.234Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2fd52a9b-ca54-42b9-a86b-2f421b7ad933/model-vers/model-ver/823929c4-0e8a-43ec-a853-faf1533c9d6a?depth=0
2022-01-14T11:30:04.248Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-01-14T11:30:04.319Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2fd52a9b-ca54-42b9-a86b-2f421b7ad933/model-vers/model-ver/823929c4-0e8a-43ec-a853-faf1533c9d6a?depth=0|INFO|500||Invoke
2022-01-14T11:30:04.319Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2fd52a9b-ca54-42b9-a86b-2f421b7ad933/model-vers/model-ver/823929c4-0e8a-43ec-a853-faf1533c9d6a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2fd52a9b-ca54-42b9-a86b-2f421b7ad933/model-vers/model-ver/823929c4-0e8a-43ec-a853-faf1533c9d6a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[dfc4acf9-d7d5-4f7b-a121-d96fced2be25], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e18505da-f32a-49d7-8fa2-e23e8aa24060], X-ECOMP-RequestID=[dfc4acf9-d7d5-4f7b-a121-d96fced2be25], X-TransactionId=[], X-ONAP-RequestID=[dfc4acf9-d7d5-4f7b-a121-d96fced2be25], Content-Type=[application/merge-patch+json]}
2022-01-14T11:30:04.359Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2fd52a9b-ca54-42b9-a86b-2f421b7ad933/model-vers/model-ver/823929c4-0e8a-43ec-a853-faf1533c9d6a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-01-14T11:30:04.591Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2fd52a9b-ca54-42b9-a86b-2f421b7ad933/model-vers/model-ver/823929c4-0e8a-43ec-a853-faf1533c9d6a?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/2fd52a9b-ca54-42b9-a86b-2f421b7ad933/model-vers/model-ver/823929c4-0e8a-43ec-a853-faf1533c9d6a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220114-11:30:04:362-60718], vertex-id=[213088], Content-Length=[0], Date=[Fri, 14 Jan 2022 11:30:04 GMT], Content-Type=[application/json]}
2022-01-14T11:30:04.592Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2fd52a9b-ca54-42b9-a86b-2f421b7ad933/model-vers/model-ver/823929c4-0e8a-43ec-a853-faf1533c9d6a?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-01-14T11:30:04.593Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2fd52a9b-ca54-42b9-a86b-2f421b7ad933/model-vers/model-ver/823929c4-0e8a-43ec-a853-faf1533c9d6a?depth=0|INFO|500||InvokeReturn
2022-01-14T11:30:04.593Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-01-14T11:30:04.593Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|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-01-14T11:30:04.599Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|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-01-14T11:30:04.600Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dfc4acf9-d7d5-4f7b-a121-d96fced2be25 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-01-14T11:30:04.600Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-01-14T11:30:04.601Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:30:04.603Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:30:04.604Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642159804600,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-14T11:30:04.704Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T11:30:04.705Z||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-01-14T11:30:04.706Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:30:04.722Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:30:04.723Z||pool-34-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-01-14T11:30:05.618Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:30:05.618Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|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-01-14T11:30:05.618Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:30:15.698Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:30:15.699Z||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-01-14T11:30:15.699Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:30:16.319Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:30:16.319Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:30:16.319Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642159804600,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-14T11:30:16.321Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:30:16.763Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:30:16.764Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:30:16.764Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|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-01-14T11:30:16.764Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:30:26.297Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:30:26.298Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:30:26.299Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|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-01-14T11:30:26.299Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:30:35.842Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:30:35.843Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:30:35.843Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|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-01-14T11:30:35.844Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:30:45.381Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:31:15.694Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:31:15.695Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|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-01-14T11:31:15.696Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:31:15.697Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:31:15.697Z||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-01-14T11:31:15.697Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:31:25.239Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:31:25.239Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:32:15.695Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:32:15.697Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:32:15.702Z||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-01-14T11:32:15.702Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:32:15.702Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|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-01-14T11:32:15.704Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:32:25.250Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:32:25.254Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:33:15.694Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:33:15.697Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:33:15.698Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|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-01-14T11:33:15.698Z||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-01-14T11:33:15.699Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:33:15.699Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:33:25.250Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:33:25.252Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:34:15.695Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:34:15.697Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|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-01-14T11:34:15.697Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:34:15.698Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:34:15.700Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|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-01-14T11:34:15.700Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:34:25.244Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:34:25.246Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:35:15.694Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:35:15.696Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|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-01-14T11:35:15.696Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:35:15.697Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:35:15.697Z||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-01-14T11:35:15.697Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:35:25.236Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:35:25.243Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:36:15.695Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:36:15.697Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:36:15.699Z||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-01-14T11:36:15.699Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|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-01-14T11:36:15.699Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:36:15.699Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:36:25.244Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:36:25.245Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:37:15.694Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:37:15.695Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|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-01-14T11:37:15.696Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:37:15.697Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:37:15.697Z||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-01-14T11:37:15.697Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:37:25.247Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:37:25.247Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:38:15.695Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:38:15.696Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|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-01-14T11:38:15.697Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:38:15.697Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:38:15.697Z||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-01-14T11:38:15.698Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:38:19.944Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:38:19.944Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-14T11:38:19.945Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"668f5288-b573-4538-8449-00f7a5c6c2ed","serviceName":"vFW 2022-01-14 11-36-52","serviceVersion":"1.0","serviceUUID":"abf3d6fd-6ab9-4e45-9eec-170f6ab21ea7","serviceDescription":"catalog service description","serviceInvariantUUID":"92dcf14c-c28c-4f82-912f-a4c4be081945","resources":[{"resourceInstanceName":"vFW 606244f1-0b20 0","resourceName":"vFW 606244f1-0b20","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ecc3e30b-18d3-4e58-8052-3fd7d97153b6","resourceInvariantUUID":"64828487-7e74-4005-bbcf-7e1b2484527a","resourceCustomizationUUID":"b2c2e7ac-f71c-46f6-b713-613c876473c0","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/vf-license-model.xml","artifactChecksum":"NTZhYWYzOTZkM2Q3MjA3MDJjZGViZGRlYTg5ODBhOTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cc7b21d3-ae15-4d66-b327-7765b0990c3a","artifactVersion":"1"},{"artifactName":"vfw606244f10b200_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/vfw606244f10b200_modules.json","artifactChecksum":"ZDE2YzYyNzgxYmY3N2M1NTFhZjM2YzM5MzQ4ZWM3NmQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b68691c3-1eca-4eac-9489-662cc25b4aad","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"9db9d1e2-fd0f-4d08-abcc-8d31983a2077","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/vendor-license-model.xml","artifactChecksum":"OWYxNGQ3ZTcyYWUzODNkYjE2OTRjOTczYmE5YjlkNDU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9906f201-34ea-428d-8d72-1a3733151876","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"6de949a3-fbe7-42a4-b51c-4eefae9e72c2","artifactVersion":"2","generatedFromUUID":"9db9d1e2-fd0f-4d08-abcc-8d31983a2077"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220114113652-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220114113652/1.0/artifacts/service-Vfw20220114113652-template.yml","artifactChecksum":"MTBlMzBlNTBkY2MyOWUxMWYwNzkyNzAzZTRhZjlhYzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cc5cc03a-65c6-465a-86af-4c06eba176be","artifactVersion":"1"},{"artifactName":"service-Vfw20220114113652-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220114113652/1.0/artifacts/service-Vfw20220114113652-csar.csar","artifactChecksum":"MTMxZmU4ODI2YjYwOTYxNWQwOWNkNjFmYmEzOWYzMmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"05df1edf-5589-4cd5-8335-73f4030c454d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-01-14T11:38:19.951Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-14T11:38:19.952Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:38:19.956Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:38:19.956Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "668f5288-b573-4538-8449-00f7a5c6c2ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642160295695,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:38:20.056Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T11:38:20.057Z||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-01-14T11:38:20.057Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:38:20.071Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:38:20.071Z||pool-35-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":3,"count":1}
2022-01-14T11:38:20.186Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:38:20.186Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T11:38:20.186Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "668f5288-b573-4538-8449-00f7a5c6c2ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642160295695,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:38:20.187Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:38:20.187Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T11:38:20.187Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "668f5288-b573-4538-8449-00f7a5c6c2ed",
  "consumerID": "aai-ml",
  "timestamp": 1642160291155,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:38:20.188Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:38:20.956Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-14T11:38:20.957Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:38:20.959Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:38:20.959Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "668f5288-b573-4538-8449-00f7a5c6c2ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642160295695,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/vfw606244f10b200_modules.json",
  "status": "NOTIFIED"
}
2022-01-14T11:38:21.060Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T11:38:21.061Z||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-01-14T11:38:21.061Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:38:21.070Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:38:21.070Z||pool-36-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-01-14T11:38:21.960Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-14T11:38:21.961Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:38:21.962Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:38:21.962Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "668f5288-b573-4538-8449-00f7a5c6c2ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642160295695,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-01-14T11:38:22.062Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T11:38:22.063Z||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-01-14T11:38:22.064Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:38:22.089Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:38:22.089Z||pool-37-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-01-14T11:38:22.963Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-14T11:38:22.964Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:38:22.965Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:38:22.965Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "668f5288-b573-4538-8449-00f7a5c6c2ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642160295695,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:38:23.066Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T11:38:23.067Z||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-01-14T11:38:23.067Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:38:23.077Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:38:23.078Z||pool-38-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-14T11:38:23.966Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-14T11:38:23.968Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:38:23.969Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:38:23.969Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "668f5288-b573-4538-8449-00f7a5c6c2ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642160295695,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-01-14T11:38:24.072Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-01-14T11:38:24.073Z||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-01-14T11:38:24.073Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:38:24.085Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:38:24.085Z||pool-39-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-14T11:38:24.970Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-14T11:38:24.971Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:38:24.973Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:38:24.973Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "668f5288-b573-4538-8449-00f7a5c6c2ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642160295695,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114113652/1.0/artifacts/service-Vfw20220114113652-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:38:25.073Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T11:38:25.074Z||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-01-14T11:38:25.074Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:38:25.082Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:38:25.083Z||pool-40-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-01-14T11:38:25.973Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-14T11:38:25.974Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:38:25.976Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:38:25.976Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "668f5288-b573-4538-8449-00f7a5c6c2ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642160295695,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114113652/1.0/artifacts/service-Vfw20220114113652-csar.csar",
  "status": "NOTIFIED"
}
2022-01-14T11:38:26.076Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T11:38:26.077Z||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-01-14T11:38:26.077Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:38:26.087Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:38:26.087Z||pool-41-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-14T11:38:26.979Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "668f5288-b573-4538-8449-00f7a5c6c2ed",
  "serviceName": "vFW 2022-01-14 11-36-52",
  "serviceVersion": "1.0",
  "serviceUUID": "abf3d6fd-6ab9-4e45-9eec-170f6ab21ea7",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "92dcf14c-c28c-4f82-912f-a4c4be081945",
  "resources": [
    {
      "resourceInstanceName": "vFW 606244f1-0b20 0",
      "resourceCustomizationUUID": "b2c2e7ac-f71c-46f6-b713-613c876473c0",
      "resourceName": "vFW 606244f1-0b20",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "ecc3e30b-18d3-4e58-8052-3fd7d97153b6",
      "resourceInvariantUUID": "64828487-7e74-4005-bbcf-7e1b2484527a",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw606244f10b200_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/vfw606244f10b200_modules.json",
          "artifactChecksum": "ZDE2YzYyNzgxYmY3N2M1NTFhZjM2YzM5MzQ4ZWM3NmQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "b68691c3-1eca-4eac-9489-662cc25b4aad",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "9db9d1e2-fd0f-4d08-abcc-8d31983a2077",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "6de949a3-fbe7-42a4-b51c-4eefae9e72c2",
            "generatedFromUUID": "9db9d1e2-fd0f-4d08-abcc-8d31983a2077"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "6de949a3-fbe7-42a4-b51c-4eefae9e72c2",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220114113652-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220114113652/1.0/artifacts/service-Vfw20220114113652-csar.csar",
      "artifactChecksum": "MTMxZmU4ODI2YjYwOTYxNWQwOWNkNjFmYmEzOWYzMmE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "05df1edf-5589-4cd5-8335-73f4030c454d"
    }
  ],
  "workloadContext": "Production"
}
2022-01-14T11:38:26.980Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-01-14T11:38:26.980Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 abf3d6fd-6ab9-4e45-9eec-170f6ab21ea7 ASDC
2022-01-14T11:38:26.980Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:668f5288-b573-4538-8449-00f7a5c6c2ed
ServiceName:vFW 2022-01-14 11-36-52
ServiceVersion:1.0
ServiceUUID:abf3d6fd-6ab9-4e45-9eec-170f6ab21ea7
ServiceInvariantUUID:92dcf14c-c28c-4f82-912f-a4c4be081945
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220114113652-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220114113652/1.0/artifacts/service-Vfw20220114113652-csar.csar
ArtifactUUID:05df1edf-5589-4cd5-8335-73f4030c454d
ArtifactChecksum:MTMxZmU4ODI2YjYwOTYxNWQwOWNkNjFmYmEzOWYzMmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 606244f1-0b20 0
ResourceCustomizationUUID:b2c2e7ac-f71c-46f6-b713-613c876473c0
ResourceInvariantUUID:64828487-7e74-4005-bbcf-7e1b2484527a
ResourceName:vFW 606244f1-0b20
ResourceType:VF
ResourceUUID:ecc3e30b-18d3-4e58-8052-3fd7d97153b6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw606244f10b200_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/vfw606244f10b200_modules.json
ArtifactUUID:b68691c3-1eca-4eac-9489-662cc25b4aad
ArtifactChecksum:ZDE2YzYyNzgxYmY3N2M1NTFhZjM2YzM5MzQ4ZWM3NmQ=
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/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/base_vfw.yaml
ArtifactUUID:9db9d1e2-fd0f-4d08-abcc-8d31983a2077
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/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/base_vfw.env
ArtifactUUID:6de949a3-fbe7-42a4-b51c-4eefae9e72c2
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/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/base_vfw.env
ArtifactUUID:6de949a3-fbe7-42a4-b51c-4eefae9e72c2
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-01-14T11:38:26.981Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF abf3d6fd-6ab9-4e45-9eec-170f6ab21ea7 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-01-14T11:38:27.019Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-14T11:38:27.020Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-01-14T11:38:27.021Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-01-14T11:38:27.021Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 05df1edf-5589-4cd5-8335-73f4030c454d from URL: /sdc/v1/catalog/services/Vfw20220114113652/1.0/artifacts/service-Vfw20220114113652-csar.csar
2022-01-14T11:38:27.021Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-01-14T11:38:27.021Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220114113652/1.0/artifacts/service-Vfw20220114113652-csar.csar
2022-01-14T11:38:27.306Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-01-14T11:38:27.312Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220114113652/1.0/artifacts/service-Vfw20220114113652-csar.csar 05df1edf-5589-4cd5-8335-73f4030c454d 98915
2022-01-14T11:38:27.312Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220114113652/1.0/artifacts/service-Vfw20220114113652-csar.csar ASDC sendASDCNotification
2022-01-14T11:38:27.312Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220114113652/1.0/artifacts/service-Vfw20220114113652-csar.csar
2022-01-14T11:38:27.312Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-14T11:38:27.313Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:38:27.315Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:38:27.315Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "668f5288-b573-4538-8449-00f7a5c6c2ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642160307312,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114113652/1.0/artifacts/service-Vfw20220114113652-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-14T11:38:27.415Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T11:38:27.416Z||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-01-14T11:38:27.416Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:38:27.424Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:38:27.425Z||pool-42-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-14T11:38:28.315Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-14T11:38:28.316Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-01-14T11:38:28.317Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 05df1edf-5589-4cd5-8335-73f4030c454d, URL: /sdc/v1/catalog/services/Vfw20220114113652/1.0/artifacts/service-Vfw20220114113652-csar.csar to file: /app/ASDC/1/service-Vfw20220114113652-csar.csar
2022-01-14T11:38:28.317Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220114113652-csar.csar
2022-01-14T11:38:28.318Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220114113652-csar.csar
2022-01-14T11:38:28.318Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220114113652-csar.csar
2022-01-14T11:38:28.757Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3279445321834336781/Definitions/service-Vfw20220114113652-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_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_protected_private_port_0_network_role" 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_order" 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_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 "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_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 "port_vsn_int_protected_private_port_0_subnetpoolid" 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_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" 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_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_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_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_vlan_requirements" 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_onap_private_port_0_order" 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
2022-01-14T11:38:30.683Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-01-14T11:38:30.684Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-01-14T11:38:30.684Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220114113652-csar.csar
2022-01-14T11:38:30.684Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-01-14T11:38:30.684Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220114113652-csar.csar
2022-01-14T11:38:30.684Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220114113652-csar.csar
2022-01-14T11:38:30.685Z|668f5288-b573-4538-8449-00f7a5c6c2ed|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-Vfw20220114113652-csar.csar
2022-01-14T11:38:30.685Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220114113652-csar.csar
2022-01-14T11:38:30.685Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220114113652-csar.csar
2022-01-14T11:38:30.685Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220114113652-csar.csar
2022-01-14T11:38:30.685Z|668f5288-b573-4538-8449-00f7a5c6c2ed|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-Vfw20220114113652-csar.csar
2022-01-14T11:38:30.685Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220114113652-csar.csar
2022-01-14T11:38:30.685Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220114113652-csar.csar
2022-01-14T11:38:30.685Z|668f5288-b573-4538-8449-00f7a5c6c2ed|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-Vfw20220114113652-csar.csar
2022-01-14T11:38:30.685Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220114113652-csar.csar
2022-01-14T11:38:30.686Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 606244f1-0b20 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220114113652-csar.csar
2022-01-14T11:38:30.686Z|668f5288-b573-4538-8449-00f7a5c6c2ed|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-Vfw20220114113652-csar.csar
2022-01-14T11:38:30.686Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-01-14T11:38:30.686Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:38:30.686Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-01-14 11-36-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:38:30.686Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template vFW 606244f1-0b20 0 is matching search criteria
2022-01-14T11:38:30.687Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-01-14T11:38:30.687Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 606244f1-0b20 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-14T11:38:30.687Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:38:30.687Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-01-14 11-36-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:38:30.687Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template vFW 606244f1-0b20 0 is matching search criteria
2022-01-14T11:38:30.688Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-01-14T11:38:30.688Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 606244f1-0b20 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-14T11:38:30.688Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:38:30.688Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-01-14 11-36-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:38:30.688Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:38:30.689Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template vFW 606244f1-0b20 0 is not matching search criteria
2022-01-14T11:38:30.689Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-14T11:38:30.689Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-14T11:38:30.689Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-14T11:38:30.689Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-14T11:38:30.689Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-14T11:38:30.689Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-14T11:38:30.690Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-14T11:38:30.690Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-14T11:38:30.690Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-14T11:38:30.690Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-14T11:38:30.690Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-14T11:38:30.690Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-14T11:38:30.690Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-14T11:38:30.691Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-14T11:38:30.691Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-14T11:38:30.691Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-01-14T11:38:30.691Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:38:30.691Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-01-14 11-36-52 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-14T11:38:30.691Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:38:30.692Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template vFW 606244f1-0b20 0 is matching search criteria
2022-01-14T11:38:30.692Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 606244f1-0b20 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-14T11:38:30.692Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:38:30.692Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template vFW 606244f1-0b20 0 is matching search criteria
2022-01-14T11:38:30.692Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 606244f1-0b20 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-14T11:38:30.693Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:38:30.693Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template vFW 606244f1-0b20 0 is matching search criteria
2022-01-14T11:38:30.693Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 606244f1-0b20 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-14T11:38:30.693Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:38:30.693Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template vFW 606244f1-0b20 0 is not matching search criteria
2022-01-14T11:38:30.694Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-14T11:38:30.694Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-14T11:38:30.694Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-01-14T11:38:30.694Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-14T11:38:30.694Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-14T11:38:30.694Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-14T11:38:30.694Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-14T11:38:30.695Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-14T11:38:30.695Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-14T11:38:30.695Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-14T11:38:30.695Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-14T11:38:30.695Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=32ffd774-d06f-44e1-9aac-80a07e4db95c
2022-01-14T11:38:30.695Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:38:30.696Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template vFW 606244f1-0b20 0 is not matching search criteria
2022-01-14T11:38:30.696Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-14T11:38:30.696Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-14T11:38:30.696Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-14T11:38:30.696Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-14T11:38:30.696Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-14T11:38:30.697Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-14T11:38:30.697Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-14T11:38:30.697Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-01-14T11:38:30.697Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-14T11:38:30.697Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-14T11:38:30.697Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-14T11:38:30.697Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-14T11:38:30.698Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=454db354-0c75-43b4-9ba5-baf908fdcb81
2022-01-14T11:38:30.698Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:38:30.698Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template vFW 606244f1-0b20 0 is not matching search criteria
2022-01-14T11:38:30.698Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-14T11:38:30.698Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-14T11:38:30.698Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-14T11:38:30.698Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-14T11:38:30.699Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-14T11:38:30.699Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-14T11:38:30.699Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-14T11:38:30.699Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-14T11:38:30.699Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-14T11:38:30.699Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-14T11:38:30.700Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-14T11:38:30.700Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-01-14T11:38:30.700Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=58fc64b7-fb1b-42d8-97a4-8c173efcf3b7
2022-01-14T11:38:30.700Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:38:30.700Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-01-14 11-36-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:38:30.700Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:38:30.700Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-01-14 11-36-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:38:30.701Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:38:30.701Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-01-14 11-36-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:38:30.701Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:38:30.701Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-01-14 11-36-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:38:30.701Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-01-14 11-36-52
Description:catalog service description
Model UUID:abf3d6fd-6ab9-4e45-9eec-170f6ab21ea7
Model Version:NULL
Model InvariantUuid:92dcf14c-c28c-4f82-912f-a4c4be081945
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 606244f1-0b20
Model UUID:e2702014-30c6-47be-b041-db0fe0900582
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:64828487-7e74-4005-bbcf-7e1b2484527a
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:b2c2e7ac-f71c-46f6-b713-613c876473c0
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:e6da7571-0e88-45c8-b095-aba1b7d56fc8
ModelName:Vfw606244f10b20..base_vfw..module-0
ModelUuid:e7c83124-a34d-4dcb-891a-e5b23d942a7d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:32ffd774-d06f-44e1-9aac-80a07e4db95c
ModelInvariantUuid:9983f8cb-9ef0-4e0b-8558-0b75d4d43949
ModelName:vFW 606244f1-0b20-nodes.vfwCvfc
ModelUuid:7dde157e-28a0-41ef-8288-1b8bbb677d78
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:f6d90814-8650-4463-b865-63a33a5def57
ModelInvariantUuid:271e3d3e-0269-4ee2-b1a2-800b50dcbef2
ModelName:Vfw606244f10b20.compute.nodes.heat.vfw
ModelUuid:7a41bf6f-d040-4e4f-a067-bb85f6e187a9
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:454db354-0c75-43b4-9ba5-baf908fdcb81
ModelInvariantUuid:cf03ec40-90d9-4ab9-b41d-61dc7b261e97
ModelName:vFW 606244f1-0b20-nodes.vsnCvfc
ModelUuid:fa613b03-40a5-459e-b791-5b179491d422
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:536e16b4-b53e-4cb0-b08a-ccbf14f087db
ModelInvariantUuid:16cd90f7-28f4-42a8-bf70-ebe5723f31fb
ModelName:Vfw606244f10b20.compute.nodes.heat.vsn
ModelUuid:f2b1bfe4-c24e-4d4f-a00a-5a89c8fc0599
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:58fc64b7-fb1b-42d8-97a4-8c173efcf3b7
ModelInvariantUuid:22f19ed4-214b-40f1-b1f9-f07b6f3ae01d
ModelName:vFW 606244f1-0b20-nodes.vpgCvfc
ModelUuid:a16417b9-1323-4b56-b37a-5e8932e1857f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:122a2c1d-d858-4c8b-b092-276691ce69cb
ModelInvariantUuid:a8f8cb6a-22ac-4a12-b4ac-8600975c2aac
ModelName:Vfw606244f10b20.compute.nodes.heat.vpg
ModelUuid:6dd0728d-a99a-41db-a935-217856a2a553
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-01-14T11:38:30.709Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: ecc3e30b-18d3-4e58-8052-3fd7d97153b6
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-01-14T11:38:30.713Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||vFW 606244f1-0b20 0
2022-01-14T11:38:30.713Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ecc3e30b-18d3-4e58-8052-3fd7d97153b6
2022-01-14T11:38:30.713Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: b68691c3-1eca-4eac-9489-662cc25b4aad from URL: /sdc/v1/catalog/services/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/vfw606244f10b200_modules.json
2022-01-14T11:38:30.713Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-01-14T11:38:30.713Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/vfw606244f10b200_modules.json
2022-01-14T11:38:30.882Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-01-14T11:38:30.883Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/vfw606244f10b200_modules.json b68691c3-1eca-4eac-9489-662cc25b4aad 785
2022-01-14T11:38:30.883Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/vfw606244f10b200_modules.json ASDC sendASDCNotification
2022-01-14T11:38:30.883Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/vfw606244f10b200_modules.json
2022-01-14T11:38:30.883Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-14T11:38:30.884Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:38:30.886Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:38:30.886Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "668f5288-b573-4538-8449-00f7a5c6c2ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642160310883,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/vfw606244f10b200_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-14T11:38:30.986Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T11:38:30.987Z||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-01-14T11:38:30.987Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:38:30.994Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:38:30.995Z||pool-43-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2022-01-14T11:38:31.886Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw606244f10b20..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "e6da7571-0e88-45c8-b095-aba1b7d56fc8",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e7c83124-a34d-4dcb-891a-e5b23d942a7d",
    "vfModuleModelCustomizationUUID": "db9a168b-ebec-44a6-9e00-d8e4a25a313a",
    "isBase": true,
    "artifacts": [
      "9db9d1e2-fd0f-4d08-abcc-8d31983a2077",
      "6de949a3-fbe7-42a4-b51c-4eefae9e72c2"
    ],
    "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-01-14T11:38:31.890Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw606244f10b20..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e7c83124-a34d-4dcb-891a-e5b23d942a7d
VfModuleModelInvariantUUID:e6da7571-0e88-45c8-b095-aba1b7d56fc8
VfModuleModelDescription:NULL
Artifacts UUID List:{
9db9d1e2-fd0f-4d08-abcc-8d31983a2077
,
6de949a3-fbe7-42a4-b51c-4eefae9e72c2

}
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-01-14T11:38:31.892Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw606244f10b20..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "e6da7571-0e88-45c8-b095-aba1b7d56fc8",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e7c83124-a34d-4dcb-891a-e5b23d942a7d",
    "vfModuleModelCustomizationUUID": "db9a168b-ebec-44a6-9e00-d8e4a25a313a",
    "isBase": true,
    "artifacts": [
      "9db9d1e2-fd0f-4d08-abcc-8d31983a2077",
      "6de949a3-fbe7-42a4-b51c-4eefae9e72c2"
    ],
    "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-01-14T11:38:31.892Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw606244f10b20..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e7c83124-a34d-4dcb-891a-e5b23d942a7d
VfModuleModelInvariantUUID:e6da7571-0e88-45c8-b095-aba1b7d56fc8
VfModuleModelDescription:NULL
Artifacts UUID List:{
9db9d1e2-fd0f-4d08-abcc-8d31983a2077
,
6de949a3-fbe7-42a4-b51c-4eefae9e72c2

}
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-01-14T11:38:31.892Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 9db9d1e2-fd0f-4d08-abcc-8d31983a2077 from URL: /sdc/v1/catalog/services/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/base_vfw.yaml
2022-01-14T11:38:31.892Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-01-14T11:38:31.893Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/base_vfw.yaml
2022-01-14T11:38:32.060Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-01-14T11:38:32.061Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/base_vfw.yaml 9db9d1e2-fd0f-4d08-abcc-8d31983a2077 20368
2022-01-14T11:38:32.061Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-01-14T11:38:32.061Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/base_vfw.yaml
2022-01-14T11:38:32.062Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-14T11:38:32.062Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:38:32.064Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:38:32.064Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "668f5288-b573-4538-8449-00f7a5c6c2ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642160312061,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-14T11:38:32.164Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T11:38:32.165Z||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-01-14T11:38:32.165Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:38:32.176Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:38:32.177Z||pool-44-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-14T11:38:33.064Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 6de949a3-fbe7-42a4-b51c-4eefae9e72c2 from URL: /sdc/v1/catalog/services/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/base_vfw.env
2022-01-14T11:38:33.065Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-01-14T11:38:33.065Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/base_vfw.env
2022-01-14T11:38:33.247Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-01-14T11:38:33.247Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/base_vfw.env 6de949a3-fbe7-42a4-b51c-4eefae9e72c2 2098
2022-01-14T11:38:33.247Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/base_vfw.env ASDC sendASDCNotification
2022-01-14T11:38:33.248Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/base_vfw.env
2022-01-14T11:38:33.248Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-14T11:38:33.248Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:38:33.250Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:38:33.250Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "668f5288-b573-4538-8449-00f7a5c6c2ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642160313247,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-01-14T11:38:33.350Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T11:38:33.351Z||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-01-14T11:38:33.351Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:38:33.375Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:38:33.376Z||pool-45-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-01-14T11:38:34.250Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: abf3d6fd-6ab9-4e45-9eec-170f6ab21ea7
2022-01-14T11:38:34.251Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 606244f1-0b20 0 ecc3e30b-18d3-4e58-8052-3fd7d97153b6 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-01-14T11:38:34.269Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3d37ff22, org.onap.sdc.toscaparser.api.parameters.Input@73b28fce, org.onap.sdc.toscaparser.api.parameters.Input@10c6957d, org.onap.sdc.toscaparser.api.parameters.Input@2605f0c9, org.onap.sdc.toscaparser.api.parameters.Input@2449d5c4]
2022-01-14T11:38:34.270Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:38:34.270Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-01-14 11-36-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:38:34.270Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-01-14T11:38:34.270Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= b2c2e7ac-f71c-46f6-b713-613c876473c0
2022-01-14T11:38:34.271Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b2c2e7ac-f71c-46f6-b713-613c876473c0 matches Tosca VF Customization UUID: b2c2e7ac-f71c-46f6-b713-613c876473c0
2022-01-14T11:38:34.271Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: b2c2e7ac-f71c-46f6-b713-613c876473c0  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-01-14T11:38:34.273Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:38:34.273Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-01-14 11-36-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:38:34.274Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id b2c2e7ac-f71c-46f6-b713-613c876473c0: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-01-14T11:38:34.274Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6ea1dd84
2022-01-14T11:38:34.274Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:38:34.274Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-01-14 11-36-52 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-14T11:38:34.275Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : db9a168b-ebec-44a6-9e00-d8e4a25a313a
2022-01-14T11:38:34.275Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID db9a168b-ebec-44a6-9e00-d8e4a25a313a
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-01-14T11:38:34.277Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:38:34.277Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template vFW 606244f1-0b20 0 is matching search criteria
2022-01-14T11:38:34.277Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 606244f1-0b20 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-14T11:38:34.277Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:38:34.278Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template vFW 606244f1-0b20 0 is matching search criteria
2022-01-14T11:38:34.278Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 606244f1-0b20 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-14T11:38:34.278Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:38:34.278Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template vFW 606244f1-0b20 0 is not matching search criteria
2022-01-14T11:38:34.278Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-14T11:38:34.279Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-14T11:38:34.279Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-01-14T11:38:34.279Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-14T11:38:34.279Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-14T11:38:34.279Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-14T11:38:34.279Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-14T11:38:34.280Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-14T11:38:34.280Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-14T11:38:34.280Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-14T11:38:34.280Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-14T11:38:34.280Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=32ffd774-d06f-44e1-9aac-80a07e4db95c
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-01-14T11:38:34.287Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:38:34.287Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template vFW 606244f1-0b20 0 is matching search criteria
2022-01-14T11:38:34.287Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 606244f1-0b20 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-14T11:38:34.287Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:38:34.287Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template vFW 606244f1-0b20 0 is not matching search criteria
2022-01-14T11:38:34.288Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-14T11:38:34.288Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-14T11:38:34.288Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-14T11:38:34.288Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-14T11:38:34.288Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-14T11:38:34.289Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-14T11:38:34.289Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-14T11:38:34.289Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-01-14T11:38:34.289Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-14T11:38:34.289Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-14T11:38:34.289Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-14T11:38:34.289Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-14T11:38:34.290Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=454db354-0c75-43b4-9ba5-baf908fdcb81
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-01-14T11:38:34.291Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:38:34.291Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template vFW 606244f1-0b20 0 is matching search criteria
2022-01-14T11:38:34.292Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 606244f1-0b20 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-14T11:38:34.292Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:38:34.292Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template vFW 606244f1-0b20 0 is not matching search criteria
2022-01-14T11:38:34.292Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-14T11:38:34.292Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-14T11:38:34.293Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-14T11:38:34.293Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-14T11:38:34.293Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-14T11:38:34.293Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-14T11:38:34.293Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-14T11:38:34.293Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-14T11:38:34.293Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-14T11:38:34.294Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-14T11:38:34.294Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-14T11:38:34.294Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-01-14T11:38:34.294Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=58fc64b7-fb1b-42d8-97a4-8c173efcf3b7
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-01-14T11:38:34.296Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:38:34.296Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template vFW 606244f1-0b20 0 is matching search criteria
2022-01-14T11:38:34.296Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 606244f1-0b20 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-14T11:38:34.296Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:38:34.297Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template vFW 606244f1-0b20 0 is matching search criteria
2022-01-14T11:38:34.297Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 606244f1-0b20 0] matching following query criteria: sdcType=VF, customizationUUID=b2c2e7ac-f71c-46f6-b713-613c876473c0
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-01-14T11:38:34.298Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:38:34.298Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-01-14 11-36-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:38:34.299Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid abf3d6fd-6ab9-4e45-9eec-170f6ab21ea7: vFW 606244f1-0b20
2022-01-14T11:38:34.299Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:38:34.299Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-01-14 11-36-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:38:34.299Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:38:34.299Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-01-14 11-36-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:38:34.299Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:38:34.300Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-01-14 11-36-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:38:34.300Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:38:34.300Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-01-14 11-36-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:38:34.300Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:38:34.300Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-01-14 11-36-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:38:34.300Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2022-01-14 11-36-52 
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-01-14T11:38:34.470Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 606244f1-0b20 ecc3e30b-18d3-4e58-8052-3fd7d97153b6 1 ASDC deployResourceStructure
2022-01-14T11:38:34.471Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/vfw606244f10b200_modules.json ASDC sendASDCNotification
2022-01-14T11:38:34.471Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/vfw606244f10b200_modules.json
2022-01-14T11:38:34.471Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-14T11:38:34.471Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:38:34.473Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:38:34.474Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "668f5288-b573-4538-8449-00f7a5c6c2ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642160314471,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/vfw606244f10b200_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-14T11:38:34.574Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-14T11:38:34.574Z||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-01-14T11:38:34.575Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:38:34.585Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:38:34.585Z||pool-46-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-01-14T11:38:35.474Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-01-14T11:38:35.475Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/base_vfw.yaml
2022-01-14T11:38:35.475Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-14T11:38:35.475Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:38:35.477Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:38:35.477Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "668f5288-b573-4538-8449-00f7a5c6c2ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642160315474,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-01-14T11:38:35.577Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T11:38:35.578Z||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-01-14T11:38:35.578Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:38:35.588Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:38:35.589Z||pool-47-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-14T11:38:36.478Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/base_vfw.env ASDC sendASDCNotification
2022-01-14T11:38:36.478Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/base_vfw.env
2022-01-14T11:38:36.478Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-14T11:38:36.479Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:38:36.480Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:38:36.481Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "668f5288-b573-4538-8449-00f7a5c6c2ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642160316478,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-01-14T11:38:36.581Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T11:38:36.582Z||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-01-14T11:38:36.582Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:38:36.590Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:38:36.590Z||pool-48-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-01-14T11:38:37.481Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220114113652/1.0/artifacts/service-Vfw20220114113652-csar.csar ASDC sendASDCNotification
2022-01-14T11:38:37.482Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220114113652/1.0/artifacts/service-Vfw20220114113652-csar.csar
2022-01-14T11:38:37.482Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-14T11:38:37.482Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:38:37.484Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:38:37.484Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "668f5288-b573-4538-8449-00f7a5c6c2ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642160317481,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114113652/1.0/artifacts/service-Vfw20220114113652-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-14T11:38:37.586Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-01-14T11:38:37.587Z||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-01-14T11:38:37.587Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:38:37.596Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:38:37.596Z||pool-49-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-14T11:38:38.485Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 668f5288-b573-4538-8449-00f7a5c6c2ed
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-14T11:38:38.494Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 668f5288-b573-4538-8449-00f7a5c6c2ed
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-01-14T11:38:38.496Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-14T11:38:38.496Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-14T11:38:38.497Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-14T11:39:08.497Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 668f5288-b573-4538-8449-00f7a5c6c2ed
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-14T11:39:08.518Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 668f5288-b573-4538-8449-00f7a5c6c2ed
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-01-14T11:39:08.520Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-14T11:39:08.520Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-14T11:39:08.520Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-14T11:39:15.698Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:39:15.700Z||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-01-14T11:39:15.700Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:39:15.731Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:39:15.732Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T11:39:15.732Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "668f5288-b573-4538-8449-00f7a5c6c2ed",
  "consumerID": "clamp",
  "timestamp": 1642160291305,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:39:15.733Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:39:15.733Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T11:39:15.733Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "668f5288-b573-4538-8449-00f7a5c6c2ed",
  "consumerID": "cds",
  "timestamp": 1642160293494,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:39:15.734Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:39:38.521Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 668f5288-b573-4538-8449-00f7a5c6c2ed
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-14T11:39:38.530Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 668f5288-b573-4538-8449-00f7a5c6c2ed
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-01-14T11:39:38.531Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-14T11:39:38.532Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-14T11:39:38.532Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-14T11:40:08.532Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 668f5288-b573-4538-8449-00f7a5c6c2ed
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-14T11:40:08.545Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 668f5288-b573-4538-8449-00f7a5c6c2ed
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-01-14T11:40:08.547Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-14T11:40:08.547Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-14T11:40:08.547Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-14T11:40:15.697Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:40:15.698Z||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-01-14T11:40:15.698Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:40:16.223Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:40:16.227Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T11:40:16.228Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "668f5288-b573-4538-8449-00f7a5c6c2ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642160295695,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/vfw606244f10b200_modules.json",
  "status": "NOTIFIED"
}
2022-01-14T11:40:16.229Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:40:16.229Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T11:40:16.229Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "668f5288-b573-4538-8449-00f7a5c6c2ed",
  "consumerID": "clamp",
  "timestamp": 1642160291305,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/vfw606244f10b200_modules.json",
  "status": "NOTIFIED"
}
2022-01-14T11:40:16.229Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:40:16.229Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T11:40:16.229Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "668f5288-b573-4538-8449-00f7a5c6c2ed",
  "consumerID": "aai-ml",
  "timestamp": 1642160291155,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/vfw606244f10b200_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:40:16.230Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:40:16.230Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T11:40:16.230Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "668f5288-b573-4538-8449-00f7a5c6c2ed",
  "consumerID": "cds",
  "timestamp": 1642160293494,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/vfw606244f10b200_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:40:16.230Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:40:16.230Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T11:40:16.230Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "668f5288-b573-4538-8449-00f7a5c6c2ed",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642160301016,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:40:16.230Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:40:16.230Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T11:40:16.230Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "668f5288-b573-4538-8449-00f7a5c6c2ed",
  "consumerID": "clamp",
  "timestamp": 1642160291305,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:40:16.231Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:40:16.231Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T11:40:16.231Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "668f5288-b573-4538-8449-00f7a5c6c2ed",
  "consumerID": "aai-ml",
  "timestamp": 1642160291155,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:40:16.231Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:40:16.231Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T11:40:16.231Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "668f5288-b573-4538-8449-00f7a5c6c2ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642160295695,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-01-14T11:40:16.231Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:40:16.231Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T11:40:16.231Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "668f5288-b573-4538-8449-00f7a5c6c2ed",
  "consumerID": "cds",
  "timestamp": 1642160293494,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:40:16.231Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:40:16.232Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T11:40:16.232Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "668f5288-b573-4538-8449-00f7a5c6c2ed",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642160301016,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/vfw606244f10b200_modules.json",
  "status": "NOTIFIED"
}
2022-01-14T11:40:16.232Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:40:16.232Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T11:40:16.232Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "668f5288-b573-4538-8449-00f7a5c6c2ed",
  "consumerID": "policy-id",
  "timestamp": 1642160302199,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:40:16.232Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:40:16.232Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T11:40:16.232Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "668f5288-b573-4538-8449-00f7a5c6c2ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642160295695,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:40:16.232Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:40:16.232Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T11:40:16.232Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "668f5288-b573-4538-8449-00f7a5c6c2ed",
  "consumerID": "aai-ml",
  "timestamp": 1642160291155,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:40:16.233Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:40:16.233Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T11:40:16.233Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "668f5288-b573-4538-8449-00f7a5c6c2ed",
  "consumerID": "clamp",
  "timestamp": 1642160291305,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:40:16.233Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:40:16.233Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T11:40:16.233Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "668f5288-b573-4538-8449-00f7a5c6c2ed",
  "consumerID": "cds",
  "timestamp": 1642160293494,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:40:16.233Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:40:16.233Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T11:40:16.233Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "668f5288-b573-4538-8449-00f7a5c6c2ed",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642160302429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:40:16.233Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:40:16.233Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T11:40:16.234Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "668f5288-b573-4538-8449-00f7a5c6c2ed",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642160301016,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-01-14T11:40:16.234Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:40:16.234Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T11:40:16.234Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "668f5288-b573-4538-8449-00f7a5c6c2ed",
  "consumerID": "policy-id",
  "timestamp": 1642160302199,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/vfw606244f10b200_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:40:16.234Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:40:16.234Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T11:40:16.234Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "668f5288-b573-4538-8449-00f7a5c6c2ed",
  "consumerID": "aai-ml",
  "timestamp": 1642160291155,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:40:16.234Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:40:16.234Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T11:40:16.234Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "668f5288-b573-4538-8449-00f7a5c6c2ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642160295695,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-01-14T11:40:16.234Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:40:16.234Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T11:40:16.235Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "668f5288-b573-4538-8449-00f7a5c6c2ed",
  "consumerID": "clamp",
  "timestamp": 1642160291305,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:40:16.235Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:40:16.235Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T11:40:16.235Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "668f5288-b573-4538-8449-00f7a5c6c2ed",
  "consumerID": "cds",
  "timestamp": 1642160293494,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:40:16.235Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:40:16.235Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T11:40:16.235Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "668f5288-b573-4538-8449-00f7a5c6c2ed",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642160302429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/vfw606244f10b200_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:40:16.235Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:40:16.235Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T11:40:16.235Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "668f5288-b573-4538-8449-00f7a5c6c2ed",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642160301016,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:40:16.236Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:40:16.236Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T11:40:16.236Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "668f5288-b573-4538-8449-00f7a5c6c2ed",
  "consumerID": "policy-id",
  "timestamp": 1642160302199,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-01-14T11:40:16.236Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:40:16.236Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T11:40:16.236Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "668f5288-b573-4538-8449-00f7a5c6c2ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642160295695,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114113652/1.0/artifacts/service-Vfw20220114113652-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:40:16.237Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:40:16.237Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T11:40:16.237Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "668f5288-b573-4538-8449-00f7a5c6c2ed",
  "consumerID": "clamp",
  "timestamp": 1642160291305,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114113652/1.0/artifacts/service-Vfw20220114113652-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:40:16.237Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:40:16.237Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T11:40:16.237Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "668f5288-b573-4538-8449-00f7a5c6c2ed",
  "consumerID": "aai-ml",
  "timestamp": 1642160291155,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114113652/1.0/artifacts/service-Vfw20220114113652-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:40:16.238Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:40:16.238Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T11:40:16.238Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "668f5288-b573-4538-8449-00f7a5c6c2ed",
  "consumerID": "cds",
  "timestamp": 1642160293494,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114113652/1.0/artifacts/service-Vfw20220114113652-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:40:16.238Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:40:16.238Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T11:40:16.238Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "668f5288-b573-4538-8449-00f7a5c6c2ed",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642160302429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:40:16.239Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:40:16.239Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T11:40:16.239Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "668f5288-b573-4538-8449-00f7a5c6c2ed",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642160301016,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-01-14T11:40:16.239Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:40:16.239Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T11:40:16.239Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "668f5288-b573-4538-8449-00f7a5c6c2ed",
  "consumerID": "policy-id",
  "timestamp": 1642160302199,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:40:16.239Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:40:16.240Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T11:40:16.240Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "668f5288-b573-4538-8449-00f7a5c6c2ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642160295695,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114113652/1.0/artifacts/service-Vfw20220114113652-csar.csar",
  "status": "NOTIFIED"
}
2022-01-14T11:40:16.240Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:40:16.240Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T11:40:16.240Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "668f5288-b573-4538-8449-00f7a5c6c2ed",
  "consumerID": "aai-ml",
  "timestamp": 1642160291155,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114113652/1.0/artifacts/service-Vfw20220114113652-csar.csar",
  "status": "NOTIFIED"
}
2022-01-14T11:40:16.240Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:40:16.241Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T11:40:16.241Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "668f5288-b573-4538-8449-00f7a5c6c2ed",
  "consumerID": "clamp",
  "timestamp": 1642160291305,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114113652/1.0/artifacts/service-Vfw20220114113652-csar.csar",
  "status": "NOTIFIED"
}
2022-01-14T11:40:16.241Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:40:16.241Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T11:40:16.241Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "668f5288-b573-4538-8449-00f7a5c6c2ed",
  "consumerID": "cds",
  "timestamp": 1642160293494,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114113652/1.0/artifacts/service-Vfw20220114113652-csar.csar",
  "status": "NOTIFIED"
}
2022-01-14T11:40:16.241Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:40:16.241Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T11:40:16.242Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "668f5288-b573-4538-8449-00f7a5c6c2ed",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642160302429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:40:16.242Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:40:16.242Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T11:40:16.242Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "668f5288-b573-4538-8449-00f7a5c6c2ed",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642160301016,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114113652/1.0/artifacts/service-Vfw20220114113652-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:40:16.242Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:40:16.242Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T11:40:16.243Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "668f5288-b573-4538-8449-00f7a5c6c2ed",
  "consumerID": "policy-id",
  "timestamp": 1642160302199,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:40:16.243Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:40:16.243Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T11:40:16.243Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "668f5288-b573-4538-8449-00f7a5c6c2ed",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642160302429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:40:16.243Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:40:16.243Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T11:40:16.244Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "668f5288-b573-4538-8449-00f7a5c6c2ed",
  "consumerID": "cds",
  "timestamp": 1642160307214,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114113652/1.0/artifacts/service-Vfw20220114113652-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-14T11:40:16.244Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:40:16.244Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T11:40:16.244Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "668f5288-b573-4538-8449-00f7a5c6c2ed",
  "consumerID": "aai-ml",
  "timestamp": 1642160307216,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114113652/1.0/artifacts/service-Vfw20220114113652-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-14T11:40:16.244Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:40:16.244Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T11:40:16.245Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "668f5288-b573-4538-8449-00f7a5c6c2ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642160307312,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114113652/1.0/artifacts/service-Vfw20220114113652-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-14T11:40:16.245Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:40:16.245Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T11:40:16.245Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "668f5288-b573-4538-8449-00f7a5c6c2ed",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642160301016,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114113652/1.0/artifacts/service-Vfw20220114113652-csar.csar",
  "status": "NOTIFIED"
}
2022-01-14T11:40:16.245Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:40:16.245Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T11:40:16.246Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "668f5288-b573-4538-8449-00f7a5c6c2ed",
  "consumerID": "policy-id",
  "timestamp": 1642160302199,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114113652/1.0/artifacts/service-Vfw20220114113652-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:40:16.246Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:40:16.246Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T11:40:16.246Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "668f5288-b573-4538-8449-00f7a5c6c2ed",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642160302429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114113652/1.0/artifacts/service-Vfw20220114113652-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:40:16.247Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:40:16.247Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T11:40:16.247Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "668f5288-b573-4538-8449-00f7a5c6c2ed",
  "consumerID": "cds",
  "timestamp": 1642160308272,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114113652/1.0/artifacts/service-Vfw20220114113652-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-01-14T11:40:16.254Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 668f5288-b573-4538-8449-00f7a5c6c2ed
2022-01-14T11:40:16.254Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 668f5288-b573-4538-8449-00f7a5c6c2ed 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-01-14T11:40:16.268Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T11:40:16.268Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "668f5288-b573-4538-8449-00f7a5c6c2ed",
  "consumerID": "policy-id",
  "timestamp": 1642160302199,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114113652/1.0/artifacts/service-Vfw20220114113652-csar.csar",
  "status": "NOTIFIED"
}
2022-01-14T11:40:16.268Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:40:16.268Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T11:40:16.269Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "668f5288-b573-4538-8449-00f7a5c6c2ed",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642160308919,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/vfw606244f10b200_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-14T11:40:16.269Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:40:16.269Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T11:40:16.269Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "668f5288-b573-4538-8449-00f7a5c6c2ed",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642160302429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114113652/1.0/artifacts/service-Vfw20220114113652-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:40:16.269Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:40:16.269Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T11:40:16.269Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "668f5288-b573-4538-8449-00f7a5c6c2ed",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642160310084,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-14T11:40:16.270Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:40:16.270Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T11:40:16.270Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "668f5288-b573-4538-8449-00f7a5c6c2ed",
  "consumerID": "policy-id",
  "timestamp": 1642160310191,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114113652/1.0/artifacts/service-Vfw20220114113652-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-14T11:40:16.270Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:40:16.270Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T11:40:16.270Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "668f5288-b573-4538-8449-00f7a5c6c2ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642160310883,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/vfw606244f10b200_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-14T11:40:16.271Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:40:16.271Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T11:40:16.271Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "668f5288-b573-4538-8449-00f7a5c6c2ed",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642160311134,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-01-14T11:40:16.271Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:40:16.271Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T11:40:16.272Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "668f5288-b573-4538-8449-00f7a5c6c2ed",
  "consumerID": "policy-id",
  "timestamp": 1642160311196,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114113652/1.0/artifacts/service-Vfw20220114113652-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-14T11:40:16.272Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:40:16.272Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T11:40:16.272Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "668f5288-b573-4538-8449-00f7a5c6c2ed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642160310705,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:40:16.273Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:40:16.273Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T11:40:16.273Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "668f5288-b573-4538-8449-00f7a5c6c2ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642160312061,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-14T11:40:16.273Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:40:16.273Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T11:40:16.273Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "668f5288-b573-4538-8449-00f7a5c6c2ed",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642160312158,
  "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-01-14T11:40:16.278Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 668f5288-b573-4538-8449-00f7a5c6c2ed
2022-01-14T11:40:16.278Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 668f5288-b573-4538-8449-00f7a5c6c2ed 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-01-14T11:40:16.285Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T11:40:16.285Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "668f5288-b573-4538-8449-00f7a5c6c2ed",
  "consumerID": "policy-id",
  "timestamp": 1642160312199,
  "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-01-14T11:40:16.289Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 668f5288-b573-4538-8449-00f7a5c6c2ed
2022-01-14T11:40:16.289Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 668f5288-b573-4538-8449-00f7a5c6c2ed and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-01-14T11:40:16.295Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T11:40:16.295Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "668f5288-b573-4538-8449-00f7a5c6c2ed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642160310705,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/vfw606244f10b200_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:40:16.295Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:40:16.295Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T11:40:16.295Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "668f5288-b573-4538-8449-00f7a5c6c2ed",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642160313163,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/vfw606244f10b200_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-14T11:40:16.295Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:40:16.295Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T11:40:16.295Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "668f5288-b573-4538-8449-00f7a5c6c2ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642160313247,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-01-14T11:40:16.295Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:40:16.295Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T11:40:16.296Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "668f5288-b573-4538-8449-00f7a5c6c2ed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642160310705,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:40:16.296Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:40:16.296Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T11:40:16.296Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "668f5288-b573-4538-8449-00f7a5c6c2ed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642160310705,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:40:16.296Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:40:16.296Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T11:40:16.296Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "668f5288-b573-4538-8449-00f7a5c6c2ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642160314471,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/vfw606244f10b200_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-14T11:40:16.296Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:40:16.296Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T11:40:16.296Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "668f5288-b573-4538-8449-00f7a5c6c2ed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642160310705,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:40:16.296Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:40:16.297Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T11:40:16.297Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "668f5288-b573-4538-8449-00f7a5c6c2ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642160315474,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-01-14T11:40:16.297Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:40:16.297Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T11:40:16.297Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "668f5288-b573-4538-8449-00f7a5c6c2ed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642160310705,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114113652/1.0/artifacts/service-Vfw20220114113652-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:40:16.297Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:40:16.297Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T11:40:16.297Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "668f5288-b573-4538-8449-00f7a5c6c2ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642160316478,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-01-14T11:40:16.297Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:40:16.297Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T11:40:16.297Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "668f5288-b573-4538-8449-00f7a5c6c2ed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642160310705,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114113652/1.0/artifacts/service-Vfw20220114113652-csar.csar",
  "status": "NOTIFIED"
}
2022-01-14T11:40:16.298Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:40:16.298Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T11:40:16.298Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "668f5288-b573-4538-8449-00f7a5c6c2ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642160317481,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114113652/1.0/artifacts/service-Vfw20220114113652-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-14T11:40:16.298Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:40:16.298Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T11:40:16.298Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "668f5288-b573-4538-8449-00f7a5c6c2ed",
  "consumerID": "aai-ml",
  "timestamp": 1642160317697,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114113652/1.0/artifacts/service-Vfw20220114113652-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-14T11:40:16.298Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:40:16.298Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T11:40:16.298Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "668f5288-b573-4538-8449-00f7a5c6c2ed",
  "consumerID": "clamp",
  "timestamp": 1642160318366,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114113652/1.0/artifacts/service-Vfw20220114113652-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-14T11:40:16.299Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:40:16.299Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T11:40:16.299Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "668f5288-b573-4538-8449-00f7a5c6c2ed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642160318490,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114113652/1.0/artifacts/service-Vfw20220114113652-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-14T11:40:16.299Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:40:16.299Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T11:40:16.299Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "668f5288-b573-4538-8449-00f7a5c6c2ed",
  "consumerID": "aai-ml",
  "timestamp": 1642160318702,
  "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-01-14T11:40:16.303Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 668f5288-b573-4538-8449-00f7a5c6c2ed
2022-01-14T11:40:16.303Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 668f5288-b573-4538-8449-00f7a5c6c2ed 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-01-14T11:40:16.310Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T11:40:16.310Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "668f5288-b573-4538-8449-00f7a5c6c2ed",
  "consumerID": "clamp",
  "timestamp": 1642160320376,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114113652/1.0/artifacts/service-Vfw20220114113652-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-14T11:40:16.310Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:40:16.310Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T11:40:16.311Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "668f5288-b573-4538-8449-00f7a5c6c2ed",
  "consumerID": "clamp",
  "timestamp": 1642160321380,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-14T11:40:16.315Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 668f5288-b573-4538-8449-00f7a5c6c2ed
2022-01-14T11:40:16.315Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 668f5288-b573-4538-8449-00f7a5c6c2ed and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-14T11:40:16.324Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T11:40:16.324Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "668f5288-b573-4538-8449-00f7a5c6c2ed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642160322292,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220114113652/1.0/artifacts/service-Vfw20220114113652-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-14T11:40:16.325Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:40:16.325Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T11:40:16.325Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "668f5288-b573-4538-8449-00f7a5c6c2ed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642160323296,
  "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-01-14T11:40:16.329Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 668f5288-b573-4538-8449-00f7a5c6c2ed
2022-01-14T11:40:16.329Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 668f5288-b573-4538-8449-00f7a5c6c2ed 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-01-14T11:40:38.551Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 668f5288-b573-4538-8449-00f7a5c6c2ed
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-14T11:40:38.577Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 668f5288-b573-4538-8449-00f7a5c6c2ed
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-01-14T11:40:38.580Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-14T11:40:38.580Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-01-14T11:40:38.581Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-01-14T11:40:38.581Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-01-14T11:40:38.581Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-14T11:40:38.581Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-14T11:40:38.581Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-14T11:40:38.581Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-14T11:40:38.582Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-14T11:40:38.582Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-14T11:40:38.582Z|668f5288-b573-4538-8449-00f7a5c6c2ed|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-01-14T11:40:38.588Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-01-14T11:41:08.588Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 668f5288-b573-4538-8449-00f7a5c6c2ed 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-01-14T11:41:08.594Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 668f5288-b573-4538-8449-00f7a5c6c2ed and serviceModelVersionId: abf3d6fd-6ab9-4e45-9eec-170f6ab21ea7
2022-01-14T11:41:08.594Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 92dcf14c-c28c-4f82-912f-a4c4be081945
2022-01-14T11:41:08.596Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/92dcf14c-c28c-4f82-912f-a4c4be081945/model-vers/model-ver/abf3d6fd-6ab9-4e45-9eec-170f6ab21ea7?depth=0
2022-01-14T11:41:08.604Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-01-14T11:41:08.665Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/92dcf14c-c28c-4f82-912f-a4c4be081945/model-vers/model-ver/abf3d6fd-6ab9-4e45-9eec-170f6ab21ea7?depth=0|INFO|500||Invoke
2022-01-14T11:41:08.666Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/92dcf14c-c28c-4f82-912f-a4c4be081945/model-vers/model-ver/abf3d6fd-6ab9-4e45-9eec-170f6ab21ea7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/92dcf14c-c28c-4f82-912f-a4c4be081945/model-vers/model-ver/abf3d6fd-6ab9-4e45-9eec-170f6ab21ea7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[668f5288-b573-4538-8449-00f7a5c6c2ed], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8d4ae2c4-f87d-40cc-9825-6a8a9460cced], X-ECOMP-RequestID=[668f5288-b573-4538-8449-00f7a5c6c2ed], X-TransactionId=[], X-ONAP-RequestID=[668f5288-b573-4538-8449-00f7a5c6c2ed], Content-Type=[application/merge-patch+json]}
2022-01-14T11:41:08.689Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/92dcf14c-c28c-4f82-912f-a4c4be081945/model-vers/model-ver/abf3d6fd-6ab9-4e45-9eec-170f6ab21ea7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-01-14T11:41:08.913Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/92dcf14c-c28c-4f82-912f-a4c4be081945/model-vers/model-ver/abf3d6fd-6ab9-4e45-9eec-170f6ab21ea7?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/92dcf14c-c28c-4f82-912f-a4c4be081945/model-vers/model-ver/abf3d6fd-6ab9-4e45-9eec-170f6ab21ea7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220114-11:41:08:689-78408], vertex-id=[159800], Content-Length=[0], Date=[Fri, 14 Jan 2022 11:41:08 GMT], Content-Type=[application/json]}
2022-01-14T11:41:08.914Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/92dcf14c-c28c-4f82-912f-a4c4be081945/model-vers/model-ver/abf3d6fd-6ab9-4e45-9eec-170f6ab21ea7?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-01-14T11:41:08.915Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/92dcf14c-c28c-4f82-912f-a4c4be081945/model-vers/model-ver/abf3d6fd-6ab9-4e45-9eec-170f6ab21ea7?depth=0|INFO|500||InvokeReturn
2022-01-14T11:41:08.916Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-01-14T11:41:08.916Z|668f5288-b573-4538-8449-00f7a5c6c2ed|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-01-14T11:41:08.922Z|668f5288-b573-4538-8449-00f7a5c6c2ed|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-01-14T11:41:08.922Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 668f5288-b573-4538-8449-00f7a5c6c2ed and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-01-14T11:41:08.922Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-01-14T11:41:08.923Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:41:08.926Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:41:08.926Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "668f5288-b573-4538-8449-00f7a5c6c2ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642160468922,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-14T11:41:09.026Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T11:41:09.027Z||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-01-14T11:41:09.027Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:41:09.042Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:41:09.043Z||pool-50-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-01-14T11:41:09.938Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:41:09.939Z|668f5288-b573-4538-8449-00f7a5c6c2ed|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-01-14T11:41:09.939Z|668f5288-b573-4538-8449-00f7a5c6c2ed|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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:41:15.697Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:41:15.699Z||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-01-14T11:41:15.699Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:41:16.350Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:41:16.351Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:41:16.351Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "668f5288-b573-4538-8449-00f7a5c6c2ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642160468922,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-14T11:41:16.353Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:41:20.431Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:41:20.431Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:41:20.432Z|668f5288-b573-4538-8449-00f7a5c6c2ed|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-01-14T11:41:20.432Z|668f5288-b573-4538-8449-00f7a5c6c2ed|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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:41:29.964Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:41:29.965Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:41:29.965Z|668f5288-b573-4538-8449-00f7a5c6c2ed|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-01-14T11:41:29.965Z|668f5288-b573-4538-8449-00f7a5c6c2ed|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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:41:39.497Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:42:15.695Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:42:15.697Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:42:15.699Z||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-01-14T11:42:15.699Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:42:15.699Z|668f5288-b573-4538-8449-00f7a5c6c2ed|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-01-14T11:42:15.699Z|668f5288-b573-4538-8449-00f7a5c6c2ed|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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:42:25.246Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:42:25.251Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:43:15.694Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:43:15.695Z|668f5288-b573-4538-8449-00f7a5c6c2ed|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-01-14T11:43:15.695Z|668f5288-b573-4538-8449-00f7a5c6c2ed|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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:43:15.697Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:43:15.698Z||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-01-14T11:43:15.698Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:43:25.238Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:43:25.246Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:44:15.695Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:44:15.697Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:44:15.698Z||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-01-14T11:44:15.698Z|668f5288-b573-4538-8449-00f7a5c6c2ed|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-01-14T11:44:15.699Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:44:15.699Z|668f5288-b573-4538-8449-00f7a5c6c2ed|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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:44:25.255Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:44:25.255Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:45:15.694Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:45:15.697Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:45:15.699Z|668f5288-b573-4538-8449-00f7a5c6c2ed|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-01-14T11:45:15.699Z||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-01-14T11:45:15.700Z|668f5288-b573-4538-8449-00f7a5c6c2ed|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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:45:15.700Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:45:25.250Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:45:25.253Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:46:15.694Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:46:15.695Z|668f5288-b573-4538-8449-00f7a5c6c2ed|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-01-14T11:46:15.695Z|668f5288-b573-4538-8449-00f7a5c6c2ed|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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:46:15.697Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:46:15.697Z||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-01-14T11:46:15.697Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:46:25.235Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:46:25.238Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:47:15.694Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:47:15.697Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:47:15.697Z||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-01-14T11:47:15.697Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:47:15.697Z||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-01-14T11:47:15.697Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:47:25.236Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:47:25.243Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:48:15.696Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:48:15.697Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:48:15.702Z||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-01-14T11:48:15.702Z||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-01-14T11:48:15.703Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:48:15.703Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:48:17.534Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:48:17.535Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-14T11:48:17.535Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"06485e90-c3fc-4a67-8a01-f828d46e9ba2","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"59381a60-a4f7-47aa-9201-e4c62c7a590a","serviceDescription":"service","serviceInvariantUUID":"6b3a2ec7-1d59-4589-9b64-56bfc7944355","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"69e9aeb2-6d74-4cc2-ac04-c022a92deb35","resourceInvariantUUID":"29cab323-bfff-45ec-9a1a-244f6816360c","resourceCustomizationUUID":"7a232e18-196f-49bb-a981-1dd79f1b5bbd","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":"ZjU3MTI3MWYyNjU2MjlkYzg0NmVlYTcyMWZlNzQzNjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0c0eba4b-6af4-4deb-bbb1-5ee3cc84cc4e","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ODgxOTZkMTM2ODdkMzNmMzUwZjQyZTUzYTc4MTBhMzA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"88bc3124-f32c-4af9-a8e8-5969bcb9a418","artifactVersion":"1"}],"workloadContext":"Production"}
2022-01-14T11:48:17.539Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-14T11:48:17.540Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:48:17.545Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:48:17.545Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "06485e90-c3fc-4a67-8a01-f828d46e9ba2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642160895695,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:48:17.645Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T11:48:17.646Z||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-01-14T11:48:17.646Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:48:17.657Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:48:17.657Z||pool-51-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-14T11:48:17.727Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:48:17.728Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:48:17.728Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06485e90-c3fc-4a67-8a01-f828d46e9ba2",
  "consumerID": "clamp",
  "timestamp": 1642160891306,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:48:17.729Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:48:17.729Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:48:17.729Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06485e90-c3fc-4a67-8a01-f828d46e9ba2",
  "consumerID": "aai-ml",
  "timestamp": 1642160891156,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:48:17.729Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:48:18.546Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-14T11:48:18.549Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:48:18.550Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:48:18.551Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "06485e90-c3fc-4a67-8a01-f828d46e9ba2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642160895695,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-01-14T11:48:18.651Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T11:48:18.652Z||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-01-14T11:48:18.652Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:48:18.660Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:48:18.661Z||pool-52-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-14T11:48:19.552Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "06485e90-c3fc-4a67-8a01-f828d46e9ba2",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "59381a60-a4f7-47aa-9201-e4c62c7a590a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "6b3a2ec7-1d59-4589-9b64-56bfc7944355",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "7a232e18-196f-49bb-a981-1dd79f1b5bbd",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "69e9aeb2-6d74-4cc2-ac04-c022a92deb35",
      "resourceInvariantUUID": "29cab323-bfff-45ec-9a1a-244f6816360c",
      "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": "ODgxOTZkMTM2ODdkMzNmMzUwZjQyZTUzYTc4MTBhMzA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "88bc3124-f32c-4af9-a8e8-5969bcb9a418"
    }
  ],
  "workloadContext": "Production"
}
2022-01-14T11:48:19.552Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-01-14T11:48:19.552Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 59381a60-a4f7-47aa-9201-e4c62c7a590a ASDC
2022-01-14T11:48:19.553Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:06485e90-c3fc-4a67-8a01-f828d46e9ba2
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:59381a60-a4f7-47aa-9201-e4c62c7a590a
ServiceInvariantUUID:6b3a2ec7-1d59-4589-9b64-56bfc7944355
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:88bc3124-f32c-4af9-a8e8-5969bcb9a418
ArtifactChecksum:ODgxOTZkMTM2ODdkMzNmMzUwZjQyZTUzYTc4MTBhMzA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:7a232e18-196f-49bb-a981-1dd79f1b5bbd
ResourceInvariantUUID:29cab323-bfff-45ec-9a1a-244f6816360c
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:69e9aeb2-6d74-4cc2-ac04-c022a92deb35
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-01-14T11:48:19.553Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 59381a60-a4f7-47aa-9201-e4c62c7a590a 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-01-14T11:48:19.587Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-14T11:48:19.588Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-01-14T11:48:19.588Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-01-14T11:48:19.589Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 88bc3124-f32c-4af9-a8e8-5969bcb9a418 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-01-14T11:48:19.589Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-01-14T11:48:19.589Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-01-14T11:48:19.796Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-01-14T11:48:19.799Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 88bc3124-f32c-4af9-a8e8-5969bcb9a418 52488
2022-01-14T11:48:19.799Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-01-14T11:48:19.799Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-01-14T11:48:19.799Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-14T11:48:19.800Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:48:19.802Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:48:19.802Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "06485e90-c3fc-4a67-8a01-f828d46e9ba2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642160899799,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-14T11:48:19.903Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-01-14T11:48:19.904Z||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-01-14T11:48:19.904Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:48:19.916Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:48:19.917Z||pool-53-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-14T11:48:20.803Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-14T11:48:20.803Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-01-14T11:48:20.804Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 88bc3124-f32c-4af9-a8e8-5969bcb9a418, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-01-14T11:48:20.804Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-01-14T11:48:20.805Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-01-14T11:48:20.805Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-01-14T11:48:20.982Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5802368660306516953/Definitions/service-BasicNetwork-template.yml
2022-01-14T11:48:21.440Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-01-14T11:48:21.441Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-01-14T11:48:21.441Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-01-14T11:48:21.441Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-01-14T11:48:21.441Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-01-14T11:48:21.441Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-01-14T11:48:21.441Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-01-14T11:48:21.442Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-01-14T11:48:21.442Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-01-14T11:48:21.442Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-01-14T11:48:21.442Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-01-14T11:48:21.442Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-01-14T11:48:21.442Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-01-14T11:48:21.442Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:48:21.443Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:48:21.443Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-01-14T11:48:21.443Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-01-14T11:48:21.443Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-14T11:48:21.443Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:48:21.443Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:48:21.444Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-01-14T11:48:21.444Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-01-14T11:48:21.444Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-14T11:48:21.444Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:48:21.444Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:48:21.444Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:48:21.445Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:48:21.445Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:48:21.445Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:48:21.445Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:48:21.445Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:48:21.445Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:48:21.446Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:48:21.446Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:59381a60-a4f7-47aa-9201-e4c62c7a590a
Model Version:NULL
Model InvariantUuid:6b3a2ec7-1d59-4589-9b64-56bfc7944355
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:29cab323-bfff-45ec-9a1a-244f6816360c
Model UUID:fc7725e6-fe2f-4bf8-80a2-ca883375594c
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:7a232e18-196f-49bb-a981-1dd79f1b5bbd
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-01-14T11:48:21.453Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||INFO|500||Processing Resource Type: VL, Model UUID: 69e9aeb2-6d74-4cc2-ac04-c022a92deb35
2022-01-14T11:48:21.453Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||INFO|500||No resources found for Service: 59381a60-a4f7-47aa-9201-e4c62c7a590a
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-01-14T11:48:21.458Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||INFO|500||
2022-01-14T11:48:21.458Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-01-14T11:48:21.459Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 59381a60-a4f7-47aa-9201-e4c62c7a590a
2022-01-14T11:48:21.459Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 59381a60-a4f7-47aa-9201-e4c62c7a590a
2022-01-14T11:48:21.459Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-01-14T11:48:21.460Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-01-14T11:48:21.464Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@729aec20, org.onap.sdc.toscaparser.api.parameters.Input@20fe5de8, org.onap.sdc.toscaparser.api.parameters.Input@50629855, org.onap.sdc.toscaparser.api.parameters.Input@73fbc5ce, org.onap.sdc.toscaparser.api.parameters.Input@5625dc7d]
2022-01-14T11:48:21.466Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:48:21.466Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:48:21.466Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:48:21.466Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:48:21.466Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 59381a60-a4f7-47aa-9201-e4c62c7a590a: Generic NeutronNet
2022-01-14T11:48:21.467Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:48:21.467Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:48:21.467Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:48:21.467Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-01-14T11:48:21.496Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:48:21.497Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:48:21.497Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:48:21.497Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:48:21.497Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:48:21.497Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:48:21.497Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-01-14T11:48:21.544Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-01-14T11:48:21.545Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-01-14T11:48:21.545Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-01-14T11:48:21.545Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-14T11:48:21.545Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:48:21.547Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:48:21.547Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "06485e90-c3fc-4a67-8a01-f828d46e9ba2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642160901545,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-14T11:48:21.647Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T11:48:21.648Z||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-01-14T11:48:21.648Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:48:21.667Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:48:21.667Z||pool-54-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-01-14T11:48:22.548Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 06485e90-c3fc-4a67-8a01-f828d46e9ba2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-14T11:48:22.560Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 06485e90-c3fc-4a67-8a01-f828d46e9ba2
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-01-14T11:48:22.562Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-14T11:48:22.562Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-14T11:48:22.562Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-14T11:48:52.562Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 06485e90-c3fc-4a67-8a01-f828d46e9ba2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-14T11:48:52.571Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 06485e90-c3fc-4a67-8a01-f828d46e9ba2
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-01-14T11:48:52.573Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-14T11:48:52.574Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-14T11:48:52.574Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-14T11:49:15.697Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:49:15.698Z||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-01-14T11:49:15.698Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:49:15.727Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:49:15.728Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:49:15.728Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06485e90-c3fc-4a67-8a01-f828d46e9ba2",
  "consumerID": "cds",
  "timestamp": 1642160893494,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:49:15.729Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:49:22.574Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 06485e90-c3fc-4a67-8a01-f828d46e9ba2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-14T11:49:22.583Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 06485e90-c3fc-4a67-8a01-f828d46e9ba2
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-01-14T11:49:22.584Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-14T11:49:22.585Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-14T11:49:22.585Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-14T11:49:52.586Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 06485e90-c3fc-4a67-8a01-f828d46e9ba2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-14T11:49:52.604Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 06485e90-c3fc-4a67-8a01-f828d46e9ba2
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-01-14T11:49:52.606Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-14T11:49:52.606Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-14T11:49:52.606Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-14T11:50:15.697Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:50:15.699Z||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-01-14T11:50:15.699Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:50:15.724Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:50:15.724Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:50:15.724Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06485e90-c3fc-4a67-8a01-f828d46e9ba2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642160895695,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:50:15.726Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:50:22.606Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 06485e90-c3fc-4a67-8a01-f828d46e9ba2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-14T11:50:22.617Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 06485e90-c3fc-4a67-8a01-f828d46e9ba2
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-01-14T11:50:22.619Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-14T11:50:22.619Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-14T11:50:22.619Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-14T11:50:52.619Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 06485e90-c3fc-4a67-8a01-f828d46e9ba2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-14T11:50:52.627Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 06485e90-c3fc-4a67-8a01-f828d46e9ba2
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-01-14T11:50:52.629Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-14T11:50:52.629Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-14T11:50:52.629Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-14T11:51:15.697Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:51:15.699Z||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-01-14T11:51:15.700Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:51:15.723Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:51:15.724Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:51:15.724Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06485e90-c3fc-4a67-8a01-f828d46e9ba2",
  "consumerID": "aai-ml",
  "timestamp": 1642160891156,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-01-14T11:51:15.726Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:51:15.726Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:51:15.726Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06485e90-c3fc-4a67-8a01-f828d46e9ba2",
  "consumerID": "clamp",
  "timestamp": 1642160891306,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-01-14T11:51:15.726Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:51:15.726Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:51:15.726Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06485e90-c3fc-4a67-8a01-f828d46e9ba2",
  "consumerID": "cds",
  "timestamp": 1642160893494,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-01-14T11:51:15.726Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:51:15.726Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:51:15.726Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06485e90-c3fc-4a67-8a01-f828d46e9ba2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642160895695,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-01-14T11:51:15.726Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:51:15.727Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:51:15.727Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06485e90-c3fc-4a67-8a01-f828d46e9ba2",
  "consumerID": "cds",
  "timestamp": 1642160899799,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-14T11:51:15.727Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:51:15.727Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:51:15.727Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06485e90-c3fc-4a67-8a01-f828d46e9ba2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642160899799,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-14T11:51:15.727Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:51:15.727Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:51:15.727Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06485e90-c3fc-4a67-8a01-f828d46e9ba2",
  "consumerID": "aai-ml",
  "timestamp": 1642160899803,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-14T11:51:15.727Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:51:15.727Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:51:15.727Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06485e90-c3fc-4a67-8a01-f828d46e9ba2",
  "consumerID": "cds",
  "timestamp": 1642160900805,
  "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-01-14T11:51:15.743Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 06485e90-c3fc-4a67-8a01-f828d46e9ba2
2022-01-14T11:51:15.743Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 06485e90-c3fc-4a67-8a01-f828d46e9ba2 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-01-14T11:51:15.754Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:51:15.754Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06485e90-c3fc-4a67-8a01-f828d46e9ba2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642160901545,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-14T11:51:15.754Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:51:15.754Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:51:15.754Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06485e90-c3fc-4a67-8a01-f828d46e9ba2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642160901015,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:51:15.754Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:51:15.754Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:51:15.755Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06485e90-c3fc-4a67-8a01-f828d46e9ba2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642160901015,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-01-14T11:51:15.755Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:51:15.755Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:51:15.755Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06485e90-c3fc-4a67-8a01-f828d46e9ba2",
  "consumerID": "policy-id",
  "timestamp": 1642160902200,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:51:15.755Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:51:15.755Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:51:15.755Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06485e90-c3fc-4a67-8a01-f828d46e9ba2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642160902429,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:51:15.755Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:51:15.755Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:51:15.755Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06485e90-c3fc-4a67-8a01-f828d46e9ba2",
  "consumerID": "policy-id",
  "timestamp": 1642160902200,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-01-14T11:51:15.756Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:51:15.756Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:51:15.756Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06485e90-c3fc-4a67-8a01-f828d46e9ba2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642160902429,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:51:15.756Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:51:15.756Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:51:15.756Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06485e90-c3fc-4a67-8a01-f828d46e9ba2",
  "consumerID": "policy-id",
  "timestamp": 1642160905386,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-14T11:51:15.756Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:51:15.756Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:51:15.756Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06485e90-c3fc-4a67-8a01-f828d46e9ba2",
  "consumerID": "aai-ml",
  "timestamp": 1642160906395,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-14T11:51:15.756Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:51:15.756Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:51:15.757Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06485e90-c3fc-4a67-8a01-f828d46e9ba2",
  "consumerID": "policy-id",
  "timestamp": 1642160906393,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-14T11:51:15.757Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:51:15.757Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:51:15.757Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06485e90-c3fc-4a67-8a01-f828d46e9ba2",
  "consumerID": "clamp",
  "timestamp": 1642160906449,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-14T11:51:15.757Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:51:15.757Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:51:15.757Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06485e90-c3fc-4a67-8a01-f828d46e9ba2",
  "consumerID": "aai-ml",
  "timestamp": 1642160907402,
  "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-01-14T11:51:15.761Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 06485e90-c3fc-4a67-8a01-f828d46e9ba2
2022-01-14T11:51:15.761Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 06485e90-c3fc-4a67-8a01-f828d46e9ba2 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-01-14T11:51:15.772Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:51:15.773Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06485e90-c3fc-4a67-8a01-f828d46e9ba2",
  "consumerID": "policy-id",
  "timestamp": 1642160907396,
  "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-01-14T11:51:15.777Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 06485e90-c3fc-4a67-8a01-f828d46e9ba2
2022-01-14T11:51:15.777Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 06485e90-c3fc-4a67-8a01-f828d46e9ba2 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-01-14T11:51:15.790Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:51:15.790Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06485e90-c3fc-4a67-8a01-f828d46e9ba2",
  "consumerID": "clamp",
  "timestamp": 1642160908459,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-14T11:51:15.791Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:51:15.791Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:51:15.791Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06485e90-c3fc-4a67-8a01-f828d46e9ba2",
  "consumerID": "clamp",
  "timestamp": 1642160909463,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-14T11:51:15.796Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 06485e90-c3fc-4a67-8a01-f828d46e9ba2
2022-01-14T11:51:15.796Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 06485e90-c3fc-4a67-8a01-f828d46e9ba2 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-14T11:51:15.803Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:51:15.804Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06485e90-c3fc-4a67-8a01-f828d46e9ba2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642160910704,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:51:15.804Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:51:15.804Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:51:15.804Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06485e90-c3fc-4a67-8a01-f828d46e9ba2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642160910704,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-01-14T11:51:15.804Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:51:15.804Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:51:15.805Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06485e90-c3fc-4a67-8a01-f828d46e9ba2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642160913748,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-14T11:51:15.805Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:51:15.805Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:51:15.805Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06485e90-c3fc-4a67-8a01-f828d46e9ba2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642160915505,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-14T11:51:15.806Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:51:15.806Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:51:15.806Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06485e90-c3fc-4a67-8a01-f828d46e9ba2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642160916509,
  "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-01-14T11:51:15.810Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 06485e90-c3fc-4a67-8a01-f828d46e9ba2
2022-01-14T11:51:15.810Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 06485e90-c3fc-4a67-8a01-f828d46e9ba2 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-01-14T11:51:22.630Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 06485e90-c3fc-4a67-8a01-f828d46e9ba2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-14T11:51:22.642Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 06485e90-c3fc-4a67-8a01-f828d46e9ba2
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-01-14T11:51:22.644Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-14T11:51:22.644Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-01-14T11:51:22.644Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-01-14T11:51:22.644Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-01-14T11:51:22.644Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-14T11:51:22.644Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-14T11:51:22.645Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-14T11:51:22.645Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-14T11:51:22.645Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-14T11:51:22.645Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-14T11:51:22.645Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-14T11:51:22.649Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-01-14T11:51:52.649Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 06485e90-c3fc-4a67-8a01-f828d46e9ba2 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-01-14T11:51:52.655Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 06485e90-c3fc-4a67-8a01-f828d46e9ba2 and serviceModelVersionId: 59381a60-a4f7-47aa-9201-e4c62c7a590a
2022-01-14T11:51:52.655Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6b3a2ec7-1d59-4589-9b64-56bfc7944355
2022-01-14T11:51:52.657Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6b3a2ec7-1d59-4589-9b64-56bfc7944355/model-vers/model-ver/59381a60-a4f7-47aa-9201-e4c62c7a590a?depth=0
2022-01-14T11:51:52.665Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-01-14T11:51:52.730Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6b3a2ec7-1d59-4589-9b64-56bfc7944355/model-vers/model-ver/59381a60-a4f7-47aa-9201-e4c62c7a590a?depth=0|INFO|500||Invoke
2022-01-14T11:51:52.730Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6b3a2ec7-1d59-4589-9b64-56bfc7944355/model-vers/model-ver/59381a60-a4f7-47aa-9201-e4c62c7a590a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6b3a2ec7-1d59-4589-9b64-56bfc7944355/model-vers/model-ver/59381a60-a4f7-47aa-9201-e4c62c7a590a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[06485e90-c3fc-4a67-8a01-f828d46e9ba2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[746fc1a8-da0a-4f94-8e56-cd98bfc19e14], X-ECOMP-RequestID=[06485e90-c3fc-4a67-8a01-f828d46e9ba2], X-TransactionId=[], X-ONAP-RequestID=[06485e90-c3fc-4a67-8a01-f828d46e9ba2], Content-Type=[application/merge-patch+json]}
2022-01-14T11:51:52.757Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6b3a2ec7-1d59-4589-9b64-56bfc7944355/model-vers/model-ver/59381a60-a4f7-47aa-9201-e4c62c7a590a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-01-14T11:51:52.946Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6b3a2ec7-1d59-4589-9b64-56bfc7944355/model-vers/model-ver/59381a60-a4f7-47aa-9201-e4c62c7a590a?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/6b3a2ec7-1d59-4589-9b64-56bfc7944355/model-vers/model-ver/59381a60-a4f7-47aa-9201-e4c62c7a590a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220114-11:51:52:757-48898], vertex-id=[163896], Content-Length=[0], Date=[Fri, 14 Jan 2022 11:51:52 GMT], Content-Type=[application/json]}
2022-01-14T11:51:52.947Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6b3a2ec7-1d59-4589-9b64-56bfc7944355/model-vers/model-ver/59381a60-a4f7-47aa-9201-e4c62c7a590a?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-01-14T11:51:52.947Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6b3a2ec7-1d59-4589-9b64-56bfc7944355/model-vers/model-ver/59381a60-a4f7-47aa-9201-e4c62c7a590a?depth=0|INFO|500||InvokeReturn
2022-01-14T11:51:52.948Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-01-14T11:51:52.948Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-01-14T11:51:52.957Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-01-14T11:51:52.958Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 06485e90-c3fc-4a67-8a01-f828d46e9ba2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-01-14T11:51:52.958Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-01-14T11:51:52.958Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:51:52.968Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:51:52.969Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "06485e90-c3fc-4a67-8a01-f828d46e9ba2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642161112958,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-14T11:51:53.060Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms
2022-01-14T11:51:53.061Z||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-01-14T11:51:53.061Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:51:53.111Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:51:53.111Z||pool-55-thread-1|||||INFO|500||cambria reply ok (50 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-01-14T11:51:53.980Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:51:53.981Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|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-01-14T11:51:53.981Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:51:59.619Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:51:59.620Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-14T11:51:59.620Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"aed90c65-1282-4347-8062-2b5d5869d505","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"7d8c6720-8c6c-4a32-9761-55a7f70d3881","serviceDescription":"service","serviceInvariantUUID":"218b65eb-a270-41e6-ab35-72820ba3e767","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1247a189-8b17-4a74-ae1c-e608b930a7cf","resourceInvariantUUID":"859d5ae6-d932-4996-a2f6-c75596b1a8bc","resourceCustomizationUUID":"53db9e58-7cfd-456b-bbaa-0394e1402b14","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":"ZjZkZWFkNTYyZDM3ZGNlYTlmYWQxY2NlMTNiZDlmYWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7a3c6e00-f3a1-4fce-bcd2-58bcb75351b5","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":"YTkwOWExYTIyMmYwZmM3NjFiMDA3MGI5MTM0Njk0NTk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"105c3699-66d8-4533-ac21-286002d6d986","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":"8a933880-64ef-4dc4-87c4-f0865d95882d","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":"4dea4432-ffc7-4cf9-b00f-3ebfb0121b4f","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":"ade20bc9-d583-4dac-8b21-7c41f94c0666","artifactVersion":"2","generatedFromUUID":"8a933880-64ef-4dc4-87c4-f0865d95882d"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NzBjOWU3OWFhMDIzZjE3MTM3MTJiOTM4MjBjZTcyYjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fc3daf11-67e3-4226-9742-e38cc2174360","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NTM1ZGYzOGQwNTA4MTFjMjg3NTEyMDE3ZjEwYjQ2ZjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7e2b2d70-b8bf-45b4-9b6b-55e432e57dd6","artifactVersion":"1"}],"workloadContext":"Production"}
2022-01-14T11:51:59.623Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-14T11:51:59.623Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:51:59.625Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:51:59.626Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "aed90c65-1282-4347-8062-2b5d5869d505",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642161113980,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:51:59.726Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T11:51:59.727Z||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-01-14T11:51:59.727Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:51:59.742Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:51:59.742Z||pool-56-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-01-14T11:52:00.626Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-14T11:52:00.628Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:52:00.630Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:52:00.630Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "aed90c65-1282-4347-8062-2b5d5869d505",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642161113980,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-01-14T11:52:00.730Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T11:52:00.732Z||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-01-14T11:52:00.732Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:52:00.745Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:52:00.745Z||pool-57-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-01-14T11:52:01.630Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-14T11:52:01.631Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:52:01.635Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:52:01.635Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "aed90c65-1282-4347-8062-2b5d5869d505",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642161113980,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-01-14T11:52:01.734Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-14T11:52:01.735Z||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-01-14T11:52:01.735Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:52:01.747Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:52:01.747Z||pool-58-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-14T11:52:02.636Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-14T11:52:02.636Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:52:02.639Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:52:02.639Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "aed90c65-1282-4347-8062-2b5d5869d505",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642161113980,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:52:02.739Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T11:52:02.741Z||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-01-14T11:52:02.741Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:52:02.756Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:52:02.758Z||pool-59-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-01-14T11:52:03.640Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-14T11:52:03.641Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:52:03.643Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:52:03.643Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "aed90c65-1282-4347-8062-2b5d5869d505",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642161113980,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-01-14T11:52:03.743Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T11:52:03.744Z||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-01-14T11:52:03.744Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:52:03.759Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:52:03.760Z||pool-60-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-01-14T11:52:04.644Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-14T11:52:04.646Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:52:04.648Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:52:04.648Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "aed90c65-1282-4347-8062-2b5d5869d505",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642161113980,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:52:04.748Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T11:52:04.749Z||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-01-14T11:52:04.749Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:52:04.759Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:52:04.759Z||pool-61-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-01-14T11:52:05.648Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-14T11:52:05.649Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:52:05.651Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:52:05.651Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "aed90c65-1282-4347-8062-2b5d5869d505",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642161113980,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-01-14T11:52:05.751Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T11:52:05.752Z||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-01-14T11:52:05.752Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:52:05.775Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:52:05.776Z||pool-62-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-01-14T11:52:06.653Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "aed90c65-1282-4347-8062-2b5d5869d505",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "7d8c6720-8c6c-4a32-9761-55a7f70d3881",
  "serviceDescription": "service",
  "serviceInvariantUUID": "218b65eb-a270-41e6-ab35-72820ba3e767",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "53db9e58-7cfd-456b-bbaa-0394e1402b14",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1247a189-8b17-4a74-ae1c-e608b930a7cf",
      "resourceInvariantUUID": "859d5ae6-d932-4996-a2f6-c75596b1a8bc",
      "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": "YTkwOWExYTIyMmYwZmM3NjFiMDA3MGI5MTM0Njk0NTk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "105c3699-66d8-4533-ac21-286002d6d986",
          "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": "8a933880-64ef-4dc4-87c4-f0865d95882d",
          "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": "ade20bc9-d583-4dac-8b21-7c41f94c0666",
            "generatedFromUUID": "8a933880-64ef-4dc4-87c4-f0865d95882d"
          },
          "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": "ade20bc9-d583-4dac-8b21-7c41f94c0666",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NTM1ZGYzOGQwNTA4MTFjMjg3NTEyMDE3ZjEwYjQ2ZjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7e2b2d70-b8bf-45b4-9b6b-55e432e57dd6"
    }
  ],
  "workloadContext": "Production"
}
2022-01-14T11:52:06.654Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-01-14T11:52:06.654Z|06485e90-c3fc-4a67-8a01-f828d46e9ba2|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7d8c6720-8c6c-4a32-9761-55a7f70d3881 ASDC
2022-01-14T11:52:06.654Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:aed90c65-1282-4347-8062-2b5d5869d505
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:7d8c6720-8c6c-4a32-9761-55a7f70d3881
ServiceInvariantUUID:218b65eb-a270-41e6-ab35-72820ba3e767
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:7e2b2d70-b8bf-45b4-9b6b-55e432e57dd6
ArtifactChecksum:NTM1ZGYzOGQwNTA4MTFjMjg3NTEyMDE3ZjEwYjQ2ZjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:53db9e58-7cfd-456b-bbaa-0394e1402b14
ResourceInvariantUUID:859d5ae6-d932-4996-a2f6-c75596b1a8bc
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:1247a189-8b17-4a74-ae1c-e608b930a7cf
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:105c3699-66d8-4533-ac21-286002d6d986
ArtifactChecksum:YTkwOWExYTIyMmYwZmM3NjFiMDA3MGI5MTM0Njk0NTk=
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:8a933880-64ef-4dc4-87c4-f0865d95882d
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:ade20bc9-d583-4dac-8b21-7c41f94c0666
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:ade20bc9-d583-4dac-8b21-7c41f94c0666
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-01-14T11:52:06.655Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7d8c6720-8c6c-4a32-9761-55a7f70d3881 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-01-14T11:52:06.692Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-14T11:52:06.693Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-01-14T11:52:06.693Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-01-14T11:52:06.693Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 7e2b2d70-b8bf-45b4-9b6b-55e432e57dd6 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-01-14T11:52:06.693Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-01-14T11:52:06.693Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-01-14T11:52:07.598Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-01-14T11:52:07.601Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 7e2b2d70-b8bf-45b4-9b6b-55e432e57dd6 71052
2022-01-14T11:52:07.601Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-01-14T11:52:07.602Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-01-14T11:52:07.602Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-14T11:52:07.602Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:52:07.605Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:52:07.605Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "aed90c65-1282-4347-8062-2b5d5869d505",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642161127601,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-14T11:52:07.705Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T11:52:07.706Z||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-01-14T11:52:07.706Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:52:07.722Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:52:07.722Z||pool-63-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-01-14T11:52:08.606Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-14T11:52:08.609Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-01-14T11:52:08.609Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 7e2b2d70-b8bf-45b4-9b6b-55e432e57dd6, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-01-14T11:52:08.609Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-01-14T11:52:08.610Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-01-14T11:52:08.610Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-01-14T11:52:08.803Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15655853645011018648/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_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 "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-01-14T11:52:10.009Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-01-14T11:52:10.010Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-01-14T11:52:10.011Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-01-14T11:52:10.011Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-01-14T11:52:10.011Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-01-14T11:52:10.011Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-01-14T11:52:10.011Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-01-14T11:52:10.012Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-01-14T11:52:10.012Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-01-14T11:52:10.012Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-01-14T11:52:10.012Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-01-14T11:52:10.012Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-01-14T11:52:10.012Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-01-14T11:52:10.013Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-01-14T11:52:10.013Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:52:10.013Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:52:10.013Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-01-14T11:52:10.014Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-01-14T11:52:10.014Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-14T11:52:10.014Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:52:10.015Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:52:10.015Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-01-14T11:52:10.015Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-01-14T11:52:10.015Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-14T11:52:10.015Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:52:10.016Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:52:10.016Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:52:10.016Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-01-14T11:52:10.016Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-01-14T11:52:10.016Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-01-14T11:52:10.016Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-01-14T11:52:10.017Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-01-14T11:52:10.017Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-01-14T11:52:10.017Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:52:10.017Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-14T11:52:10.019Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:52:10.019Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-01-14T11:52:10.019Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-14T11:52:10.020Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:52:10.020Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-01-14T11:52:10.020Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-14T11:52:10.020Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:52:10.020Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-01-14T11:52:10.021Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-14T11:52:10.021Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:52:10.021Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-01-14T11:52:10.021Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-01-14T11:52:10.021Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-01-14T11:52:10.022Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=a47a877c-73cc-4642-9c44-1b19134db9bb
2022-01-14T11:52:10.022Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:52:10.022Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:52:10.022Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:52:10.022Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:52:10.023Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:52:10.023Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:52:10.023Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:52:10.023Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:52:10.023Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:7d8c6720-8c6c-4a32-9761-55a7f70d3881
Model Version:NULL
Model InvariantUuid:218b65eb-a270-41e6-ab35-72820ba3e767
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:9880dca4-8178-48b4-9499-3ccbc4dccc89
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:859d5ae6-d932-4996-a2f6-c75596b1a8bc
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:53db9e58-7cfd-456b-bbaa-0394e1402b14
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:9dd75350-7ef8-4815-b9c9-880942bb3f7b
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:42664e43-3907-402a-8e51-5d8e4c803dae
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:a47a877c-73cc-4642-9c44-1b19134db9bb
ModelInvariantUuid:42357ace-1e9f-4e34-bebd-f03713f47d67
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:950de1bd-7ab0-407a-b753-a61b480e3d10
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:59f5ad05-5dc2-42e8-b3e8-092d5e2163d1
ModelInvariantUuid:5d0d7189-c6cb-4a6b-acd4-09642eea4ba4
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:ed6324d8-bbf9-405c-a8d7-6de88d9b9ede
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-01-14T11:52:10.035Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 1247a189-8b17-4a74-ae1c-e608b930a7cf
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-01-14T11:52:10.041Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||INFO|500||basic_vm 0
2022-01-14T11:52:10.041Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1247a189-8b17-4a74-ae1c-e608b930a7cf
2022-01-14T11:52:10.041Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 105c3699-66d8-4533-ac21-286002d6d986 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-01-14T11:52:10.041Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-01-14T11:52:10.042Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-01-14T11:52:10.120Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-01-14T11:52:10.121Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 105c3699-66d8-4533-ac21-286002d6d986 787
2022-01-14T11:52:10.121Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-01-14T11:52:10.121Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-01-14T11:52:10.121Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-14T11:52:10.122Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:52:10.124Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:52:10.124Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "aed90c65-1282-4347-8062-2b5d5869d505",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642161130121,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-14T11:52:10.224Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T11:52:10.228Z||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-01-14T11:52:10.228Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:52:10.248Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:52:10.249Z||pool-64-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-01-14T11:52:11.126Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "9dd75350-7ef8-4815-b9c9-880942bb3f7b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "42664e43-3907-402a-8e51-5d8e4c803dae",
    "vfModuleModelCustomizationUUID": "15436814-7d15-415f-a45f-6cfd0c2b45c4",
    "isBase": true,
    "artifacts": [
      "8a933880-64ef-4dc4-87c4-f0865d95882d",
      "ade20bc9-d583-4dac-8b21-7c41f94c0666"
    ],
    "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-01-14T11:52:11.132Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:42664e43-3907-402a-8e51-5d8e4c803dae
VfModuleModelInvariantUUID:9dd75350-7ef8-4815-b9c9-880942bb3f7b
VfModuleModelDescription:NULL
Artifacts UUID List:{
8a933880-64ef-4dc4-87c4-f0865d95882d
,
ade20bc9-d583-4dac-8b21-7c41f94c0666

}
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-01-14T11:52:11.156Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "9dd75350-7ef8-4815-b9c9-880942bb3f7b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "42664e43-3907-402a-8e51-5d8e4c803dae",
    "vfModuleModelCustomizationUUID": "15436814-7d15-415f-a45f-6cfd0c2b45c4",
    "isBase": true,
    "artifacts": [
      "8a933880-64ef-4dc4-87c4-f0865d95882d",
      "ade20bc9-d583-4dac-8b21-7c41f94c0666"
    ],
    "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-01-14T11:52:11.156Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:42664e43-3907-402a-8e51-5d8e4c803dae
VfModuleModelInvariantUUID:9dd75350-7ef8-4815-b9c9-880942bb3f7b
VfModuleModelDescription:NULL
Artifacts UUID List:{
8a933880-64ef-4dc4-87c4-f0865d95882d
,
ade20bc9-d583-4dac-8b21-7c41f94c0666

}
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-01-14T11:52:11.157Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 8a933880-64ef-4dc4-87c4-f0865d95882d from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-01-14T11:52:11.157Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-01-14T11:52:11.157Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-01-14T11:52:11.213Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-01-14T11:52:11.214Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 8a933880-64ef-4dc4-87c4-f0865d95882d 5033
2022-01-14T11:52:11.214Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-01-14T11:52:11.214Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-01-14T11:52:11.214Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-14T11:52:11.215Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:52:11.218Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:52:11.218Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "aed90c65-1282-4347-8062-2b5d5869d505",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642161131214,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-14T11:52:11.318Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T11:52:11.319Z||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-01-14T11:52:11.319Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:52:11.331Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:52:11.332Z||pool-65-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-01-14T11:52:12.218Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ade20bc9-d583-4dac-8b21-7c41f94c0666 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-01-14T11:52:12.219Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-01-14T11:52:12.219Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-01-14T11:52:12.342Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-01-14T11:52:12.342Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ade20bc9-d583-4dac-8b21-7c41f94c0666 903
2022-01-14T11:52:12.343Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-01-14T11:52:12.343Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-01-14T11:52:12.343Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-14T11:52:12.343Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:52:12.345Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:52:12.345Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "aed90c65-1282-4347-8062-2b5d5869d505",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642161132343,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-01-14T11:52:12.445Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T11:52:12.446Z||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-01-14T11:52:12.446Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:52:12.459Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:52:12.459Z||pool-66-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-14T11:52:13.347Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 7d8c6720-8c6c-4a32-9761-55a7f70d3881
2022-01-14T11:52:13.347Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 1247a189-8b17-4a74-ae1c-e608b930a7cf 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-01-14T11:52:13.361Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@9e50712, org.onap.sdc.toscaparser.api.parameters.Input@53f632db, org.onap.sdc.toscaparser.api.parameters.Input@150323c, org.onap.sdc.toscaparser.api.parameters.Input@7b328e33, org.onap.sdc.toscaparser.api.parameters.Input@5acecbd0]
2022-01-14T11:52:13.363Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:52:13.364Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:52:13.364Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-01-14T11:52:13.364Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 53db9e58-7cfd-456b-bbaa-0394e1402b14
2022-01-14T11:52:13.364Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 53db9e58-7cfd-456b-bbaa-0394e1402b14 matches Tosca VF Customization UUID: 53db9e58-7cfd-456b-bbaa-0394e1402b14
2022-01-14T11:52:13.364Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 53db9e58-7cfd-456b-bbaa-0394e1402b14  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-01-14T11:52:13.367Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:52:13.367Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:52:13.367Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 53db9e58-7cfd-456b-bbaa-0394e1402b14: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"}
2022-01-14T11:52:13.368Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@57a11c7b
2022-01-14T11:52:13.368Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:52:13.368Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-14T11:52:13.368Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 15436814-7d15-415f-a45f-6cfd0c2b45c4
2022-01-14T11:52:13.369Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 15436814-7d15-415f-a45f-6cfd0c2b45c4
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-01-14T11:52:13.371Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:52:13.371Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-01-14T11:52:13.371Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-14T11:52:13.371Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:52:13.372Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-01-14T11:52:13.372Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-14T11:52:13.372Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:52:13.372Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-01-14T11:52:13.372Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-01-14T11:52:13.373Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-01-14T11:52:13.373Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=a47a877c-73cc-4642-9c44-1b19134db9bb
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-01-14T11:52:13.375Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:52:13.375Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-01-14T11:52:13.375Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-14T11:52:13.375Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:52:13.376Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-01-14T11:52:13.376Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=53db9e58-7cfd-456b-bbaa-0394e1402b14
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-01-14T11:52:13.377Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:52:13.378Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:52:13.378Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 7d8c6720-8c6c-4a32-9761-55a7f70d3881: basic_vm
2022-01-14T11:52:13.378Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:52:13.378Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:52:13.378Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:52:13.379Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:52:13.379Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:52:13.379Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:52:13.379Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:52:13.379Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:52:13.379Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:52:13.380Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:52:13.380Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-14T11:52:13.445Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 1247a189-8b17-4a74-ae1c-e608b930a7cf 1 ASDC deployResourceStructure
2022-01-14T11:52:13.445Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-01-14T11:52:13.446Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-01-14T11:52:13.446Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-14T11:52:13.446Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:52:13.448Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:52:13.448Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "aed90c65-1282-4347-8062-2b5d5869d505",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642161133445,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-14T11:52:13.548Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T11:52:13.549Z||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-01-14T11:52:13.549Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:52:13.574Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:52:13.574Z||pool-67-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-01-14T11:52:14.449Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-01-14T11:52:14.449Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-01-14T11:52:14.449Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-14T11:52:14.450Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:52:14.452Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:52:14.452Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "aed90c65-1282-4347-8062-2b5d5869d505",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642161134449,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-01-14T11:52:14.552Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T11:52:14.553Z||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-01-14T11:52:14.553Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:52:14.570Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:52:14.570Z||pool-68-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-01-14T11:52:15.453Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-01-14T11:52:15.453Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-01-14T11:52:15.453Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-14T11:52:15.454Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:52:15.456Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:52:15.456Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "aed90c65-1282-4347-8062-2b5d5869d505",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642161135453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-01-14T11:52:15.560Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-01-14T11:52:15.561Z||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-01-14T11:52:15.561Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:52:15.573Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:52:15.574Z||pool-69-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-14T11:52:15.697Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:52:15.698Z||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-01-14T11:52:15.698Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:52:15.721Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:52:15.722Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:52:15.722Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed90c65-1282-4347-8062-2b5d5869d505",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642160981015,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:52:15.723Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:52:15.723Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:52:15.724Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed90c65-1282-4347-8062-2b5d5869d505",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642160982429,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:52:15.724Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:52:15.724Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:52:15.724Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed90c65-1282-4347-8062-2b5d5869d505",
  "consumerID": "aai-ml",
  "timestamp": 1642160981155,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:52:15.724Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:52:15.724Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:52:15.724Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed90c65-1282-4347-8062-2b5d5869d505",
  "consumerID": "cds",
  "timestamp": 1642160983494,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:52:15.725Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:52:15.725Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:52:15.725Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed90c65-1282-4347-8062-2b5d5869d505",
  "consumerID": "clamp",
  "timestamp": 1642160981305,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:52:15.725Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:52:15.725Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:52:15.725Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed90c65-1282-4347-8062-2b5d5869d505",
  "consumerID": "policy-id",
  "timestamp": 1642160982199,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:52:15.725Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:52:15.725Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:52:15.726Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed90c65-1282-4347-8062-2b5d5869d505",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642160982429,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:52:15.726Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:52:15.726Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:52:15.726Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed90c65-1282-4347-8062-2b5d5869d505",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642160981015,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-01-14T11:52:15.726Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:52:15.726Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:52:15.726Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed90c65-1282-4347-8062-2b5d5869d505",
  "consumerID": "aai-ml",
  "timestamp": 1642160981155,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:52:15.727Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:52:15.727Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:52:15.727Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed90c65-1282-4347-8062-2b5d5869d505",
  "consumerID": "cds",
  "timestamp": 1642160983494,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:52:15.727Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:52:15.727Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:52:15.727Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed90c65-1282-4347-8062-2b5d5869d505",
  "consumerID": "clamp",
  "timestamp": 1642160981305,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-01-14T11:52:15.727Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:52:15.727Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:52:15.727Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed90c65-1282-4347-8062-2b5d5869d505",
  "consumerID": "policy-id",
  "timestamp": 1642160982199,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:52:15.728Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:52:15.728Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:52:15.728Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed90c65-1282-4347-8062-2b5d5869d505",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642160981015,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-01-14T11:52:15.728Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:52:15.728Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:52:15.728Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed90c65-1282-4347-8062-2b5d5869d505",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642160982429,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:52:15.728Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:52:15.729Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:52:15.729Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed90c65-1282-4347-8062-2b5d5869d505",
  "consumerID": "aai-ml",
  "timestamp": 1642160981155,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:52:15.729Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:52:15.729Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:52:15.729Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed90c65-1282-4347-8062-2b5d5869d505",
  "consumerID": "cds",
  "timestamp": 1642160983494,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:52:15.729Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:52:15.729Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:52:15.729Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed90c65-1282-4347-8062-2b5d5869d505",
  "consumerID": "clamp",
  "timestamp": 1642160981305,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:52:15.730Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:52:15.730Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:52:15.730Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed90c65-1282-4347-8062-2b5d5869d505",
  "consumerID": "policy-id",
  "timestamp": 1642160982199,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-01-14T11:52:15.730Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:52:15.730Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:52:15.730Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed90c65-1282-4347-8062-2b5d5869d505",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642160982429,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:52:15.730Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:52:15.730Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:52:15.730Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed90c65-1282-4347-8062-2b5d5869d505",
  "consumerID": "aai-ml",
  "timestamp": 1642160981155,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:52:15.731Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:52:15.731Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:52:15.731Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed90c65-1282-4347-8062-2b5d5869d505",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642160981015,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:52:15.731Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:52:15.731Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:52:15.731Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed90c65-1282-4347-8062-2b5d5869d505",
  "consumerID": "cds",
  "timestamp": 1642160983494,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:52:15.731Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:52:15.731Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:52:15.732Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed90c65-1282-4347-8062-2b5d5869d505",
  "consumerID": "clamp",
  "timestamp": 1642160981305,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:52:15.732Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:52:15.732Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:52:15.732Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed90c65-1282-4347-8062-2b5d5869d505",
  "consumerID": "policy-id",
  "timestamp": 1642160982199,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:52:15.732Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:52:15.732Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:52:15.732Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed90c65-1282-4347-8062-2b5d5869d505",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642160982429,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:52:15.732Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:52:15.733Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:52:15.733Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed90c65-1282-4347-8062-2b5d5869d505",
  "consumerID": "aai-ml",
  "timestamp": 1642160981155,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:52:15.733Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:52:15.733Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:52:15.733Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed90c65-1282-4347-8062-2b5d5869d505",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642160981015,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-01-14T11:52:15.733Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:52:15.733Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:52:15.733Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed90c65-1282-4347-8062-2b5d5869d505",
  "consumerID": "cds",
  "timestamp": 1642160983494,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:52:15.733Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:52:15.734Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:52:15.734Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed90c65-1282-4347-8062-2b5d5869d505",
  "consumerID": "clamp",
  "timestamp": 1642160981305,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:52:15.734Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:52:15.734Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:52:15.734Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed90c65-1282-4347-8062-2b5d5869d505",
  "consumerID": "policy-id",
  "timestamp": 1642160982199,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:52:15.734Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:52:15.734Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:52:15.734Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed90c65-1282-4347-8062-2b5d5869d505",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642160982429,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:52:15.735Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:52:15.735Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:52:15.735Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed90c65-1282-4347-8062-2b5d5869d505",
  "consumerID": "aai-ml",
  "timestamp": 1642160981155,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:52:15.735Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:52:15.735Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:52:15.735Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed90c65-1282-4347-8062-2b5d5869d505",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642160981015,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:52:15.735Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:52:15.735Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:52:15.735Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed90c65-1282-4347-8062-2b5d5869d505",
  "consumerID": "cds",
  "timestamp": 1642160983494,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:52:15.736Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:52:15.736Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:52:15.736Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed90c65-1282-4347-8062-2b5d5869d505",
  "consumerID": "clamp",
  "timestamp": 1642160981305,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:52:15.736Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:52:15.736Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:52:15.736Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed90c65-1282-4347-8062-2b5d5869d505",
  "consumerID": "policy-id",
  "timestamp": 1642160982199,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:52:15.736Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:52:15.736Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:52:15.737Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed90c65-1282-4347-8062-2b5d5869d505",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642160982429,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:52:15.737Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:52:15.737Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:52:15.737Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed90c65-1282-4347-8062-2b5d5869d505",
  "consumerID": "aai-ml",
  "timestamp": 1642160981155,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-01-14T11:52:15.737Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:52:15.737Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:52:15.737Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed90c65-1282-4347-8062-2b5d5869d505",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642160981015,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-01-14T11:52:15.737Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:52:15.737Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:52:15.738Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed90c65-1282-4347-8062-2b5d5869d505",
  "consumerID": "cds",
  "timestamp": 1642160983494,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-01-14T11:52:15.738Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:52:15.738Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:52:15.738Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed90c65-1282-4347-8062-2b5d5869d505",
  "consumerID": "clamp",
  "timestamp": 1642160981305,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-01-14T11:52:15.738Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:52:15.738Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:52:15.738Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed90c65-1282-4347-8062-2b5d5869d505",
  "consumerID": "policy-id",
  "timestamp": 1642160982199,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-01-14T11:52:15.738Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:52:15.739Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:52:15.739Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed90c65-1282-4347-8062-2b5d5869d505",
  "consumerID": "aai-ml",
  "timestamp": 1642160998123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-14T11:52:15.739Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:52:15.739Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:52:15.739Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed90c65-1282-4347-8062-2b5d5869d505",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642160998106,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-14T11:52:15.739Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:52:15.739Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:52:15.739Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed90c65-1282-4347-8062-2b5d5869d505",
  "consumerID": "cds",
  "timestamp": 1642160998118,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-14T11:52:15.740Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:52:15.740Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:52:15.740Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed90c65-1282-4347-8062-2b5d5869d505",
  "consumerID": "policy-id",
  "timestamp": 1642160998120,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-14T11:52:15.740Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:52:15.740Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:52:15.740Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed90c65-1282-4347-8062-2b5d5869d505",
  "consumerID": "cds",
  "timestamp": 1642160999126,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-14T11:52:15.747Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of aed90c65-1282-4347-8062-2b5d5869d505
2022-01-14T11:52:15.748Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId aed90c65-1282-4347-8062-2b5d5869d505 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-01-14T11:52:15.755Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:52:15.756Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed90c65-1282-4347-8062-2b5d5869d505",
  "consumerID": "policy-id",
  "timestamp": 1642160999126,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-14T11:52:15.756Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:52:15.756Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:52:15.756Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed90c65-1282-4347-8062-2b5d5869d505",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642160999192,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-14T11:52:15.756Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:52:15.756Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:52:15.756Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed90c65-1282-4347-8062-2b5d5869d505",
  "consumerID": "policy-id",
  "timestamp": 1642161000130,
  "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-01-14T11:52:15.761Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of aed90c65-1282-4347-8062-2b5d5869d505
2022-01-14T11:52:15.761Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId aed90c65-1282-4347-8062-2b5d5869d505 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-01-14T11:52:15.769Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:52:15.769Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed90c65-1282-4347-8062-2b5d5869d505",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642161000384,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-01-14T11:52:15.770Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:52:15.770Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:52:15.770Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed90c65-1282-4347-8062-2b5d5869d505",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642161000705,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:52:15.770Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:52:15.770Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:52:15.770Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed90c65-1282-4347-8062-2b5d5869d505",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642161001411,
  "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-01-14T11:52:15.774Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of aed90c65-1282-4347-8062-2b5d5869d505
2022-01-14T11:52:15.774Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId aed90c65-1282-4347-8062-2b5d5869d505 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-01-14T11:52:15.779Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:52:15.779Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed90c65-1282-4347-8062-2b5d5869d505",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642161000705,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:52:15.779Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:52:15.780Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:52:15.780Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed90c65-1282-4347-8062-2b5d5869d505",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642161002417,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-14T11:52:15.780Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:52:15.780Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:52:15.780Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed90c65-1282-4347-8062-2b5d5869d505",
  "consumerID": "clamp",
  "timestamp": 1642161002464,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-14T11:52:15.780Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:52:15.780Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:52:15.780Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed90c65-1282-4347-8062-2b5d5869d505",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642161000705,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:52:15.781Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:52:15.781Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:52:15.781Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed90c65-1282-4347-8062-2b5d5869d505",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642161000705,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:52:15.781Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:52:15.781Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:52:15.781Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed90c65-1282-4347-8062-2b5d5869d505",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642161000705,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:52:15.781Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:52:15.781Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:52:15.781Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed90c65-1282-4347-8062-2b5d5869d505",
  "consumerID": "clamp",
  "timestamp": 1642161005469,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-14T11:52:15.782Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:52:15.782Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:52:15.782Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed90c65-1282-4347-8062-2b5d5869d505",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642161000705,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:52:15.782Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:52:15.782Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:52:15.782Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed90c65-1282-4347-8062-2b5d5869d505",
  "consumerID": "clamp",
  "timestamp": 1642161006481,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-14T11:52:15.786Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of aed90c65-1282-4347-8062-2b5d5869d505
2022-01-14T11:52:15.786Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId aed90c65-1282-4347-8062-2b5d5869d505 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-14T11:52:15.793Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:52:15.793Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed90c65-1282-4347-8062-2b5d5869d505",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642161000705,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-01-14T11:52:15.793Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:52:15.793Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:52:15.793Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed90c65-1282-4347-8062-2b5d5869d505",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642161008597,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-14T11:52:15.794Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:52:15.794Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:52:15.794Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed90c65-1282-4347-8062-2b5d5869d505",
  "consumerID": "aai-ml",
  "timestamp": 1642161009593,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-14T11:52:15.794Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:52:15.794Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:52:15.794Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed90c65-1282-4347-8062-2b5d5869d505",
  "consumerID": "aai-ml",
  "timestamp": 1642161010597,
  "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-01-14T11:52:15.799Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of aed90c65-1282-4347-8062-2b5d5869d505
2022-01-14T11:52:15.799Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId aed90c65-1282-4347-8062-2b5d5869d505 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-01-14T11:52:15.806Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:52:15.806Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed90c65-1282-4347-8062-2b5d5869d505",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642161011173,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-14T11:52:15.806Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:52:15.806Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:52:15.806Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed90c65-1282-4347-8062-2b5d5869d505",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642161012180,
  "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-01-14T11:52:15.810Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of aed90c65-1282-4347-8062-2b5d5869d505
2022-01-14T11:52:15.810Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId aed90c65-1282-4347-8062-2b5d5869d505 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-01-14T11:52:16.458Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-01-14T11:52:16.458Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-01-14T11:52:16.458Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-14T11:52:16.459Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:52:16.460Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:52:16.461Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "aed90c65-1282-4347-8062-2b5d5869d505",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642161136458,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-14T11:52:16.561Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T11:52:16.562Z||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-01-14T11:52:16.562Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:52:16.572Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:52:16.573Z||pool-70-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-14T11:52:17.462Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: aed90c65-1282-4347-8062-2b5d5869d505
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-14T11:52:17.471Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: aed90c65-1282-4347-8062-2b5d5869d505
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-01-14T11:52:17.473Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-14T11:52:17.473Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-01-14T11:52:17.473Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-01-14T11:52:17.473Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-01-14T11:52:17.473Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-14T11:52:17.473Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-14T11:52:17.474Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-14T11:52:17.474Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-14T11:52:17.474Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-14T11:52:17.474Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-14T11:52:17.474Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-14T11:52:17.479Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-01-14T11:52:47.480Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: aed90c65-1282-4347-8062-2b5d5869d505 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-01-14T11:52:47.486Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: aed90c65-1282-4347-8062-2b5d5869d505 and serviceModelVersionId: 7d8c6720-8c6c-4a32-9761-55a7f70d3881
2022-01-14T11:52:47.486Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 218b65eb-a270-41e6-ab35-72820ba3e767
2022-01-14T11:52:47.488Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/218b65eb-a270-41e6-ab35-72820ba3e767/model-vers/model-ver/7d8c6720-8c6c-4a32-9761-55a7f70d3881?depth=0
2022-01-14T11:52:47.492Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-01-14T11:52:47.540Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/218b65eb-a270-41e6-ab35-72820ba3e767/model-vers/model-ver/7d8c6720-8c6c-4a32-9761-55a7f70d3881?depth=0|INFO|500||Invoke
2022-01-14T11:52:47.540Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/218b65eb-a270-41e6-ab35-72820ba3e767/model-vers/model-ver/7d8c6720-8c6c-4a32-9761-55a7f70d3881?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/218b65eb-a270-41e6-ab35-72820ba3e767/model-vers/model-ver/7d8c6720-8c6c-4a32-9761-55a7f70d3881?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[aed90c65-1282-4347-8062-2b5d5869d505], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[edd9b9e3-93b0-4bf3-9e9e-59819baaa146], X-ECOMP-RequestID=[aed90c65-1282-4347-8062-2b5d5869d505], X-TransactionId=[], X-ONAP-RequestID=[aed90c65-1282-4347-8062-2b5d5869d505], Content-Type=[application/merge-patch+json]}
2022-01-14T11:52:47.561Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/218b65eb-a270-41e6-ab35-72820ba3e767/model-vers/model-ver/7d8c6720-8c6c-4a32-9761-55a7f70d3881?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-01-14T11:52:47.808Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/218b65eb-a270-41e6-ab35-72820ba3e767/model-vers/model-ver/7d8c6720-8c6c-4a32-9761-55a7f70d3881?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/218b65eb-a270-41e6-ab35-72820ba3e767/model-vers/model-ver/7d8c6720-8c6c-4a32-9761-55a7f70d3881?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220114-11:52:47:564-17835], vertex-id=[278648], Content-Length=[0], Date=[Fri, 14 Jan 2022 11:52:47 GMT], Content-Type=[application/json]}
2022-01-14T11:52:47.809Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/218b65eb-a270-41e6-ab35-72820ba3e767/model-vers/model-ver/7d8c6720-8c6c-4a32-9761-55a7f70d3881?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-01-14T11:52:47.809Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/218b65eb-a270-41e6-ab35-72820ba3e767/model-vers/model-ver/7d8c6720-8c6c-4a32-9761-55a7f70d3881?depth=0|INFO|500||InvokeReturn
2022-01-14T11:52:47.809Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-01-14T11:52:47.810Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-01-14T11:52:47.814Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-01-14T11:52:47.815Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID aed90c65-1282-4347-8062-2b5d5869d505 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-01-14T11:52:47.815Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-01-14T11:52:47.815Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:52:47.817Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:52:47.817Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "aed90c65-1282-4347-8062-2b5d5869d505",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642161167815,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-14T11:52:47.918Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T11:52:47.919Z||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-01-14T11:52:47.919Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:52:47.938Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:52:47.938Z||pool-71-thread-1|||||INFO|500||cambria reply ok (20 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-01-14T11:52:48.832Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-14T11:52:48.832Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"94379d53-ec52-4ddd-9d04-fcd266f76722","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"6fe02831-e0cf-4312-9653-4b33f35a1679","serviceDescription":"service","serviceInvariantUUID":"aea2dadc-1861-466c-a7e4-10111f362125","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"212339c3-2bae-4041-a552-c37b32162b25","resourceInvariantUUID":"92a89fce-fcd5-42fe-ae2d-181c3e3e4977","resourceCustomizationUUID":"955cd7eb-7a1c-4601-a8af-f81f1f8d8f6b","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":"MjljMjQ4ZjJjZDBmMjk4ZWNkOTQxYTVhMDM1MzhmNzY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1019028b-c5e2-41d0-9683-f0647f13f03e","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":"1857e749-11c1-4982-b584-4cc9021f73fd","artifactVersion":"2","generatedFromUUID":"c6695da4-94ac-47f6-ba7c-495d64981102"},{"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":"c6695da4-94ac-47f6-ba7c-495d64981102","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":"YTVjNjNhYjA1NzU3YWNjZTI3NWY5ZjI3NWRiMWU4ZWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c4542834-1826-4b74-9bc1-0af82b88eb75","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":"06456df3-2f80-4113-8938-a200bd692c2a","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":"6a480505-7702-4a13-841f-a79596c614ac","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":"b7ed93dd-e7dd-486c-9536-5db42bac38af","artifactVersion":"2","generatedFromUUID":"06456df3-2f80-4113-8938-a200bd692c2a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ZmEyNWEwNzg2ZjgwNWM4OTRhNDFlZTBlYTIxMjNmYWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"dec954e1-53b5-4127-987a-70660cdf7ca5","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"OWFmYThhZGNiNzQzNjdlZTgzOGFmMWM5ZGE1ZDg1M2I\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0c8dc960-2e65-4288-b6da-6a4f41fa3358","artifactVersion":"1"}],"workloadContext":"Production"}
2022-01-14T11:52:48.832Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-14T11:52:48.833Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:52:48.834Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:52:48.835Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "94379d53-ec52-4ddd-9d04-fcd266f76722",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642161113980,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:52:48.935Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-14T11:52:48.935Z||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-01-14T11:52:48.935Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:52:48.947Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:52:48.947Z||pool-72-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-14T11:52:49.835Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-14T11:52:49.836Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:52:49.838Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:52:49.838Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "94379d53-ec52-4ddd-9d04-fcd266f76722",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642161113980,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-01-14T11:52:49.938Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T11:52:49.939Z||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-01-14T11:52:49.939Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:52:49.951Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:52:49.952Z||pool-73-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-14T11:52:50.838Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-14T11:52:50.839Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:52:50.842Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:52:50.842Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "94379d53-ec52-4ddd-9d04-fcd266f76722",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642161113980,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-01-14T11:52:50.942Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T11:52:50.944Z||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-01-14T11:52:50.944Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:52:50.953Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:52:50.953Z||pool-74-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-14T11:52:51.843Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-14T11:52:51.844Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:52:51.845Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:52:51.846Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "94379d53-ec52-4ddd-9d04-fcd266f76722",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642161113980,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-01-14T11:52:51.946Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-14T11:52:51.946Z||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-01-14T11:52:51.947Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:52:51.958Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:52:51.959Z||pool-75-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-14T11:52:52.846Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-14T11:52:52.848Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:52:52.850Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:52:52.850Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "94379d53-ec52-4ddd-9d04-fcd266f76722",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642161113980,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-01-14T11:52:52.950Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-14T11:52:52.951Z||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-01-14T11:52:52.951Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:52:52.961Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:52:52.961Z||pool-76-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-01-14T11:52:53.851Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-14T11:52:53.852Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:52:53.853Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:52:53.853Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "94379d53-ec52-4ddd-9d04-fcd266f76722",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642161113980,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:52:53.954Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-01-14T11:52:53.955Z||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-01-14T11:52:53.955Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:52:53.965Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:52:53.965Z||pool-77-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-01-14T11:52:54.854Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-14T11:52:54.855Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:52:54.856Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:52:54.857Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "94379d53-ec52-4ddd-9d04-fcd266f76722",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642161113980,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-01-14T11:52:54.957Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T11:52:54.957Z||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-01-14T11:52:54.957Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:52:54.967Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:52:54.967Z||pool-78-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-14T11:52:55.857Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-14T11:52:55.858Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:52:55.860Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:52:55.860Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "94379d53-ec52-4ddd-9d04-fcd266f76722",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642161113980,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:52:55.960Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T11:52:55.961Z||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-01-14T11:52:55.961Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:52:55.970Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:52:55.970Z||pool-79-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-01-14T11:52:56.861Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-14T11:52:56.862Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:52:56.863Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:52:56.863Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "94379d53-ec52-4ddd-9d04-fcd266f76722",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642161113980,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-01-14T11:52:56.964Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T11:52:56.965Z||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-01-14T11:52:56.965Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:52:56.975Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:52:56.975Z||pool-80-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-01-14T11:52:57.865Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "94379d53-ec52-4ddd-9d04-fcd266f76722",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "6fe02831-e0cf-4312-9653-4b33f35a1679",
  "serviceDescription": "service",
  "serviceInvariantUUID": "aea2dadc-1861-466c-a7e4-10111f362125",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "955cd7eb-7a1c-4601-a8af-f81f1f8d8f6b",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "212339c3-2bae-4041-a552-c37b32162b25",
      "resourceInvariantUUID": "92a89fce-fcd5-42fe-ae2d-181c3e3e4977",
      "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": "1857e749-11c1-4982-b584-4cc9021f73fd",
          "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": "c6695da4-94ac-47f6-ba7c-495d64981102",
          "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": "YTVjNjNhYjA1NzU3YWNjZTI3NWY5ZjI3NWRiMWU4ZWE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c4542834-1826-4b74-9bc1-0af82b88eb75",
          "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": "06456df3-2f80-4113-8938-a200bd692c2a",
          "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": "b7ed93dd-e7dd-486c-9536-5db42bac38af",
            "generatedFromUUID": "06456df3-2f80-4113-8938-a200bd692c2a"
          },
          "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": "b7ed93dd-e7dd-486c-9536-5db42bac38af",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "OWFmYThhZGNiNzQzNjdlZTgzOGFmMWM5ZGE1ZDg1M2I\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0c8dc960-2e65-4288-b6da-6a4f41fa3358"
    }
  ],
  "workloadContext": "Production"
}
2022-01-14T11:52:57.865Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-01-14T11:52:57.865Z|aed90c65-1282-4347-8062-2b5d5869d505|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 6fe02831-e0cf-4312-9653-4b33f35a1679 ASDC
2022-01-14T11:52:57.866Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:94379d53-ec52-4ddd-9d04-fcd266f76722
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:6fe02831-e0cf-4312-9653-4b33f35a1679
ServiceInvariantUUID:aea2dadc-1861-466c-a7e4-10111f362125
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:0c8dc960-2e65-4288-b6da-6a4f41fa3358
ArtifactChecksum:OWFmYThhZGNiNzQzNjdlZTgzOGFmMWM5ZGE1ZDg1M2I=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:955cd7eb-7a1c-4601-a8af-f81f1f8d8f6b
ResourceInvariantUUID:92a89fce-fcd5-42fe-ae2d-181c3e3e4977
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:212339c3-2bae-4041-a552-c37b32162b25
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:1857e749-11c1-4982-b584-4cc9021f73fd
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:c6695da4-94ac-47f6-ba7c-495d64981102
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:c4542834-1826-4b74-9bc1-0af82b88eb75
ArtifactChecksum:YTVjNjNhYjA1NzU3YWNjZTI3NWY5ZjI3NWRiMWU4ZWE=
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:06456df3-2f80-4113-8938-a200bd692c2a
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:b7ed93dd-e7dd-486c-9536-5db42bac38af
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:b7ed93dd-e7dd-486c-9536-5db42bac38af
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-01-14T11:52:57.866Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6fe02831-e0cf-4312-9653-4b33f35a1679 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-01-14T11:52:57.893Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-14T11:52:57.893Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-01-14T11:52:57.893Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-01-14T11:52:57.893Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 0c8dc960-2e65-4288-b6da-6a4f41fa3358 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-01-14T11:52:57.893Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-01-14T11:52:57.894Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-01-14T11:52:57.979Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-01-14T11:52:57.983Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 0c8dc960-2e65-4288-b6da-6a4f41fa3358 68933
2022-01-14T11:52:57.983Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-01-14T11:52:57.983Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-01-14T11:52:57.984Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-14T11:52:57.984Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:52:57.986Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:52:57.986Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "94379d53-ec52-4ddd-9d04-fcd266f76722",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642161177983,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-14T11:52:58.086Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T11:52:58.087Z||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-01-14T11:52:58.087Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:52:58.095Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:52:58.096Z||pool-81-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-01-14T11:52:58.987Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-14T11:52:58.988Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-01-14T11:52:58.988Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 0c8dc960-2e65-4288-b6da-6a4f41fa3358, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-01-14T11:52:58.989Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-01-14T11:52:58.989Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-01-14T11:52:58.989Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-01-14T11:52:59.132Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP779488787344067677/Definitions/service-BasicCnf-template.yml
2022-01-14T11:53:00.099Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-01-14T11:53:00.099Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-01-14T11:53:00.099Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-01-14T11:53:00.099Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-01-14T11:53:00.100Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-01-14T11:53:00.100Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-01-14T11:53:00.100Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-01-14T11:53:00.100Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-01-14T11:53:00.100Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-01-14T11:53:00.100Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:53:00.100Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:53:00.100Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-01-14T11:53:00.100Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-01-14T11:53:00.101Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-14T11:53:00.101Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:53:00.101Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:53:00.101Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-01-14T11:53:00.101Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-01-14T11:53:00.101Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-14T11:53:00.101Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:53:00.102Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:53:00.102Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:53:00.102Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-01-14T11:53:00.102Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-01-14T11:53:00.102Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||Node template dummy is not matching search criteria
2022-01-14T11:53:00.102Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-01-14T11:53:00.102Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:53:00.102Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-14T11:53:00.103Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:53:00.103Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-01-14T11:53:00.103Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-14T11:53:00.103Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:53:00.103Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-01-14T11:53:00.103Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-14T11:53:00.103Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:53:00.104Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-01-14T11:53:00.104Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-14T11:53:00.104Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:53:00.104Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-01-14T11:53:00.104Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-01-14T11:53:00.104Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=227e39c0-9cf9-44b5-9277-0e3165e30e8a
2022-01-14T11:53:00.104Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:53:00.104Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:53:00.105Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:53:00.105Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:53:00.105Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:53:00.105Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:53:00.105Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:53:00.105Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:53:00.105Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:6fe02831-e0cf-4312-9653-4b33f35a1679
Model Version:NULL
Model InvariantUuid:aea2dadc-1861-466c-a7e4-10111f362125
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:68d4ad87-12d4-495d-8894-3881c07b1f2f
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:92a89fce-fcd5-42fe-ae2d-181c3e3e4977
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:955cd7eb-7a1c-4601-a8af-f81f1f8d8f6b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:fc36d068-54d5-489c-a50a-baa5c2dc7ae8
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:c6839b40-e9b1-463f-8f22-2be76e8a0331
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:227e39c0-9cf9-44b5-9277-0e3165e30e8a
ModelInvariantUuid:185a2352-0821-4b19-943e-3af23ce12c09
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:76b0f3ae-b353-42b0-96da-b8efc82de655
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:1f378339-cd50-4a48-b7db-d3aea76f98c4
ModelInvariantUuid:12d61e00-6ebc-427d-adaa-8b0fa7e156da
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:c0f8bef2-363a-4df5-8159-8b91be2628f8
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-01-14T11:53:00.110Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 212339c3-2bae-4041-a552-c37b32162b25
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-01-14T11:53:00.112Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||INFO|500||basic_cnf 0
2022-01-14T11:53:00.112Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 212339c3-2bae-4041-a552-c37b32162b25
2022-01-14T11:53:00.112Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 1857e749-11c1-4982-b584-4cc9021f73fd from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-01-14T11:53:00.112Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-01-14T11:53:00.113Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-01-14T11:53:00.386Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-01-14T11:53:00.387Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 1857e749-11c1-4982-b584-4cc9021f73fd 12
2022-01-14T11:53:00.387Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-01-14T11:53:00.387Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-01-14T11:53:00.388Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-14T11:53:00.388Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:53:00.390Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:53:00.390Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "94379d53-ec52-4ddd-9d04-fcd266f76722",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642161180387,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-01-14T11:53:00.490Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T11:53:00.491Z||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-01-14T11:53:00.491Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:53:00.502Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:53:00.502Z||pool-82-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-14T11:53:01.390Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: c6695da4-94ac-47f6-ba7c-495d64981102 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-01-14T11:53:01.391Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-01-14T11:53:01.391Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-01-14T11:53:01.596Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-01-14T11:53:01.596Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz c6695da4-94ac-47f6-ba7c-495d64981102 2688
2022-01-14T11:53:01.596Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-01-14T11:53:01.596Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-01-14T11:53:01.597Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-14T11:53:01.597Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:53:01.598Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:53:01.598Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "94379d53-ec52-4ddd-9d04-fcd266f76722",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642161181596,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-01-14T11:53:01.699Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T11:53:01.699Z||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-01-14T11:53:01.699Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:53:01.708Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:53:01.709Z||pool-83-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-01-14T11:53:02.600Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: c4542834-1826-4b74-9bc1-0af82b88eb75 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-01-14T11:53:02.600Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-01-14T11:53:02.600Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-01-14T11:53:02.891Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-01-14T11:53:02.891Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json c4542834-1826-4b74-9bc1-0af82b88eb75 828
2022-01-14T11:53:02.892Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-01-14T11:53:02.892Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-01-14T11:53:02.892Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-14T11:53:02.892Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:53:02.921Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:53:02.921Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "94379d53-ec52-4ddd-9d04-fcd266f76722",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642161182892,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-14T11:53:02.994Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 73 ms
2022-01-14T11:53:02.996Z||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-01-14T11:53:02.996Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:53:03.005Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:53:03.005Z||pool-84-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-01-14T11:53:03.921Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "fc36d068-54d5-489c-a50a-baa5c2dc7ae8",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c6839b40-e9b1-463f-8f22-2be76e8a0331",
    "vfModuleModelCustomizationUUID": "756d2773-ac24-49e5-b294-bdbdbc40cc91",
    "isBase": true,
    "artifacts": [
      "06456df3-2f80-4113-8938-a200bd692c2a",
      "c6695da4-94ac-47f6-ba7c-495d64981102",
      "b7ed93dd-e7dd-486c-9536-5db42bac38af"
    ],
    "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-01-14T11:53:03.924Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c6839b40-e9b1-463f-8f22-2be76e8a0331
VfModuleModelInvariantUUID:fc36d068-54d5-489c-a50a-baa5c2dc7ae8
VfModuleModelDescription:NULL
Artifacts UUID List:{
06456df3-2f80-4113-8938-a200bd692c2a
,
c6695da4-94ac-47f6-ba7c-495d64981102
,
b7ed93dd-e7dd-486c-9536-5db42bac38af

}
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-01-14T11:53:03.926Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "fc36d068-54d5-489c-a50a-baa5c2dc7ae8",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c6839b40-e9b1-463f-8f22-2be76e8a0331",
    "vfModuleModelCustomizationUUID": "756d2773-ac24-49e5-b294-bdbdbc40cc91",
    "isBase": true,
    "artifacts": [
      "06456df3-2f80-4113-8938-a200bd692c2a",
      "c6695da4-94ac-47f6-ba7c-495d64981102",
      "b7ed93dd-e7dd-486c-9536-5db42bac38af"
    ],
    "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-01-14T11:53:03.926Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c6839b40-e9b1-463f-8f22-2be76e8a0331
VfModuleModelInvariantUUID:fc36d068-54d5-489c-a50a-baa5c2dc7ae8
VfModuleModelDescription:NULL
Artifacts UUID List:{
06456df3-2f80-4113-8938-a200bd692c2a
,
c6695da4-94ac-47f6-ba7c-495d64981102
,
b7ed93dd-e7dd-486c-9536-5db42bac38af

}
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-01-14T11:53:03.926Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 06456df3-2f80-4113-8938-a200bd692c2a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-01-14T11:53:03.926Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-01-14T11:53:03.926Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-01-14T11:53:04.644Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-01-14T11:53:04.644Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 06456df3-2f80-4113-8938-a200bd692c2a 1164
2022-01-14T11:53:04.645Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-01-14T11:53:04.645Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-01-14T11:53:04.645Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-14T11:53:04.645Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:53:04.647Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:53:04.647Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "94379d53-ec52-4ddd-9d04-fcd266f76722",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642161184645,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-14T11:53:04.747Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T11:53:04.748Z||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-01-14T11:53:04.748Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:53:04.758Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:53:04.759Z||pool-85-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-14T11:53:05.647Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: b7ed93dd-e7dd-486c-9536-5db42bac38af from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-01-14T11:53:05.648Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-01-14T11:53:05.648Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-01-14T11:53:06.043Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-01-14T11:53:06.043Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env b7ed93dd-e7dd-486c-9536-5db42bac38af 200
2022-01-14T11:53:06.044Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-01-14T11:53:06.044Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-01-14T11:53:06.044Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-14T11:53:06.044Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:53:06.046Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:53:06.046Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "94379d53-ec52-4ddd-9d04-fcd266f76722",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642161186044,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-01-14T11:53:06.146Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T11:53:06.147Z||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-01-14T11:53:06.147Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:53:06.157Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:53:06.157Z||pool-86-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-01-14T11:53:07.046Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 6fe02831-e0cf-4312-9653-4b33f35a1679
2022-01-14T11:53:07.047Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 212339c3-2bae-4041-a552-c37b32162b25 ASDC
2022-01-14T11:53:07.056Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
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-01-14T11:53:07.064Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2b18e270, org.onap.sdc.toscaparser.api.parameters.Input@594cef7, org.onap.sdc.toscaparser.api.parameters.Input@26bc7227, org.onap.sdc.toscaparser.api.parameters.Input@2748d354, org.onap.sdc.toscaparser.api.parameters.Input@4b2fbeaf]
2022-01-14T11:53:07.065Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:53:07.066Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:53:07.066Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-01-14T11:53:07.066Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 955cd7eb-7a1c-4601-a8af-f81f1f8d8f6b
2022-01-14T11:53:07.066Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 955cd7eb-7a1c-4601-a8af-f81f1f8d8f6b matches Tosca VF Customization UUID: 955cd7eb-7a1c-4601-a8af-f81f1f8d8f6b
2022-01-14T11:53:07.066Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 955cd7eb-7a1c-4601-a8af-f81f1f8d8f6b  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-01-14T11:53:07.067Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:53:07.068Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:53:07.068Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 955cd7eb-7a1c-4601-a8af-f81f1f8d8f6b: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"}
2022-01-14T11:53:07.068Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4c34fcbc
2022-01-14T11:53:07.068Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:53:07.068Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-14T11:53:07.069Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 756d2773-ac24-49e5-b294-bdbdbc40cc91
2022-01-14T11:53:07.069Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 756d2773-ac24-49e5-b294-bdbdbc40cc91
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-01-14T11:53:07.070Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:53:07.071Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-01-14T11:53:07.071Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-14T11:53:07.071Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:53:07.071Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-01-14T11:53:07.071Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-14T11:53:07.071Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:53:07.072Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-01-14T11:53:07.072Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-01-14T11:53:07.072Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=227e39c0-9cf9-44b5-9277-0e3165e30e8a
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-01-14T11:53:07.073Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:53:07.074Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-01-14T11:53:07.074Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-14T11:53:07.074Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:53:07.074Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-01-14T11:53:07.074Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=955cd7eb-7a1c-4601-a8af-f81f1f8d8f6b
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-01-14T11:53:07.075Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:53:07.076Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:53:07.076Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 6fe02831-e0cf-4312-9653-4b33f35a1679: basic_cnf
2022-01-14T11:53:07.076Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:53:07.076Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:53:07.076Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:53:07.076Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:53:07.076Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:53:07.077Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:53:07.077Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:53:07.077Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:53:07.077Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:53:07.077Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:53:07.077Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-14T11:53:07.131Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 212339c3-2bae-4041-a552-c37b32162b25 1 ASDC deployResourceStructure
2022-01-14T11:53:07.132Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-01-14T11:53:07.132Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2022-01-14T11:53:07.132Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-01-14T11:53:07.133Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:53:07.134Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:53:07.134Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "94379d53-ec52-4ddd-9d04-fcd266f76722",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642161187132,
  "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-01-14T11:53:07.235Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T11:53:07.236Z||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-01-14T11:53:07.236Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:53:07.246Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:53:07.246Z||pool-87-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-01-14T11:53:08.135Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-01-14T11:53:08.135Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2022-01-14T11:53:08.135Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-01-14T11:53:08.136Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:53:08.138Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:53:08.138Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "94379d53-ec52-4ddd-9d04-fcd266f76722",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642161188135,
  "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-01-14T11:53:08.238Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T11:53:08.239Z||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-01-14T11:53:08.239Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:53:08.249Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:53:08.250Z||pool-88-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-14T11:53:09.139Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-01-14T11:53:09.139Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-01-14T11:53:09.139Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-14T11:53:09.139Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:53:09.141Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:53:09.141Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "94379d53-ec52-4ddd-9d04-fcd266f76722",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642161189138,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-14T11:53:09.241Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T11:53:09.243Z||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-01-14T11:53:09.244Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:53:09.253Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:53:09.254Z||pool-89-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-14T11:53:10.142Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-01-14T11:53:10.142Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-01-14T11:53:10.143Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-14T11:53:10.143Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:53:10.145Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:53:10.145Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "94379d53-ec52-4ddd-9d04-fcd266f76722",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642161190142,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-01-14T11:53:10.245Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T11:53:10.246Z||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-01-14T11:53:10.246Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:53:10.257Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:53:10.258Z||pool-90-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-14T11:53:11.146Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-01-14T11:53:11.146Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-01-14T11:53:11.146Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-14T11:53:11.147Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:53:11.149Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:53:11.149Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "94379d53-ec52-4ddd-9d04-fcd266f76722",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642161191146,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-01-14T11:53:11.249Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T11:53:11.250Z||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-01-14T11:53:11.250Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:53:11.259Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:53:11.259Z||pool-91-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-01-14T11:53:12.150Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-01-14T11:53:12.151Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-01-14T11:53:12.151Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-14T11:53:12.151Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:53:12.153Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:53:12.153Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "94379d53-ec52-4ddd-9d04-fcd266f76722",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642161192150,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-14T11:53:12.253Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T11:53:12.253Z||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-01-14T11:53:12.253Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:53:12.263Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:53:12.264Z||pool-92-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-01-14T11:53:13.153Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 94379d53-ec52-4ddd-9d04-fcd266f76722
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-14T11:53:13.168Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 94379d53-ec52-4ddd-9d04-fcd266f76722
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-01-14T11:53:13.170Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-14T11:53:13.171Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-14T11:53:13.171Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-14T11:53:15.697Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:53:15.698Z||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-01-14T11:53:15.698Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:53:15.719Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:53:15.720Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:53:15.720Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94379d53-ec52-4ddd-9d04-fcd266f76722",
  "consumerID": "cds",
  "timestamp": 1642161028494,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:53:15.721Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:53:15.721Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:53:15.721Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94379d53-ec52-4ddd-9d04-fcd266f76722",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642161021016,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:53:15.721Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:53:15.721Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:53:15.721Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94379d53-ec52-4ddd-9d04-fcd266f76722",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642161022429,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:53:15.721Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:53:15.721Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:53:15.721Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94379d53-ec52-4ddd-9d04-fcd266f76722",
  "consumerID": "policy-id",
  "timestamp": 1642161022199,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:53:15.722Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:53:15.722Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:53:15.722Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94379d53-ec52-4ddd-9d04-fcd266f76722",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642161021016,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-01-14T11:53:15.722Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:53:15.722Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:53:15.722Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94379d53-ec52-4ddd-9d04-fcd266f76722",
  "consumerID": "cds",
  "timestamp": 1642161028494,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:53:15.722Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:53:15.722Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:53:15.722Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94379d53-ec52-4ddd-9d04-fcd266f76722",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642161022429,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:53:15.722Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:53:15.722Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:53:15.722Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94379d53-ec52-4ddd-9d04-fcd266f76722",
  "consumerID": "policy-id",
  "timestamp": 1642161022199,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:53:15.722Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:53:15.723Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:53:15.723Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94379d53-ec52-4ddd-9d04-fcd266f76722",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642161030704,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:53:15.723Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:53:15.723Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:53:15.723Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94379d53-ec52-4ddd-9d04-fcd266f76722",
  "consumerID": "cds",
  "timestamp": 1642161028494,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:53:15.723Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:53:15.723Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:53:15.723Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94379d53-ec52-4ddd-9d04-fcd266f76722",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642161022429,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:53:15.723Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:53:15.723Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:53:15.723Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94379d53-ec52-4ddd-9d04-fcd266f76722",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642161021016,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-01-14T11:53:15.723Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:53:15.724Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:53:15.724Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94379d53-ec52-4ddd-9d04-fcd266f76722",
  "consumerID": "policy-id",
  "timestamp": 1642161022199,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:53:15.724Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:53:15.724Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:53:15.724Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94379d53-ec52-4ddd-9d04-fcd266f76722",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642161030704,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:53:15.724Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:53:15.724Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:53:15.724Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94379d53-ec52-4ddd-9d04-fcd266f76722",
  "consumerID": "cds",
  "timestamp": 1642161028494,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:53:15.724Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:53:15.724Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:53:15.724Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94379d53-ec52-4ddd-9d04-fcd266f76722",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642161022429,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:53:15.724Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:53:15.724Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:53:15.725Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94379d53-ec52-4ddd-9d04-fcd266f76722",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642161021016,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-01-14T11:53:15.725Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:53:15.725Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:53:15.725Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94379d53-ec52-4ddd-9d04-fcd266f76722",
  "consumerID": "policy-id",
  "timestamp": 1642161022199,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:53:15.725Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:53:15.725Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:53:15.725Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94379d53-ec52-4ddd-9d04-fcd266f76722",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642161030704,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:53:15.725Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:53:15.725Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:53:15.725Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94379d53-ec52-4ddd-9d04-fcd266f76722",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642161022429,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:53:15.725Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:53:15.725Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:53:15.725Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94379d53-ec52-4ddd-9d04-fcd266f76722",
  "consumerID": "cds",
  "timestamp": 1642161028494,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:53:15.726Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:53:15.726Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:53:15.726Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94379d53-ec52-4ddd-9d04-fcd266f76722",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642161021016,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-01-14T11:53:15.726Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:53:15.726Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:53:15.726Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94379d53-ec52-4ddd-9d04-fcd266f76722",
  "consumerID": "policy-id",
  "timestamp": 1642161022199,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-01-14T11:53:15.726Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:53:15.726Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:53:15.726Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94379d53-ec52-4ddd-9d04-fcd266f76722",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642161030704,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:53:15.726Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:53:15.726Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:53:15.726Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94379d53-ec52-4ddd-9d04-fcd266f76722",
  "consumerID": "cds",
  "timestamp": 1642161028494,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:53:15.727Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:53:15.727Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:53:15.727Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94379d53-ec52-4ddd-9d04-fcd266f76722",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642161022429,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:53:15.727Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:53:15.727Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:53:15.727Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94379d53-ec52-4ddd-9d04-fcd266f76722",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642161021016,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:53:15.727Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:53:15.727Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:53:15.727Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94379d53-ec52-4ddd-9d04-fcd266f76722",
  "consumerID": "policy-id",
  "timestamp": 1642161022199,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:53:15.727Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:53:15.727Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:53:15.728Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94379d53-ec52-4ddd-9d04-fcd266f76722",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642161030704,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:53:15.728Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:53:15.728Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:53:15.728Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94379d53-ec52-4ddd-9d04-fcd266f76722",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642161022429,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:53:15.728Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:53:15.728Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:53:15.728Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94379d53-ec52-4ddd-9d04-fcd266f76722",
  "consumerID": "cds",
  "timestamp": 1642161028494,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:53:15.728Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:53:15.728Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:53:15.729Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94379d53-ec52-4ddd-9d04-fcd266f76722",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642161021016,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-01-14T11:53:15.729Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:53:15.729Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:53:15.729Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94379d53-ec52-4ddd-9d04-fcd266f76722",
  "consumerID": "policy-id",
  "timestamp": 1642161022199,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:53:15.729Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:53:15.729Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:53:15.729Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94379d53-ec52-4ddd-9d04-fcd266f76722",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642161030704,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:53:15.729Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:53:15.729Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:53:15.729Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94379d53-ec52-4ddd-9d04-fcd266f76722",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642161022429,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:53:15.730Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:53:15.730Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:53:15.730Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94379d53-ec52-4ddd-9d04-fcd266f76722",
  "consumerID": "cds",
  "timestamp": 1642161028494,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:53:15.730Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:53:15.730Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:53:15.730Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94379d53-ec52-4ddd-9d04-fcd266f76722",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642161021016,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:53:15.730Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:53:15.730Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:53:15.730Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94379d53-ec52-4ddd-9d04-fcd266f76722",
  "consumerID": "policy-id",
  "timestamp": 1642161022199,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:53:15.730Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:53:15.730Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:53:15.731Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94379d53-ec52-4ddd-9d04-fcd266f76722",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642161030704,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:53:15.731Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:53:15.731Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:53:15.731Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94379d53-ec52-4ddd-9d04-fcd266f76722",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642161022429,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:53:15.731Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:53:15.731Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:53:15.731Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94379d53-ec52-4ddd-9d04-fcd266f76722",
  "consumerID": "cds",
  "timestamp": 1642161028494,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-01-14T11:53:15.731Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:53:15.731Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:53:15.731Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94379d53-ec52-4ddd-9d04-fcd266f76722",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642161021016,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-01-14T11:53:15.732Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:53:15.732Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:53:15.732Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94379d53-ec52-4ddd-9d04-fcd266f76722",
  "consumerID": "policy-id",
  "timestamp": 1642161022199,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-01-14T11:53:15.732Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:53:15.732Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:53:15.732Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94379d53-ec52-4ddd-9d04-fcd266f76722",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642161030704,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:53:15.732Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:53:15.732Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:53:15.732Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94379d53-ec52-4ddd-9d04-fcd266f76722",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642161038926,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-14T11:53:15.732Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:53:15.733Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:53:15.733Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94379d53-ec52-4ddd-9d04-fcd266f76722",
  "consumerID": "cds",
  "timestamp": 1642161038937,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-14T11:53:15.733Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:53:15.733Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:53:15.733Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94379d53-ec52-4ddd-9d04-fcd266f76722",
  "consumerID": "policy-id",
  "timestamp": 1642161038991,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-14T11:53:15.733Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:53:15.733Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:53:15.733Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94379d53-ec52-4ddd-9d04-fcd266f76722",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642161030704,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-01-14T11:53:15.733Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:53:15.734Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:53:15.734Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94379d53-ec52-4ddd-9d04-fcd266f76722",
  "consumerID": "cds",
  "timestamp": 1642161039945,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-14T11:53:15.740Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 94379d53-ec52-4ddd-9d04-fcd266f76722
2022-01-14T11:53:15.741Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 94379d53-ec52-4ddd-9d04-fcd266f76722 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-01-14T11:53:15.749Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:53:15.749Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94379d53-ec52-4ddd-9d04-fcd266f76722",
  "consumerID": "policy-id",
  "timestamp": 1642161040000,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-14T11:53:15.749Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:53:15.750Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:53:15.750Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94379d53-ec52-4ddd-9d04-fcd266f76722",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642161040103,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-14T11:53:15.750Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:53:15.750Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:53:15.750Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94379d53-ec52-4ddd-9d04-fcd266f76722",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642161040524,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-14T11:53:15.750Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:53:15.750Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:53:15.750Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94379d53-ec52-4ddd-9d04-fcd266f76722",
  "consumerID": "policy-id",
  "timestamp": 1642161041005,
  "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-01-14T11:53:15.754Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 94379d53-ec52-4ddd-9d04-fcd266f76722
2022-01-14T11:53:15.754Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 94379d53-ec52-4ddd-9d04-fcd266f76722 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-01-14T11:53:15.760Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:53:15.761Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94379d53-ec52-4ddd-9d04-fcd266f76722",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642161041209,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-01-14T11:53:15.761Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:53:15.761Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:53:15.761Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94379d53-ec52-4ddd-9d04-fcd266f76722",
  "consumerID": "aai-ml",
  "timestamp": 1642161041156,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:53:15.761Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:53:15.761Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:53:15.761Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94379d53-ec52-4ddd-9d04-fcd266f76722",
  "consumerID": "clamp",
  "timestamp": 1642161041305,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:53:15.761Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:53:15.761Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:53:15.761Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94379d53-ec52-4ddd-9d04-fcd266f76722",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642161042392,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-01-14T11:53:15.761Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:53:15.762Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:53:15.762Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94379d53-ec52-4ddd-9d04-fcd266f76722",
  "consumerID": "aai-ml",
  "timestamp": 1642161041156,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:53:15.762Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:53:15.762Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:53:15.762Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94379d53-ec52-4ddd-9d04-fcd266f76722",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642161042918,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-14T11:53:15.762Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:53:15.762Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:53:15.762Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94379d53-ec52-4ddd-9d04-fcd266f76722",
  "consumerID": "clamp",
  "timestamp": 1642161041305,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:53:15.762Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:53:15.762Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:53:15.763Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94379d53-ec52-4ddd-9d04-fcd266f76722",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642161043449,
  "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-01-14T11:53:15.766Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 94379d53-ec52-4ddd-9d04-fcd266f76722
2022-01-14T11:53:15.766Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 94379d53-ec52-4ddd-9d04-fcd266f76722 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-01-14T11:53:15.771Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:53:15.771Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94379d53-ec52-4ddd-9d04-fcd266f76722",
  "consumerID": "aai-ml",
  "timestamp": 1642161041156,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:53:15.771Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:53:15.771Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:53:15.771Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94379d53-ec52-4ddd-9d04-fcd266f76722",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642161043923,
  "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-01-14T11:53:15.775Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 94379d53-ec52-4ddd-9d04-fcd266f76722
2022-01-14T11:53:15.775Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 94379d53-ec52-4ddd-9d04-fcd266f76722 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-01-14T11:53:15.783Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:53:15.783Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94379d53-ec52-4ddd-9d04-fcd266f76722",
  "consumerID": "clamp",
  "timestamp": 1642161041305,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:53:15.783Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:53:15.783Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:53:15.783Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94379d53-ec52-4ddd-9d04-fcd266f76722",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642161044455,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-14T11:53:15.783Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:53:15.783Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:53:15.783Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94379d53-ec52-4ddd-9d04-fcd266f76722",
  "consumerID": "aai-ml",
  "timestamp": 1642161041156,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:53:15.783Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:53:15.783Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:53:15.784Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94379d53-ec52-4ddd-9d04-fcd266f76722",
  "consumerID": "clamp",
  "timestamp": 1642161041305,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-01-14T11:53:15.784Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:53:15.784Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:53:15.784Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94379d53-ec52-4ddd-9d04-fcd266f76722",
  "consumerID": "aai-ml",
  "timestamp": 1642161041156,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:53:15.784Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:53:15.784Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:53:15.784Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94379d53-ec52-4ddd-9d04-fcd266f76722",
  "consumerID": "clamp",
  "timestamp": 1642161041305,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:53:15.784Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:53:15.784Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:53:15.784Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94379d53-ec52-4ddd-9d04-fcd266f76722",
  "consumerID": "aai-ml",
  "timestamp": 1642161041156,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:53:15.784Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:53:15.784Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:53:15.785Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94379d53-ec52-4ddd-9d04-fcd266f76722",
  "consumerID": "clamp",
  "timestamp": 1642161041305,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:53:15.785Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:53:15.785Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:53:15.785Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94379d53-ec52-4ddd-9d04-fcd266f76722",
  "consumerID": "aai-ml",
  "timestamp": 1642161041156,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:53:15.785Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:53:15.785Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:53:15.785Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94379d53-ec52-4ddd-9d04-fcd266f76722",
  "consumerID": "clamp",
  "timestamp": 1642161041305,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:53:15.785Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:53:15.785Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:53:15.785Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94379d53-ec52-4ddd-9d04-fcd266f76722",
  "consumerID": "aai-ml",
  "timestamp": 1642161041156,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:53:15.785Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:53:15.785Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:53:15.785Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94379d53-ec52-4ddd-9d04-fcd266f76722",
  "consumerID": "clamp",
  "timestamp": 1642161041305,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:53:15.786Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:53:15.786Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:53:15.786Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94379d53-ec52-4ddd-9d04-fcd266f76722",
  "consumerID": "aai-ml",
  "timestamp": 1642161041156,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-01-14T11:53:15.786Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:53:15.786Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:53:15.786Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94379d53-ec52-4ddd-9d04-fcd266f76722",
  "consumerID": "clamp",
  "timestamp": 1642161041305,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-01-14T11:53:15.786Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:53:15.786Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:53:15.786Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94379d53-ec52-4ddd-9d04-fcd266f76722",
  "consumerID": "aai-ml",
  "timestamp": 1642161050993,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-14T11:53:15.786Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:53:15.786Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:53:15.786Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94379d53-ec52-4ddd-9d04-fcd266f76722",
  "consumerID": "clamp",
  "timestamp": 1642161058476,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-14T11:53:15.786Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:53:15.787Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:53:15.787Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94379d53-ec52-4ddd-9d04-fcd266f76722",
  "consumerID": "aai-ml",
  "timestamp": 1642161058648,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-14T11:53:15.787Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:53:15.787Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:53:15.787Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94379d53-ec52-4ddd-9d04-fcd266f76722",
  "consumerID": "aai-ml",
  "timestamp": 1642161059651,
  "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-01-14T11:53:15.791Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 94379d53-ec52-4ddd-9d04-fcd266f76722
2022-01-14T11:53:15.791Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 94379d53-ec52-4ddd-9d04-fcd266f76722 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-01-14T11:53:15.798Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:53:15.798Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94379d53-ec52-4ddd-9d04-fcd266f76722",
  "consumerID": "clamp",
  "timestamp": 1642161060485,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-14T11:53:15.798Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:53:15.798Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:53:15.798Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94379d53-ec52-4ddd-9d04-fcd266f76722",
  "consumerID": "clamp",
  "timestamp": 1642161061492,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-14T11:53:15.802Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 94379d53-ec52-4ddd-9d04-fcd266f76722
2022-01-14T11:53:15.802Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 94379d53-ec52-4ddd-9d04-fcd266f76722 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-14T11:53:43.172Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 94379d53-ec52-4ddd-9d04-fcd266f76722
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-14T11:53:43.194Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 94379d53-ec52-4ddd-9d04-fcd266f76722
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-01-14T11:53:43.197Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-14T11:53:43.197Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-01-14T11:53:43.197Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-01-14T11:53:43.197Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-01-14T11:53:43.197Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-14T11:53:43.197Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-14T11:53:43.197Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-14T11:53:43.197Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-14T11:53:43.197Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-14T11:53:43.197Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-14T11:53:43.198Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-14T11:53:43.203Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-01-14T11:54:13.204Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 94379d53-ec52-4ddd-9d04-fcd266f76722 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-01-14T11:54:13.212Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 94379d53-ec52-4ddd-9d04-fcd266f76722 and serviceModelVersionId: 6fe02831-e0cf-4312-9653-4b33f35a1679
2022-01-14T11:54:13.212Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : aea2dadc-1861-466c-a7e4-10111f362125
2022-01-14T11:54:13.216Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/aea2dadc-1861-466c-a7e4-10111f362125/model-vers/model-ver/6fe02831-e0cf-4312-9653-4b33f35a1679?depth=0
2022-01-14T11:54:13.224Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-01-14T11:54:13.282Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aea2dadc-1861-466c-a7e4-10111f362125/model-vers/model-ver/6fe02831-e0cf-4312-9653-4b33f35a1679?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-01-14T11:54:13.285Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aea2dadc-1861-466c-a7e4-10111f362125/model-vers/model-ver/6fe02831-e0cf-4312-9653-4b33f35a1679?depth=0|INFO|500||Invoke
2022-01-14T11:54:13.305Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aea2dadc-1861-466c-a7e4-10111f362125/model-vers/model-ver/6fe02831-e0cf-4312-9653-4b33f35a1679?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-01-14T11:54:13.544Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aea2dadc-1861-466c-a7e4-10111f362125/model-vers/model-ver/6fe02831-e0cf-4312-9653-4b33f35a1679?depth=0|INFO|500||InvokeReturn
2022-01-14T11:54:13.545Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aea2dadc-1861-466c-a7e4-10111f362125/model-vers/model-ver/6fe02831-e0cf-4312-9653-4b33f35a1679?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220114-11:54:13:304-65031], vertex-id=[192568], Content-Length=[0], Date=[Fri, 14 Jan 2022 11:54:13 GMT], Content-Type=[application/json]}
2022-01-14T11:54:13.545Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-01-14T11:54:13.545Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-01-14T11:54:13.546Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-01-14T11:54:13.551Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-01-14T11:54:13.551Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 94379d53-ec52-4ddd-9d04-fcd266f76722 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-01-14T11:54:13.552Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-01-14T11:54:13.552Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:54:13.554Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:54:13.555Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "94379d53-ec52-4ddd-9d04-fcd266f76722",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642161253551,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-14T11:54:13.655Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T11:54:13.656Z||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-01-14T11:54:13.656Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:54:13.670Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:54:13.671Z||pool-93-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-01-14T11:54:14.568Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:54:14.568Z|94379d53-ec52-4ddd-9d04-fcd266f76722|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-01-14T11:54:14.568Z|94379d53-ec52-4ddd-9d04-fcd266f76722|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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:54:15.697Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:54:15.698Z||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-01-14T11:54:15.698Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:54:15.717Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:54:15.718Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:54:15.718Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06485e90-c3fc-4a67-8a01-f828d46e9ba2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642161112958,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-14T11:54:15.719Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:54:15.719Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:54:15.719Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed90c65-1282-4347-8062-2b5d5869d505",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642161113980,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:54:15.719Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:54:15.719Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:54:15.719Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed90c65-1282-4347-8062-2b5d5869d505",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642161113980,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-01-14T11:54:15.720Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:54:15.720Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:54:15.720Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed90c65-1282-4347-8062-2b5d5869d505",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642161113980,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-01-14T11:54:15.720Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:54:15.720Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:54:15.720Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed90c65-1282-4347-8062-2b5d5869d505",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642161113980,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:54:15.720Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:54:15.720Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:54:15.720Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed90c65-1282-4347-8062-2b5d5869d505",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642161113980,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-01-14T11:54:15.720Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:54:15.720Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:54:15.720Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed90c65-1282-4347-8062-2b5d5869d505",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642161113980,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:54:15.720Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:54:15.720Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:54:15.720Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed90c65-1282-4347-8062-2b5d5869d505",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642161113980,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-01-14T11:54:15.721Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:54:15.721Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:54:15.721Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed90c65-1282-4347-8062-2b5d5869d505",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642161127601,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-14T11:54:15.721Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:54:15.721Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:54:15.721Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed90c65-1282-4347-8062-2b5d5869d505",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642161130121,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-14T11:54:15.721Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:54:15.721Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:54:15.721Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed90c65-1282-4347-8062-2b5d5869d505",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642161131214,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-14T11:54:15.721Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:54:15.721Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:54:15.722Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed90c65-1282-4347-8062-2b5d5869d505",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642161132343,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-01-14T11:54:15.722Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:54:15.722Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:54:15.722Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed90c65-1282-4347-8062-2b5d5869d505",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642161133445,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-14T11:54:15.722Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:54:15.722Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:54:15.722Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed90c65-1282-4347-8062-2b5d5869d505",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642161134449,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-01-14T11:54:15.722Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:54:15.722Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-14T11:54:15.722Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed90c65-1282-4347-8062-2b5d5869d505",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642161135453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-01-14T11:54:15.722Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:54:25.235Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:54:25.236Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:54:25.236Z|94379d53-ec52-4ddd-9d04-fcd266f76722|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-01-14T11:54:25.236Z|94379d53-ec52-4ddd-9d04-fcd266f76722|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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:54:34.786Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:54:34.787Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:54:34.787Z|94379d53-ec52-4ddd-9d04-fcd266f76722|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-01-14T11:54:34.787Z|94379d53-ec52-4ddd-9d04-fcd266f76722|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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:54:44.321Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:54:44.322Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:54:44.322Z|94379d53-ec52-4ddd-9d04-fcd266f76722|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-01-14T11:54:44.322Z|94379d53-ec52-4ddd-9d04-fcd266f76722|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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:54:53.866Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:54:53.867Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:54:53.867Z|94379d53-ec52-4ddd-9d04-fcd266f76722|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-01-14T11:54:53.867Z|94379d53-ec52-4ddd-9d04-fcd266f76722|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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:55:03.409Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:55:15.695Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:55:15.697Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:55:15.701Z|668f5288-b573-4538-8449-00f7a5c6c2ed|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-01-14T11:55:15.701Z|668f5288-b573-4538-8449-00f7a5c6c2ed|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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:55:15.701Z|94379d53-ec52-4ddd-9d04-fcd266f76722|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-01-14T11:55:15.702Z|94379d53-ec52-4ddd-9d04-fcd266f76722|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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:55:15.726Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:55:15.727Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-14T11:55:15.727Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed90c65-1282-4347-8062-2b5d5869d505",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642161136458,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-14T11:55:15.730Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:55:15.730Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-14T11:55:15.730Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed90c65-1282-4347-8062-2b5d5869d505",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642161167815,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-14T11:55:15.730Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:55:15.730Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-14T11:55:15.730Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94379d53-ec52-4ddd-9d04-fcd266f76722",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642161113980,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:55:15.730Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:55:15.730Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-14T11:55:15.730Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94379d53-ec52-4ddd-9d04-fcd266f76722",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642161113980,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-01-14T11:55:15.731Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:55:15.731Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-14T11:55:15.731Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94379d53-ec52-4ddd-9d04-fcd266f76722",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642161113980,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-01-14T11:55:15.731Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:55:15.731Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-14T11:55:15.731Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94379d53-ec52-4ddd-9d04-fcd266f76722",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642161113980,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-01-14T11:55:15.731Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:55:15.731Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-14T11:55:15.731Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94379d53-ec52-4ddd-9d04-fcd266f76722",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642161113980,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-01-14T11:55:15.731Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:55:15.731Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-14T11:55:15.731Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94379d53-ec52-4ddd-9d04-fcd266f76722",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642161113980,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:55:15.732Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:55:15.732Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-14T11:55:15.732Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94379d53-ec52-4ddd-9d04-fcd266f76722",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642161113980,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-01-14T11:55:15.732Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:55:15.732Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-14T11:55:15.732Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94379d53-ec52-4ddd-9d04-fcd266f76722",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642161113980,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:55:15.732Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:55:15.732Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-14T11:55:15.732Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94379d53-ec52-4ddd-9d04-fcd266f76722",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642161113980,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-01-14T11:55:15.732Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:55:15.732Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-14T11:55:15.732Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94379d53-ec52-4ddd-9d04-fcd266f76722",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642161177983,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-14T11:55:15.733Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:55:15.733Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-14T11:55:15.733Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94379d53-ec52-4ddd-9d04-fcd266f76722",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642161180387,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-01-14T11:55:15.733Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:55:15.733Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-14T11:55:15.733Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94379d53-ec52-4ddd-9d04-fcd266f76722",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642161181596,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-01-14T11:55:15.733Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:55:15.733Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-14T11:55:15.733Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94379d53-ec52-4ddd-9d04-fcd266f76722",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642161182892,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-14T11:55:15.733Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:55:15.733Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-14T11:55:15.733Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94379d53-ec52-4ddd-9d04-fcd266f76722",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642161184645,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-14T11:55:15.733Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:55:15.734Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-14T11:55:15.734Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94379d53-ec52-4ddd-9d04-fcd266f76722",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642161186044,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-01-14T11:55:15.734Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:55:15.734Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-14T11:55:15.734Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94379d53-ec52-4ddd-9d04-fcd266f76722",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642161187132,
  "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-01-14T11:55:15.734Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:55:15.734Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-14T11:55:15.734Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94379d53-ec52-4ddd-9d04-fcd266f76722",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642161188135,
  "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-01-14T11:55:15.734Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:55:15.734Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-14T11:55:15.734Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94379d53-ec52-4ddd-9d04-fcd266f76722",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642161189138,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-14T11:55:15.734Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:55:15.735Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-14T11:55:15.735Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94379d53-ec52-4ddd-9d04-fcd266f76722",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642161190142,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-01-14T11:55:15.735Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:55:15.735Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-14T11:55:15.735Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94379d53-ec52-4ddd-9d04-fcd266f76722",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642161191146,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-01-14T11:55:15.735Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:55:15.735Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-14T11:55:15.735Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94379d53-ec52-4ddd-9d04-fcd266f76722",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642161192150,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-14T11:55:15.735Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:55:25.241Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:56:15.694Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:56:15.695Z|94379d53-ec52-4ddd-9d04-fcd266f76722|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-01-14T11:56:15.695Z|94379d53-ec52-4ddd-9d04-fcd266f76722|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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:56:15.697Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:56:15.697Z|668f5288-b573-4538-8449-00f7a5c6c2ed|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-01-14T11:56:15.697Z|668f5288-b573-4538-8449-00f7a5c6c2ed|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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:56:16.226Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:56:16.227Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-14T11:56:16.227Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94379d53-ec52-4ddd-9d04-fcd266f76722",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642161253551,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-14T11:56:16.228Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:56:25.235Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:57:15.695Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:57:15.697Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:57:15.698Z|94379d53-ec52-4ddd-9d04-fcd266f76722|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-01-14T11:57:15.698Z||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-01-14T11:57:15.698Z|94379d53-ec52-4ddd-9d04-fcd266f76722|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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:57:15.698Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:57:25.266Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:57:25.267Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:58:15.696Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:58:15.697Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:58:15.702Z||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-01-14T11:58:15.702Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:58:15.702Z|94379d53-ec52-4ddd-9d04-fcd266f76722|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-01-14T11:58:15.702Z|94379d53-ec52-4ddd-9d04-fcd266f76722|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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:58:25.249Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:58:25.251Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:59:15.694Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:59:15.696Z|94379d53-ec52-4ddd-9d04-fcd266f76722|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-01-14T11:59:15.696Z|94379d53-ec52-4ddd-9d04-fcd266f76722|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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:59:15.697Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:59:15.697Z||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-01-14T11:59:15.698Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:59:16.318Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:59:16.319Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-14T11:59:16.319Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b","serviceName":"Demo_pNF_4TXOJHTqvwVGAU3lM4zl","serviceVersion":"1.0","serviceUUID":"fff6ae38-c587-4146-9cf7-cbedfe0f8076","serviceDescription":"catalog service description","serviceInvariantUUID":"5ace8fd5-6f2d-4ddb-99ca-d1420768865b","resources":[{"resourceInstanceName":"pNF 269aabf6-ad8f 0","resourceName":"pNF 269aabf6-ad8f","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"7f0863ea-9e51-48ac-9d01-ca9db964f896","resourceInvariantUUID":"26c6d11f-38c0-4d0d-8abb-63b8932f142f","resourceCustomizationUUID":"a49ccd08-4d97-4a3c-997d-a282395a1636","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4txojhtqvwvgau3lm4zl/1.0/resourceInstances/pnf269aabf6ad8f0/artifacts/vf-license-model.xml","artifactChecksum":"MjYxMzQwODcxMGFhOGFkMjg3MWQzODYzYzdlYTY1MDk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bd676159-c228-4dcf-83b0-537536e7a746","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4txojhtqvwvgau3lm4zl/1.0/resourceInstances/pnf269aabf6ad8f0/artifacts/pNF.csar","artifactChecksum":"NWMzMmUwMGQyM2VkZGNhNmJkYzZhZTNjNmRhNmRkNjA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a26685f5-5fc9-4f0f-9749-bae3c8977bad","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4txojhtqvwvgau3lm4zl/1.0/resourceInstances/pnf269aabf6ad8f0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"63604af4-f4ba-48bb-883c-64a292937bf1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4txojhtqvwvgau3lm4zl/1.0/resourceInstances/pnf269aabf6ad8f0/artifacts/vendor-license-model.xml","artifactChecksum":"ZjRjOGU2ZjhjYTk0NTgzMWYxOWIxZjkzZWNjM2ExZDI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ac2ed2f4-caf8-4a17-8252-20082f02c241","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf4txojhtqvwvgau3lm4zl/1.0/resourceInstances/pnf269aabf6ad8f0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9f205343-df6b-4ebd-b32b-c03e2a8c180d","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf4txojhtqvwvgau3lm4zl/1.0/resourceInstances/pnf269aabf6ad8f0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5b8f080c-f5d0-46af-ba35-228c468a1077","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf4txojhtqvwvgau3lm4zl-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4txojhtqvwvgau3lm4zl/1.0/artifacts/service-DemoPnf4txojhtqvwvgau3lm4zl-template.yml","artifactChecksum":"ZGZiMTM1ODdiMDllMjAwM2NkYTA1YjU3NzQ4YzkyMmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"67194062-2f23-4184-b42d-13f4146acc73","artifactVersion":"1"},{"artifactName":"service-DemoPnf4txojhtqvwvgau3lm4zl-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf4txojhtqvwvgau3lm4zl/1.0/artifacts/service-DemoPnf4txojhtqvwvgau3lm4zl-csar.csar","artifactChecksum":"YzQzNDYyZjMxOWYzZWYwYTU4NDdkNTUwOWNmMmY3ZjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ae18e227-e522-4141-9b7e-1b5443a27998","artifactVersion":"1"}],"workloadContext":"Production"}
2022-01-14T11:59:16.323Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-14T11:59:16.323Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:59:16.327Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:59:16.327Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642161555693,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4txojhtqvwvgau3lm4zl/1.0/resourceInstances/pnf269aabf6ad8f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:59:16.347Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:59:16.349Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-14T11:59:16.349Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642161521015,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4txojhtqvwvgau3lm4zl/1.0/resourceInstances/pnf269aabf6ad8f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:59:16.351Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:59:16.351Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-14T11:59:16.351Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b",
  "consumerID": "aai-ml",
  "timestamp": 1642161521155,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4txojhtqvwvgau3lm4zl/1.0/resourceInstances/pnf269aabf6ad8f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:59:16.351Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:59:16.351Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-14T11:59:16.351Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b",
  "consumerID": "clamp",
  "timestamp": 1642161521305,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4txojhtqvwvgau3lm4zl/1.0/resourceInstances/pnf269aabf6ad8f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:59:16.351Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:59:16.351Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-14T11:59:16.351Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642161521015,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4txojhtqvwvgau3lm4zl/1.0/resourceInstances/pnf269aabf6ad8f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:59:16.352Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:59:16.352Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-14T11:59:16.352Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b",
  "consumerID": "aai-ml",
  "timestamp": 1642161521155,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4txojhtqvwvgau3lm4zl/1.0/resourceInstances/pnf269aabf6ad8f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:59:16.352Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:59:16.352Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-14T11:59:16.352Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b",
  "consumerID": "policy-id",
  "timestamp": 1642161522201,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4txojhtqvwvgau3lm4zl/1.0/resourceInstances/pnf269aabf6ad8f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:59:16.352Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:59:16.352Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-14T11:59:16.352Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b",
  "consumerID": "clamp",
  "timestamp": 1642161521305,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4txojhtqvwvgau3lm4zl/1.0/resourceInstances/pnf269aabf6ad8f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:59:16.352Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:59:16.352Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-14T11:59:16.352Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642161522429,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4txojhtqvwvgau3lm4zl/1.0/resourceInstances/pnf269aabf6ad8f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:59:16.353Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:59:16.353Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-14T11:59:16.353Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642161521015,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4txojhtqvwvgau3lm4zl/1.0/resourceInstances/pnf269aabf6ad8f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:59:16.353Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:59:16.353Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-14T11:59:16.353Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b",
  "consumerID": "aai-ml",
  "timestamp": 1642161521155,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4txojhtqvwvgau3lm4zl/1.0/resourceInstances/pnf269aabf6ad8f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:59:16.353Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:59:16.353Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-14T11:59:16.353Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b",
  "consumerID": "policy-id",
  "timestamp": 1642161522201,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4txojhtqvwvgau3lm4zl/1.0/resourceInstances/pnf269aabf6ad8f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:59:16.354Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:59:16.354Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-14T11:59:16.354Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b",
  "consumerID": "clamp",
  "timestamp": 1642161521305,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4txojhtqvwvgau3lm4zl/1.0/resourceInstances/pnf269aabf6ad8f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:59:16.354Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:59:16.354Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-14T11:59:16.354Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642161522429,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4txojhtqvwvgau3lm4zl/1.0/resourceInstances/pnf269aabf6ad8f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:59:16.354Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:59:16.354Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-14T11:59:16.354Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b",
  "consumerID": "cds",
  "timestamp": 1642161523494,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4txojhtqvwvgau3lm4zl/1.0/resourceInstances/pnf269aabf6ad8f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:59:16.354Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:59:16.354Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-14T11:59:16.354Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642161521015,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4txojhtqvwvgau3lm4zl/1.0/resourceInstances/pnf269aabf6ad8f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:59:16.355Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:59:16.355Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-14T11:59:16.355Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b",
  "consumerID": "aai-ml",
  "timestamp": 1642161521155,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4txojhtqvwvgau3lm4zl/1.0/resourceInstances/pnf269aabf6ad8f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:59:16.355Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:59:16.355Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-14T11:59:16.355Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b",
  "consumerID": "policy-id",
  "timestamp": 1642161522201,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4txojhtqvwvgau3lm4zl/1.0/resourceInstances/pnf269aabf6ad8f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:59:16.355Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:59:16.355Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-14T11:59:16.355Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b",
  "consumerID": "clamp",
  "timestamp": 1642161521305,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4txojhtqvwvgau3lm4zl/1.0/resourceInstances/pnf269aabf6ad8f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:59:16.355Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:59:16.355Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-14T11:59:16.356Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642161522429,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4txojhtqvwvgau3lm4zl/1.0/resourceInstances/pnf269aabf6ad8f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:59:16.356Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:59:16.356Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-14T11:59:16.356Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b",
  "consumerID": "cds",
  "timestamp": 1642161523494,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4txojhtqvwvgau3lm4zl/1.0/resourceInstances/pnf269aabf6ad8f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:59:16.356Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:59:16.356Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-14T11:59:16.356Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642161521015,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4txojhtqvwvgau3lm4zl/1.0/resourceInstances/pnf269aabf6ad8f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:59:16.356Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:59:16.356Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-14T11:59:16.356Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b",
  "consumerID": "aai-ml",
  "timestamp": 1642161521155,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4txojhtqvwvgau3lm4zl/1.0/resourceInstances/pnf269aabf6ad8f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:59:16.356Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:59:16.356Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-14T11:59:16.357Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b",
  "consumerID": "policy-id",
  "timestamp": 1642161522201,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4txojhtqvwvgau3lm4zl/1.0/resourceInstances/pnf269aabf6ad8f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:59:16.357Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:59:16.357Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-14T11:59:16.357Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b",
  "consumerID": "clamp",
  "timestamp": 1642161521305,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4txojhtqvwvgau3lm4zl/1.0/resourceInstances/pnf269aabf6ad8f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:59:16.357Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:59:16.357Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-14T11:59:16.357Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642161522429,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4txojhtqvwvgau3lm4zl/1.0/resourceInstances/pnf269aabf6ad8f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:59:16.357Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:59:16.357Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-14T11:59:16.357Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b",
  "consumerID": "cds",
  "timestamp": 1642161523494,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4txojhtqvwvgau3lm4zl/1.0/resourceInstances/pnf269aabf6ad8f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:59:16.357Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:59:16.358Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-14T11:59:16.358Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642161521015,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4txojhtqvwvgau3lm4zl/1.0/resourceInstances/pnf269aabf6ad8f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:59:16.358Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:59:16.358Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-14T11:59:16.358Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b",
  "consumerID": "aai-ml",
  "timestamp": 1642161521155,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4txojhtqvwvgau3lm4zl/1.0/resourceInstances/pnf269aabf6ad8f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:59:16.358Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:59:16.358Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-14T11:59:16.358Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b",
  "consumerID": "policy-id",
  "timestamp": 1642161522201,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4txojhtqvwvgau3lm4zl/1.0/resourceInstances/pnf269aabf6ad8f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:59:16.358Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:59:16.359Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-14T11:59:16.359Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b",
  "consumerID": "clamp",
  "timestamp": 1642161521305,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4txojhtqvwvgau3lm4zl/1.0/resourceInstances/pnf269aabf6ad8f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:59:16.359Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:59:16.359Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-14T11:59:16.359Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642161522429,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4txojhtqvwvgau3lm4zl/1.0/resourceInstances/pnf269aabf6ad8f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:59:16.359Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:59:16.359Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-14T11:59:16.359Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b",
  "consumerID": "cds",
  "timestamp": 1642161523494,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4txojhtqvwvgau3lm4zl/1.0/resourceInstances/pnf269aabf6ad8f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:59:16.359Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:59:16.360Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-14T11:59:16.360Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642161521015,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4txojhtqvwvgau3lm4zl/1.0/artifacts/service-DemoPnf4txojhtqvwvgau3lm4zl-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:59:16.360Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:59:16.360Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-14T11:59:16.360Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b",
  "consumerID": "aai-ml",
  "timestamp": 1642161521155,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4txojhtqvwvgau3lm4zl/1.0/artifacts/service-DemoPnf4txojhtqvwvgau3lm4zl-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:59:16.360Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:59:16.360Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-14T11:59:16.360Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b",
  "consumerID": "policy-id",
  "timestamp": 1642161522201,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4txojhtqvwvgau3lm4zl/1.0/resourceInstances/pnf269aabf6ad8f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:59:16.361Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:59:16.361Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-14T11:59:16.361Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b",
  "consumerID": "clamp",
  "timestamp": 1642161521305,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4txojhtqvwvgau3lm4zl/1.0/artifacts/service-DemoPnf4txojhtqvwvgau3lm4zl-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:59:16.361Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:59:16.361Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-14T11:59:16.361Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642161522429,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4txojhtqvwvgau3lm4zl/1.0/resourceInstances/pnf269aabf6ad8f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-01-14T11:59:16.361Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:59:16.361Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-14T11:59:16.361Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b",
  "consumerID": "cds",
  "timestamp": 1642161523494,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4txojhtqvwvgau3lm4zl/1.0/resourceInstances/pnf269aabf6ad8f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:59:16.362Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:59:16.362Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-14T11:59:16.362Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642161521015,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4txojhtqvwvgau3lm4zl/1.0/artifacts/service-DemoPnf4txojhtqvwvgau3lm4zl-csar.csar",
  "status": "NOTIFIED"
}
2022-01-14T11:59:16.362Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:59:16.362Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-14T11:59:16.362Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b",
  "consumerID": "aai-ml",
  "timestamp": 1642161521155,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4txojhtqvwvgau3lm4zl/1.0/artifacts/service-DemoPnf4txojhtqvwvgau3lm4zl-csar.csar",
  "status": "NOTIFIED"
}
2022-01-14T11:59:16.362Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:59:16.362Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-14T11:59:16.362Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b",
  "consumerID": "policy-id",
  "timestamp": 1642161522201,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4txojhtqvwvgau3lm4zl/1.0/artifacts/service-DemoPnf4txojhtqvwvgau3lm4zl-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:59:16.362Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:59:16.363Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-14T11:59:16.363Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b",
  "consumerID": "clamp",
  "timestamp": 1642161521305,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4txojhtqvwvgau3lm4zl/1.0/artifacts/service-DemoPnf4txojhtqvwvgau3lm4zl-csar.csar",
  "status": "NOTIFIED"
}
2022-01-14T11:59:16.363Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:59:16.363Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-14T11:59:16.363Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642161522429,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4txojhtqvwvgau3lm4zl/1.0/artifacts/service-DemoPnf4txojhtqvwvgau3lm4zl-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:59:16.363Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:59:16.363Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-14T11:59:16.363Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b",
  "consumerID": "cds",
  "timestamp": 1642161523494,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4txojhtqvwvgau3lm4zl/1.0/resourceInstances/pnf269aabf6ad8f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:59:16.363Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:59:16.363Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-14T11:59:16.363Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b",
  "consumerID": "policy-id",
  "timestamp": 1642161522201,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4txojhtqvwvgau3lm4zl/1.0/artifacts/service-DemoPnf4txojhtqvwvgau3lm4zl-csar.csar",
  "status": "NOTIFIED"
}
2022-01-14T11:59:16.363Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:59:16.364Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-14T11:59:16.364Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b",
  "consumerID": "aai-ml",
  "timestamp": 1642161529926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4txojhtqvwvgau3lm4zl/1.0/artifacts/service-DemoPnf4txojhtqvwvgau3lm4zl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-14T11:59:16.364Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:59:16.364Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-14T11:59:16.364Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642161522429,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4txojhtqvwvgau3lm4zl/1.0/artifacts/service-DemoPnf4txojhtqvwvgau3lm4zl-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:59:16.364Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:59:16.364Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-14T11:59:16.364Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b",
  "consumerID": "cds",
  "timestamp": 1642161523494,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4txojhtqvwvgau3lm4zl/1.0/artifacts/service-DemoPnf4txojhtqvwvgau3lm4zl-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:59:16.364Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:59:16.364Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-14T11:59:16.364Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b",
  "consumerID": "policy-id",
  "timestamp": 1642161530935,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4txojhtqvwvgau3lm4zl/1.0/artifacts/service-DemoPnf4txojhtqvwvgau3lm4zl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-14T11:59:16.364Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:59:16.365Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-14T11:59:16.365Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b",
  "consumerID": "cds",
  "timestamp": 1642161523494,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4txojhtqvwvgau3lm4zl/1.0/artifacts/service-DemoPnf4txojhtqvwvgau3lm4zl-csar.csar",
  "status": "NOTIFIED"
}
2022-01-14T11:59:16.365Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:59:16.365Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-14T11:59:16.365Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642161531319,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4txojhtqvwvgau3lm4zl/1.0/resourceInstances/pnf269aabf6ad8f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-14T11:59:16.365Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:59:16.365Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-14T11:59:16.365Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b",
  "consumerID": "policy-id",
  "timestamp": 1642161531941,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4txojhtqvwvgau3lm4zl/1.0/artifacts/service-DemoPnf4txojhtqvwvgau3lm4zl-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-14T11:59:16.365Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:59:16.365Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-14T11:59:16.365Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b",
  "consumerID": "cds",
  "timestamp": 1642161532279,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4txojhtqvwvgau3lm4zl/1.0/artifacts/service-DemoPnf4txojhtqvwvgau3lm4zl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-14T11:59:16.366Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:59:16.366Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-14T11:59:16.366Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642161532467,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4txojhtqvwvgau3lm4zl/1.0/resourceInstances/pnf269aabf6ad8f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-01-14T11:59:16.366Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:59:16.366Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-14T11:59:16.366Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b",
  "consumerID": "policy-id",
  "timestamp": 1642161532946,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-14T11:59:16.388Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b
2022-01-14T11:59:16.388Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b 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-01-14T11:59:16.396Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-14T11:59:16.396Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b",
  "consumerID": "cds",
  "timestamp": 1642161533363,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4txojhtqvwvgau3lm4zl/1.0/artifacts/service-DemoPnf4txojhtqvwvgau3lm4zl-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-01-14T11:59:16.401Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b
2022-01-14T11:59:16.401Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b 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-01-14T11:59:16.409Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-14T11:59:16.409Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642161533471,
  "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-01-14T11:59:16.413Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b
2022-01-14T11:59:16.413Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b 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-01-14T11:59:16.422Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-14T11:59:16.422Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b",
  "consumerID": "aai-ml",
  "timestamp": 1642161535848,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4txojhtqvwvgau3lm4zl/1.0/artifacts/service-DemoPnf4txojhtqvwvgau3lm4zl-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-14T11:59:16.422Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:59:16.422Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-14T11:59:16.422Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b",
  "consumerID": "aai-ml",
  "timestamp": 1642161536852,
  "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-01-14T11:59:16.426Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b
2022-01-14T11:59:16.426Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b and ComponentName AAI
2022-01-14T11:59:16.427Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T11:59:16.428Z||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.
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
2022-01-14T11:59:16.428Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-14T11:59:16.438Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:59:16.438Z||pool-94-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-01-14T11:59:16.444Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-14T11:59:16.444Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642161540705,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4txojhtqvwvgau3lm4zl/1.0/resourceInstances/pnf269aabf6ad8f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:59:16.444Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:59:16.444Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-14T11:59:16.445Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b",
  "consumerID": "clamp",
  "timestamp": 1642161541549,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4txojhtqvwvgau3lm4zl/1.0/artifacts/service-DemoPnf4txojhtqvwvgau3lm4zl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-14T11:59:16.445Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:59:16.445Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-14T11:59:16.445Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642161540705,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4txojhtqvwvgau3lm4zl/1.0/resourceInstances/pnf269aabf6ad8f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:59:16.445Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:59:16.445Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-14T11:59:16.445Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642161540705,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4txojhtqvwvgau3lm4zl/1.0/resourceInstances/pnf269aabf6ad8f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:59:16.445Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:59:16.445Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-14T11:59:16.445Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642161540705,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4txojhtqvwvgau3lm4zl/1.0/resourceInstances/pnf269aabf6ad8f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:59:16.445Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:59:16.446Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-14T11:59:16.446Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b",
  "consumerID": "clamp",
  "timestamp": 1642161544550,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4txojhtqvwvgau3lm4zl/1.0/artifacts/service-DemoPnf4txojhtqvwvgau3lm4zl-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-14T11:59:16.446Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:59:16.446Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-14T11:59:16.446Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642161540705,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4txojhtqvwvgau3lm4zl/1.0/resourceInstances/pnf269aabf6ad8f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:59:16.446Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:59:16.446Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-14T11:59:16.446Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b",
  "consumerID": "clamp",
  "timestamp": 1642161545553,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-14T11:59:16.450Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b
2022-01-14T11:59:16.450Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-14T11:59:16.463Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-14T11:59:16.463Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642161540705,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4txojhtqvwvgau3lm4zl/1.0/resourceInstances/pnf269aabf6ad8f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:59:16.463Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:59:16.463Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-14T11:59:16.463Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642161540705,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4txojhtqvwvgau3lm4zl/1.0/artifacts/service-DemoPnf4txojhtqvwvgau3lm4zl-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:59:16.464Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:59:16.464Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-14T11:59:16.464Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642161540705,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4txojhtqvwvgau3lm4zl/1.0/artifacts/service-DemoPnf4txojhtqvwvgau3lm4zl-csar.csar",
  "status": "NOTIFIED"
}
2022-01-14T11:59:16.464Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-14T11:59:16.464Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-14T11:59:16.464Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642161549416,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4txojhtqvwvgau3lm4zl/1.0/artifacts/service-DemoPnf4txojhtqvwvgau3lm4zl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-14T11:59:16.464Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:59:16.464Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-14T11:59:16.464Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642161551391,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4txojhtqvwvgau3lm4zl/1.0/artifacts/service-DemoPnf4txojhtqvwvgau3lm4zl-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-14T11:59:16.464Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:59:16.464Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-14T11:59:16.464Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642161552395,
  "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-01-14T11:59:16.469Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b
2022-01-14T11:59:16.469Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b 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-01-14T11:59:17.327Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-14T11:59:17.328Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:59:17.330Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:59:17.330Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642161555693,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4txojhtqvwvgau3lm4zl/1.0/resourceInstances/pnf269aabf6ad8f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:59:17.430Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T11:59:17.430Z||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-01-14T11:59:17.431Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:59:17.438Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:59:17.438Z||pool-95-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-01-14T11:59:18.330Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-14T11:59:18.331Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:59:18.333Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:59:18.333Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642161555693,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4txojhtqvwvgau3lm4zl/1.0/resourceInstances/pnf269aabf6ad8f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:59:18.433Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T11:59:18.434Z||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-01-14T11:59:18.434Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:59:18.444Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:59:18.444Z||pool-96-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-01-14T11:59:19.334Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-14T11:59:19.334Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:59:19.336Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:59:19.336Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642161555693,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4txojhtqvwvgau3lm4zl/1.0/resourceInstances/pnf269aabf6ad8f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:59:19.436Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T11:59:19.437Z||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-01-14T11:59:19.437Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:59:19.447Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:59:19.447Z||pool-97-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-01-14T11:59:20.336Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-14T11:59:20.337Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:59:20.339Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:59:20.339Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642161555693,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4txojhtqvwvgau3lm4zl/1.0/resourceInstances/pnf269aabf6ad8f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:59:20.439Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T11:59:20.440Z||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-01-14T11:59:20.440Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:59:20.450Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:59:20.450Z||pool-98-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-01-14T11:59:21.340Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-14T11:59:21.340Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:59:21.342Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:59:21.342Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642161555693,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4txojhtqvwvgau3lm4zl/1.0/resourceInstances/pnf269aabf6ad8f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:59:21.442Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T11:59:21.443Z||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-01-14T11:59:21.443Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:59:21.454Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:59:21.454Z||pool-99-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-01-14T11:59:22.343Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-14T11:59:22.343Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:59:22.346Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:59:22.346Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642161555693,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4txojhtqvwvgau3lm4zl/1.0/artifacts/service-DemoPnf4txojhtqvwvgau3lm4zl-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T11:59:22.446Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T11:59:22.447Z||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-01-14T11:59:22.447Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:59:22.456Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:59:22.456Z||pool-100-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-14T11:59:23.346Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-14T11:59:23.347Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:59:23.348Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:59:23.348Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642161555693,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4txojhtqvwvgau3lm4zl/1.0/artifacts/service-DemoPnf4txojhtqvwvgau3lm4zl-csar.csar",
  "status": "NOTIFIED"
}
2022-01-14T11:59:23.448Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T11:59:23.449Z||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-01-14T11:59:23.449Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:59:23.458Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:59:23.459Z||pool-101-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-14T11:59:24.350Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b",
  "serviceName": "Demo_pNF_4TXOJHTqvwVGAU3lM4zl",
  "serviceVersion": "1.0",
  "serviceUUID": "fff6ae38-c587-4146-9cf7-cbedfe0f8076",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "5ace8fd5-6f2d-4ddb-99ca-d1420768865b",
  "resources": [
    {
      "resourceInstanceName": "pNF 269aabf6-ad8f 0",
      "resourceCustomizationUUID": "a49ccd08-4d97-4a3c-997d-a282395a1636",
      "resourceName": "pNF 269aabf6-ad8f",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "7f0863ea-9e51-48ac-9d01-ca9db964f896",
      "resourceInvariantUUID": "26c6d11f-38c0-4d0d-8abb-63b8932f142f",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf4txojhtqvwvgau3lm4zl-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf4txojhtqvwvgau3lm4zl/1.0/artifacts/service-DemoPnf4txojhtqvwvgau3lm4zl-csar.csar",
      "artifactChecksum": "YzQzNDYyZjMxOWYzZWYwYTU4NDdkNTUwOWNmMmY3ZjY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ae18e227-e522-4141-9b7e-1b5443a27998"
    }
  ],
  "workloadContext": "Production"
}
2022-01-14T11:59:24.351Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-01-14T11:59:24.352Z|94379d53-ec52-4ddd-9d04-fcd266f76722|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 fff6ae38-c587-4146-9cf7-cbedfe0f8076 ASDC
2022-01-14T11:59:24.353Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b
ServiceName:Demo_pNF_4TXOJHTqvwVGAU3lM4zl
ServiceVersion:1.0
ServiceUUID:fff6ae38-c587-4146-9cf7-cbedfe0f8076
ServiceInvariantUUID:5ace8fd5-6f2d-4ddb-99ca-d1420768865b
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf4txojhtqvwvgau3lm4zl-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf4txojhtqvwvgau3lm4zl/1.0/artifacts/service-DemoPnf4txojhtqvwvgau3lm4zl-csar.csar
ArtifactUUID:ae18e227-e522-4141-9b7e-1b5443a27998
ArtifactChecksum:YzQzNDYyZjMxOWYzZWYwYTU4NDdkNTUwOWNmMmY3ZjY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 269aabf6-ad8f 0
ResourceCustomizationUUID:a49ccd08-4d97-4a3c-997d-a282395a1636
ResourceInvariantUUID:26c6d11f-38c0-4d0d-8abb-63b8932f142f
ResourceName:pNF 269aabf6-ad8f
ResourceType:PNF
ResourceUUID:7f0863ea-9e51-48ac-9d01-ca9db964f896
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-01-14T11:59:24.353Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fff6ae38-c587-4146-9cf7-cbedfe0f8076 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-01-14T11:59:24.382Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-14T11:59:24.383Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-01-14T11:59:24.383Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-01-14T11:59:24.383Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ae18e227-e522-4141-9b7e-1b5443a27998 from URL: /sdc/v1/catalog/services/DemoPnf4txojhtqvwvgau3lm4zl/1.0/artifacts/service-DemoPnf4txojhtqvwvgau3lm4zl-csar.csar
2022-01-14T11:59:24.383Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-01-14T11:59:24.384Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf4txojhtqvwvgau3lm4zl/1.0/artifacts/service-DemoPnf4txojhtqvwvgau3lm4zl-csar.csar
2022-01-14T11:59:25.048Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-01-14T11:59:25.052Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf4txojhtqvwvgau3lm4zl/1.0/artifacts/service-DemoPnf4txojhtqvwvgau3lm4zl-csar.csar ae18e227-e522-4141-9b7e-1b5443a27998 82632
2022-01-14T11:59:25.052Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf4txojhtqvwvgau3lm4zl/1.0/artifacts/service-DemoPnf4txojhtqvwvgau3lm4zl-csar.csar ASDC sendASDCNotification
2022-01-14T11:59:25.052Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf4txojhtqvwvgau3lm4zl/1.0/artifacts/service-DemoPnf4txojhtqvwvgau3lm4zl-csar.csar
2022-01-14T11:59:25.052Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-14T11:59:25.052Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:59:25.054Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:59:25.054Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642161565052,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4txojhtqvwvgau3lm4zl/1.0/artifacts/service-DemoPnf4txojhtqvwvgau3lm4zl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-14T11:59:25.154Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T11:59:25.155Z||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-01-14T11:59:25.155Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:59:25.165Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:59:25.166Z||pool-102-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-14T11:59:26.055Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-14T11:59:26.055Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-01-14T11:59:26.056Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: ae18e227-e522-4141-9b7e-1b5443a27998, URL: /sdc/v1/catalog/services/DemoPnf4txojhtqvwvgau3lm4zl/1.0/artifacts/service-DemoPnf4txojhtqvwvgau3lm4zl-csar.csar to file: /app/ASDC/1/service-DemoPnf4txojhtqvwvgau3lm4zl-csar.csar
2022-01-14T11:59:26.056Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf4txojhtqvwvgau3lm4zl-csar.csar
2022-01-14T11:59:26.057Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf4txojhtqvwvgau3lm4zl-csar.csar
2022-01-14T11:59:26.057Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf4txojhtqvwvgau3lm4zl-csar.csar
2022-01-14T11:59:26.234Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9798713467119737959/Definitions/service-DemoPnf4txojhtqvwvgau3lm4zl-template.yml
2022-01-14T11:59:26.999Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-01-14T11:59:26.999Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-01-14T11:59:27.000Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf4txojhtqvwvgau3lm4zl-csar.csar
2022-01-14T11:59:27.000Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-01-14T11:59:27.000Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 269aabf6-ad8f 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-DemoPnf4txojhtqvwvgau3lm4zl-csar.csar
2022-01-14T11:59:27.000Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnf4txojhtqvwvgau3lm4zl-csar.csar
2022-01-14T11:59:27.000Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf4txojhtqvwvgau3lm4zl-csar.csar
2022-01-14T11:59:27.000Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf4txojhtqvwvgau3lm4zl-csar.csar
2022-01-14T11:59:27.000Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf4txojhtqvwvgau3lm4zl-csar.csar
2022-01-14T11:59:27.000Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf4txojhtqvwvgau3lm4zl-csar.csar
2022-01-14T11:59:27.000Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf4txojhtqvwvgau3lm4zl-csar.csar
2022-01-14T11:59:27.000Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-01-14T11:59:27.000Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:59:27.001Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_4TXOJHTqvwVGAU3lM4zl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:59:27.001Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|pool-2-thread-9|||||DEBUG|500||Node template pNF 269aabf6-ad8f 0 is matching search criteria
2022-01-14T11:59:27.001Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-01-14T11:59:27.001Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 269aabf6-ad8f 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-14T11:59:27.001Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:59:27.002Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_4TXOJHTqvwVGAU3lM4zl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:59:27.002Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|pool-2-thread-9|||||DEBUG|500||Node template pNF 269aabf6-ad8f 0 is matching search criteria
2022-01-14T11:59:27.002Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-01-14T11:59:27.002Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 269aabf6-ad8f 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-14T11:59:27.002Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:59:27.002Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_4TXOJHTqvwVGAU3lM4zl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:59:27.002Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:59:27.002Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_4TXOJHTqvwVGAU3lM4zl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:59:27.003Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:59:27.003Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_4TXOJHTqvwVGAU3lM4zl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:59:27.003Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:59:27.003Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_4TXOJHTqvwVGAU3lM4zl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:59:27.003Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:59:27.003Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_4TXOJHTqvwVGAU3lM4zl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:59:27.003Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_4TXOJHTqvwVGAU3lM4zl
Description:catalog service description
Model UUID:fff6ae38-c587-4146-9cf7-cbedfe0f8076
Model Version:NULL
Model InvariantUuid:5ace8fd5-6f2d-4ddb-99ca-d1420768865b
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-01-14T11:59:27.010Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 7f0863ea-9e51-48ac-9d01-ca9db964f896
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-01-14T11:59:27.013Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|pool-2-thread-9|||||INFO|500||pNF 269aabf6-ad8f 0
2022-01-14T11:59:27.013Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 7f0863ea-9e51-48ac-9d01-ca9db964f896
2022-01-14T11:59:27.013Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|pool-2-thread-9|||||DEBUG|500||No resources found for Service: fff6ae38-c587-4146-9cf7-cbedfe0f8076
2022-01-14T11:59:27.013Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: fff6ae38-c587-4146-9cf7-cbedfe0f8076
2022-01-14T11:59:27.013Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 269aabf6-ad8f 0 7f0863ea-9e51-48ac-9d01-ca9db964f896 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-01-14T11:59:27.017Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1279412c, org.onap.sdc.toscaparser.api.parameters.Input@3c96b051, org.onap.sdc.toscaparser.api.parameters.Input@2a2c7999, org.onap.sdc.toscaparser.api.parameters.Input@714ff553, org.onap.sdc.toscaparser.api.parameters.Input@2967aa77]
2022-01-14T11:59:27.017Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:59:27.017Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_4TXOJHTqvwVGAU3lM4zl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:59:27.018Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid fff6ae38-c587-4146-9cf7-cbedfe0f8076: pNF 269aabf6-ad8f
2022-01-14T11:59:27.018Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|pool-2-thread-9|||||INFO|500||Processing PNF resource: 7f0863ea-9e51-48ac-9d01-ca9db964f896
2022-01-14T11:59:27.018Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-14T11:59:27.018Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_4TXOJHTqvwVGAU3lM4zl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:59:27.018Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|pool-2-thread-9|||||INFO|500||Resource customization UUID: a49ccd08-4d97-4a3c-997d-a282395a1636 is the same as notified resource customizationUUID: a49ccd08-4d97-4a3c-997d-a282395a1636
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-01-14T11:59:27.067Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 269aabf6-ad8f 7f0863ea-9e51-48ac-9d01-ca9db964f896 0 ASDC deployResourceStructure
2022-01-14T11:59:27.067Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf4txojhtqvwvgau3lm4zl/1.0/artifacts/service-DemoPnf4txojhtqvwvgau3lm4zl-csar.csar ASDC sendASDCNotification
2022-01-14T11:59:27.067Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf4txojhtqvwvgau3lm4zl/1.0/artifacts/service-DemoPnf4txojhtqvwvgau3lm4zl-csar.csar
2022-01-14T11:59:27.068Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-14T11:59:27.068Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:59:27.070Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:59:27.070Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642161567067,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4txojhtqvwvgau3lm4zl/1.0/artifacts/service-DemoPnf4txojhtqvwvgau3lm4zl-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-14T11:59:27.170Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T11:59:27.171Z||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-01-14T11:59:27.172Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:59:27.187Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:59:27.187Z||pool-103-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-01-14T11:59:28.071Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-14T11:59:28.087Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b
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-01-14T11:59:28.089Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-14T11:59:28.089Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-01-14T11:59:28.089Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-01-14T11:59:28.089Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-01-14T11:59:28.089Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-14T11:59:28.089Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-14T11:59:28.089Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-14T11:59:28.090Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-14T11:59:28.090Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-14T11:59:28.090Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-14T11:59:28.090Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-14T11:59:28.090Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-14T11:59:28.094Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-01-14T11:59:58.094Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b 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-01-14T11:59:58.106Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b and serviceModelVersionId: fff6ae38-c587-4146-9cf7-cbedfe0f8076
2022-01-14T11:59:58.106Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5ace8fd5-6f2d-4ddb-99ca-d1420768865b
2022-01-14T11:59:58.109Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5ace8fd5-6f2d-4ddb-99ca-d1420768865b/model-vers/model-ver/fff6ae38-c587-4146-9cf7-cbedfe0f8076?depth=0
2022-01-14T11:59:58.119Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-01-14T11:59:58.177Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5ace8fd5-6f2d-4ddb-99ca-d1420768865b/model-vers/model-ver/fff6ae38-c587-4146-9cf7-cbedfe0f8076?depth=0|INFO|500||Invoke
2022-01-14T11:59:58.178Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5ace8fd5-6f2d-4ddb-99ca-d1420768865b/model-vers/model-ver/fff6ae38-c587-4146-9cf7-cbedfe0f8076?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5ace8fd5-6f2d-4ddb-99ca-d1420768865b/model-vers/model-ver/fff6ae38-c587-4146-9cf7-cbedfe0f8076?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[af285b29-9e05-4e90-aa3a-de8acf2ca6d6], X-ECOMP-RequestID=[50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b], X-TransactionId=[], X-ONAP-RequestID=[50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b], Content-Type=[application/merge-patch+json]}
2022-01-14T11:59:58.200Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5ace8fd5-6f2d-4ddb-99ca-d1420768865b/model-vers/model-ver/fff6ae38-c587-4146-9cf7-cbedfe0f8076?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-01-14T11:59:58.295Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5ace8fd5-6f2d-4ddb-99ca-d1420768865b/model-vers/model-ver/fff6ae38-c587-4146-9cf7-cbedfe0f8076?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/5ace8fd5-6f2d-4ddb-99ca-d1420768865b/model-vers/model-ver/fff6ae38-c587-4146-9cf7-cbedfe0f8076?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220114-11:59:58:201-9721], vertex-id=[245808], Content-Length=[0], Date=[Fri, 14 Jan 2022 11:59:58 GMT], Content-Type=[application/json]}
2022-01-14T11:59:58.295Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5ace8fd5-6f2d-4ddb-99ca-d1420768865b/model-vers/model-ver/fff6ae38-c587-4146-9cf7-cbedfe0f8076?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-01-14T11:59:58.296Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5ace8fd5-6f2d-4ddb-99ca-d1420768865b/model-vers/model-ver/fff6ae38-c587-4146-9cf7-cbedfe0f8076?depth=0|INFO|500||InvokeReturn
2022-01-14T11:59:58.296Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-01-14T11:59:58.297Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-01-14T11:59:58.302Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-01-14T11:59:58.303Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-01-14T11:59:58.303Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-01-14T11:59:58.304Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:59:58.307Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:59:58.307Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642161598303,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-14T11:59:58.407Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T11:59:58.408Z||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-01-14T11:59:58.408Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:59:58.421Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T11:59:58.422Z||pool-104-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-01-14T12:00:15.694Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T12:00:15.695Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|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-01-14T12:00:15.695Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|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 ikElXlMo5JJxBfGs) ...
2022-01-14T12:00:15.697Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T12:00:15.697Z|668f5288-b573-4538-8449-00f7a5c6c2ed|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-01-14T12:00:15.697Z|668f5288-b573-4538-8449-00f7a5c6c2ed|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 ikElXlMo5JJxBfGs) ...
2022-01-14T12:00:15.817Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T12:00:15.817Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-14T12:00:15.818Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642161555693,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4txojhtqvwvgau3lm4zl/1.0/resourceInstances/pnf269aabf6ad8f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T12:00:15.819Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-14T12:00:25.235Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T12:01:15.695Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T12:01:15.697Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T12:01:15.698Z||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-01-14T12:01:15.698Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|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-01-14T12:01:15.698Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T12:01:15.698Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|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 ikElXlMo5JJxBfGs) ...
2022-01-14T12:01:16.229Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T12:01:16.231Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-14T12:01:16.231Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642161555693,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4txojhtqvwvgau3lm4zl/1.0/resourceInstances/pnf269aabf6ad8f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-14T12:01:16.233Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-14T12:01:16.233Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-14T12:01:16.233Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642161555693,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4txojhtqvwvgau3lm4zl/1.0/resourceInstances/pnf269aabf6ad8f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-14T12:01:16.233Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-14T12:01:16.233Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-14T12:01:16.233Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642161555693,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4txojhtqvwvgau3lm4zl/1.0/resourceInstances/pnf269aabf6ad8f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T12:01:16.234Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-14T12:01:16.234Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-14T12:01:16.234Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642161555693,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4txojhtqvwvgau3lm4zl/1.0/resourceInstances/pnf269aabf6ad8f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T12:01:16.234Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-14T12:01:16.234Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-14T12:01:16.234Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642161555693,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4txojhtqvwvgau3lm4zl/1.0/resourceInstances/pnf269aabf6ad8f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T12:01:16.234Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-14T12:01:16.234Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-14T12:01:16.234Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642161555693,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4txojhtqvwvgau3lm4zl/1.0/artifacts/service-DemoPnf4txojhtqvwvgau3lm4zl-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-14T12:01:16.235Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-14T12:01:16.235Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-14T12:01:16.235Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642161555693,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4txojhtqvwvgau3lm4zl/1.0/artifacts/service-DemoPnf4txojhtqvwvgau3lm4zl-csar.csar",
  "status": "NOTIFIED"
}
2022-01-14T12:01:16.235Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-14T12:01:16.235Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-14T12:01:16.235Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642161565052,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4txojhtqvwvgau3lm4zl/1.0/artifacts/service-DemoPnf4txojhtqvwvgau3lm4zl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-14T12:01:16.235Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T12:01:16.235Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-14T12:01:16.235Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642161567067,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4txojhtqvwvgau3lm4zl/1.0/artifacts/service-DemoPnf4txojhtqvwvgau3lm4zl-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-14T12:01:16.235Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T12:01:16.236Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-14T12:01:16.236Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642161598303,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-14T12:01:16.236Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T12:01:25.257Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T12:02:15.694Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T12:02:15.695Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|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-01-14T12:02:15.695Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|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 ikElXlMo5JJxBfGs) ...
2022-01-14T12:02:15.697Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T12:02:15.697Z||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-01-14T12:02:15.697Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T12:02:25.243Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T12:02:25.247Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T12:03:15.694Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T12:03:15.697Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T12:03:15.698Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|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-01-14T12:03:15.698Z||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-01-14T12:03:15.698Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|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 ikElXlMo5JJxBfGs) ...
2022-01-14T12:03:15.698Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T12:03:25.261Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T12:03:25.261Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T12:04:15.697Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T12:04:15.695Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T12:04:15.701Z||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-01-14T12:04:15.701Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T12:04:15.703Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|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-01-14T12:04:15.703Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|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 ikElXlMo5JJxBfGs) ...
2022-01-14T12:04:25.258Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T12:04:25.260Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T12:05:15.696Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T12:05:15.697Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|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-01-14T12:05:15.697Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T12:05:15.697Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|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 ikElXlMo5JJxBfGs) ...
2022-01-14T12:05:15.697Z||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-01-14T12:05:15.697Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T12:05:25.248Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T12:05:25.256Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T12:06:15.694Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T12:06:15.697Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T12:06:15.698Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|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-01-14T12:06:15.698Z||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-01-14T12:06:15.699Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T12:06:15.699Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|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 ikElXlMo5JJxBfGs) ...
2022-01-14T12:06:25.280Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T12:06:25.280Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T12:07:15.695Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T12:07:15.697Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T12:07:15.698Z||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-01-14T12:07:15.699Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T12:07:15.698Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|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-01-14T12:07:15.699Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|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 ikElXlMo5JJxBfGs) ...
2022-01-14T12:07:25.240Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T12:07:25.243Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T12:08:15.694Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T12:08:15.695Z||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-01-14T12:08:15.695Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T12:08:15.697Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T12:08:15.697Z||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-01-14T12:08:15.697Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T12:08:25.238Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T12:08:25.238Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T12:09:15.695Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T12:09:15.697Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T12:09:15.698Z||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-01-14T12:09:15.698Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T12:09:15.698Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ikElXlMo5JJxBfGs) ...
2022-01-14T12:09:15.698Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T12:09:25.241Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T12:09:25.244Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T12:10:15.695Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T12:10:15.697Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T12:10:15.699Z||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-01-14T12:10:15.699Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T12:10:15.699Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T12:10:15.700Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ikElXlMo5JJxBfGs) ...
2022-01-14T12:10:25.245Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T12:10:25.250Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T12:11:15.694Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T12:11:15.696Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T12:11:15.696Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ikElXlMo5JJxBfGs) ...
2022-01-14T12:11:15.697Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T12:11:15.697Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|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-01-14T12:11:15.697Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|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 ikElXlMo5JJxBfGs) ...
2022-01-14T12:11:25.238Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T12:11:25.238Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T12:12:15.694Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T12:12:15.697Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T12:12:15.697Z||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-01-14T12:12:15.698Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T12:12:15.701Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T12:12:15.701Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ikElXlMo5JJxBfGs) ...
2022-01-14T12:12:25.241Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T12:12:25.243Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T12:13:15.695Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T12:13:15.697Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T12:13:15.699Z||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-01-14T12:13:15.699Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T12:13:15.699Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T12:13:15.699Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ikElXlMo5JJxBfGs) ...
2022-01-14T12:13:25.263Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T12:13:25.277Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T12:14:15.695Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T12:14:15.697Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T12:14:15.700Z||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-01-14T12:14:15.700Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T12:14:15.700Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T12:14:15.700Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ikElXlMo5JJxBfGs) ...
2022-01-14T12:14:25.256Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T12:14:25.257Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T12:15:15.694Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T12:15:15.694Z|668f5288-b573-4538-8449-00f7a5c6c2ed|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-01-14T12:15:15.694Z|668f5288-b573-4538-8449-00f7a5c6c2ed|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 ikElXlMo5JJxBfGs) ...
2022-01-14T12:15:15.697Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T12:15:15.697Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|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-01-14T12:15:15.697Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|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 ikElXlMo5JJxBfGs) ...
2022-01-14T12:15:25.240Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T12:15:25.240Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T12:16:15.697Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T12:16:15.695Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T12:16:15.700Z||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-01-14T12:16:15.701Z|668f5288-b573-4538-8449-00f7a5c6c2ed|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-01-14T12:16:15.701Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T12:16:15.701Z|668f5288-b573-4538-8449-00f7a5c6c2ed|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 ikElXlMo5JJxBfGs) ...
2022-01-14T12:16:25.243Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T12:16:25.247Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T12:17:15.695Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T12:17:15.697Z|668f5288-b573-4538-8449-00f7a5c6c2ed|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-01-14T12:17:15.697Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T12:17:15.697Z|668f5288-b573-4538-8449-00f7a5c6c2ed|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 ikElXlMo5JJxBfGs) ...
2022-01-14T12:17:15.697Z||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-01-14T12:17:15.697Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T12:17:25.249Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T12:17:25.250Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T12:18:15.694Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T12:18:15.695Z|668f5288-b573-4538-8449-00f7a5c6c2ed|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-01-14T12:18:15.695Z|668f5288-b573-4538-8449-00f7a5c6c2ed|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 ikElXlMo5JJxBfGs) ...
2022-01-14T12:18:15.698Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T12:18:15.699Z||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-01-14T12:18:15.699Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T12:18:25.243Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T12:18:25.243Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T12:18:50.854Z||http-nio-8085-exec-3|||||INFO|500||Error parsing HTTP request header
 Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character found in method name [JDWP-Handshake\n...]. HTTP method names must be tokens
	at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-01-14T12:19:15.694Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T12:19:15.695Z|668f5288-b573-4538-8449-00f7a5c6c2ed|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-01-14T12:19:15.696Z|668f5288-b573-4538-8449-00f7a5c6c2ed|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 ikElXlMo5JJxBfGs) ...
2022-01-14T12:19:15.697Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T12:19:15.698Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|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-01-14T12:19:15.698Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|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 ikElXlMo5JJxBfGs) ...
2022-01-14T12:19:25.234Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T12:19:25.238Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T12:20:15.697Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T12:20:15.695Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T12:20:15.699Z||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-01-14T12:20:15.699Z|668f5288-b573-4538-8449-00f7a5c6c2ed|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-01-14T12:20:15.699Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T12:20:15.700Z|668f5288-b573-4538-8449-00f7a5c6c2ed|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 ikElXlMo5JJxBfGs) ...
2022-01-14T12:20:25.242Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T12:20:25.243Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T12:21:15.694Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T12:21:15.697Z|668f5288-b573-4538-8449-00f7a5c6c2ed|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-01-14T12:21:15.697Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T12:21:15.697Z|668f5288-b573-4538-8449-00f7a5c6c2ed|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 ikElXlMo5JJxBfGs) ...
2022-01-14T12:21:15.697Z||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-01-14T12:21:15.697Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T12:21:25.240Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T12:21:25.241Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T12:22:15.694Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T12:22:15.697Z|668f5288-b573-4538-8449-00f7a5c6c2ed|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-01-14T12:22:15.697Z|668f5288-b573-4538-8449-00f7a5c6c2ed|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 ikElXlMo5JJxBfGs) ...
2022-01-14T12:22:15.697Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T12:22:15.698Z||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-01-14T12:22:15.698Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T12:22:25.236Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T12:22:25.245Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T12:23:15.695Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T12:23:15.697Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T12:23:15.699Z|668f5288-b573-4538-8449-00f7a5c6c2ed|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-01-14T12:23:15.699Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|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-01-14T12:23:15.699Z|668f5288-b573-4538-8449-00f7a5c6c2ed|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 ikElXlMo5JJxBfGs) ...
2022-01-14T12:23:15.699Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|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 ikElXlMo5JJxBfGs) ...
2022-01-14T12:23:25.237Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T12:23:25.250Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T12:24:15.694Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T12:24:15.697Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T12:24:15.697Z|668f5288-b573-4538-8449-00f7a5c6c2ed|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-01-14T12:24:15.697Z|668f5288-b573-4538-8449-00f7a5c6c2ed|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 ikElXlMo5JJxBfGs) ...
2022-01-14T12:24:15.697Z||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-01-14T12:24:15.697Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T12:24:25.234Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T12:24:25.243Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T12:25:15.694Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T12:25:15.695Z|668f5288-b573-4538-8449-00f7a5c6c2ed|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-01-14T12:25:15.695Z|668f5288-b573-4538-8449-00f7a5c6c2ed|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 ikElXlMo5JJxBfGs) ...
2022-01-14T12:25:15.697Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T12:25:15.697Z||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-01-14T12:25:15.697Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T12:25:25.242Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T12:25:25.258Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T12:26:15.695Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T12:26:15.697Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T12:26:15.697Z|668f5288-b573-4538-8449-00f7a5c6c2ed|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-01-14T12:26:15.697Z|668f5288-b573-4538-8449-00f7a5c6c2ed|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 ikElXlMo5JJxBfGs) ...
2022-01-14T12:26:15.698Z||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-01-14T12:26:15.698Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T12:26:25.244Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T12:26:25.256Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T12:27:15.694Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T12:27:15.696Z|668f5288-b573-4538-8449-00f7a5c6c2ed|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-01-14T12:27:15.696Z|668f5288-b573-4538-8449-00f7a5c6c2ed|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 ikElXlMo5JJxBfGs) ...
2022-01-14T12:27:15.697Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T12:27:15.697Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|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-01-14T12:27:15.697Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|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 ikElXlMo5JJxBfGs) ...
2022-01-14T12:27:25.232Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T12:27:25.242Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T12:28:15.694Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T12:28:15.695Z|668f5288-b573-4538-8449-00f7a5c6c2ed|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-01-14T12:28:15.695Z|668f5288-b573-4538-8449-00f7a5c6c2ed|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 ikElXlMo5JJxBfGs) ...
2022-01-14T12:28:15.697Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T12:28:15.697Z||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-01-14T12:28:15.697Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T12:28:25.244Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T12:28:25.244Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T12:29:15.694Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T12:29:15.696Z|668f5288-b573-4538-8449-00f7a5c6c2ed|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-01-14T12:29:15.696Z|668f5288-b573-4538-8449-00f7a5c6c2ed|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 ikElXlMo5JJxBfGs) ...
2022-01-14T12:29:15.697Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T12:29:15.697Z||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-01-14T12:29:15.697Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T12:29:25.240Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T12:29:25.244Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T12:30:15.695Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T12:30:15.697Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T12:30:15.697Z|668f5288-b573-4538-8449-00f7a5c6c2ed|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-01-14T12:30:15.697Z|668f5288-b573-4538-8449-00f7a5c6c2ed|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 ikElXlMo5JJxBfGs) ...
2022-01-14T12:30:15.697Z||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-01-14T12:30:15.698Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T12:30:25.245Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T12:30:25.245Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T12:31:15.694Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T12:31:15.695Z|668f5288-b573-4538-8449-00f7a5c6c2ed|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-01-14T12:31:15.695Z|668f5288-b573-4538-8449-00f7a5c6c2ed|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 ikElXlMo5JJxBfGs) ...
2022-01-14T12:31:15.697Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T12:31:15.697Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|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-01-14T12:31:15.698Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|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 ikElXlMo5JJxBfGs) ...
2022-01-14T12:31:25.236Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T12:31:25.238Z|50ed3b5d-8d3f-4e9a-9aaf-7adcd0c1bc2b|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T12:32:15.695Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T12:32:15.697Z|668f5288-b573-4538-8449-00f7a5c6c2ed|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-01-14T12:32:15.697Z|668f5288-b573-4538-8449-00f7a5c6c2ed|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 ikElXlMo5JJxBfGs) ...
2022-01-14T12:32:15.697Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T12:32:15.697Z||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-01-14T12:32:15.698Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T12:32:25.236Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T12:32:25.241Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T12:33:15.695Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T12:33:15.698Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T12:33:15.700Z||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-01-14T12:33:15.700Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T12:33:15.700Z|668f5288-b573-4538-8449-00f7a5c6c2ed|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-01-14T12:33:15.701Z|668f5288-b573-4538-8449-00f7a5c6c2ed|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 ikElXlMo5JJxBfGs) ...
2022-01-14T12:33:25.247Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T12:33:25.251Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T12:34:15.694Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T12:34:15.695Z|668f5288-b573-4538-8449-00f7a5c6c2ed|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-01-14T12:34:15.695Z|668f5288-b573-4538-8449-00f7a5c6c2ed|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 ikElXlMo5JJxBfGs) ...
2022-01-14T12:34:15.697Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T12:34:15.697Z||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-01-14T12:34:15.697Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T12:34:25.238Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T12:34:25.237Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T12:35:15.694Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T12:35:15.697Z|668f5288-b573-4538-8449-00f7a5c6c2ed|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-01-14T12:35:15.697Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T12:35:15.697Z|668f5288-b573-4538-8449-00f7a5c6c2ed|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 ikElXlMo5JJxBfGs) ...
2022-01-14T12:35:15.697Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|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-01-14T12:35:15.697Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|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 ikElXlMo5JJxBfGs) ...
2022-01-14T12:35:25.242Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-14T12:35:25.253Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK